@charset "utf-8";
body {
	background-color: #efe9ef;
}
#wrap {
	position: relative;
	padding: 0;
	margin: auto;
	background: #fff;
	font-size: clamp(16px, 2.6vw, 19px);
}
 @media screen and (min-width: 768px) {
#wrap > .wrapper {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
}
}
main {
	color:#333;
	position:relative;
	line-height:1.8;
	margin: 0 auto;
	background-color:#FFF;
	overflow:hidden;
}
main p {
	margin-bottom:1rem;
	text-align:justify;
	line-height:1.8;
}
main table {
}
main img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}

@media only screen and (max-width: 785px) {
.pc_only {
	display:none; 
}
}

@media only screen and (min-width: 786px) {
.sp_only {
	display:none; 
}
}

.l-container {
	max-width: 100%;
	padding:0 5%;
}
 @media only screen and (min-width: 786px) {
.l-container {
	max-width: 750px;
	min-width: 750px;
	padding:0;
	margin:0 auto;
}
}
.c-h2 {
	font-size: clamp(36px, 5.4vw, 72px);
	font-weight:bold;
	text-align:center;
	ruby-position: under;
	margin-bottom:1.5em;
	color:#FF9095;
}
.c-h2__rt {
	transform: translateY(.8em);
	color:#666;
}
.c-h2__rt--black {
	color: #666;
	padding-top: 20px;
}
.c-h2__rt--white {
	color:#FFF;
	padding-top: 20px;
}
.c-h2--pink {
	color:#FF9095;
}
.c-h2--deeppink {
	color:#FF747C;
}
.c-h2--lightpink {
	color:#FFC5C0;
}
.c-h2--black {
	color:#666;
}
.p-mv {
	background-color:#FF9095;
	color:#FFF;
}
.p-mv{
margin-bottom: 14%
}

.p-mv__title {
	padding:1.5rem 0;
}
.p-mv__head {
	max-width:320px;
	margin:0 auto;
}
@media only screen and (min-width: 786px) {
.p-mv__head {
	max-width:360px;
}
}
.p-mv__h1 {
	text-align:center;
	font-size: clamp(1.5rem, 4.8vw, 2.5rem);
	font-weight:bold;
	text-shadow:0 0 5px #E9546B, 0 0 5px #E9546B;
	margin-top:1rem;
  line-height: clamp(2.5rem, 4.8vw, 3.1rem);
}
.p-mv__h1-span {
	/*display:block;*/
	/*font-size: clamp(1.5rem, 4.8vw, 2.2rem);*/
}
.p-mv__catch {
	background-color:#FF8080;
	text-shadow: 0 0 5px #E9546B, 0 0 5px #E9546B;
	font-size: clamp(22px, 3vw, 45px);
	font-weight:500;
	letter-spacing: 0.08rem;
}
.p-mv__catch {
	position:absolute;
	margin:0;
	padding:0 1rem;
}
 @media only screen and (min-width: 768px) {
.p-mv__catch {
	padding:0 2.5rem 0 5rem;
}
}
.p-mv__catch span {
	font-size: clamp(1.2rem, 2.6vw, 2rem);
  letter-spacing: 0.01rem;
}
.p-mv__catch span.tax{
	font-size: clamp(0.9rem, 2.6vw, 1.1rem);
  /*padding-left: clamp(0.2rem, 2.6vw, 0.4rem);*/
}
.p-mv__catch span.price_tax{
	font-size: clamp(1rem, 2.6vw, 1.3rem);
/*  padding-left: clamp(0.2rem, 2.6vw, 0.4rem);*/
}
.p-mv__catch:nth-of-type(1) {
	left:0;
	/*bottom: clamp(44px, 2.6vw, 66px);*/
	bottom:-11px;
	transform:translateY(-100%);
}
.p-mv__catch:nth-of-type(2) {
	left:0;
	/*bottom: clamp(-22px, 2.6vw, -33px);*/
	bottom:0;
	transform:translateY(50%);
}
 @media only screen and (min-width: 768px) {
.p-mv__catch:nth-of-type(1) {
	bottom:-2.9rem;
}
.p-mv__catch:nth-of-type(2) {
	bottom:-1.7rem;
}
}
.p-mv__slick {
	position:relative;
}
.js-mv__slick .slick-list {
	overflow:hidden;
}
.js-mv__slick .slick-slide {
	position: relative;
}
.js-mv__slick .slick-slide::before {
	content: "";
	display: block;
	padding-top: 71.5%;
}
@media only screen and (min-width: 768px) {
.js-mv__slick .slick-slide::before {
	padding-top: 65%;
}
}
.js-mv__slick .slick-slide img {
	width:100%;
	height:100%;
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.js-mv__slick img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.studioBannerWrap {
  padding: 0; 
}

.studioBannerContent {
  border: unset;
}

.studioBannerWrap {
  background-color: unset;
}
.studioBannerTit {
  font-size: 1.15rem;
  letter-spacing: 0.002rem;
  line-height: 1.7rem;
  color: #FF8080;
  color: #2EAA90;
  background-color: unset;
  padding: 0px;
}

.studioBannerCpWrap img{
filter: drop-shadow(0px 0px 2px #aaa);
}


@media screen and (min-width: 768px) {
  .studioBannerTit {
    font-size: 2rem;
    letter-spacing: 0.15rem;
  }
}
.p-intro {
	padding: 1% 0;
}
.p-intro__text {
	color: #FF8080;
  border: 1px solid #FF8080;
  margin: 0 auto;
  padding: 1.3rem;
  box-shadow: 0 0 10px 0 #ffbec8, 0 0 10px 0 #ffbec8 inset;
  border-radius: 1rem;
  font-size: clamp(16px, 2.6vw, 26px);
  width: 80vw;
  text-shadow: #ffbec8 1px 0 8px;
}
.p-intro__text span {
	font-weight: 700;
  background-color: #FFEAE8;
}
.p-intro__btn-container {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:8%;
}
.p-intro__btn-container li {
	position: relative;
	width:30%;
	margin-bottom:2rem;
}
.p-intro__btn-container li:before {
	content:"";
	display: block;
	padding-top: 100%;
}
.p-intro__btn {
	display:flex;
	color:#FF8080;
	background-color:#EBE2DC;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius:1.25rem;
	font-weight:bold;
	align-items: center;
	justify-content: center;
	text-align:center;
	font-size: clamp(18px, 2.6vw, 32px);
	line-height:1.4;
}
.p-intro__btn:hover {
	color:#FFF;
	background-color:#FF8080;
}
.p-intro__btn::before {
	content:"";
	width: 10%;
	height: 10%;
	border: 3px solid;
	border-color:  transparent transparent #FF8080 #FF8080;
	transform: rotate(-45deg);
	position: absolute;
	bottom:10%;
}
.p-intro__btn:hover::before {
	border-color:  transparent transparent #FFF #FFF;
}
.p-studio {
	text-align:justify;
  padding-top: 5%;
}
.p-studio__h3 {
	font-size: clamp(1.2rem, 4.8vw, 2.3rem);
	font-weight:bold;
	margin:1rem;
	text-align:center;
}
.p-studio .js-studio__slick:nth-of-type(2) {
	margin-top:8rem;
}
.p-studio .js-studio__slick .slick-list {
	border-radius:2rem;
	overflow:hidden;
}
.p-studio .js-studio__slick .slick-slide {
	position: relative;
	overflow:hidden;
}
.p-studio .js-studio__slick .slick-slide::before {
	content: "";
	display: block;
	padding-top: 65%;
}
.p-studio .js-studio__slick .slick-slide img {
	width:100%;
	height:100%;
	object-fit: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.p-studio .js-studio__slick img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}
.p-studio__info {
	width:100%;
}
.p-studio__info th {
	background-color:#FF9095;
	border-radius:9999px;
	color:#FFF;
	text-align:center;
	padding:0.2rem;
	font-weight: bold;
}
.p-studio__info th, .p-studio__info td {
	display: block;
}
.p-studio__info td {
	margin-top:1rem;
	margin-bottom:1rem;
}
.p-studio__info__mapWrap {
	margin: 0 auto;
	padding: 0;
}
.p-studio__info__mapWrap .studioMap iframe {
	vertical-align:middle;
}

.p-studio__info__access_image{
  width: 90%;
  margin: 1rem auto 0;
}

@media only screen and (min-width: 768px) {
.p-studio__info__access_image{
  width: 55%;
  margin: 1rem auto;
}
}

.p-studio__info__access_image > img{
  border: solid 1px #aaa;
}

.p-price {
	background-color:#EBE2DC;
	padding:12% 0 10%;
}
.p-price__plan {
	background-color:#FF8080;
	border-radius:0.5rem;
	padding:10% 5% 5% 5%;
	position:relative;
}
.p-price__plan__h3 {
	color:#FF8080;
	font-weight:bold;
	background-color:#FFF;
	border-radius:9999px;
	border:3px solid #FF8080;
	display:inline-block;
	margin:0 auto;
	padding:0.2rem 2rem;
	font-size: clamp(17px, 2.6vw, 32px);
	position:absolute;
	left:50%;
	top:0;
	transform:translate(-50%, -50%);
	white-space:nowrap;
}
.p-price__plan__kakaku {
	margin:5% auto 3%;
	width:90%;
}
.p-price__plan__kakaku__note {
	text-align:center;
	line-height:1.8;
	margin-top:1rem;
	color:#FFF;
  font-size:clamp(0.8rem, 2.6vw, 1.3rem);
  letter-spacing: 0.03rem;
}
.p-price__plan__div {
	background-color:#FFF;
	border-radius:0.5rem;
	padding:5%;
}
.p-price__plan__div__h4 {
	text-align:center;
	color:#FF8080;
	font-size: clamp(18px, 2.6vw, 26px);
}
.p-price__plan__div__h4::before, .p-price__plan__div__h4::after {
	content:"●";
	font-size: clamp(14px, 2.6vw, 20px);
	padding:0 2%;
}
.p-price__plan__div__ul {
	margin-top:2%;
}
.p-price__plan__div__li {
	position:relative;
	padding-left: clamp(25px, 3.5vw, 48px);
	padding-bottom: 0.5rem;
	font-size: clamp(14px, 2.6vw, 28px);
	letter-spacing: 0.01rem;
}
.p-price__plan__div__li::before {
	content:"";
	position:absolute;
	background-image:url(../images/price_ul.svg);
	background-repeat:no-repeat;
	background-size:cover;
	width: clamp(18px, 2.6vw, 29px);
	height: clamp(18px, 2.6vw, 29px);
	left:0;
	top:50%;
	transform:translateY(-50%);
}
.p-price__plan__div__li span {
	color:#FF8080;
}
.p-price__plan__note {
	text-align:center;
	line-height:1.8;
	margin: 1rem 0 1.5rem;
  font-size:clamp(0.8rem, 2.6vw, 1.3rem);
}
.p-price__moreover {
	background-color:#FFC5C0;
	border-radius:0.5rem;
	padding:5%;
	margin-top:5%;
}
.p-price__moreover__h3 {
	width:80%;
	margin:3% auto;
}
.p-price__moreover__div {
	margin-top:6%;
}
.p-price__moreover__li {
	margin-top:4%;
}
.p-feature {
	position: relative;
	background-color:#FFCECE;
	padding:12% 0 100px;
}
@media only screen and (min-width: 768px) {
.p-feature {
	padding:12% 0 200px;
}
}
.p-feature::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 80px solid #FFCECE;
	background-color:#FFF;
}
@media only screen and (min-width: 768px) {
.p-feature::after {
	border-top: 160px solid #FFCECE;
}
}
.p-feature__h2 {
	width:85%;
	margin:3rem auto 2rem;
}
.p-feature__h3 {
	/*font-family: "M PLUS 1p", sans-serif;*/
	font-weight: 800;
	color:#D16180;
	text-align:left;
	font-size: clamp(28px, 2.6vw, 32px);
	line-height:1.4;
}
.p-feature__h3-span {
	display:block;
}
/*@media only screen and (min-width: 576px) {
.p-feature__h3-span{
	display:inline;
}
}*/

.p-feature__span {
	background-image: url(../images/feature_span.svg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:contain;
	color:#FFF;
	transform:rotate(-8deg) translateY(16%);
	transform-origin: center left;
	display:block;
	width:5em;
	height:2em;
	letter-spacing:0.8px;
	font-size: clamp(24px, 2.6vw, 32px);
	text-align:center;
	padding-left:0.3rem;
}
.p-feature__container {
	align-items: center;
	border-radius: 1rem;
	background-color: #FFF;
	padding: 5%;
	box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
	margin-top: 5%;
}
@media only screen and (min-width: 768px) {
.p-feature__container {
	display: flex;
	justify-content: space-between;
}
}
@media only screen and (min-width: 768px) {
.p-feature__text-box {
	width: 56%;
}
}
.p-feature__text-box p {
	font-size: clamp(16px, 2.6vw, 19px);
	/*font-weight: 600;*/
  text-align: justify;
	line-height: 1.6;
	letter-spacing: 0rem;
	margin:1rem 0;
}
.p-feature__text-box p span {
	display:block;
	font-size: clamp(10px, 2.6vw, 14px);
	color: #888;
}
 @media only screen and (min-width: 768px) {
.p-feature__image-box {
	width: 40%;
}
}
.p-feature__image {
	border-radius:1rem;
	overflow:hidden;
}
.p-feature__image:first-of-type {
	margin-bottom:1rem;
}
.p-jyusyo {
	padding:5% 5% 0;
}
.p-jyusyo {
	background-color:#FFF;
}
.p-jyusyo__table {
	text-align:justify;
	font-size:clamp(10px, 2.6vw, 16px);
}
.p-jyusyo__table th {
	width:7em;
	position:relative;
}
.p-jyusyo__table th::after {
	content:"：";
	position:absolute;
	right:0;
	top:0;
}
.p-trial {
	background-color:#808080;
	padding:12% 0 100px;
	color:#FFF;
	position:relative;
}
@media only screen and (min-width: 768px) {
.p-trial {
	padding:12% 0 200px;
}
}
.p-trial::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50vw solid transparent;
	border-right: 50vw solid transparent;
	border-top: 80px solid #808080;
	background-color:rgba(255, 240, 240, 1);
}
@media only screen and (min-width: 768px) {
.p-trial::after {
	border-top: 160px solid #808080;
}
}
.p-trial__image {
	margin-top:5%;
}
.p-flow {
	background-image: linear-gradient(0deg, rgba(250, 200, 180, 1), rgba(250, 210, 220, 1), rgba(255, 240, 240, 1));
	padding:10% 0 1%;
}
.p-flow__container {
	padding:5%;
	background-color:#FFF;
	border-radius:1rem;
	margin-bottom:2rem;
}
.p-flow__h3 {
	text-align:center;
	width:30%;
	margin:0 auto 1rem;
}
.p-flow__h3:first-of-type {
	margin:2rem auto 1rem;
}
@media only screen and (min-width: 768px) {
.p-flow__h3:first-of-type {
	/*margin:0 0 -6%;*/
	width:25%;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}
}
.p-flow__box {
}
.p-flow__box:not(:first-of-type) .p-flow__h3::before {
	content: "";
	display:block;
	background-image:url(../images/flow_step_arrow.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	width:20%;
	margin:1.5rem auto;
	padding-top:70%;
}
@media only screen and (min-width: 768px) {
.p-flow__box:not(:first-of-type) .p-flow__h3::before {
	width:10%;
	padding-top:45%;
}
}
.p-flow__h4 {
	color:#05AC7C;
	font-weight:bold;
	text-align:center;
	margin:0.7rem 0;
	font-size: clamp(21px, 2.6vw, 28px);
}
@media only screen and (min-width: 768px) {
.p-flow__h4 {
	text-align:left;
	margin:0 0 0.7rem;
}
}
.p-flow p {
	font-weight: 500;
	font-size: clamp(17px, 2.6vw, 19px);
}
.p-flow__info {
	width:100%;
	vertical-align:middle;
	border-collapse: separate;
	border-spacing: 0 1rem;
	font-size: clamp(12px, 2.6vw, 24px);
}
.p-flow__info-th {
	border-radius: 9000px 0 0 9000px;
	overflow: hidden;
	margin-bottom: 1rem;
	background-color: #FF8080;
	font-weight: bold;
	color: #FFF;
	padding: 0.5rem;
	width: 5em;
	vertical-align: middle;
	font-size: clamp(16px, 2.6vw, 24px);
}
.p-flow__info-td {
	border-radius: 0 9999px 9999px 0;
	background-color: #FFF4F3;
	color: #FF747C;
	padding: 0.3rem;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: clamp(15px, 2.6vw, 23px);
}
.p-flow__figure {
	display:block;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (min-width: 768px) {
.p-flow__figure {
	/*transform: translateY(52px);*/
  display: flex;
	align-items: flex-start;
}
}
.p-flow__figure p br {
	display:block;
}
@media only screen and (min-width: 768px) {
.p-flow__figure p br {
	display:none;
}
}
.p-flow__figure-image {
	overflow:hidden;
	border-radius:1rem;
}
@media only screen and (min-width: 768px) {
.p-flow__figure-image {
	width:48%;
}
}
.p-flow__figure-image img {
	object-fit:cover;
	width:100%;
	height:100%;
}
@media only screen and (min-width: 768px) {
.p-flow__figcaption {
	width:48%;
}
}
.p-voice {
	background-image: linear-gradient(0deg, #CCFFD1, #FFD1CF);
	padding:12% 0 1%;
}
.p-voice__slick {
	overflow:hidden;
}
.p-voice__slick > div:not(:first-child) {
	display: none;
}
.p-voice__container {
	position:relative;
	height:100%;
	margin:1.5rem;
	padding: 1.3rem;
	border-radius:20px;
	background-color:#FFE9E4;
	box-shadow:7px 7px 0 0 #FF939C;
	text-align:justify;
}
.p-voice__container figcaption p::after {
	content: "※個人の感想です。効果には個人差があり、効果効能を保証するものではありません。";
	font-size:0.9rem;
	font-size: clamp(10px, 2.6vw, 12px);
	line-height: 1.2;
	display: block;
	padding-top: 0.5rem;
}
.p-voice__label {
	width:35%;
	position:absolute;
	left:5%;
	top:0;
	transform:translate(0, -50%);
}
.p-voice__h3 {
	margin:1.5rem 0;
}
@media only screen and (min-width: 768px) {
.p-voice__h3 {
	width:80%;
}
}
/*@media only screen and (min-width: 768px) {
.p-voice__graph{
	display:flex;
	align-items: flex-start;
	flex-direction:row-reverse;
}
}*/
.p-voice__graph-image {
	margin-bottom:1.5rem;
}
@media only screen and (min-width: 768px) {
.p-voice__graph-image {
	width:60%;
	float:right;
	margin-left:3%;
	margin-bottom:3%;
}
}
@media only screen and (min-width: 768px) {
.p-voice__figcaption {
/*width:42%;*/
}
}

.p-voice .l-container{
	padding:0;
}

.p-faq{
background-color: #FFFFFF;
padding: 12% 0 1%;
}


.p-faq__question {
	color:#FFF;
	background-color:#E3898C;
	background-image:url(../images/faq_q.svg);
	display:flex;
	position:relative;
}
.p-faq__question:hover, .p-faq__question.is-active {
	cursor:pointer;
	background-color:#d8606d;
}
.p-faq__question::before {
	content:"";
	position:absolute;
	width:24px;
	height:24px;
	right:24px;
	top:50%;
	transform:translateY(-50%) rotate(-90deg);
	background-image:url(../images/faq_arrow.svg);
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.2s ease;
}
.p-faq__question.is-active::before {
	transform:translateY(-50%) rotate(0);
}
.p-faq__answer {
	display:none;
	background-color:#FFF;
	background-image:url(../images/faq_a.svg);
}
.p-faq dt, .p-faq dd {
	background-repeat:no-repeat;
	background-position:left 18px center;
	background-size:36px;
	border-radius:10px;
	padding:1rem;
	padding-left:72px;
	padding-right:64px;
	min-height:40px;
	margin-bottom:1rem;
	text-align:justify;
	align-items: center;
	font-size: clamp(14px, 2.6vw, 18px);
}
.p-faq dd{
padding-right:20px;
}

.p-faq__question br, .p-faq__answer br {
	display: none;
}
@media only screen and (min-width: 768px) {
.p-faq__question br, .p-faq__answer br {
	display: block;
}
}
.scrollAnimeTrigger {
	opacity:0;
}
.scrollAnimeTrigger.animate__animated {
	opacity:1;
}
 @keyframes fadeInDown {
0% {
 opacity:0;
 -webkit-transform:translate3d(0, -20%, 0);
 transform:translate3d(0, -20%, 0)
}
to {
	opacity:1;
	-webkit-transform:translateZ(0);
	transform:translateZ(0)
}
}
.c-cta__btn {
	position:fixed;
  /*transform: translate(0.9rem, 1.05rem);*/
  right: clamp(0px, 5vw, 5px);
  bottom: clamp(0px, 5vw, 5px);
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: clamp(145px, 17vw, 280px);
}

.studioTaiken {
  margin: 3.5rem 0;
  
}


/*slick共通*/
.js-mv__slick, .js-studio__slick {
	display: none;
}
/* ページ読み込み時に、一瞬縦並びになるのを防止 */
/* slick-initializedが付与されたら表示 */
.js-mv__slick.slick-initialized, .js-studio__slick.slick-initialized {
	display: block;
}
.slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
.slick-dotted.slick-slider {
	margin-bottom:0;
}
.slick-dots {
	position:relative;
	left:50%;
	bottom:0;
	transform:translate(-50%, 0);
	margin-bottom:1.5rem;
}
.slick-dots li {
	margin:10px !important;
	width:auto !important;
	height:auto !important;
	overflow:hidden;
}
.slick-dots li button {
	background: #FFB6B9;
	width:16px;
	height:16px;
	border-radius:9999px;
	text-indent:-99px;
}
.slick-dots li.slick-active button {
	background: #FF747C;
}

/*武蔵小杉医大店用に追加*/
.postid-1663 .p-mv{
margin-bottom: 36%
}
.p-mv__catch:nth-of-type(3) {
	left:0;
	/*bottom: clamp(-22px, 2.6vw, -33px);*/
	bottom:-32px;
	transform:translateY(100%);
  line-height: 1.5;
}
.web_cp_banner{
  margin: 0 10px 36px;
}
.studioTaiken__ot{
  margin: 0 auto 20px;
  padding: 0 10px;
}
.p-price__plan__ot{
  margin-bottom: 64px;
}
.p-price__plan__div__li__ot::before {
	top:25%;
}
@media only screen and (min-width: 768px) {
.postid-1663 .p-mv{
    margin-bottom: 19%
}
.p-mv__catch:nth-of-type(3) {
	bottom:-5.7rem;
}

.p-mv__catch:nth-of-type(3) .sp_only{
  display: none;
}

.web_cp{
  margin-bottom: 64px;
}
.web_cp_banner{
  margin: 24px auto;
}
.studioTaiken__ot{
  width: 480px;
  padding: 0;
  margin-bottom: 0;
  }
.p-price__plan__ot{
  margin-bottom: 100px;
}
}
 @media only screen and (max-width: 540px) {
  .p-mv__catch:nth-of-type(3) .sp_only{
    display: block;
}
}