@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: begum, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 3.2vw;
line-height: 100%;
letter-spacing: 0.05em;
}
.allwrapper *,
.modal, .modal * {
box-sizing: border-box;
}
.allwrapper {
width: 100%;
padding-bottom: 0;
color: #333;
background: #fff;
animation-delay: 0.75s;
}
.modal * {
color: #fff;
}
@media (min-width:768px){
	.allwrapper, .modal * {
		font-size: 12px;
	}
}
.allwrapper a:link, .allwrapper 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;
}
.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; }
@media (min-width:768px){
	.fs10 { font-size: 10px; }
	.fs11 { font-size: 11px; }
	.fs13 { font-size: 13px; }
	.fs15 { font-size: 15px; }
}

/* 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:600px){
	.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: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 { 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_noto-sans-jp {
font-family: "Noto Sans JP", sans-serif;
letter-spacing: 0.02em;
}

.mv {
width: 100%;
min-height: 230vw;
}
.mv_title {
top: 31%;
left: 10.4%;
width: 79.2%;
animation-delay: 1.5s;
}
@media (min-width:768px){
	.mv {
	width: 100%;
	min-height: 40vw;
	}
	.mv_title {
	top: 19%;
	left: 36.3541666667%;
	width: 27.2916666666%;
	}
}

.intro {
padding: 5.33vw 0 12.66vw;
}
.intro p {
line-height: 218%;
}
.intro p + p {
margin-top: 2.18em;
}
@media (min-width:768px){
	.intro {
	padding: 30px 0 70px;
	}
	.intro p {
	line-height: 230%;
	font-size: 12px;
	}
	.intro p .sp_none {
	display: inline;
	}
	.intro p + p {
	margin-top: 2.3em;
	}
}
@media (min-width:1200px){
	.intro {
	padding: 40px 0 100px;
	}
	.intro p {
	font-size: 13px;
	}
}

.sec01 {
background: #fff7ea;
}
.sec02 {
background: #f1edea;
}
.secbox {
padding: 12vw 0;
}
.sectitle {
width: 90.1333333333vw;
}
.secbox_inner {
width: 89.3333333333vw;
margin-top: 13.33vw;
}
.secbox_inner + .secbox_inner {
padding-top: 13.33vw;
border-top: 1px solid #c8c8c8;
}
.secbox_itembox {
width: 80vw;
}
.secimg img {
border-radius: 20px;
}
.secbox_itembox_pickitem {
top: 6.66vw;
left: 16vw;
width: 49.8666666666vw;
}
.secbox_itembox_details {
margin-top: 5.33vw;
}
.secbox_itembox_outline {
width: 100%;
}
.secbox_itembox_price {
margin-top: 4vw;
}
.secbox_itembox_check {
width: 26.66666666vw;
margin-top: 5.33vw;
}
.secbox_itembox_text {
width: 100%;
margin-top: 5.33vw;
}
.secbox_change {
width: 88vw;
margin-top: 13.33vw;
}
.secbox_change_deco {
top: 0;
left: 32.5333333333vw;
width: 24vw;
z-index: 2;
}
.secbox_chengebox {
width: 50%;
}
.secbox_chengebox:nth-child(2) {
animation-delay: 0.4s;
}
img.secbox_change_plus {
right: 0;
bottom: 0;
width: 20px;
}
.btn_all {
width: 61.3333333333vw;
margin-top: 14.66vw;
}
.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;
}
@media (min-width:768px){
	.secbox {
	padding: 70px 0 130px;
	}
	.sectitle {
	width: 325px;
	}
	.secbox_inner {
	display: flex;
	justify-content: space-between;
	width: 555px;
	margin-top: 65px;
	}
	.secbox_inner + .secbox_inner {
	padding-top: 65px;
	}
	.secbox_itembox {
	width: 290px;
	margin: 0;
	}
	.secbox_itembox_pickitem {
	top: 25px;
	left: 58px;
	width: 180px;
	}
	.secbox_itembox_details {
	flex-direction: column-reverse;
	margin-top: 20px;
	}
	.secbox_itembox_outline {
	margin-top: 20px;
	}
	.secbox_itembox_title {
	font-size: 14px;
	}
	.secbox_itembox_price {
	margin-top: 17px;
	font-size: 14px;
	}
	.secbox_itembox_check {
	width: 100px;
	margin-top: 20px;
	}
	.secbox_itembox_text {
	margin-top: 0;
	}
	.secbox_change {
	width: 195px;
	margin: 0;
	}
	.secbox_change_deco {
	top: 238px;
	left: 5px;
	width: 75px;
	}
	.secbox_chengebox {
	width: 100%;
	}
	.secbox_chengebox:nth-child(2) {
	animation-delay: 0s;
	}
	img.secbox_change_plus {
	right: 10px;
	bottom: 10px;
	}
	.btn_all {
	width: 275px;
	margin-top: 110px;
	}
}
@media (min-width:1200px){
	.secbox {
	padding: 105px 0 200px;
	}
	.sectitle {
	width: 505px;
	}
	.secbox_inner {
	width: 870px;
	margin-top: 100px;
	}
	.secbox_inner + .secbox_inner {
	padding-top: 100px;
	}
	.secbox_itembox {
	width: 450px;
	}
	.secimg img {
	border-radius: 30px;
	}
	.secbox_itembox_pickitem {
	top: 37px;
	left: 90px;
	width: 265px;
	}
	.secbox_itembox_text {
	text-align: center;
	}
	.secbox_change {
	width: 300px;
	}
	.secbox_change_deco {
	top: 370px;
	left: 10px;
	width: 120px;
	}
	.secbox_chengebox {
	width: 100%;
	}
	img.secbox_change_plus {
	right: 17px;
	bottom: 15px;
	width: 30px;
	}
	.btn_all {
	margin-top: 170px;
	}
}

.itemlist {
padding: 12vw 0 0;
}
.itemlist_title {
font-size: 5.3333333333vw;
}
.itemlist_inner {
grid-row-gap: 7.46vw;
width: 89.3333333333vw;
margin-top: 9.33vw;
}
.itemlist_box {
width: 42.6666666666vw;
}
.itemlist_box:nth-child(2n) {
animation-delay: 0.2s;
}
.itemlist_itemname {
margin-top: 4.53vw;
}
.itemlist_price {
margin-top: 2.66vw;
}
@media (min-width:768px){
	.itemlist {
	padding: 120px 0 0;
	}
	.itemlist_title {
	font-size: 20px;
	}
	.itemlist_inner {
	grid-row-gap: 20px;
	width: 650px;
	margin-top: 35px;
	}
	.itemlist_box {
	width: 205px;
	}
	.itemlist_box:nth-child(3n) {
	animation-delay: 0.4s;
	}
	.itemlist_box:nth-child(3n - 1) {
	animation-delay: 0.2s;
	}
	.itemlist_box:nth-child(3n - 2) {
	animation-delay: 0s;
	}
	.itemlist_itemname {
	margin-top: 15px;
	font-size: 12px;
	font-weight: 700;
	}
	.itemlist_price {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 700;
	}
}
@media (min-width:1200px){
	.itemlist {
	padding: 190px 0 0;
	}
	.itemlist_title {
	font-size: 32px;
	}
	.itemlist_inner {
	grid-row-gap: 30px;
	width: 1020px;
	margin-top: 60px;
	}
	.itemlist_box {
	width: 320px;
	}
}


/* ========== 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: 30px;
right: 30px;
width: 40px;
cursor: pointer;
}
.modal__content {
padding-bottom: 32.27vw;
text-align: left;
background: #635548;
}
.modal_item {
width: 85.3333333333vw;
padding-top: 50px;
}
.modal_itemimg img {
border-radius: 10px;
}
.modal_text {
margin-top: 5.33vw;
}
.modal_price {
margin-top: 5.33vw;
}
.modal_price li {
line-height: 216%;
}
.modal_price li span {
text-decoration: underline;
}
@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: 500px;
	margin: 0 0 0 auto;
	padding-bottom: 100px;
	}
	.modal__close-btn {
	}
	.modal_item {
	width: 400px;
	}
	.modal_itemimg img {
	border-radius: 15px;
	}
	.modal_text {
	margin-top: 20px;
	font-size: 13px;
	line-height: 185%;
	}
	.modal_price {
	margin-top: 20px;
	}
}
@media (min-width:1200px){
	.modal__content{
	width: 580px;
	}
	.modal_item {
	width: 490px;
	}

}
