@charset "UTF-8";
/* =======================================

    couture.css

========================================== */

/* common
========================================== */

@font-face {
    font-family: 'GenJyuuGothic';
    src: url('../font/GenJyuuGothic-P-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GenJyuuGothic';
    src: url('../font/GenJyuuGothic-P-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.genjyu {
    font-family: 'GenJyuuGothic';
    letter-spacing: 0.08em;
}
html,body {
	width: 100%;
    margin: 0;
}
body {
  overflow-x: hidden;
}
main,img,p,div,ul,li,a,p,dl,dt,dd {
    box-sizing: border-box;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
body#couture main {
    font-family: 'GenJyuuGothic';
	font-optical-sizing: auto;	
	font-style: normal;
    color: #3B3B3B;
    padding-bottom: 0;
    font-size: 16px;
	background: #F1F2F2;
}
main {
    padding-top: 0;
}
main strong {
    font-weight: normal;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
img,h1,h2,h3,p,li,a,span {
    transition: all .6s;
}
a:hover,
.cvbtn span:hover {
    opacity: 0.8;
}
section {
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 5%;
    position: relative;
}
section img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 0.5s;
}
section img.lazyloaded {
  opacity: 1;
}
p {
    font-size: clamp(14px, 2vw, 18px);
}
.inner {
    max-width: 1028px;
    margin: 0 auto;
    position: relative;
}
.note {
    font-size: 13px;
}
.flex {
    display: flex;
}
h2 {
	text-align: center;
	font-weight: 500;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
p,h2 {
	letter-spacing: 0.08em;
}
figure {
	display: table;
}

/* cvbtn
========================================== */

.cvbtn {
	display: table;
	margin: 0 auto;
    transform: translateY(-50%);
}
.cvbtn a,
.cvbtn span {
    margin: 0 auto;
	background: #EE7901;
	width: 410px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0.5em 4em;
	font-weight: 700;
    letter-spacing: 0.095em;
	text-align: center;
	color: white;
	font-size: clamp(18px, calc(0.4762vw + 15.9048px), 22px);
}
.cvbtn span {
	cursor: pointer;
}
.cvbtn .arrow {
    display: table;
    width: 1.5em;
    height: 1em;
    position: absolute;
    right: 1em;
}
.cvbtn .arrow::before,
.cvbtn .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 20px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: 50% calc(100% - 1px);
}

.cvbtn .arrow::before {
  transform: rotate(50deg);
}

.cvbtn .arrow::after {
  transform: rotate(-50deg);
}
section.cons .cvbtn .arrow.on {
    transform: rotate(180deg);
}
section.cons .cvbtn span {
	transition: none;
}
section.cons .cvbtn span.on {
	text-indent: -999em;
}
section.cons .cvbtn span.on:before {
	content: "閉じる";
	text-indent: 0;
}

/* fv
========================================== */

.fv,
section.solution figure {
	max-width: 2000px;
	display: table;
	margin: 0 auto;
}
section.fv h1 {
    margin: 0 auto;
    display: table;
}

/* news
========================================== */

.news-inner {
	padding: 6em 0 3em;
	position: relative;
	max-width: 2000px;
    margin: 0 auto;
}
section.news {
    background: white;
    display: table;
    margin: 0 auto 4% auto;
    position: relative;
    padding: 2em 7em;
}
section.news p {
	text-align: center;
	letter-spacing: 0.08em;
}
section.news p:first-of-type {
	margin-bottom: 0.15em;
	font-size: clamp(18px, calc(1.1905vw + 10.7619px), 26px);
}
section.news p:nth-of-type(2) {
	color: #F39800;
	line-height: 1.15;
	font-size: clamp(28px, calc(2.0238vw + 14.0952px), 40px);
}
section.news p:nth-of-type(2) span {
	font-size: 65%;
}
section.news figure {
	position: absolute;
	z-index: 1;
}
section.news figure img,
section.problem figure.sonna img {
    max-width: 100%;
}
section.news figure:first-of-type {
	left: -2em;
    top: -3em;
}
section.news figure:last-of-type {
    right: -3em;
    bottom: -2em;
}
.news-inner img.bg {
	position: absolute;
}
.news-inner img.bg.top {
	top: 0;
	right: 0;
}
.news-inner img.bg.btm {
	bottom: 0;
	left: 0;
}

/* tvcm
========================================== */

section.tvcm {
	padding-bottom: 0;
	z-index: 1;
}
section.tvcm h2 {
	font-size: clamp(18px, calc(1.4286vw + 11.7143px), 30px);
	margin: 0 auto 1.5% auto;
}
.moviewrap {
    max-width: 1000px;
    margin: 0 auto;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    max-width: initial;
    margin: 0 auto 0 auto;
	background: white;
}	
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
}

/* problem
========================================== */

section.problem {
    padding-bottom: 0;
    margin-top: -5%;
}
section.problem figure {
	margin: 0 auto;
}
section.problem .white {
    background: white;
	padding: 9% 0 1.5% 0;
}
section.problem figure.prob {
    transform: translateY(24%);
}

/* solution
========================================== */

section.solution {
    background: white;
}

/* lineup
========================================== */

section.lineup {
    padding-top: 5%;
	padding-bottom: 10%;
}
section.lineup h2 {
	margin: 0 auto 0.5em auto;
}
section.lineup figure {
	margin: 0 auto 5% auto;
    max-width: 95%;
}
section.lineup ul li:first-child {
    margin-bottom: 3%;
}
section.lineup ul li img {
	max-width: 100%;
}
.slick-slide img.pc {
    display: none !important;
}

/* question
========================================== */

section.question {
	background: #F1E5D2;
	padding: 3% 0;
}
section.question h2 {
    margin: 0 auto 8% auto;
    display: table;
}
section.question .wrap {
    max-width: 1000px;
    margin: -3em auto 0 auto;
    justify-content: space-between;
}
section.question p {
	font-size: clamp(16px, calc(0.3571vw + 14.4286px), 19px);
	line-height: 2.25;	
}
section.question p strong {
	background:linear-gradient(transparent 70%, #FFFFFF 0%);
}
section.question p:first-of-type {
    margin-bottom: 1em;
}
section.question li {
    width: 50%;
}
section.question ul {
	position: relative;
	top: -1em;
}

/* Consultation
========================================== */

section.cons {
	padding-top: 5%;
}
section.cons h2 {
	margin-bottom: 1.5em;
}
section.cons ul.frame {
    align-items: center;
    justify-content: space-between;
    background: white;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3em;
    border-radius: 10em;
}
section.cons ul.frame li {
	align-items: center;
}
section.cons ul.frame li p {
    font-size: clamp(16px, calc(0.4800vw + 14.2000px), 19px);
    line-height: 2;
    padding-left: 1em;
}
section.cons ul.frame li:first-child {
	justify-content: flex-start;
}
section.cons ul.frame li:last-child {
	justify-content: flex-end;
}

/* step
========================================== */

section.step {
	display: none;
	background: #F1E5D2;
	padding: 6em 0;
	max-width: 1000px;
	margin: 0 auto;
}
section.step.on {
	display: block;
}
section.step li {
	position: relative;
	width: 95%;
}
section.step li .white {
	background: white;
	position: relative;
	width: 85%;
	padding: 3em 2.5em;
}
section.step li:nth-child(2) .white,
section.step li:nth-child(4) .white {
	text-align: right;
}
section.step li:nth-child(2) .white {
	margin: 0 0 8% auto;
}
section.step li:nth-child(4) .white {
	margin: 0 0 0 auto;
}
section.step li:nth-child(2),
section.step li:nth-child(4) {
    margin: 0 0 0 auto;
}
.dial {
    display: table;
    margin: 0 0 0 auto;
}
section.step dt {
	color: #572C00;
	font-weight: 600;
	margin-bottom: 0.8em;
	font-size: clamp(19px, calc(0.9600vw + 15.4000px), 25px);
}
section.step li:nth-child(2) dt {
    text-align: left;
    margin: 0 0 0.8em auto;
    display: table;
}
section.step li:nth-child(2) dt span,
section.step li:nth-child(3) dt span {
    display: inline;
}
section.step li:nth-child(3) dt {
    margin-bottom: 0;
}
section.step dd {
	font-size: clamp(16px, calc(0.1600vw + 15.4000px), 17px);	
}
section.step li {
	margin-bottom: 8%;
}
section.step li:nth-child(3) {
    margin-bottom: 12%;
}
section.step li:last-child {
	margin-bottom: 0;
}
section.step li:first-child dd p {
	line-height: 2;
	width: 80%;
}
section.step li picture,
section.step li figure {
    position: absolute;
	display: table;
}
section.step li figure {
    transform: translateY(-140%);
}
section.step li:nth-child(2) figure,
section.step li:nth-child(4) figure {
    right: 3em;
}
section.step li:first-child picture,
section.step li:nth-child(3) picture {
    right: 0;
    bottom: 2em;
}
section.step li:nth-child(2) picture,
section.step li:nth-child(4) picture {
    left: 0;
    bottom: 2em;
}

/* area
========================================== */

section.area {
}
section.area .wrap {
	max-width: 100%;
	background: url("../images/area_bg.webp") center / cover no-repeat;
	padding: 3.5em 0;
}
section.area .titlewrap {
	margin: 0 auto 2em auto;
	display: table;
	position: relative;
}
section.area .note {
    text-align: center;
}
section.area figure img.pc {
	position: absolute;
    right: 5%;
    transform: translateY(-50%);
}
section.area h2 {
    margin: 0 auto 0.5em auto;
}
section.area ul {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1000px;
    margin: 0 auto;
}
section.area ul li {
    margin: 0 0.5em 0.5em 0;
    position: relative;
	border-radius: 2em;
}
section.area ul li a,
section.area ul li.comingsoon {
    border-radius: 2em;
    padding: 0.8em 0;
    width: 11em;
    color: white;
    display: flex;
    justify-content: center;
	font-size: 18px;
}
section.area ul li.comingsoon {
    align-items: center;
	border-radius: 2em;
	cursor: pointer;
}
section.area ul:nth-child(odd) li:nth-child(odd) a,
section.area ul:nth-child(odd) li:nth-child(odd) {
    background: #ee7901;
}
section.area ul:nth-child(odd) li:nth-child(even) a,
section.area ul:nth-child(odd) li:nth-child(even) {
    background: #eea326;
}
section.area ul:nth-child(even) li:nth-child(odd) a,
section.area ul:nth-child(even) li:nth-child(odd) {
    background: #eea326;
}
section.area ul:nth-child(even) li:nth-child(even) a,
section.area ul:nth-child(even) li:nth-child(even){
    background: #ee7901;
}
section.area ul li ul {
    display: none;
	flex-flow: column;
    position: absolute;
    width: 90%;
    transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    left: 50%;
    right: 0;
    z-index: 1;
	top: 1em;
	transition: all .6s;
}
section.area ul li ul.open {
	display: block;
}
section.area ul li img {
    position: relative;
    z-index: 2;
	cursor: pointer;
	transition: all .6s;
}
section.area ul li img:hover {
	filter: brightness(1.15);
}
section.area ul li ul li {
    width: 100%;
    background: #fff;
    margin: 0 0;
	position: relative;
	z-index: 1;
}
section.area ul li ul li a:hover {
    color: #ee7901;
}
section.area ul li ul li:last-child {
    border-radius: 0 0 10px 10px;
}
section.area ul li ul li:hover {
	filter: none;
	opacity: 1;
}
section.area ul li ul li a {
    padding: 1em;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
	position: relative;
	z-index: 1;
}
section.area ul li ul li:first-child {
    border-radius: 10px 10px 0 0;
}
section.area ul li ul li:first-child a {
    padding: 5em 1em 1em 1em;
}
section.area ul li ul li:last-child {
    border-radius: 0 0 10px 10px;
}
section.area ul li ul li:last-child a {
    border-bottom: 0;
}
.mwindow {
    display: none;
}
ul.mlist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.mlist li {
    margin: 12px;
}
ul.mlist li a {
    color: #572C00;
    line-height: 1;
    padding: 1.25em 0;
    display: table;
    border-radius: 5px;
    width: 10em;
    text-align: center;
}
ul.mlist li.comingsoon {
	line-height: 1;
    display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 5px;
    width: 10em;
    text-align: center;
	color: #572C00;
	padding: 1.25em 0;
	cursor: pointer;
}
ul.mlist:nth-child(odd) li:nth-child(odd) a,
ul.mlist:nth-child(odd) li.comingsoon:nth-child(odd),
ul.mlist:nth-child(even) li:nth-child(odd) a,
ul.mlist:nth-child(even) li.comingsoon:nth-child(odd) {
    background: #F9F1E8;
    border: 2px solid #F6BB7F;
}
ul.mlist:nth-child(odd) li:nth-child(odd) a:hover,
ul.mlist:nth-child(even) li:nth-child(even) a:hover{
    background: #f6bb7f;
}
ul.mlist:nth-child(odd) li:nth-child(even),
ul.mlist:nth-child(even) li:nth-child(even) {
    background: #F6BB7F;
    border: 2px solid #F6BB7F;
	border-radius: 5px;
}
ul.mlist:nth-child(odd) li:nth-child(even) a:hover,
ul.mlist:nth-child(even) li:nth-child(odd) a:hover {
    background: #e97f11;
    border: 2px solid #e97f11;
}

/* contact
========================================== */

section.contact h2 {
    margin: 0 auto 2em auto;
}
section.contact .box {
	border-radius: 10px;
	background: #EE7901;
	padding: 3em;
	display: table;
	margin: 0 auto;
}
section.contact .box p {
	text-align: center;
	line-height: 1;
	color: white;
}
section.contact .box p:first-of-type {
	font-size: clamp(18px, calc(2.2400vw + 9.6000px), 32px);
	font-weight: 600;
	margin: 0 auto 1em auto;
}
section.contact .box p:nth-of-type(2) {
	font-size: clamp(18px, calc(0.6400vw + 15.6000px), 22px);
	border-radius: 2em;
	padding: 0.25em 1em;
	margin: 0.5em auto 0.5em auto;
	border: 2px solid;
	display: table;
}
section.contact .box p:nth-of-type(3) {
	font-size: clamp(13px, calc(0.1600vw + 12.4000px), 14px);
}
section.contact .contactbtn {
    margin: 0 auto;
    display: table;
}

/* follow
========================================== */

.cv {
    padding: 0.5em 0;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    min-width: auto;
    border-top: 1px solid #ee7901;
}

.cv .inner {
  	width: 100%;
  	margin: 0 auto;
}

.cv .inner ul {
  	display: flex;
  	width: 100%;
  	justify-content: center;
}

.cv .inner ul li {
  	display: inline-block;
  	vertical-align: middle;
  	margin: 0 10px;
}
.cv .inner ul li:first-child {
	width: auto;
}
.cv .inner ul li:last-child {
	width: auto;
}

/* ====================================== */
/* media query */

@media screen and (max-width : 1280px) {
 
}

@media screen and (max-width : 64em) {
	
	/* cvbtn */
	.cvbtn {
		width: 60%;
	}
	.cvbtn a,
	.cvbtn span {
		padding: 0.5em 1em;
		width: 80%;
	}
	
	/* news */
	.news-inner {
		padding: 4em 0;
	}
	section.news {
		width: 85%;
    	padding: 2em 3em;
	}
	section.news figure:first-of-type {
		width: 15%;
        top: -2em;
	}
	section.news figure:last-of-type {
		width: 12%;
		right: -2em;
		bottom: -1em;
	}
	.moviewrap {
		max-width: 95%;
	}
	
	/* problem */
	section.problem {
		margin-top: -8%;
	}
	section.problem figure.sonna {
		width: 21%;
	}
	section.problem figure.prob {
		width: 95%;
		transform: translateY(20%);
	}
	
	/* question */	
	section.question .wrap {
		max-width: 90%;
	}
	section.question li {
		width: 48%;
	}
	
	/* consultation */	
	section.cons ul.frame {
		max-width: 95%;
		padding: 2.5em;
	}
	section.cons ul.frame li p {
		white-space: nowrap;
	}
	
	/* step */
	section.step {
		max-width: 95%;
	}
	section.step li picture {
		width: 30%;
	}
	section.step li .white {
		padding: 2em 1.5em;
	}
	section.step li figure {
		width: 120px;
	}
	section.step li:first-child dd p {
	}
	section.step li:first-child dd p br.pc {
		display: none;
	}
	.dial {
		width: 75%;
	}
	
	/* area */
	section.area .wrap {
		padding: 3.5em 0 2em 0;
	}
	section.area ul li a,
	section.area ul li.comingsoon {
		width: 10em;
	}
	ul.mlist li {
		margin: 5px;
	}
	section.area figure img.pc {
		width: 25vw;
	}
	
	/* contact */
	section.contact h2 {
		margin: 0 auto 1.5em auto;
	}
	section.contact .box {
		padding: 2em;
		width: 70%;
	}
}

@media screen and (max-width : 42em) {
	/* common */
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
	
	/* cvbtn */
	.cvbtn {
		width: 80%;
	}
	.cvbtn a,
	cvbtn span {
        width: 100%;
        max-width: initial;
	}
	.cvbtn .arrow::before,
	.cvbtn .arrow::after {
		height: 16px;
	}
	.cvbtn .arrow {
    	height: 0.5em;
	}
	
	/* news */
	.news-inner {
		background: none;
		padding: 2em 0 0 0;
	}
	section.news {
        width: 95%;
		padding: 1em 1em;
	}
	section.news figure:first-of-type {
		width: 20%;
		left: 0.25em;
		top: -1.5em;
	}
	section.news figure:last-of-type {
		bottom: initial;
		width: 16%;
		top: -1em;
		right: 0.5em;
	}
	section.news p {
		font-weight: bold;
	}
	section.news p:first-of-type {
		margin-bottom: 0.3em;
	}
	section.news p:nth-of-type(2) span {
		font-size: 70%;
	}
	.news-inner img.bg {
		display: none;
	}
	
	/* problem */
	section.problem {
		margin-top: -15%;
	}
	section.problem .white {
		padding: 20% 0 1.5% 0;
	}
	section.problem figure.sonna {
		width: 45%;
	}
	section.problem figure.prob {
        transform: translateY(24%);
	}
	
	/* lineup */
	section.lineup ul.sl {
		background: white;
	}
	
	/* question */
	
	section.question .wrap {
        flex-flow: column;
        margin: -0.5em auto auto;
    }
	section.question li {
		width: 100%;
	}
	section.question li:first-child {
		order: 2;
	}
	section.question li:last-child {
		order: 1;
	}
	section.question p {
		line-height: 1.95;
	}
	section.question p:last-of-type {
		margin-bottom: 1em;
	}
	
	/* consultation */
	
	section.cons ul.frame {
		flex-flow: column;
		justify-content: center;
		border-radius: 35px;
		padding: 1.5em;
        position: relative;
	}
	section.cons ul.frame li {
		justify-content: center;
	}
	section.cons ul.frame li:first-child {
		order: 2;
		padding-bottom: 0.5em;
	}
	section.cons ul.frame li:last-child {
		order: 1;
		padding-bottom: 0.5em;
	}
    section.cons picture.leave {
        width: 20%;
        position: absolute;
        top: -1em;
        right: 0;
    }
	section.cons ul.frame li p {
		padding-left: 0;
        line-height: 1.8;
        text-align: center;
	}
	section.cons picture.leave img {
		max-width: 100%;
	}
	section.cons ul.frame li picture {
		padding-bottom: 0.5em;
	}
	
	/* step */
	section.step {
		padding: 3em 1.25em 1.25em 1.25em;
	}
	section.step li .white {
		width: 95%;
		padding: 1.25em;	
	}
	section.step li figure {
		width: 5em;
		position: relative;
		transform: initial;
        padding: 2em 0 2em 0;
	}
	section.step li:nth-child(2) figure,
	section.step li:nth-child(4) figure {
		right: initial;
		margin: 0 1.5em 0 auto;
	}
	section.step li {
		width: 100%;
		margin-bottom: 10%;
	}
	section.step li picture {
		width: 45%;
		top: -1em;
	}
	section.step dt {
		text-align: center;
	}
	section.step li:first-child dd p {
		width: 100%;
	}
	section.step li:nth-child(2) dt span,
	section.step li:nth-child(3) dt span {
		display: none;
	}
	section.step li:nth-child(4) dd {
		text-align: center;
	}
	.dial {
		width: 90%;
		margin: 0 auto;
	}
	
	/* area */
	section.area {
		padding-bottom: 20%;
	}
	section.area .wrap {
		background: url("../images/area_bg_sp.webp") center / cover no-repeat;
		padding: 1.5em 0;
	}
	section.area ul {
		flex-flow: column;
	}
	section.area ul li,
	section.area ul li.comingsoon {
		width: 90%;
	}
	section.area ul li a {
		width: 100%;
	}
	section.area ul li ul li a {
		padding: 0.8em;
	}
	section.area figure img.sp {
        transform: translateY(0%);
		position: absolute;
	}
	section.area h2 {
		margin: 0 auto 0.5em auto;
	}
	section.area p.note {
		font-size: 14px;
		text-align: center;
        margin-bottom: 1em;
	}
	ul.mlist li,
	ul.mlist li a {
		width: 100%;
		font-size: 18px;
	}
	ul.mlist li {
		margin: 0 0 0.35em 0;
	}
	ul.mlist li a {
		margin: 0 0 0 0;
	}
	ul.mlist li.comingsoon {
		width: 100%;
	}
	.modaal-content {
		width: 100%;
	}
	section.area ul:nth-child(odd) li:nth-child(odd) a,
	section.area ul:nth-child(odd) li:nth-child(odd),
	section.area ul:nth-child(even) li:nth-child(even) a,
	section.area ul:nth-child(even) li:nth-child(even){
		background: #ee7901;
		border-radius: 5px;
	}
	section.area ul:nth-child(odd) li:nth-child(even) a,
	section.area ul:nth-child(even) li:nth-child(odd) {
		background: #eea326;
		border-radius: 5px;
	}
	ul.mlist:nth-child(even) li:nth-child(odd) a {
    background: #F9F1E8;
    border: 2px solid #F6BB7F;
	}
	ul.mlist:nth-child(even) li:nth-child(odd) a:hover {
		background: #f6bb7f;
	}
	ul.mlist:nth-child(even) li:nth-child(even) a {
		background: #F6BB7F;
		border: 2px solid #F6BB7F;
	}
	ul.mlist:nth-child(even) li:nth-child(even) a:hover {
		background: #e97f11;
		border: 2px solid #e97f11;
	}
	
	/* contact */
	section.contact .box {
		width: 95%;
	}
	
	/* follow */
	.cv {
		height: auto;
	}
	.cv .inner {
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
		clear: both;
	}
	.cv .inner ul {
		margin: 0;
		padding: 0 1.5em;
	}
	.cv .inner ul li {
		display: block;
		margin: 0;
		padding: 0;
		float: left;
	}
	.cv .inner ul li img {
		width: 100%;
	}
	.ladies-rn-fixedMenu {
    	display: none;
	}

}
