@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
/* ========== universal reset ========== */
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
nav ul { list-style:none; }
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}


/* ========== base style ========== */
* { box-sizing: border-box; }

html { height: 100%; }

body {
height: 100%;
min-height: 100%;
background: #ffffff;
color: #000;
font-size: 10px;
font-family: aktiv-grotesk, sans-serif;
font-style: normal;
font-weight: 400;
font-feature-settings: "palt";
letter-spacing: 0.025em;
}
@media (min-width:768px){
	body {
	font-size: 12px;
	}
}

a:link,
a:visited {
color: #000;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

a:hover,
a:hover img,
button:hover img {
opacity: 0.80;
filter: alpha(opacity=80);
}

.modal__container *,
div,p,h1,h2,h3,h4,h5,h6,li,dt,dd,th,td {
line-height: 100%;
font-family: aktiv-grotesk, sans-serif;
font-style: normal;
font-weight: 400;
font-feature-settings: "palt";
letter-spacing: 0.025em;
}

div, article { box-sizing: border-box; }

ol, ul { list-style:none; }

img, picture, video {
width: 100%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}



/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* align */
.al_left { text-align: left; }
.al_center { text-align: center; }
.al_right { text-align: right; }

/* size */
.fs8 { font-size: 2.133333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.666666vw; }
.fs11 { font-size: 2.933333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.466666vw; }
.fs14 { font-size: 3.733333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.266666vw; }
.fs17 { font-size: 4.533333vw; }
.fs18 { font-size: 4.8vw; }
.fs20 { font-size: 5.3333333vw; }
@media (min-width:375px){
	.fs8 { font-size: 8px; }
	.fs9 { font-size: 9px; }
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs12 { font-size: 12px; }
	.fs13 { font-size: 13px; }
	.fs14 { font-size: 14px; }
	.fs15 { font-size: 15px; }
	.fs16 { font-size: 16px; }
	.fs17 { font-size: 17px; }
	.fs18 { font-size: 18px; }
	.fs20 { font-size: 20px; }
}

/* weight */
.fw200 { font-weight: 200 !important; }
.fw300 { font-weight: 300 !important; }
.fw400 { font-weight: 400 !important; }
.fw500 { font-weight: 500 !important; }
.fw600 { font-weight: 600 !important; }
.fw700 { font-weight: 700 !important; }
.fw800 { font-weight: 800 !important; }
.fw900 { font-weight: 900 !important; }

/* line height */
.lh100 { line-height: 100%; }
.lh120 { line-height: 120%; }
.lh130 { line-height: 130%; }
.lh140 { line-height: 140%; }
.lh150 { line-height: 150%; }
.lh160 { line-height: 160%; }
.lh170 { line-height: 170%; }
.lh180 { line-height: 180%; }
.lh190 { line-height: 190%; }
.lh200 { line-height: 200%; }
.lh210 { line-height: 210%; }
.lh225 { line-height: 225%; }

/* letter space */
.ltrspace0 { letter-spacing: 0; }
.ltrspace0025 { letter-spacing: 0.025em; }
.ltrspace005 { letter-spacing: 0.05em; }
.ltrspace0075 { letter-spacing: 0.075em; }
.ltrspace01 { letter-spacing: 0.1em; }
.ltrspace0125 { letter-spacing: 0.125em; }
.ltrspace015 { letter-spacing: 0.15em; }

.deco_line { text-decoration: underline !important; }


/* ========== float ========== */
/* clearfix */
.clearfix:before,
.clearfix:after {
display: table;
content: " ";
}
.clearfix:after { clear: both; }

/* float */
.float_left { float: left; }
.float_right { float: right; }


/* ========== display ========== */
.disp_block { display: block !important;}
.disp_iblock { display: inline-block !important;}
.disp_inline { display: inline !important;}
.disp_none { display: none;}
.disp_flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }


/* ========== position ========== */
.posi_relative { position: relative !important; }
.posi_absolute { position: absolute !important; }
.posi_fixed { position: fixed !important; }


/* ========== overflow ========== */
.overflow_hidden { overflow: hidden !important; }


/* ========== margin ========== */
/* margin-auto */
.mx_auto { margin-left: auto; margin-right: auto; }


/* ========== device displaying ========== */
.sp_none{ display: none; }
@media (min-width:768px){.sp_none{display: block;} .tab_none { display: none; }}
.sp_only{ display: block; }
@media (min-width:768px){.sp_only{display: none;}}
.spc_none{ display: block; }
@media (min-width:1199px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1200px){.pc_none{display: none;}
.pc_only{display: block;}
.tab_none{ display: block; }
}


/* ========== animation for ScrollTrigger.min.js  ========== */
.invisible {
transition: opacity 1s ease;
opacity: 0.0;
}
.visible {
transition: opacity 1s ease;
opacity: 1.0;
}



/* other style
-----------------------------------------------*/
.allwrapper { /* Xscroll bar hidden */
position: relative;
width: 100%;
background: #ffffff;
animation-delay: 0.75s;
overflow: hidden;
}
.ff_cezanne {
font-family: fot-cezanne-pron, sans-serif;
font-weight: 500;
}

.mv {
width: 100%;
min-height: 133vw;
}
.mv_title {
top: 59.46vw;
left: 7.2%;
width: 58.66666666%;
animation-delay: 1.5s;
}
@media (min-width:768px){
	.mv {
	min-height: 48vw;
	}
	.mv_title {
	top: auto;
	bottom: 5vw;
	left: 5.16666666%;
	width: 23.75%;
	}
}


.intro {
margin-top: 8.8vw;
}
.intro_lang {
width: 96%;
}
.intro_lang li {
position: relative;
width: 25%;
padding-bottom: 10px;
color: #b6b4b2;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.intro_lang li:hover {
color: #000;
}
.intro_lang li.current {
color: #000;
}
.intro_lang li::after {
content: "";
position: absolute;
bottom: 0;
left: calc(50% - 10px);
display: block;
width: 20px;
height: 1px;
background: #b6b4b2;
}
.intro_lang li.current::after {
background: #000000;
}
.intro_text {
padding: 13.33vw 0 17.33vw;
}
@media (min-width:768px){
	.intro {
	margin-top: 100px;
	}
	.intro_lang {
	width: 320px;
	}
	.intro_lang li {
	font-size: 11px;
	}
	.intro_text {
	padding: 50px 0 85px;
	}
	.intro_img {
	width: 625px;
	}
}
@media (min-width:1200px){
	.intro {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	}
	.intro_left {
	width: 505px;
	padding-top: 85px;
	}
	.intro_text {
	padding-bottom: 0;
	}
	.intro_img {
	margin: 0 50px 0 0;
	}
}

.secbox_title {
font-size: 8vw;
letter-spacing: 0.1em;
font-weight: 500;
}
.secbox_title img {
width: 46.66666666%;
margin-top: 4.8vw;
}
.intro_text p + p,
.focus_bottomtext p + p,
.focus_middletext p + p {
margin-top: 2em;
}
@media (min-width:768px){
	.secbox_title {
	font-size: 38px;
	}
	.secbox_title img {
	width: 220px;
	margin-top: 24px;
	}
	.intro_text p,
	.focus_bottomtext p,
	.focus_middletext p,
	.focus_inner01_box02 p {
	font-size: 12px;
	line-height: 233%;
	}
	.intro_text .lang_en p,
	.focus_inner01_box02 p.lang_en,
	.focus_middletext.lang_en p,
	.focus_bottomtext.lang_en p {
	line-height: 190%;
	}
	.intro_text p + p,
	.focus_bottomtext p + p,
	.focus_middletext p + p {
	margin-top: 2.33em;
	}
	.intro_text .lang_en p + p {
	margin-top: 2em;
	}
}

.items {
padding-top: 20vw;
}
.items_inner {
align-items: center;
width: 100%;
margin-top: 12vw;
}
.items_femme {
width: calc(50% + 1px);
padding-bottom: 10.6vw;
border-right: 1px solid #b6b4b2;
}
.items_homme {
width: calc(50% - 1px);
margin-top: -10vw;
}
.items_boxwrapper {
width: 40vw;
}
.items_homme .items_boxtitle {
top: 0;
left: 50%;
width: 50%;
}
.items_boxwrapper li span {
text-decoration: underline;
}
.items_boxwrapper li + li {
margin-top: 8vw;
}
.items_femme li:first-child {
margin-top: 9.33vw;
}
.items_boxwrapper li picture {
margin-bottom: 10px;
}
@media (min-width:768px){
	.items {
	padding-top: 125px;
	}
	.items_inner {
	display: block;
	margin-top: 80px;
	}
	.items_femme {
	width: 626px;
	padding-bottom: 0;
	border: none;
	}
	.items_homme {
	width: 406px;
	margin-top: 50px;
	}
	.items_boxwrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	}
	.items_boxtitle {
	font-size: 15px;
	}
	.items_homme .items_boxtitle {
	position: static !important;
	width: 100%;
	}
	.items_boxwrapper {
	margin-top: 30px;
	}
	.items_boxwrapper li {
	width: 187px;
	font-size: 10px;
	}
	.items_boxwrapper li + li,
	.items_femme li:first-child {
	margin-top: 0;
	}
	.items_boxwrapper li picture {
	margin-bottom: 15px;
	}
}

.focus {
margin-top: 28vw;
}
.focus_inner01 {
width: 100%;
margin-top: 17.33vw;
}
.focus_inner01_box01 {
width: 50.04%;
}
.focus_inner01_box01 picture + picture {
margin-top: 10px;
}
.focus_inner01_box02 {
width: 43.73333333%;
margin-top: 10.33vw;
}
.focus_inner01_box02 p {
width: 38vw;
}
.focus_inner01_box02 picture {
margin-top: 12vw;
}
.focus_middletext {
margin-top: 13vw;
}
.focus_inner02 {
margin-top: 13vw;
}
.focus_inner02_box01 picture {
width: 49.6%;
margin: 0;
}
.focus_inner02_box02 {
margin-top: 13vw;
}
@media (min-width:768px){
	.focus {
	margin-top: 100px;
	padding-top: 95px;
	}
	.focus_inner01 {
	width: 558px;
	margin-top: 100px;
	}
	.focus_inner01_box02 {
	width: 245px;
	margin-top: 70px;
	}
	.focus_inner01_box02 p {
	width: 213px;
	margin-left: auto;
	margin-right: auto;
	}
	.focus_inner01_box02 picture {
	margin-top: 60px;
	}
	.focus_inner01_box01 {
	width: 283px;
	}
	.focus_middletext {
	margin-top: 70px;
	}
	.focus_inner02 {
	margin-top: 80px;
	}
	.focus_inner02_box01 {
	width: 570px;
	}
	.focus_inner02_box01 picture {
	width: 280px;
	}
	.focus_inner02_box02 {
	margin-top: 70px;
	}
}
@media (min-width:950px){
	.focus_inner01 {
	width: 856px;
	}
	.focus_inner01_box01 {
	display: flex;
	justify-content: space-between;
	width: 577px;
	}
	.focus_inner01_box01 picture {
	width: 283px;
	margin: 0;
	}
	.focus_inner01_box01 picture + picture {
	margin-top: 0;
	}
	.focus_inner01_box02 {
	margin-top: 45px;
	}
	.focus_middletext {
	width: 577px;
	margin: -75px auto 0 calc(50% - 426px);
	}
	.focus_middletext.lang_en {
	margin-top: -100px;
	}
	.focus_inner02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 852px;
	}
	.focus_inner02_box01 {
	margin: 0;
	}
	.focus_inner02_box02 {
	width: 225px;
	margin-top: 0;
	}
	.focus_bottomtext p {
	text-align: left;
	}
	.focus_bottomtext p + p {
	margin-top: 0;
	}
}

a.viewall {
width: 125px;
margin-top: 20.8vw;
padding: 10px;
font-size: 14px;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background: url("../images/viewall-arrow.png") 105px center / 6px auto no-repeat;
text-indent: -0.5em;
}
a.viewall::before,
a.viewall::after {
content: "";
position: absolute;
left: 0;
display: block;
width: 100%;
height: 1px;
background: #000;
}
a.viewall::before {
top: -3px;
}
a.viewall::after {
bottom: -3px;
}
@media (min-width:768px){
	a.viewall {
	width: 155px;
	margin-top: 80px;
	padding: 15px 0;
	font-size: 16px;
	background: url("../images/viewall-arrow.png") 125px center / 7px auto no-repeat;
	}
	a.viewall::before,
	a.viewall::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	}
	a.viewall::before {
	top: -3px;
	}
	a.viewall::after {
	bottom: -3px;
	}
}

.style {
margin-top: 17.33vw;
padding-top: 17.33vw;
}
.stylebox {
margin-top: 18vw;
}
.crossfade_nav {
width: 39.99999999%;
margin: 3.46vw 2.66222222% 0 auto;
}
.crossfade_nav .slick-slide {
padding: 0 1.33333333vw;
cursor: pointer;
}
.crossfade_nav .slick-current {
opacity: 0.3;
}
.crossfade_nav .slick-track {
margin-right: 0;
}
.style_price {
width: 54.66%;
margin: -12.53vw auto 0 5.33%;
}
.stylebox03 .style_price {
margin: 4.53vw auto 0 5.33%;
}
.style_price li {
line-height: 233%;
}
.style_price span {
text-decoration: underline;
}
.pagetitle_center {
width: 105px;
margin-top: 17.33vw;
}
@media (min-width:768px){
	.style {
	margin-top: 100px;
	padding-top: 100px;
	}
	.stylebox {
	width: 562px;
	margin-left: auto;
	margin-right: auto;
	}
	.stylebox01 {
	margin-top: 100px !important;
	}
	.stylebox + .stylebox {
	margin-top: 170px;
	}
	.crossfade_nav {
	width: 224px;
	margin: 20px 15px 0 auto;
	}
	.crossfade_nav .slick-slide {
	padding: 0 7px;
	}
	.style_price {
	width: 300px;
	margin: -75px auto 0 30px;
	}
	.stylebox03 .style_price {
	margin: 30px auto 0 30px;
	}
	.style_price li {
	line-height: 200%;
	}
	.style .viewall {
	margin-top: 140px;
	}
	.pagetitle_center {
	margin-top: 140px;
	}
}
@media (min-width:1200px){
	.stylebox.left {
	margin: -165px auto 0 calc(50% - 575px);
	}
	.stylebox.right {
	margin: -685px calc(50% - 575px) 0 auto;
	}
	.stylebox.last {
	margin-top: -390px;
	}
	.pagetitle_center {
	margin-top: 200px;
	}
	.pagetitle_center.left {
	margin-left: calc(50% - 340px);
	}
	.pagetitle_center.right {
	margin-right: calc(50% - 340px);
	}
	.pagetitle_center.last {
	margin-top: 430px;
	}
}

.staffcredit {
margin-top: 32.53vw;
margin-bottom: 12vw;
}
.staffcredit_img {
width: 84%;
}
.staffcredit_text {
margin-top: 4vw;
}
@media (min-width:768px){
	.staffcredit {
	margin-top: 200px;
	margin-bottom: 90px;
	}
	.staffcredit_img {
	width: 394px;
	}
	.staffcredit_text {
	margin-top: 20px;
	font-size: 11px;
	}
}

.bottomarea {
padding-top: 170px;
}
.sns {
width: 140px;
margin-top: 100px;
}
.sns li {
width: 40px;
}
.footerlogo {
width: 200px;
margin-top: 65px;
}
.copyright {
padding: 40px 0 60px;
}


