@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* 全体のスタイル調整 */
* {
  box-sizing: border-box;
}

/*----------------------------
全体
----------------------------*/
body {
	font-feature-settings: "palt";
	font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "MS PGothic", arial, helvetica, sans-serif;
	color: #595655;
	height: 100%;
	font-size: 62.5%;
	letter-spacing: 0.05em;
}

a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	text-decoration: none;
	color: #555; 
}

a:hover {
	opacity: 0.6;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=60)";
}


.inviewfadeInUp {
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
	transition: 1.0s;
}

.fadeInUp {
	opacity: 1.0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); 
}


/* ---------------------------------------------------------
	new line
----------------------------------------------------------*/
.sp_br {
	display: block;
}

/*--------------- PC ---------------*/
@media screen and (min-width:768px) {
	.sp_br {
		display: none;
	}
}


/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
main {
	padding: 0;
	margin-top: calc(60 / 750 * 100vw);  
	margin-bottom: calc(60 / 750 * 100vw);  
}
main img {
	max-width: 100%;
	height: auto;
}

/*--------------- PC ---------------*/
@media screen and (min-width:768px) {
	main {		
		display: block;
		padding: 0;
		margin-top: calc(-50 / 1200 * 100vw); 
		margin-bottom: 100px;  
	}
}


/* ---------------------------------------------------------
	concept
----------------------------------------------------------*/
.concept-area {
	margin: 0 auto 30px;
	max-width: 90%;
}

.concept-wapper {
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
}

/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.concept-wapper {
		font-size: 1.3rem;
	}
	.concept-area {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	pickup item
----------------------------------------------------------*/
.item_wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 200px;
}
.item_wrapper img {
	max-width: 100%;
	height: auto;
}

.item_wrapper__last {
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
.item_wrapper__last {
	max-width: 100%;
	height: auto;	
}

.preoder_box {
	width: 100%;
	height: 290px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.pick-up_wapper {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.txtlink {
	font-size: 0.85rem;
	line-height: 1.7;
}
.txtlink a {
	color: #8c8c8c;
	text-decoration: underline;
}
.txtlink {
	font-size: 0.65rem;
	line-height: 1.7;
}

#one {
	display: block;
	width: 48%;
	position: absolute;
	top: 0;
	right: 0;
}
#two {
	display: block;
	width: 48%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#three {
	display: block;
	width: 48%;;
	position: absolute;
	top: 0;
	right: 0;
}	
#four {
	display: block;
	width: 48%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#five {
	display: block;
	width: 48%;
	position: absolute;
	top: 0;
	right: 0;
}
#six {
	display: block;
	width: 48%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#seven {
	display: block;
	width: 48%;
	position: absolute;
	top: 0;
	right: 0;
}	
#eight {
	display: block;
	width: 48%;
	position: absolute;
	bottom: 0;
	left: 0;
}

#nine {
	display: block;
	width: 48%;
	position: absolute;
	top: 0;
	right: 0;
}	
#ten {
	display: block;
	width: 48%;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*--- 小見出し ---*/
.sub-headding__right {
	width: 60%;
	position: absolute;
	top: -15vw;
	right: 0;
	z-index: 1;
	}
.sub-headding__left {
	width: 80%;
	position: absolute;
	top: -10vw;
	left: 0;
	z-index: 1;
}

.sub-headding__right img
.sub-headding__left img {
	max-width: 100%;
	height: auto;
}

.badge_on {
	width: 20%;
	position: absolute;
	right: -3%;
	top: calc(415 / 767 * 100vw);
}
.badge_off {
	width: 20%;
	position: absolute;
	left: -3%;
	bottom: -6%;
}

/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.item_wrapper {
		margin-bottom: 200px;
	}
	.item_wrapper__last {
		margin-bottom: 150px;
	}
	.pick-up_wapper {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
    .preoder_box {
		max-width: 600px;
		height: 500px;
    }	
	.txtlink {
		font-size: 1.3rem;
		line-height: 1.7;
		padding-left: 1em;
		font-family: 'Sawarabi Mincho', sans-serif;
	}
	.txtlink a {
		color: #8c8c8c;
		text-decoration: underline;
	}
	.txtlink {
		font-size: 0.85rem;
		line-height: 1.7;
	}
	
	img {
		  max-width: 100%;
		  padding: 10px; 
	  }
	#one {
	  flex-basis: 28%;
	}
	#two {  
	  flex-basis: 28%;
	}
	#three {  
	  flex-basis:48%;
	}
	#four {  
	  flex-basis:48%;
	}
	#five {
	  flex-basis:48%;
	}
	#six {  
	  flex-basis:48%;
	}
	#seven {
		flex-basis:48%;
	}	
	#eight {
		flex-basis:48%;
	}
	#nine {
		flex-basis:48%;
	}	
	#ten {
		flex-basis:48%;
	}
}

/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.sub-headding__right {
		position: relative;
		width: 30%;
		top: 0;
		left: 50%;
	}
	.sub-headding__left {
		position: relative;
		width: 50%;
		top: 70px;
		left: 150px;
	}
	.badge_on {
		top: 354px;
	}
	.badge_off {
		width: 20%;
		position: absolute;
		left: -3%;
		bottom: -25px;
	}
}


/* ---------------------------------------------------------
	item price
----------------------------------------------------------*/
.items-price {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	text-decoration: underline;
	justify-content: flex-start;
}
.items-price li {
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
}
.items-price li:not(:last-child) {
	margin-right: 1em;
}
.items-price li a {
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
}
.price_yen {
	font-size: x-small;
}

/*--------- right ---------*/
.items-price__right {
	position: absolute;
	right: 0;
	bottom: -6%;
}
.items-price__right li {
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
}
.items-price__right li a {
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0f0f;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	/*-- left --*/
	.items-price {
		justify-content: center;
	}
	.items-price li:not(:last-child) {
		margin-right: 1.5em;
	}
	.items-price li a {
		font-size: 1.3rem;
	}

	/*-- right --*/
	.items-price__right {
		font-size: 1.5rem;
		text-align: center;
		width: 50%;
		right: 25%;
		bottom: -15%;
	}
	.items-price__right li a {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	ALL ITEMS
----------------------------------------------------------*/

.allitems-headding {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}

.item_threecol__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
}
.allitems {
	width: calc(100% / 3 - 10px);
}
.allitems img {
	max-width: 100%;
	height: auto;
}
.allitems:nth-child(-n+3) {
	margin-bottom: 60px;
}

.allitems p {
	text-align: center;
}

.allitems a {
	font-size: 0.8rem;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: #0f0f0f;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 0.15em;
}

/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.allitems-headding {
		max-width: 580px;
		margin-bottom: 1.5em;
	}
	.allitems-headding img {
		height: 4rem;
	}
    .item_threecol__box {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 80px;
    }
	.allitems a {
		text-decoration: underline;
		font-size: 1rem;
		line-height: 1.8;
	}
	.allitems:nth-child(-n+3) {
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	ALL BTN(light purple)
----------------------------------------------------------*/
.allitembtn_wapper {
	text-align: center;
	margin-bottom: 150px;
}

.allitembtn {
	display: inline-block;
	padding: 1em 3em;
	margin: 0 auto;
	border: 1px #d9c7d4 solid;
	text-decoration: none;
	font-size: 1rem;
	transition: .4s;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.allitembtn a {
	color: #d9c7d4;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
}

.allitembtn:hover {
	color: #FFFFFF;
    background-color: #d9c7d4;
}

.allitembtn:hover a {
	color: #FFFFFF;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
}

/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.allitembtn_wapper {
		margin-bottom: 150px;
	}
	.allitembtn {
		font-size: 1.6rem;
		padding: 1em 6em;
	}
}


/* ---------------------------------------------------------
	ALL BTN(blk)
----------------------------------------------------------*/
.allitembtn_wapper__last {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}

.allitembtn__last {
	display: inline-block;
	padding: 1em 3em;
	margin: 0 auto;
	border: 1px #0f0f0f solid;
	text-decoration: none;
	font-size: 1rem;
	transition: .4s;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
}

.allitembtn__last a {
	color: #0f0f0f;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
}

.allitembtn__last:hover {
	color: #FFFFFF;
    background-color: #0f0f0f;
}

.allitembtn__last:hover a {
	color: #FFFFFF;
	font-family: 'Libre Baskerville', serif;
	font-style: normal;
	font-weight: 400;
}

/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.allitembtn_wapper__last {
		margin-bottom: 100px;
	}
	.allitembtn__last {
		font-size: 1.6rem;
	}
}


/* ---------------------------------------------------------
  SNS
----------------------------------------------------------*/
.sns_box {
	width: 20%;
	margin: 0 auto 40px;
}
.sns_box img {
	height: 4rem;
	padding: 0;
}

.info-box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;	
}

.inst__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.inst__box img {
	max-width: 100%;
	height: 4rem;
}

.inst__lg {
	margin-right: 20px;
}

.inst-txt {
	font-size: 0.75rem;
	font-family: 'Sawarabi Mincho', sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

.sns-headding {
	display: block;
	width: 95%;
	margin: 0 auto;
}

.sns-headding img {
	max-width: 100%;
}


/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.sns_box {
		text-align: center; 
		width: 90%;
		margin: 0 auto 80px;
	}
	.sns_box img {
		height: 6rem;
		margin: 0px auto; 
		padding: 0;
	}
	.inst__box {
		margin-bottom: 50px;
	}
	.inst__box img {
		height: 8rem;
	}
	.inst-txt {
		font-size: 1.1rem;
		line-height: 1.8;
	}
	.sns-headding {
		max-width: 500px;
		margin: 0 auto;
	}
	.sns-headding img {
		height: 4.5rem;
	}
}