@charset "utf-8";
/*===== CSS Document =====*/

/*===== 共通CSS =====*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  width: 100%;
  overflow-x: hidden;
}

body {
    font-family: "Noto Sans", sans-serif;
	color: #333;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

p {
    line-height: 1.6;
    text-align: left;
	font-weight: 300;
	font-size: 1.8rem;
}

picture {
	display: grid;
    place-items: center;
}

a:link,
a:active,
a:visited {
    text-decoration: none;
}

a:hover {
    opacity: 0.9;
}

.br_500 {
	display: none;
}

.br_600 {
	display: none;
}

.br_800 {
	display: none;
}

.br_900 {
	display: none;
}

.br_1000 {
	display: none;
}

.container {
	padding: 100px 0;
}

.box_title {
	text-align: center;
    width: 90%;
    margin: 0 auto;
	padding:0 0 50px 0;
}

.roboto {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.subtitle {
	font-size: 3.2rem;
	text-align: center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}

.title {
	font-size: 4.0rem;
	text-align: center; 
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}

.title_bottom-txt {
	text-align: center;
    margin-top: 50px;
}

.font_orange {
	color: #ee8232;
}

.font_white {
	color: #fdfdfd;
}

.font_red {
	color: #f95a39;
}

.catchcopy_title-slach {
    position: relative;
    display: flex;
    justify-content: center;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #333333;
  border-radius: 0.5rem;
}

/*===== header =====*/

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 50px;
}

.logo {
  width: 184px; 
  height: auto;
  display: block;
}

.left {
  display: inline-block; 
}

.header_menu {
	display: flex;
	gap: 20px;
}

.header_tel {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.header_tel-time , .header_tel-number {
	text-align: center;
}

.header_tel-time {
	font-weight: bold;
}

.tel {
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
    align-items: center;
}

.tel::before {
	font-family: 'Font Awesome 5 Free';
    font-size: 1.8rem;
    line-height: 1;
    right: 1rem;
    font-weight: bold;
    content: '\f095';
    margin: 0 10px 0 0;
}

.btn--black,
a.btn--black {
    color: #fff;
	font-weight: bold;
    background-color: #333333;
	border: 2px solid #333333;
}

.btn--black:hover,
a.btn--black:hover {
    color: #333333;
	font-weight: bold;
    background: #fdfdfd;
	border: 2px solid #333333;
}

a.btn--radius {
    border-radius: 100vh;
}

/*===== メインビジュアル =====*/
.topmv-tab {
	display: none;
}

.topmv-sp {
	display: none;
}

.topmv {
    max-width: 100%;
    margin: auto;
    position: relative;
    height: 40vw;
    max-height: 764px;
}


.mv_img {
	display: block !important;
}

.mv_img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*===== キャッチコピーPC =====*/
#circle-center {
    width: 32.3vw;
    height: 32.3vw;
    background-color: #fdfdfd;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 0px 5px #ee8232;
}

.catchcopy {
    width: 24vw;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.catchcopy_title-slachtop {
	text-align: center;
    font-size: 2.4rem;
    color: #f95a39;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}

.catchcopy_title-slach {
	color: #f95a39;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
	line-height: 1;
}


.catchcopy_title-slach::before,
.catchcopy_title-slach::after {
	content: "";
    width: 27px;
    height: 2px;
    background-color: #f95a39;
    margin: 4px;
    border-radius: 20px;
}

.catchcopy_title-slach::before {
    transform: rotate(55deg);
}

.catchcopy_title-slach::after {
    transform: rotate(-55deg);
}

.catchcopy_title-main {
	color: #ee8232;
    font-size: 4rem;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
	margin-top: 10px;
}

.otonacafelogo_img {
    width: 80%;
    margin-top: 15px;
}

/*===== CTA =====*/
.cta_telbtn-box {
	display: none;
}

.content_cta {
	background: #f95a39;
}

.cta_btn-block {
	display: flex;
    justify-content: center;
    gap: 50px;
	align-items: center;
}

.cta_tel {
    color: #fdfdfd;
    padding: 0.5em 0;
    border-top: solid 3px #fdfdfd;
    border-bottom: solid 3px #fdfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta_tel-bottomtxt::before {
	font-family: 'Font Awesome 5 Free';
    font-size: 2.4rem;
    line-height: 1;
    right: 1rem;
    font-weight: bold;
    content: '\f095';
    margin: 0 10px 0 0;
}

.cta_tel-bottomtxt {
    font-size: 2.4rem;
    font-weight: bold;
}

.btn--black--cta,
a.btn--black--cta {
    color: #fff;
	font-weight: bold;
    background-color: #333333;
	border: 2px solid #333333;
}

.btn--black--cta:hover,
a.btn--black-cta:hover {
    color: #333333;
	font-weight: bold;
    background: #fdfdfd;
	border: 2px solid #333333;
}

a.btn--radius {
    border-radius: 100vh;
}

.cta_btntxt-bottom {
	font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}


/*===== 毎日を楽しみたい =====*/
.desire_list {
	display: flex;
    justify-content: center;
    gap: 100px;
}

.desire_listbox-txt {
	text-align: center;
    margin-top: 20px;
}

.box_foot-txt {
	text-align: center;
    margin-top: 50px;
    font-size: 4.0rem;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}

.box_foot-txttop {
	font-size: 3.2rem;
}

/*===== 元気スイッチ =====*/
.content_solution {
	background: #ee8232;
}

.solution_list {
	display: flex;
    justify-content: center;
    gap: 100px;
}

.solution_listbox {
    background: #fdfdfd;
    padding: 20px;
    border-radius: 20px
}

.solution_listbox-titile {
    font-size: 2.0rem;
    text-align: center;
    margin: 30px 0 20px 0;
}

.solution_listbox-txt {
	text-align: center;
}


/*===== 見どころ =====*/


.content_point {
	background: #fbf7ef;
}

.point_listbox {
	width: 80%;
	margin: 0 auto;
}

.pointtitle_sp-no {
	text-align: center;
	display: block;
	color: #ee8232;
	background: #fdfdfd;
	padding: 1rem;
	border-radius: 10px;
	font-weight: bold;
	position: relative;
	margin-right: 20px;
}

.pointtitle_sp-no::after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fdfdfd;
    position: absolute;
    left: 96%;
    bottom: 40%;
}

.point_listbox:not(:first-child)  {
	margin-top: 50px;
}

.point_listbox-top {
	background: #ee8232;
    border-radius: 20px 20px 0 0;
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 10px 0;
}

.pointtitle_img {
	margin: 0 10px 0 0;
}

.point_listbox-title {
	font-size: 3.2rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
    position: relative;
}

.point_listbox-bottom {
    background: #fdfdfd;
    border-radius: 0 0 20px 20px;
    border: 3px solid #ee8232;
    display: flex;
    justify-content: center;
	align-items: center;
    gap: 20px;
    padding: 20px;
}


/*===== 動画 =====*/
.video_wrap {
	width: 90%;
	margin: 0 auto
}

.mp4 {
	width: 90%;
    display: block;
    margin: 0 auto;
}

.cta_btn-box {
    text-align: center;
}

.movie_btn {
	margin-top: 50px;
}

.btn--orange,
a.btn--orange {
    color: #fdfdfd;
	font-weight: bold;
    background-color: #f95a39;
	border: 2px solid #f95a39;
}

.btn--orange:hover,
a.btn--orange:hover {
    color: #f95a39;
	font-weight: bold;
    background: #fdfdfd;
	border: 2px solid #f95a39;
}


/*===== お便り =====*/
.content_letter {
	background: #ee8232;
}

.letter_listbox {
	display: flex;
	align-items: center;
    justify-content: center;
    gap: 20px;
    background: #fdfdfd;
    width: 80%;
    border-radius: 20px;
    padding: 20px;
	margin: 0 auto;
}

.letter_listbox:not(:first-child)  {
	margin-top: 50px;
}

.age {
	text-align: center;
    margin-top: 10px;
}

.letter_listbox-title {
	font-size: 2.4rem;
}

.letter_listbox-txt {
	margin-top: 10px
}


/*===== 簡単操作 =====*/
.content_device {
	background: #fbf7ef;
}

.title_orange {
	background: #ee8232;
    border-radius: 50px;
    font-size: 2.4rem;
    padding: 1.5rem 3rem;
    margin: 50px auto 0;
	text-align: center;
}

.width_60 {
width: 60%;
    position: absolute;
    top: -8.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.width_30 {
	width: 30%;
}

.device_list {
	display: flex;
    justify-content: center;
    gap: 30px;
}

.device_box {
    padding: 20px;
    background: #fdfdfd;
    box-shadow: 1px 1px 7px #949699;
    border-radius: 20px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.device_txtbox {
    position: relative;
    border: 2px solid #ee8232;
    border-radius: 10px;
    background: #fdfdfd;
    padding: 50px 20px 20px 20px;
    margin: 80px auto 0;
    width: 90%;
}

.device_box-txt {
	font-size: 1.8rem;
	margin-top: 20px;
	text-align: center;
}

.device_txtbox-txt {
	text-align: center;
}


/*===== 簡単操作 =====*/
.content_flow {
	background: #ee8232;
}

.flow_list {
	width: 90%;
    margin: 0 auto;
}

.flow_arrow::after {
    content: "";
    border-top: 18px solid #fdfdfd;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -50px;
}

.flow_box {
    background: #fdfdfd;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    place-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    width: 90%;
	margin: 0 auto;
}

.flow_box:not(:first-child)  {
	margin-top: 50px;
}

.step_title {
    width: 120px;
    border-right: 2px solid #ee8232;
    padding: 10px 20px 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step {
	font-size: 2.4rem;
	font-weight: bold;
}

.step_number {
	font-size: 6.0rem;
	font-weight: 700;
    line-height: 1;
}

.flow_txtbox {
	width: 60%;
}

.flow_txtbox-title {
	font-size: 2.4rem;
    margin: 0 0 10px 0;
}

.flow_bottom-txtbox {
	margin: 50px 0 0 0;
}

.bottom_txt {
	text-align: center;
    margin: 30px auto 0;
    width: 90%;
}


/*===== 質問 =====*/
.p-faq-container {
	width: 90%;
    margin: 0 auto;
}

.p_faq-box:not(:first-child)  {
	margin-top: 50px;
}

.p_faq-question {
	display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1.45rem;
	padding: 4rem 4rem 4rem 7rem;	
    color: #ee8232;
    font-weight: 700;
    line-height: 1.6;
    background-color: #fff7e8;
    height: 4rem;
    border-radius: 3.125rem;
	font-size: 2.4rem;
}

.p_faq-question::after {
position: absolute;
    left: 0.75rem;
    background: #ee8232;
    aspect-ratio: 1;
    height: auto;
    content: "Q";
    color: #fdfdfd;
    border-radius: 50%;
	padding: 1rem 1.5rem 1rem 1.4rem;
	font-family: "Roboto", sans-serif;
	line-height: 1;
}

.p_faq-answer {
    position: relative;
    padding: 1rem 0 1rem 7rem;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

.p_faq-answer::after {
    position: absolute;
    left: 0.8rem;
    background: #fdfdfd;
    border: 1px solid #ee8232;
    aspect-ratio: 1;
    height: auto;
    content: "A";
    color: #ee8232;
    border-radius: 50%;
	padding: 1.4rem 1.6rem 1rem 1.6rem;
    font-family: "Roboto", sans-serif;
	line-height: 1;
}


	
/*===== 追従ボタン =====*/
#contact-flex {
	width: 100%;	
	margin: 10px auto 0;
	padding: 0;
	background: #fdfdfd;
	bottom: 0;
	display: flex;
	align-items: center;
}

.contact-fixed {
	position: fixed;
	transition: 0.5s;
	z-index: 100;
}

#contact-flex {
	width: 100%;
	margin: 10px auto 0;
	padding: 0;
	background: #f4f4f4;
	bottom: 0;
	display: flex;
}

.contact-item {
	width: 50%;
}

.text-center {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.blkTel {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#contact-flex .btn {
	width: 95%;
	height: 60px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #333333;
}

#contact-flex .btn:active {
	transform: scale(.95);
}

#contact-flex a {
	color: #f95a39;
	text-decoration: none;
}

.red-a700 {
	background: #f95a39;
}

#contact-flex .contact-text {
	font-size: 1.6rem;
	color: #fff;
}
.contact-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tel-text {
	font-size: 1.6rem;
	color: #333333;
	line-height: 1.4em;
}

#contact-flex .tel-no {
	font-size: 1.6rem;
	color: #f95a39;
}

/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/*===== レスポンシブ =====*/
@media screen and (max-width: 1150px) {
/*===== キャッチコピーPC =====*/
		#circle-center {
		width: 30vw;
		height: 30vw;
	}
	
	.catchcopy_title-slachtop {
		font-size: 2rem;
	}

	.catchcopy_title-slach {
		font-size: 2rem;
	}


	.catchcopy_title-slach::before,
	.catchcopy_title-slach::after {
		width: 22px;
	}

	.catchcopy_title-main {
		font-size: 3.2rem;
		margin-top: 10px;
	}

	.otonacafelogo_img {
		width: 60%;
		margin-top: 15px;
	}
}
@media screen and (max-width: 1000px) {
/*===== 共通 =====*/	
	.br_1000 {
		display: block;
	}
	
/*===== ファーストビュー =====*/
	.pc_menu {
		display: none;
	}
	
	.left {
		margin: 0 auto;
	}
	
/*===== 毎日を楽しみたい =====*/
	.desire_list {
		gap: 50px;
	}
	
/*===== 元気スイッチ =====*/
	.solution_list {
		gap: 50px;
	}
	
/*===== ポイント =====*/
	.pointtitle_sp-no {
        width: 20%;
	}
	
	.pointtitle_sp-no::after {
		content: "";
        border-top: 18px solid #fdfdfd;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 18px solid transparent;
        position: absolute;
        left: 40%;
        bottom: -25px;
	}
	
	.point_listbox-title {
        margin-top: 10px;
    }
	
	.point_listbox-top {
		flex-direction: column;
        align-items: center;
	}
	
/*===== 様々な端末 =====*/
	.device_img {
		width: 30%;
	}
	
	.device1_img {
		width: 50%;
	}
	
	.device2_img {
		width: 90%;
	}
	
	.device_txtbox {
		padding: 70px 20px 20px 20px;
	}
	.width_60 {
		top: -10rem;
	}

}

/*===== 950px以下 =====*/
@media screen and (max-width: 950px) {
	.topmv {
        display: none;
	}
	
	.topmv-tab {
		display: block;
	}
	
	.mvtab_img {
		display: block !important;
	}

	.mvtab_img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	
	.topmv-tab {
		max-width: 100%;
		margin: auto;
		position: relative;
	}
	
	.catchcopy {
        left: 50%;
        top: 50%;
		width: 100%;
	}
	
	.catchcopy_title-main {
        font-size: 4rem;
    }
	
	    .otonacafelogo_img {
        width: 30%;
        margin-top: 15px;
    }
	
}

/*===== 900px以下 =====*/
@media screen and (max-width: 900px) {
	.br_900 {
		display: block;
	}
	
	.br_900-none {
		display: none;
	}
/*===== CTA =====*/
	
	.cta_btn-block {
		gap: 30px;
		width: 90%;
		margin: 0 auto;
	}
	.cta_telbtn-box {
		display: block;
	}
	
	.cta_tel {
		display: none;
	}
	
	.btn--white--cta,
	a.btn--white--cta {
		color: #333333;
		font-weight: bold;
		background-color: #fdfdfd;
		border: 2px solid #333333;
	}
	
	.btn--white--cta:active,
	a.btn--white-cta:active {
		transform: scale(.95);
	}
	
	.btn--black--cta:hover,
	a.btn--black-cta:hover {
		color: #fff;
		font-weight: bold;
		background-color: #333333;
		border: 2px solid #333333;
	}
	
	.btn--black--cta:active,
	a.btn--black-cta:active {
		transform: scale(.95);
	}
	
	.cta_btntxt-top {
		text-align: center;
	}
	
/*===== 元気スイッチ =====*/
	.solution_list {
        gap: 30px;
        flex-direction: column;
		align-items: center;
    }
	
	.solution_listbox-titile {
		margin: 20px 0 10px 0;
	}
	
	.solution_listbox {
		width: 50%;
	}
	
/*===== 登録の流れ =====*/
	.flow_box {
		flex-direction: column;
		width: 100%;
	}
	
	.step_title {
        border-right: none;
        display: flex;
        flex-direction: unset;
        padding: 0 0 10px 0;
		width: 100%;
		justify-content: center;
	}
	
	.step_number {
		font-size: 3rem;
	}
	
	.flow_txtbox-title {
		text-align: center;
		margin-top: 10px;
	}
	
	.flow_txtbox {
    	width: 100%;
	}
	
	.flow_arrow::after {
		left: 48%;
	}
}


/*===== 800px以下 =====*/
@media screen and (max-width: 800px) {
/*===== 共通・フォントサイズ =====*/
	.br_800 {
		display: block;
	}
	
	.br_800-none {
		display: none;
	}
	
	.container {
		padding: 50px 0;
	}

	.box_title {
		padding:0 0 30px 0;
	}

	.subtitle {
		font-size: 2.4rem;
	}

	.title {
		font-size: 3.2rem;
	}

	.title_bottom-txt {
		text-align: justify;
		margin-top: 20px;
	}
	
	.box_foot-txt {
		margin-top: 20px;
		font-size: 3.2rem;
	}
	
	.catchcopy_title-main {
        font-size: 3.6rem;
        line-height: 1.3;
    }
	
	.desire_bottomcopy {
		font-size: 2.4rem;
	}
	
	.box_foot-txttop {
		font-size: 2.4rem;
	}

	.point_listbox-title {
		font-size: 2.4rem;
	}
	
	.letter_listbox-title {
		font-size: 2rem;
	}
	
	.title_orange {
		font-size: 2rem;
		margin: 30px auto 0;
	}
	
	.flow_txtbox-title {
		font-size: 2rem;
	}
	
	.step {
		font-size: 2rem;
	}
	
	.p_faq-question {
		font-size: 2rem;
	}
	
	.cta_btntxt-bottom {
		font-size: 1.8rem;
	}
	
	.step {
		font-size: 2rem;
	}
		
	.cta_btntxt-top {
		font-size: 1.6rem;
	}
	
	.flow_txtbox-title {
		font-size: 1.8rem;
	}
	
	.bottom_txt {
		margin: 20px auto 0;
	}
	
/*=====ファーストビュー =====*/
	.topmv {
        display: none;
	}
	
	.topmv-tab {
		display: block;
	}
	
	.mvtab_img {
		display: block !important;
	}

	.mvtab_img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}

/*===== CTA =====*/
	
	.cta_btn-block {
		flex-direction: column;
	}
	
	.cta_telbtn-box , .cta_btn-box {
        width: 100%;
        display: flex;
        justify-content: center;
	}
	
	.btn--white--cta,
	a.btn--white--cta {
		width: 100%;
        padding: 1rem;
	}
	
	.btn--black--cta,
	a.btn--black--cta {
		width: 100%;
        padding: 1rem;
	}
	
/*===== 毎日を楽しみたい =====*/
	.desire_list {
        gap: 30px;
        flex-direction: column;
    }
	
	.desire_listbox-txt {
		margin-top: 10px;
	}

/*===== ポイント =====*/
	.point_listbox {
		width: 90%;
	}
	
	.point_listbox-bottom {
		flex-direction: column;
	}
	
	.point_listbox:not(:first-child) {
		margin-top: 30px;
	}
	
/*===== 動画 =====*/
	.btn--orange, a.btn--orange {
		padding: 1rem 4rem;
	}

/*===== お便り =====*/
	.letter_listbox {
		width: 90%;
	}
	
/*===== デバイス =====*/
	.device_list {
		flex-wrap: wrap;
	}
	
	.device_box {
		width: 40%;
	}
	
	.bottom_txt {
		text-align: justify;
	}
	
	.width_60 {
		margin: 60px 0 0 0;
	}
	
/*===== 登録の流れ =====*/
	.flow_bottom-txtbox {
		margin: 30px 0 0 0;
	}
	
/*===== 質問 =====*/
	.p_faq-box:not(:first-child) {
		margin-top: 20px;
	}
}


/*===== 700px以下 =====*/
@media screen and (max-width: 700px) {
	.pointtitle_sp-no {
        width: 30%;
	}
	
	.pointtitle_sp-no::after {
        left: 43%;
	}

/*===== 650px以下 =====*/
@media screen and (max-width: 650px) {	
	.br_600 {
		display: block;
	}
	
	.br_600-none {
		display: none;
	}
	
/*===== ヘッダー =====*/	
	.logo {
		width: 120px;
	}
	
/*===== キャッチコピー =====*/
	.topmv-tab {
        display: none;
	}
	
	.topmv-sp {
		display: block;
	}
	
	.mvsp_img {
		display: block !important;
	}

	.mvsp_img {
		width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	
	.topmv-sp {
		max-width: 100%;
		margin: auto;
		position: relative;
	}
	.catchcopy_title-slach {
        font-size: 2rem;
    }
	
	.catchcopy_title-slach::before, .catchcopy_title-slach::after {
        width: 23px;
    }
	
	.catchcopy_title-main {
        font-size: 4rem;
    }
	
	.otonacafelogo_img {
        margin-top: 10px;
		width: 40%;
    }

/*===== 元気スイッチ =====*/
	.solution_listbox-txt {
		text-align: justify;
	}
	
	.solution_listbox {
        width: 90%;
    }

/*===== お便り =====*/
	.letter_listbox {
		flex-direction: column;
		gap: 0;
	}
	
	.letter_listbox-title {
		text-align: center;
	}
	
/*===== デバイス =====*/
	.title_orange {
        width: 90%;
    }
	
	.width_30 {
		width: 55%;
	}
	
	.device_txtbox {
        padding: 70px 20px 20px 20px;
    }
	
	.device_txtbox-txt {
		text-align: justify;
	}

}

/*===== 500px以下 =====*/
@media screen and (max-width: 500px) {
/*===== 共通 =====*/
	.br_500 {
		display: block;
	}

/*===== キャッチコピー =====*/
	.catchcopy_title-slach::before, .catchcopy_title-slach::after {
            width: 18px;
        }
	
	.catchcopy_title-slach {
            font-size: 1.6rem;
        }
	
	.catchcopy_title-main {
            font-size: 3.2rem;
        }
	
/*===== ポイント =====*/
	.point_img {
		width: 95%;
	}
	
	.pointtitle_sp-no::after {
        left: 39%;
	}

/*===== デバイス =====*/
	.device_list {
		gap: 20px;
	}
	
	.width_30 {
		width: 60%;
	}
	
/*===== 質問 =====*/
	.p_faq-question {
		padding: 6rem 1rem 6rem 7rem;
	}
}
	
	
/*===== 450px以下 =====*/
@media screen and (max-width: 450px) {
/*===== ポイント =====*/
	.pointtitle_sp-no {
        width: 35%;
	}
	
	.pointtitle_sp-no::after {
        left: 37%;
	}