@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #0c0606;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  color: #0c0606;
  text-decoration: none;
}
.wrapper {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1.5s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp_2 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 4.0s; }

.fadeInUp_2 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

/*---------------- 改行 ----------------*/
@media screen and (min-width: 768px){   
  .pcline-break { display:block; }
  .spline-break { display:none; }
}
@media screen and (max-width: 767px){   
  .pcline-break { display:none; }
  .spline-break { display:block; }
}



/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
main {
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
main img {
	max-width: 100%;
	height: auto;
}  

/*---------------- TB ----------------*/
@media screen and (min-width: 481px) {
	main {
		margin-bottom: 100px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	main {
		margin-bottom: 130px;
		margin-top: -70px;
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 170px;	
	padding: 0;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding: 0;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 200px;
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 100px;
	}
    .item-contain {
       max-width: 700px;		
       padding: 0;
    }
}


/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.item-mainbox {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	padding: 0;
}

.item-mainbox img {
	max-width: 100%;
}

.item-mainimg {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/* ------------ 小見出し(center) ------------ */
.subheading-center {
	position: absolute;
	width: 90%;
	top: -5%;
	left: 5%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 10;
}


/* ------------ 小見出し(right) ------------ */
.subheading-right {
	position: absolute;
	text-align: center;
	width: 3%;
	top: 42%;
	left: 88%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 10;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.item-mainimg {
		width: 70%;
	}
	.item-mainbox {
		margin-bottom: 60px;
	}
	.subheading-right {
		width: 2.5%;
		top: 230px;
		left: 480px;
	}
	.subheading-center {
		width: 80%;
		top: -5%;
		left: 10%;
	}
}


/* ---------------------------------------------------------
	item_name buy
----------------------------------------------------------*/
.item_buy {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

.itembuy_box {
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.itembuy_box li {
	font-size: 2rem;
	font-family: 'futura-pt', sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.05rem;
	color: #0b0d06;	
}

.item_price {
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.2rem;
}

.itembuy_box a {
	padding: 0.25rem 2rem;
	background-color: #0b0d06;
	border-radius: 50px;
	font-size: 1.1rem;
	font-family: 'futura-pt', sans-serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1rem;
	color: #ffffff;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.item_buy {
		width: 70%;
		margin-bottom: 80px;
	}
	.itembuy_box li {
		font-size: 2.25rem;
	}
	.item_price {
		font-size: 1.5rem;
	}
	.itembuy_box a {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	flat img FLEXBOX
----------------------------------------------------------*/
.flat_img__wrapper {
	position:relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.flat_img__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flat_img_item {
	width: calc(50% - 5px);
}

.flat_img__wrapper::after {
	content: "";
	width: 110%;
	height: 115%;
	position: absolute;
	left: 50%;
	top: -10%;
	transform: translateX(-50%);
	border: solid 1px #0b0d06;
	border-radius: 10px;
	z-index: -1;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.flat_img__wrapper {
		width: 75%;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	コーディネートFLEXBOX
----------------------------------------------------------*/
.subheading-staffstyling {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.outer_cd__wrapper {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;	
}

.outer_coordinate{
	width: 100%;
	margin-bottom: 50px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 15px;
	column-gap: 15px;
}

.outer_cd__staff {
	width: calc(50% - 7.5px);
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading-staffstyling {
		margin-bottom: 45px;
	}
	.outer_cd__wrapper {
		margin-bottom: 120px;	
	}
	.outer_coordinate{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 45px;
		row-gap: 20px;
		column-gap: 20px;
	}
	.outer_cd__staff {
		width: calc(50% - 10px);
	}
}


/* ---------------------------------------------------------
	2枚画像&価格
----------------------------------------------------------*/
.itemprice__wap {
	display: flex;
	justify-content: space-between;
	/* flex-direction: column; */
	justify-content: center;
	max-height: 500px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.item__imgprice_box {
	width: 48%;
	margin-bottom: 10px;
	align-self: flex-end;
}

.item__imgprice_box:first-child {
	margin-right: 4%
}


/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.itemprice__wap {
		max-width: 70%;
		max-height: 960px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 60px;
	}
	.item__imgprice_box {
	  margin-bottom: 20px;
	}
}


/* ---------------------------------------------------------
	3アイテム画像
----------------------------------------------------------*/
.threeimg_wrapper {
	width: 100%;
	margin: 0 auto;
}

.threeimg_wrapper02 {
	width: 100%;
	margin: 0 auto -180px;
}

.item-cutwarp {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10vw;
}

/*----------- PC -----------*/
@media screen and (min-width: 768px) {
	.item-cutwarp {
		width: 70%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: -8vw;
	}
}


/* ---------------------------------------------------------
	スタッフコメント
----------------------------------------------------------*/
.subheading-staffct {
	width: 45%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.staff__cmtbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	column-gap: 5%;
}

.staff__cmtimgtxt:nth-child(1) {
	flex-basis: 25%;
	margin-bottom: 20px;
}
.staff__cmtimgtxt:nth-child(2) {
	flex-basis: 70%;
}
.staff__cmtimgtxt ul {
	list-style: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #4d4d4d;
	padding: 1em;
}

.staff__cmtimgtxt figcaption{
	font-size: 1.2rem;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #4d4d4d;
	padding-top: 0.25em;
}

.staff__cmtimgtxt figcaption a {
	color: #4d4d4d;
	text-decoration: underline;
}

.staff_height {
	font-size: 1rem;
}
.shop_name {
	font-feature-settings: "palt";
	font-size: 1rem;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading-staffct {
		margin-bottom: 50px;
	}
	.staff__cmtimgtxt ul {
		font-size: 1.7rem;
	}
	.staff__cmtimgtxt figcaption{
		font-size: 1.5rem;
	}
}



/* ---------------------------------------------------------
	吹き出し
----------------------------------------------------------*/
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #808080;
	border-radius: 10px;
}
.arrow_box li {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #4d4d4d;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 30%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(77, 77, 77, 0);
	border-right-color: #ffffff;
	border-width: 8px;
	margin-top: -8px;
}
.arrow_box:before {
	border-color: rgba(77, 77, 77, 0);
	border-right-color: #808080;
	border-width: 9px;
	margin-top: -9px;
}

/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.arrow_box li {
		font-size: 1.7rem;
	}
}

/* ---------------------------------------------------------
	アイテムプライス
----------------------------------------------------------*/
.items-price {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	font-size: 1.3rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
	text-decoration: underline;
	color: #0e0f0f;
}
ul {
	list-style: none;
}

.items-price li:first-child {
	margin-bottom: 1em;
	width: 100%;
}

.items-price li:nth-child(n + 3) {
	margin-left: 1em;	
}

.items-price a {
	text-decoration: underline;
	color: #3f3f3f;
}

.items-price img {
	max-width: 100%;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.items-price {
		width: 60%;
		justify-content: center;
		font-size: 1.6rem;
		margin-left: 20%;
	}
}


/* ---------------------------------------------------------
	アイテムプライス(左)
----------------------------------------------------------*/
.items-price__left {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-decoration: underline;
	color: #0e0f0f;
	padding-top: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
.items-price__left ul {
	list-style: none;
}

.items-price__left li:first-child {
	width: 100%;
	padding-bottom: 0.5em;
}

.items-price__left li:not(:first-child) {
	padding-top: 0.5em;
}

/* .items-price02 li:first-child {
	margin-bottom: 1em;
} */

.items-price__left a {
	text-decoration: underline;
	color: #0e0f0f;
}

.price__yen {
	font-size: 1.1rem;
}



/*----- PC -----*/
@media screen and (min-width: 768px) {
	.items-price__left {
		flex-direction: column;
		width: 100%;
		font-size: 1.5rem;
	}
}




/* ---------------------------------------------------------
	スタッフコーデボタン
----------------------------------------------------------*/
.staffcd_btn_wapper {
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.more_cd_btn {
	display: inline-block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem 0;
	border: 1px #0e0f0f solid;
	border-radius: 100px;
	text-decoration: none;
	font-size: 1.3rem;
	transition: .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.more_cd_btn a {
	color: #0e0f0f;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
}


/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.staffcd_btn_wapper {
	}
	.more_cd_btn {
		max-width: 400px;
		font-size: 1.7rem;
		padding: 1.5em 6em;
	}
}



/* ---------------------------------------------------------
	ボタン
----------------------------------------------------------*/

.morebtn_wapper {
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.moreitem {
	display: inline-block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem 0;
	background-color: #0b0d06;
	border-radius: 100px;
	text-decoration: none;
	font-size: 1.3rem;
	transition: .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.moreitem a {
  color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	font-weight: 300;
}


/*--------------- PC ---------------*/
@media screen and (min-width: 768px) {
	.morebtn_wapper {
		margin-top: 100px;
		margin-bottom: 120px;
	}
	.moreitem {
		max-width: 500px;
		font-size: 2rem;
		padding: 1.5em 0em;
	}
}


/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 上から */
.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */
.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeLeftAnime{
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 右から */
.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeRightAnime{
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
	opacity: 0;
}


/* ---------------------------------------------------------
	順番に現れるappear in order
----------------------------------------------------------*/

/*==================================================
動かしたい動き（今回は” ふわっ”）
===================================*/

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime　{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}





/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/
footer {
	/*-- background: linear-gradient(-25deg, #cc6c6f, #d6898c);
	background-color: #bbc2c7;--*/
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	max-width: 9999px;
	font-size:13px;
	padding: 20px 0;
}

footer #footer_box {
	margin: 0 auto; 
}

footer #nice_logo {
	margin: 0 auto;
}

footer .footer_p {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #0b0d06;
	font-size: 1.5rem;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	font-style: normal;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #0b0d06;
	font-size: 0.65rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 2em;
	line-height: 2;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;  
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.35rem;
	letter-spacing: 0.15rem;
	color: #0b0d06;
}
footer #sns_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #sns_flex a {
	text-decoration: none;
}
footer #online_link {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #online_link a {
	color: #0b0d06;
}

/*--------------- TB ---------------*/
@media screen and (min-width: 768px) {
	footer #footer_box {
		width: 50%;
		padding: 50px 0;
	}
	footer ul {
		padding-bottom: 40px;
		list-style: none;
	}
	footer #nice_logo {
		width: 22%;
	}
	footer .footer_p {
		padding: 0 0 1.5em;
		letter-spacing: 2px;
	}
	footer #sns_flex {
		width: 45%;
	}
	footer #sns_flex li {
		width: 9%;
	}
	footer #online_link {
		width: 50%; 
		padding-left: 150px;
	}
}

/*--------------- PC ---------------*/
@media screen and (max-width: 970px) {
	footer #footer_box {
		width: 70%;
		padding: 50px 0;
	}
	footer ul {
		padding-bottom: 40px;
		list-style: none;
	} 
	footer #nice_logo {
		width: 43%;
	}
	footer .footer_p {
		padding: 0 0 1.5em;
	}
	footer #sns_flex {
		width: 90%;
	}
	footer #sns_flex li {
		width: 10%;
	}
	footer #online_link {
		width: 100%; 
		margin-right: 0px;
		margin-left: 70px;
	}
}