@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;
}
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; }
}


/*---------------- fonts ----------------*/
@font-face {
	font-family: 'Caveat';
	src: url("../fonts/Caveat") format('cursive');
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url("../fonts/Noto_Sans_JP") format('sans-serif');
}

@font-face {
	font-family: 'Noto Sans JP';
	src: url("../fonts/Noto_Serif_JP") format('serif');
}

/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
main {
	width: 100%;
	height: auto;
	vertical-align: middle;
	margin-bottom: 30px;
}
main img {
	max-width: 100%;
}  


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	main {
		margin-bottom: 100px;
		margin-top: -50px;
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 220px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;	
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;	
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
}

.item-wapper__01 {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.item-wapper__01 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-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;		
	}
}


/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.item-mainbox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: -100px;
	padding: 0;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.item-mainbox {
		margin-bottom: -50px;
	}
}


/* ---------------------------------------------------------
	小見出し
----------------------------------------------------------*/
.subheading__lineup {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.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__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%;
	}
}


/* ---------------------------------------------------------
	3flat img
----------------------------------------------------------*/
.item__flexbox {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	column-gap: 10px;
}

.item_box_img {
	width: calc(100% / 3 - 10px);
}

.item_box_img:nth-child(n+4) {
	margin-top: 10px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item__flexbox {
		max-width: 700px;
	}
}


/* ---------------------------------------------------------
	横並びスライダー
----------------------------------------------------------*/
.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;
}

/* ------------ 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: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.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;
}

.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;	
}


/* ---------------------------------------------------------
	アイテムリスト(右)
----------------------------------------------------------*/
.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.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #0f0d0e;
	font-family: 'Noto Sans JP', 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: #0f0d0e;
}

.price_yen {
	font-size: 1rem;
	color: #0f0d0e;
}

/* --------------- 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.2rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(左)
----------------------------------------------------------*/
.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.3rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #0f0d0e;
	font-family: 'Noto Sans JP', 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: #0f0d0e;
}

/*------ row ------*/
.item_list_left_2 {
	width: 70%;
	margin-left: 5%;
}

.items_price_left_2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 1.3rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #0f0d0e;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}

.items_price_left_2 li:nth-child(2){
	padding-left: 1.5rem;
}
.items_price_left_2 li:nth-child(3){
	padding-top: 1.5rem;
}

.items_price_left_2 a {
	text-decoration: underline;
	color: #0f0d0e;
}


/* --------------- 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%;
	}
	.items_price_left_2 {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.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.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0d0e;
	font-family: 'Noto Sans JP', 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 {
	color: #0f0d0e;
	text-decoration: underline;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 50%;
	}
	.items_price_center {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト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.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0d0e;
	font-family: 'Noto Sans JP', 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: #0f0d0e;
	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.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0d0e;
	font-family: 'Noto Sans JP', 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: #0f0d0e;
	text-decoration: underline;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center_ws {
		width: 40%;
	}
	.items_price_center_ws {
		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 #0f0d0e solid;
	/* border-radius: 5px; */
	text-decoration: none;
	transition: .2s;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.065rem;
}

.itemlk a {
	color: #0f0d0e;
	font-weight: normal;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.itemlk {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	バッジ
----------------------------------------------------------*/
.badge {
	position: absolute;
	z-index: 2;
	top: -12%;
	left: 3%;
	background:url(../images/badge_opwinter.svg) no-repeat center;
	background-size: cover;
	width: 104px;
	height: 100px;
	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: 12%;
		top: -15%;
		width: 130px;
		height: 125px;
	}
}


/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.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, #ea78a2, #ef9ab9);
	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-weight: bold;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: 400;
	font-size: 0.65rem;
	padding-top: 2em;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;  
	font-weight: normal;
	font-size: 1.35rem;
	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;
	}
}