@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html,
body {
	height: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	background-color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	line-height: 1;
	color: #0c0606;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
img {
	vertical-align: bottom;
}
a {
	color: #0c0606;
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	transition: 1.5s;
}

.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
	body {
		min-width: 100%;
	}
}


/*---------------- 改行 ----------------*/
@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: 150px;
}
main img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width : 600px) {
	main {
		margin-bottom: 250px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 769px) {
	main {
		margin-bottom: 250px;
		margin-top: 0px;
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;	
}

.item-wapper-mid2 {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}
.item-wapper-mid2 img {
	max-width: 100%;
	height: auto;	
}
.item-wapper-small {
	position: relative;
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
}

.item-contain {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 260px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 200px;	
	}
	.item-wapper-mid2 {
		max-width: 600px;
		margin-bottom: 250px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 150px;
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 130px;
	}
	.item-wapper__01 {
		max-width: 600px;
		margin-bottom: 200px;		
	}
}


/* ---------------------------------------------------------
	小見出し
----------------------------------------------------------*/
.subheading__lineup {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.subheading__motecd {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.subheading__tandem_twoimg_right {
	position: absolute;
	text-align: center;
	width: 3%;
	top: 78%;
	left: 92%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 50;	
}
.subheading__tandem_twoimg_left {
	position: absolute;
	text-align: center;
	width: 4%;
	top: 78%;
	left: 6%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 50;
}


.subheading__slider_right{
	position: absolute;
	text-align: center;
	width: 40%;
	top: -2%;
	left: 77%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 50;
}


.subheading_styling {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.subheading_lastslider {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;	
}

/*-- items list heading --*/
.subheading_itemlist {
	width: 60%;
	margin-bottom: 1.5rem;
}
.subheading_itemlist_right {
	width: 60%;
	margin-left: auto;
	margin-right: 5%;
	margin-bottom: 2rem;
}
.subheading_itemlist_center {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
}

/*-- items num heading --*/
.subheading__num01 {
	position: absolute;
	text-align: center;
	width: 30%;
	top: 92%;
	left: 68%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 5;	
}

.subheading__num02 {
	position: absolute;
	text-align: center;
	width: 30%;
	top: 83%;
	left: 68%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 5;		
}

.subheading__num03 {
	position: absolute;
	text-align: center;
	width: 30%;
	top: 92%;
	left: 2%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 5;	
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.subheading__lineup {
		margin-bottom: 60px;
	}
	.subheading__sixitems {
		max-width: 700px;
		margin-bottom: 40px;
	}
	.subheading__slider {
		width: 40%;
		top: -15%;
		left: 0%;
	}
	.subheading__slider_right{
		width: 40%;
		top: 0%;
		left: 80%;
	}
	.subheading_lastslider {
		max-width: 500px;
		margin-bottom: 40px;
	}
	.subheading_itemlist {
		width: 60%;
		margin-bottom: 1.5rem;
	}
	.subheading_itemlist_right {
		width: 60%;
		margin-left: auto;
		margin-right: 4%;
		margin-bottom: 1.5rem;
	}
	.subheading_itemlist_center {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5rem;
	}
	.subheading__num01 {
		width: 35%;
		top: 87%;
		left: 65%;
	}
	.subheading__num02 {
		width: 35%;
		top: 70%;
		left: 65%;
	}
	.subheading__num03 {
		width: 40%;
		top: 87%;
		left: 0%;
	}
}


/* ---------------------------------------------------------
	購入特典
----------------------------------------------------------*/
.benefit__box {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	
}
.benefit__box::after {
	width: 100%;
	position: absolute;
	content: url("../images/bg__sbenefit.svg");
	top: -50%;
	left: 0;
	z-index: -1;
}

.subheading__tokuten {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.benefit_cmt {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}
.benefit_cmt p {
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	color: #b3b3b3;
	padding: 0 0.5rem;
}
.benefit_cmt span {
	font-size: 1.2rem;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	color: #b3b3b3;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.subheading__tokuten {
		margin-bottom: 60px;
	}
	.benefit_cmt p {
		font-size: 2rem;
		line-height: 2;
	}
}


/* ---------------------------------------------------------
	4flat img
----------------------------------------------------------*/
.item__flexbox {
	list-style: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 5px;
}

.imgprc__box {
	width: calc(100% / 3 - 10px);
}
.imgprc__box:nth-child(n+4) {
	margin-top: 90px;
}

.item__clmprice {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.item__clmprice li:nth-child(2) {
	font-size: 1.2rem;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #b3b3b3;
	padding-top: 1.5rem;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item__flexbox {
		max-width: 700px;
	}
	.imgprc__box:nth-child(n+4) {
		margin-top: 150px;
	}
	.item__clmprice li:nth-child(2) {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	3x3 img(gif)
----------------------------------------------------------*/
.items_clipping__wrap {
	position: relative;
	top: 0;
	left: 0;
}

.three_clmimg__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	/*column-gap: 10px;*/
}

.three_clmimg__item {
	 width: calc(100% / 3);
}

.items_clipping__wrap:nth-child(n + 2) {
	margin-top: 60px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	3x3 img
----------------------------------------------------------*/
.three_clmimg__wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.three_clmimg__box02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	column-gap: 5px;
}

.three_clmimg__item02 {
	 width: calc(100% / 3);
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.three_clmimg__wrap {
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	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: center;
}

.itembuy_box {
	font-size: 2.25rem;
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05rem;
	color: #b3b3b3;	
}
.itembuy_box li {
	font-size: 2.25rem;
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05rem;
	color: #b3b3b3;	
}
.item_price {
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.2rem;
}

.itembuy_box a {
	padding: 0.25rem 2rem;
	background-color: #b3b3b3;
	border-radius: 50px;
	font-size: 1.1rem;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.2rem;
	color: #ffffff;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.item_buy {
		width: 70%;
		margin-bottom: 80px;
	}
	.itembuy_box {
		font-size: 3rem;
	}
	.itembuy_box li {
		font-size: 3rem;
	}
	.item_price {
		font-size: 1.5rem;
	}
	.itembuy_box a {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	不揃い2画像
----------------------------------------------------------*/
.two_clm_abreast {
	position: relative;
	width: 90%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.two_clm_abreast__right {
	width: 47%;
	position: absolute;
	left: 53%;
	top: 0%;
	z-index: 10;
}
.two_clm_abreast__left {
	width: 70%;
	position: absolute;
	left: 0%;
	top: 120px;
}

.flat_img__center_ninety {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;	
}
.flat_img__center_ninety2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;	
}
.flat_img__widecenter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.flat_img__widecenter02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.two_clm_abreast02 {
	position: relative;
	width: 90%;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.two_clm_abreast__right02 {
	width: 50%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 10;
}
.two_clm_abreast__left02 {
	width: 62%;
	position: absolute;
	left: 38%;
	top: 120px;
}

.two_clm_abreast03 {
	position: relative;
	width: 90%;
	height: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.two_clm_abreast__right03 {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0%;
	z-index: 10;
}
.two_clm_abreast__left03 {
	width: 50%;
	position: absolute;
	left: 0%;
	top: 80px;
}

.two_clm_abreast04 {
	position: relative;
	width: 90%;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.two_clm_abreast__right04 {
	width: 48%;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 10;
}
.two_clm_abreast__left04 {
	width: 48%;
	position: absolute;
	left: 52%;
	top: 80px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_clm_abreast {
		height: 550px;
	}
	.two_clm_abreast02 {
		height: 520px;
	}
	.two_clm_abreast__left02 {
		width: 65%;
		position: absolute;
		left: 35%;
		top: 200px;
	}
	.two_clm_abreast03 {
		height: 460px;
	}
	.two_clm_abreast04 {
		height: 500px;
	}
	.flat_img__center_ninety {
		width: 70%;
		margin-bottom: 60px;	
	}
	.flat_img__center_ninety2 {
		width: 90%;
		margin-bottom: 60px;	
	}
}


/* ---------------------------------------------------------
	4分割画像
----------------------------------------------------------*/
.fourimg__box {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fourimg__item {
	width: 50%;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	横並びスライダー
----------------------------------------------------------*/
.two_col_slider {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70%;
}

#slider__left_side {
	width: 50%;
	position: absolute;
	left: 0%;
	top: 0%;
}
#slider__right_side {
	width: 50%;
	position: absolute;
	left: 50%;
	top: -100%;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_col_slider {
		margin-bottom: 330px;
	}
}


/* ---------------------------------------------------------
	横幅いっぱいスライダー
----------------------------------------------------------*/
.wide_slider_wapp {
	width: 100%;
	margin-bottom: 80px;
}

.sliderArea {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}

.wide_slider a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 35vh;
	margin: 0;
	text-decoration: none;
}
.wide_slider a.wide_sliderimg01 {
	background-image: url("../images/slider02_1.jpg");
}
.wide_slider a.wide_sliderimg02 {
	background-image: url("../images/slider02_2.jpg");
}
.wide_slider {
	z-index: 1;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.wide_slider a {
		height: 50vh;
	}
}


/* ---------------------------------------------------------
	section#01
----------------------------------------------------------*/
.two_clm_box {
	width: 90%;
	padding: 50px 0%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -100px;
	position: relative;
}
.two_clm_box::after{
	content: "";
	width: 85%;
	height: 75%;
	position: absolute;
	left: 7.5%;
	top: 0%;
	transform: translateX(0%);
	background-color: #f4d6e1;
	z-index: -1;
}

.subheading__inseason {
	position: absolute;
	text-align: center;
	width: 20%;
	top: -3%;
	left: 75%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 5;
}

#one {
	display: block;
	width: 55%;
	position: relative;
	left: 0%;
	z-index: 10;
}
#two {
	display: block;
	width: 60%;
	position: relative;
	left: 40%;
	top: -20vw;
}


.subheading__knitsk  {
	position: absolute;
	text-align: center;
	width: 40%;
	top: 60%;
	left: 6%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 20;
}


.two_clm_deformation {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 80px;
}

.two_clm_box02 {
	width: 90%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.two_clm_item2 {
	width: 47.5%;
}

.two_clm_item2:nth-child(1) {
	align-self: flex-start;
}
.two_clm_item2:nth-child(2) {
	align-self: flex-end;
}

#three {
	display: block;
	width: 45%;
	position: absolute;
	left: 0%;
	top: 0vw;
	z-index: 10;
}
#four {
	display: block;
	width: 45%;
	position: absolute;
	left: 55%;
}

.space_adjust02 {
	width: 100%;
	height: 60vw;
}
.space_adjust03 {
	width: 100%;
	height: 60vw;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.two_clm_box {
		margin-bottom: -80px;
	}
	#two {
		width: 60%;
		left: 40%;
		top: -5vw;
	}
	.subheading__knitsk  {
		position: relative;
		width: 40%;
		top: 450px;
		left: 7%;
	}
	.two_clm_box02 {
		height: 500px;
	}
	.space_adjust03 {
		width: 100%;
		height: 380px;
	}
}


/* ---------------------------------------------------------
	2画像flexbox
----------------------------------------------------------*/
.twocol_box_wapp {
	width: 100%;
	margin-bottom: 80px;
	position: relative;
}
.twocol_box_wapp02 {
	width: 100%;
	margin-bottom: 100px;
	position: relative;
}

.twocol_box_left {
	width: 80%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}

.twocol_box_right {
	width: 80%;
	margin-left: 20%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}

.twocol_box_center_wapp {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
}
.twocol_box_center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}

.right_img__box {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

.left_img__box {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.twocol_box_wapp {
		margin-bottom: 160px;
	}

}

/* ---------------------------------------------------------
	左より画像背景色あり
----------------------------------------------------------*/
.one_colimg_left_wapp {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	padding: 50px 0 20px;
	background-color: rgb(228, 190, 185);
}

.one_colimg_left {
	width: 80%;
	margin-bottom: 20px;
}

.subheading__ktmop {
	position: absolute;
	text-align: center;
	width: 55%;
	top: -5%;
	left: 2%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 50;
}

.subheading__ktmop_right {
	position: absolute;
	text-align: center;
	width: 3%;
	top: 50%;
	left: 92%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 50;
}

.subheading__ktmop_left {
	position: absolute;
	text-align: center;
	width: 2.5%;
	top: 15%;
	left: 9%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 50;
}

.subheading__op_right {
	position: absolute;
	text-align: center;
	width: 4%;
	top: 14%;
	left: 87%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 50;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading__ktmop {
		width: 50%;
		top: -12%;
		left: 2%;
	}
	.subheading__ktmop_right {
		width: 3%;
		top: 35%;
		left: 82%;
	}
}



/* ---------------------------------------------------------
	2枚画像flexbox
----------------------------------------------------------*/
.tandem_twoimg_box {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}



/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	

}




/* ---------------------------------------------------------
	2枚画像flexbox
----------------------------------------------------------*/
.two_img_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	

}


/* ---------------------------------------------------------
	2枚ズレ画像
----------------------------------------------------------*/
.twoimg_deviate_wapp {
	width: 100%;
	margin-bottom: 450px;
}

.twoimg_deviate {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#five {
	display: block;
	width: 46%;
	position: absolute;
	left: 5%;
	top: 0%;
	z-index: 10;
}
#six {
	display: block;
	width: 46%;
	position: absolute;
	left: 49%;
	top: 30vw;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.twoimg_deviate_wapp {
		margin-bottom: 670px;
	}
	#five {
		width: 51%;
		left: 0%;
		top: 0%;
	}
	#six {
		width: 51%;
		left: 49%;
		top: 170px;
	}
}


/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.slick__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.slick__boxL {
	position: relative;
	width: 90%;
	margin-left: 5%;
	margin-top: 100px;
	margin-bottom: 20px;
}
.slick__boxM {
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-top: 100px;
	margin-bottom: 30px;
}
.slick__boxright {
	position: relative;
	width: 80%;
	margin-left: 15%;
}
.slick__boxleft {
	position: relative;
	width: 75%;
	margin-left: 5%;
}

.gentlyslide {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gentlyslide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.slick__box_left {
	width: 100%;
	margin-bottom: 20px;
}
.gentlyslide_left {
	width: 100%;
	padding: 0;
}
.gentlyslide_left img {
	max-width: 100%;
	height: auto;
}
.gentlyslide_leftM {
	width: 75%;
	margin-left: 5%;
	padding: 0;
}
.gentlyslide_leftM img {
	max-width: 100%;
	height: auto;
}


.slick__box_right {
	width: 100%;
	margin-bottom: 60px;
}
.gentlyslide_right {
	width: 100%;
	padding: 0;
}
.gentlyslide_right img {
	max-width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: auto;	
}

.gentlyslide_rightM {
	width: 80%;
	margin-left: 20%;
	padding: 0;
}
.gentlyslide_rightM img {
	max-width: 80%;
	height: auto;
	margin-right: 0;
	margin-left: 20%;	
}

.gentlyslide_leftM {
	width: 80%;
	margin-left: 0%;
	padding: 0;
}
.gentlyslide_leftM img {
	max-width: 80%;
	height: auto;
	margin-right: 0;
	margin-left: 0;	
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.slick__boxleft {
		width: 90%;	
	}
	.gentlyslide_leftM {
		width: 90%;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(右)
----------------------------------------------------------*/
.item_list_right {
	width: 60%;
	margin-left: 35%;
}

.items_price_right {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_right li:nth-child(even) {
	padding-left: 1rem;
}
.items_price_right li:nth-child(n + 3) {
	padding-top: 1.5rem;
}

.items_price_right a {
	text-decoration: underline;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.price_yen {
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	color: #b3b3b3;
}


/*------ row ------*/
.item_list_right_1 {
	position: absolute;
	width: 50%;
	top: 85vw;
	left: 50%;
}

.items_price_right_1 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_right_1 li:nth-child(n+2){
	padding-top: 1.5rem;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_right_1 a {
	text-decoration: underline;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}


.item_list_right_2 {
	position: absolute;
	width: 45%;
	top: 47vw;
	left: 50%;
}

.items_price_right_2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_right_2 li:nth-child(n+2){
	padding-top: 1.5rem;
}

.items_price_right_2 a {
	text-decoration: underline;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_right {
		width: 50%;
		margin-left: 50%;
	}
	.items_price_right {
		font-size: 1.5rem;
	}
	.price_yen {
		font-size: 1.3rem;
	}

	.item_list_right_1 {
		width: 50%;
		top: 400px;
		left: 50%;
	}
	.items_price_right_1 {
		font-size: 1.8rem;
	}
	.item_list_right_2 {
		width: 50%;
		top: 350px;
	}
	.items_price_right_2 {
		font-size: 1.8rem;
	}


}


/* ---------------------------------------------------------
	アイテムリスト(左)
----------------------------------------------------------*/
.item_list_left {
	width: 60%;
	margin-left: 5%;
}

.items_price_left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_left li:nth-child(even) {
	padding-left: 1rem;
}
.items_price_left li:nth-child(n + 3) {
	padding-top: 1.5rem;
}

.items_price_left a {
	text-decoration: underline;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

/*------ row ------*/
.item_list_left_2 {
	position: absolute;
	width: 70%;
	top: 43vw;
	margin-left: 5%;
}

.items_price_left_2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_left_2 li:nth-child(n+2){
	padding-top: 1.5rem;
}

.items_price_left_2 a {
	text-decoration: underline;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

/*------ row ------*/
.item_list_left_3 {
	position: absolute;
	width: 70%;
	top: 77vw;
}

.items_price_left_3 {
	width: 100%;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_left_3 li:nth-child(n+2){
	padding-top: 1.5rem;
}

.items_price_left_3 a {
	text-decoration: underline;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_left {
		width: 50%;
		margin-left: 0%;
	}
	.items_price_left {
		font-size: 1.5rem;
	}

	.item_list_left_2 {
		width: 50%;
		top: 230px;
	}
	.items_price_left_2 {
		font-size: 1.8rem;
	}

	.item_list_left_3 {
		width: 50%;
		top: 450px;
	}
	.items_price_left_3 {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.item_list_center {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_center li:not(:first-child) {
	margin-left: 1.5rem;
}

.items_price_center li:nth-child(n+3) {
	margin-top: 2rem;
}

.items_price_center a {
	text-decoration: underline;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 60%;
	}
	.items_price_center {
		font-size: 1.8rem;
	}
	.items_price_center li:nth-child(n+3) {
		margin-top: 2rem;
	}
}

/*------ manpa ------*/
.item_list_center_manpa {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center_manpa {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_center_manpa li:not(:first-child) {
	line-height: 3;
}
.items_price_center_manpa li:nth-of-type(n + 3) {
	margin-left: 1rem;
}


.items_price_center_manpa a {
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
	text-decoration: underline;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center_manpa {
		width: 50%;
	}
	.items_price_center_manpa {
		font-size: 1.8rem;
	}
}



/* ---------------------------------------------------------
	アイテムリスト02(中央)
----------------------------------------------------------*/
.item_list_center02 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}

.items_price_center02 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_center02 li:not(:first-child) {
	margin-left: 1.5rem;
}

.items_price_center02 li:nth-child(n+4) {
	margin-top: 2rem;
}

.items_price_center02 a {
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
	text-decoration: underline;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center02 {
		width: 70%;
	}
	.items_price_center02 {
		font-size: 1.5rem;
	}
}

/* --------------- TB --------------- */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.item_list_center02 {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.item_list_center_ws {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center_ws {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_center_ws li:nth-child(2n) {
	margin-left: 1.5rem;
}

.items_price_center_ws li:nth-child(n+3) {
	margin-top: 2rem;
}

.items_price_center_ws a {
	color: #b3b3b3;
	font-family: 'futura-pt', sans-serif;
	font-weight: 300;
	list-style: none;
	text-decoration: underline;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center_ws {
		width: 40%;
	}
	.items_price_center_ws {
		font-size: 1.5rem;
	}
}


/*-------------------------------------------
　info
-------------------------------------------*/
.info_box {
	border: 1px solid #ffaeae;
	border-radius: 5px;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 2em 0em;
}
.info_box ul {
	list-style: none;
}

.info-style {
	text-align: left;
	line-height: 1.8;
	padding: 2em 3em;
}
.info-style li {
	padding-top: 1em;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #b3b3b3;
}
.info-style li:first-child {
	text-align: center;
}

.shopinfo-style {
	text-align: center;
	line-height: 2;
	margin-bottom: 4rem;
}
.shopinfo-style li {
	padding-top: 1em;
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #b3b3b3;
}
.shopinfo-style li:nth-child(2) {
	padding-bottom: 0.5rem;
}

.info__channel {
	border: 1px solid #ffaeae;
	border-radius: 3px;
	padding: 0.15em 0.5em;
	background-color: #ffaeae;
	font-size: 1.15rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #ffffff;
}

.info_en {
	text-align: center;
	font-size: 2.3rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #ffaeae;
}
.info_jp {
	text-align: center;
	font-size: 2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #ffaeae;
}


/*--- span ---*/
.mark_pink {
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	color: #ffaeae;
}
.amend_txt {
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1rem;
}

.prediscount {
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 2rem;
	color: #ffaeae;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.info_box {
	  padding: 50px;
	  max-width: 600px;
	}
	.info-style li {
		font-size: 1.6rem;
	}
	.shopinfo-style {
		margin-bottom: 6rem;
	}
	.shopinfo-style li {
		font-size: 1.8rem;
	}
	.info__channel {
		font-size: 1.5rem;
	}
	.info_en {
		font-size: 3rem;
	}
	.info_jp {
		font-size: 2.5rem;
	}

	/*--- span ---*/
	.mark_pink {
		font-size: 1.5rem;
	}
	.amend_txt {
		font-size: 1.5rem;
	}
}




/* ---------------------------------------------------------
	アイテムボタン
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
	margin: 0 auto;
	border: 1px #ffaeae solid;
	background-color: #ffaeae;
	border-radius: 100px;
	text-decoration: none;
	transition: .2s;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5rem;
}

.itemlk a {
	color: #ffffff;
	font-weight: normal;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 80%;
		font-size: 2rem;
	}
}


/* ---------------------------------------------------------
	infinite auto-scroll animation
----------------------------------------------------------*/
.scroll-parent {
	position: absolute;
	width: 100vw;
	height: 4rem;
	top: 20vw;
	overflow-x: hidden;
	z-index: 10;
}

.scroll-element {
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0%;
	top: 0%;
	animation: primary 6s linear infinite;
}

.primary {
	animation: primary 6s linear infinite;
}

.secondary {
	animation: secondary 6s linear infinite;
}

@keyframes primary {
	from {
		left: 0%;
	}
	to {
		left: -100%;
	}
}

@keyframes secondary {
	from {
		left: 100%;
	}
	to {
		left: 0%;
	}
}

/*------ 逆方向(左から右) ------*/
.scroll-element__revs {
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0%;
	top: 0%;
	animation: primary 6s linear infinite reverse;
}

.primary__revs {
	animation: primary 6s linear infinite reverse;
}

.secondary__revs {
	animation: secondary 6s linear infinite reverse;
}

@keyframes primary__revs {
	from {
		left: 0%;
	}
	to {
		left: -100%;
	}
}

@keyframes secondary__revs {
	from {
		left: 100%;
	}
	to {
		left: 0%;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 769px) {
	.scroll-parent {
		position: absolute;
		width: 50vw;
		height: 10rem;
		top: 10vw;
		overflow-x: hidden;
		z-index: 10;
	}
}



/* ---------------------------------------------------------
	バッジ
----------------------------------------------------------*/
.badge {
	position: absolute;
	z-index: 2;
	top: -2%;
	left: 2%;
	background:url(../images/badge_prm-order.svg) no-repeat center;
	background-size: cover;
	width: 130px;
	height: 130px;
	animation:10s linear infinite rotation;
}
.badge__right {
	position: absolute;
	z-index: 2;
	top: -3%;
	left: 64%;
	background:url(../images/badge_prm-order_pnk.svg) no-repeat center;
	background-size: cover;
	width: 130px;
	height: 130px;
	animation:10s linear infinite rotation;
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.rotateRightZ {
	animation-name: rotateRightZAnime;
	animation-duration:10s;
	animation-fill-mode:forwards;
}
@keyframes rotateRightZAnime{
	from{
		transform: rotateZ(0);
		}
	to{
		transform: rotateZ(360deg);
		}
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.badge {
		left: 5%;
		top: -2%;
		width: 180px;
		height: 180px;
	}
	.badge__right {
		left: 65%;
		top: -3%;
		width: 180px;
		height: 180px;
	}
}


/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.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(to left top, #ffaeae, #ffc9c9);
	/*-- background-color: #bd6b46; --*/
	/*-- 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: #ffffff;
	font-size: 1.65rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.05em;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 0.65rem;
	padding-top: 2em;
	line-height: 2;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 500;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;
	font-size: 1.35rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.2em;
	color: #ffffff;
}
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: #ffffff;
}

/*--------------- 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;
	}
}