@charset "utf-8";
/* CSS Document */

/* base
-----------------------------------------------*/
/* ========== base style ========== */

/* common parts
-----------------------------------------------*/
/* ========== text ========== */
/* ========== border ========== */
/* ========== float ========== */
/* ========== display ========== */
/* ========== position ========== */
/* ========== overflow ========== */
/* ========== width ========== */
/* ========== margin ========== */
/* ========== background ========== */
/* ========== device displaying ========== */
/* ========== animation for ScrollTrigger.min.js  ========== */

/* other style
-----------------------------------------------*/



/* base
-----------------------------------------------*/
picture {
display: block;
}

/* ========== base style ========== */
.allwrapper, .modal * {
font-family: work-sans, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 2.66666666vw;
line-height: 100%;
letter-spacing: 0;
}
.allwrapper {
background: #fff;
}
.allwrapper *,
.modal, .modal * {
box-sizing: border-box;
}
.allwrapper,
.modal * {
width: 100%;
padding-bottom: 0;
color: #444;
animation-delay: 0.75s;
}
@media (min-width:768px){
	.allwrapper, .modal * {
		font-size: 13px;
	}
}
.allwrapper a:link, .modal a:visited {
color: #444;
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;
}
.allwrapper a:hover, .allwrapper button:hover {
opacity: 0.65;
filter: alpha(opacity=65);
}
.allwrapper ol, .allwrapper ul {
list-style:none;
}
.allwrapper img, .allwrapper video, .allwrapper button {
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.1333333333vw; }
.fs9 { font-size: 2.4vw; }
.fs10 { font-size: 2.6666666666vw; }
.fs11 { font-size: 2.9333333333vw; }
.fs12 { font-size: 3.2vw; }
.fs13 { font-size: 3.4666666666vw; }
.fs14 { font-size: 3.7333333333vw; }
.fs15 { font-size: 4vw; }
.fs16 { font-size: 4.2666666666vw; }
.fs17 { font-size: 4.5333333333vw; }
.fs18 { font-size: 4.8vw; }

/* 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; }

/* line height */
.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%; }

/* 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; }

/* decotarion */
.deco_line { text-decoration: underline; }


/* ========== 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; }
img.sp_none{ display: none; }
.sp_only{ display: block; }
img.sp_only{ display: block; }
@media (min-width:768px){
	.sp_none{display: block;}
	img.sp_none{display: block;}
	.tab_none { display: none; }
	img.tab_none { display: none; }
	.sp_only{display: none;}
	img.sp_only{display: none;}
	.sp_only{display: none;}
	img.sp_only{display: none;}
}
.spc_none{ display: block; }
@media (min-width:1299px){.pc_none{display: block;}}
.pc_only{ display: none; }
@media (min-width:1300px){.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 { width: 100vw; background: #fff; overflow: hidden; animation-delay: 0.75s; }
@media (max-width:767px){
	.allwrapper { padding-top: 0 !important; padding-bottom: 110px; }
}
@media (min-width:768px){
	body.static .wrapper { margin-top: 0; }
	.sp-menu { display: none; }
}
@media (min-width:1200px){
	.allwrapper { width: 100%; padding-bottom: 140px; }
}
.sp-menu,
.pc-menu {
position: relative;
background: #fff;
z-index: 100;
}
.ff_cezanne {
font-family: fot-cezanne-pron, sans-serif;
font-weight: 500;
}

.mv {
width: 100%;
height: 149.8666666666vw;
}
.mv_title {
top: 26%;
left: 24.5333333333%;
width: 50.9333333333%;
z-index: 2;
}
img.mv-brandlogo {
top: 3.5%;
left: 36.6666666667%;
width: 26.6666666666%;
z-index: 2;
}
.intro {
padding: 10vw 7.2% 0;
}
.intro p {
font-size: 2.9333333333vw;
}
.intro p + p {
margin-top: 1.9em;
}
@media (min-width:768px){
	.mv {
	height: 50vw;
	}
	.mv_title {
	top: 20%;
	left: 40%;
	width: 20%;
	}
	img.mv-brandlogo {
	top: 3.5%;
	left: 4%;
	width: 10%;
	min-width: 120px;
	}
	.intro {
	padding-top: 40px;
	}
	.intro p {
	font-size: 13px;
	}
}
@media (min-width:1300px){
	.intro {
	padding-top: 80px;
	}
	.intro p {
	font-size: 16px;
	}
}

.sec_title_shoulder {
width: 32vw;
background: #43def2;
line-height: 6.6666666666vw;
color: #fff;
font-size: 2.9333333333vw;
}
.sec_title {
margin-top: 4vw;
font-size: 9.6vw;
color: #43def2;
line-height: 1;
}
li.single {
margin-left: 0.02vw;
}
@media (min-width:768px){
	.sec_title_shoulder {
	width: 180px;
	line-height: 30px;
	font-size: 16px;
	}
	.sec_title {
	margin-top: 20px;
	font-size: 57.5px;
	}
	li.single {
	margin-left: 0;
	}
	li.pc_single {
	margin-left: 0.5px;
	}
}
@media (min-width:1300px){
	.sec_title_shoulder {
	width: 240px;
	line-height: 50px;
	font-size: 22px;
	}
	.sec_title {
	margin-top: 25px;
	font-size: 72px;
	}
}

.items {
margin-top: 13.33vw;
}
.items_list_wrapper {
justify-content: center;
gap: 4vw 0.8vw;
width: 93.6%;
margin-top: 9.6vw;
}
.items_list {
width: 30.6666666666vw;
}
.items_list picture {
margin-bottom: 2.4vw;
}
@media (min-width:768px){
	.items {
	margin-top: 65px;
	}
	.items_list_wrapper {
	gap: 30px 3px;
	width: 411px;
	margin-top: 50px;
	}
	.items_list {
	width: 135px;
	}
	.items_list .fs14 {
	font-size: 17px;
	}
	.items_list .fs12 {
	font-size: 14.5px;
	}
	.items_list picture {
	margin-bottom: 10px;
	}
}
@media (min-width:1300px){
	.items {
	margin-top: 110px;
	}
	.items_list_wrapper {
	gap: 50px 6px;
	width: 762px;
	margin-top: 70px;
	}
	.items_list {
	width: 250px;
	}
	.items_list .fs14 {
	font-size: 21px;
	}
	.items_list .fs12 {
	font-size: 18px;
	}
	.items_list picture {
	margin-bottom: 15px;
	}
}

.styles {
margin-top: 14.66vw;
}
.styles_list_wrapper {
justify-content: center;
gap: 2.9333333333vw;
width: 100%;
margin-top: 11.73vw;
}
.styles_list {
width: 48.5333333333%;
}
img.styles_open {
bottom: 0;
right: 0;
width: 5.6vw;
margin: 0;
}
@media (min-width:768px){
	.styles {
	margin-top: 75px;
	}
	.styles_list_wrapper {
	gap: 6px;
	width: 717px;
	margin-top: 50px;
	}
	.styles_list {
	width: 235px;
	}
	img.styles_open {
	width: 28px;
	}
}
@media (min-width:1300px){
	.styles {
	margin-top: 125px;
	}
	.styles_list_wrapper {
	gap: 10px;
	width: 1040px;
	margin-top: 80px;
	}
	.styles_list {
	width: 340px;
	}
	img.styles_open {
	width: 46px;
	}
}

.profile {
width: 76%;
margin-top: 20vw;
padding: 7.2vw 5vw;
border: 1px solid #43def2;
}
.profile_img {
width: 33.3333333333vw;
}
.profile_name {
margin-top: 7.2vw;
}
.profile_name span {
margin-top: 3.2vw;
}
.profile p {
margin-top: 7.46vw;
}
@media (min-width:768px){
	.profile {
	width: 336px;
	margin-top: 120px;
	padding: 32px 25px;
	}
	.profile_img {
	width: 150px;
	}
	.profile_name {
	margin-top: 30px;
	font-size: 24px;
	}
	.profile_name span {
	margin-top: 24px;
	font-size: 12.8px;
	}
	.profile p {
	margin-top: 32px;
	font-size: 12.8px;
	}
}
@media (min-width:1300px){
	.profile {
	width: 430px;
	margin-top: 150px;
	padding: 40px 30px;
	}
	.profile_img {
	width: 186px;
	}
	.profile_name {
	margin-top: 30px;
	font-size: 24px;
	}
	.profile_name span {
	margin-top: 15px;
	font-size: 16px;
	}
	.profile p {
	margin-top: 40px;
	font-size: 16px;
	}
}

.ouro_button {
width: 190px;
margin-top: 75px;
}
.ouro_button li + li {
margin-top: 15px;
}
.staffcredit {
margin-top: 75px;
}
@media (min-width:768px){
	.ouro_button {
	width: 220px;
	margin-top: 65px;
	}
	.ouro_button li + li {
	margin-top: 20px;
	}
	.staffcredit {
	margin-top: 68px;
	font-size: 12px;
	}
}
@media (min-width:1300px){
	.ouro_button {
	width: 285px;
	margin-top: 80px;
	}
	.ouro_button li + li {
	margin-top: 25px;
	}
	.staffcredit {
	margin-top: 85px;
	font-size: 14px;
	}
}

.modal_open img {
cursor: pointer;
-webkit-transition: all 0.3s ease !important;
-moz-transition: all 0.3s ease !important;
-o-transition: all 0.3s ease !important;
transition: all  0.3s ease !important;
}
.modal_open:hover img {
opacity: 0.7 !important;
}

/* ========== modal ========== */
body.is-modal-active,
body.is-concept-active {
overflow: hidden;
}
body.is-concept-active .wrapper {
transform: translateX(-86.66vw);
}
.modal {
z-index: 200;
}
.modal__container{
z-index: 9000;
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 101%;
text-align: center;
overflow: auto;
opacity: 0;
visibility: hidden;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
background: rgba(0, 0, 0, 0.5);
}
.modal__container.is-active{
visibility: visible;
opacity: 1;
}
.modal__close-btn{
position: fixed;
top: 15px;
right: 15px;
width: 40px;
cursor: pointer;
}
.modal__content {
padding-bottom: 32.27vw;
text-align: left;
background: #e5eaf0;
}
.modal_item {
width: 90.6666666666vw;
padding-top: 60px;
}
.modal_option {
margin-top: 4vw;
}
.modal_option span {
text-decoration: underline;
}
.modal_itemlist_wrapper {
margin-top: 11.4vw;
}
.modal_itemlist + .modal_itemlist {
margin-top: 5.33vw;
}
.modal_itemimg {
width: 33.3333333333vw;
}
.modal_itemdetail {
width: 53.3333333333vw;
margin-top: 1.6vw;
}
.modal_itemdetail p {
margin-top: 3.4666666666vw;
}
.modal_btn_buy {
width: 24vw;
margin-top: 3.2vw;
}
@media (min-width:768px){
	.body.is-modal-active .modal {
	background: rgba(255, 255, 255, 0.3);
	}
	.modal__container{
	left: auto;
	right: 0;
	}
	.modal__content {
	width: 550px;
	margin: 0 0 0 auto;
	padding-bottom: 90px;
	}
	.modal_item {
	width: 500px;
	padding-top: 90px;
	}
	.modal_option {
	margin-top: 15px;
	font-size: 12px;
	}
	.modal_option a,
	.modal_option span {	
	font-size: 12px;
	}
	.modal_itemlist_wrapper {
	margin-top: 55px;
	}
	.modal_itemlist {
	align-items: flex-end;	
	}
	.modal_itemlist + .modal_itemlist {
	margin-top: 30px;
	}
	.modal_itemimg {
	width: 185px;
	}
	.modal_itemdetail {
	width: 295px;
	margin-top: 0;
	}
	.modal_itemprice {
	font-size: 20px;
	}
	.modal_itemprice span{
	font-size: 14px;
	}
	.modal_itemdetail p {
	margin-top: 20px;
	}
	.modal_btn_buy {
	width: 130px;
	margin-top: 16px;
	}
}
@media (min-width:1300px){
	.modal__content {
	width: 600px;
	padding-bottom: 95px;
	}
	.modal_item {
	width: 546px;
	padding-top: 95px;
	}
	.modal_option {
	margin-top: 20px;
	}
	.modal_itemlist_wrapper {
	margin-top: 60px;
	}
	.modal_itemlist + .modal_itemlist {
	margin-top: 32px;
	}
	.modal_itemimg {
	width: 200px;
	}
	.modal_itemdetail {
	width: 325px;
	}
	.modal_itemdetail p {
	line-height: 165%;
	}
	.modal_btn_buy {
	width: 140px;
	margin-top: 18px;
	}
}