@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; }
}


/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
main {
	width: 100%;
	height: auto;
	margin-bottom: 100px;
}
main img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width : 600px) {
	main {
		margin-bottom: 150px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 769px) {
	main {
		margin-bottom: 150px;
		margin-top: -90px;
		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-small {
	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-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;
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.navy__area {
	width: 100%;
	height: 300px;
	padding-top: 50px;
}
.navy__area::after{
	content: "";
	width: 100%;
	background-color: #ffffff;
	z-index: -1;
}

.two_col_abreast_box {
	position: relative;
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
#slider__left_side {
	width: 60%;
	position: absolute;
	left: 5%;
	top: 0%;
}
#slider__right_side {
	width: 33%;
	position: absolute;
	right: 5%;
	top: 0%;
}
.item_list_right01 {
	width: 45%;
	position: absolute;
	bottom: 0%;
	left: 50%;
	
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.navy__area {
		height: 530px;
		padding-top: 70px;
	}
	.navy__area::after{
		content: "";
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		background-color: #fff5f2;
		z-index: -1;
	}
	.two_col_abreast_box {
		height: 550px;
		margin-bottom: 200px;
	}
	#slider__left_side {
		width: 74%;
		left: 5%;
	}
	#slider__right_side {
		width: 38%;
		left: 57%;
	}
	.item_list_right01 {
		width: 45%;
		top: 320px;
		left: 50%;
	}
}

/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.subheading__sec03 {
	position: absolute;
	text-align: center;
	width: 70%;
	top: -6.5%;
	left: 15%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	z-index: 5;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading__sec03 {
		width: 56%;
		top: -35px;
		left: 22%;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.three_col_abreast_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: flex;
}
.three_col_item {
	width: calc(100% / 3);
}

.two_col_fullwidth_box {
	position: relative;
	width: 100%;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#two_col_abreast__left {
	width: 58%;
	position: absolute;
	left: 0%;
	top: 0%;
}
#two_col_abreast__right {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0%;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.three_col_abreast_box {
		margin-bottom: 100px;
	}
	.two_col_fullwidth_box {
		height: 410px;
	}
	#two_col_abreast__left {
		width: 74%;
	}
	#two_col_abreast__right {
		width: 50%;
		left: 50%;
	}
}


/* ---------------------------------------------------------
	sec#05
----------------------------------------------------------*/
.three_img__box05 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.two_col_onecol_box {
	width: 100%;
	margin-bottom: 15px;
}

.subheading__sec05 {
	width: 100%;
	margin-bottom: 30px;
}

.two_col_spaceabreast_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.two_col_spaceabreast_item {
	width: 49%;
}
.two_col_spaceabreast_item:nth-child(1) {
	z-index: 1;
}
.two_col_spaceabreast_item:nth-child(2) {
	z-index: 3;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_col_onecol_box {
		margin-bottom: 30px;
	}
	.subheading__sec05 {
		margin-bottom: 60px;
	}
	.two_col_spaceabreast_box {
		margin-bottom: 30px;
	}
}


/* ---------------------------------------------------------
	sec#06
----------------------------------------------------------*/
.sec06__wrap {
	width: 100%;
	position: relative;
}

.subheading__sec06 {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
}
.three_setup_img__box {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
}
.three_setup_items {
	width: calc(100% / 3);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading__sec06 {
		margin-bottom: 40px;
	}
}


/* ---------------------------------------------------------
	sec#07
----------------------------------------------------------*/
.secsevtwocol__wrap {
	width: 100%;
	position: relative;
}

.secsevtwocol_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.subheading__seasonright {
	position: absolute;
	width: 2%;
	top: 8%;
	left: 94%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
}

.subheading__cateleft07 {
	position: absolute;
	width: 4%;
	top: 7%;
	left: 3%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.subheading__sec07text {
	position: absolute;
	width: 90%;
	top: 30%;
	left: 5%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.secsevtwocol__wrap {
		margin-top: 50px;
	}
}


/* ---------------------------------------------------------
	sec#08
----------------------------------------------------------*/
.bothsides_img__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
}
.bothsides_img__left {
	width: 48%;
}
.bothsides_img__right {
	width: 35%;
	position: absolute;
	right: 0;
	bottom: 50%;
}
.bothsides_img__center {
	width: 60%;
	position: absolute;
	right: 2%;
	bottom: 8%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	sec#09
----------------------------------------------------------*/
.two_col_abreast_box09 {
	position: relative;
	width: 90%;
	height: 260px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}
#two_col_abreast09_left {
	width: 65%;
	position: absolute;
	left: 0%;
	top: 0%;
}
#two_col_abreast09_right {
	width: 40%;
	position: absolute;
	right: 0%;
	top: -8%;
}
.two_col_abreast_list_right {
	width: 40%;
	position: absolute;
	right: 0%;
	bottom: 0;	
}

.secsevtwocol_box09 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
}
.two_col_spaceabreast_box09 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	background-color: #ffeef2;
}
.two_col_right_txt {
	width: 50%;
	position: absolute;
	left: 50%;
	bottom: 0%;
	z-index: 5;
}
.two_col_season_txt {
	width: 100%;
	position: absolute;
	left: 0%;
	top: 30%;
	z-index: 2;
}

.item_list09 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_col_abreast_box09 {
		width: 100%;
		height: 450px;
		margin-bottom: 200px;
	}
	#two_col_abreast09_left {
		width: 85%;
	}
	.item_list09 {
		width: 45%;
		margin-left: auto;
		margin-right: auto;
	}
	.two_col_abreast_list_right {
		width: 45%;
		right: 0%;
	}
}


/* ---------------------------------------------------------
	sec#10
----------------------------------------------------------*/
.uneven_twoimg__box {
	position: relative;
	width: 100%;
	height: 420px;
}

.uneven_twoimg__left {
	display: block;
	width: 60%;
	position: absolute;
	left: 0%;
	top: 0%;
}
.uneven_twoimg__right {
	display: block;
	width: 35%;
	position: absolute;
	right: 0;
	bottom: 0%;
}
.uneven_twoimg__list {
	display: block;
	width: 35%;
	position: absolute;
	left: 2%;
	bottom: 0%;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.uneven_twoimg__box {
		height: 600px;
	}
	.uneven_twoimg__list {
		width: 25%;
		left: 0%;
	}
}


/* ---------------------------------------------------------
	sec#11
----------------------------------------------------------*/
.sec11__wrap {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #01060c !important;
}
.subheading__sec11txt {
	position: absolute;
	width: 70%;
	top: -7%;
	left: 15%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: -1;
}

.sec11__wrap li {
	color: #01060c !important;
}
.sec11__wrap a {
	color: #01060c !important;
}
.sec11__wrap span {
	color: #01060c !important;
}

.three_spc_img__box {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 2%;
}
.three_spc_img__item {
	width: calc(100% / 3);
}

.sec11__list {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.two_col_spc__wrap {
	width: 100%;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	margin-bottom: 60px;
}

.two_col_spc_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.subheading__sec11text2 {
	width: 36%;
	margin-top: 30px;
}

.sec11_right_list {
	position: absolute;
	width: 60%;
	right: 0%;
	top: 68%;
}

.sec11three_setup_img__box {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
	column-gap: 5px;
}
.sec11three_setup_items:nth-child(-n + 5) {
	flex-basis: 40%;
}
.sec11three_setup_items:nth-child(3) {
	flex-basis: 20%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.two_col_spc__wrap {
		height: 460px;
		margin-top: 250px;
		margin-bottom: 200px;
	}
	.subheading__sec11text2 {
		width: 40%;
		margin-top: 35px;
	}
	.sec11_right_list {
		width: 40%;
		right: 0%;
		top: 930px;
	}
	.sec11three_setup_img__box {
		margin-bottom: 40px;
		column-gap: 10px;
	}
	.sec11three_setup_items:nth-child(-n + 5) {
		flex-basis: 41%;
	}
	.sec11three_setup_items:nth-child(3) {
		flex-basis: 18%;
	}
}


/* ---------------------------------------------------------
	横幅いっぱいスライダー
----------------------------------------------------------*/
.wide_slider_wapp {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}

.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_slider07_1 {
	background-image: url("../images/slider07_1.jpg");
}
.wide_slider a.wide_slider07_2 {
	background-image: url("../images/slider07_2.jpg");
}
.wide_slider {
	z-index: 1;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.wide_slider a {
		height: 50vh;
	}
}


/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.slick__box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.slick__boxM {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.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: 50%;
	margin-left: 48%;
}

.items_price_right {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_right li {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #072556;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.items_price_right li:nth-child(even) {
	padding-left: 1rem;
}
.items_price_right li:nth-child(n + 3) {
	padding-top: 1rem;
}

.items_price_right a {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	text-decoration: underline;
	color: #072556;
}

.price_yen {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 1rem;
	color: #072556;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_right {
		width: 40%;
		margin-left: 60%;
	}
	.items_price_right li {
		font-size: 1.8rem;
	}
	.price_yen {
		font-size: 1rem;
	}
}

/* ---------------------------------------------------------
	アイテムリスト(右　縦並び)
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #072556;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.items_price_right_col li:nth-child(n + 2) {
	padding-top: 1rem;
}

.items_price_right_col a {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	text-decoration: underline;
	color: #072556;
}

.price_yen_wht {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 1rem;
	color: #072556;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_right_col li {
		font-size: 1.8rem;
	}
	.price_yen_wht {
		font-size: 1rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(右　縦並び　黒文字)
----------------------------------------------------------*/
.item_list_left_pl {
	width: 50%;
	margin-left: 2%;
}

.items_price_right_row {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.items_price_right_row li {
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #072556;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}
.items_price_right_row li:nth-child(n + 2) {
	padding-top: 1rem;
}

.items_price_right_row a {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	text-decoration: underline;
	color: #072556;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_right_row li {
		font-size: 1.8rem;
	}
	.item_list_left_pl {
		width: 40%;
		margin-left: 0%;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(左)
----------------------------------------------------------*/
.item_list_left {
	width: 50%;
	margin-left: 2%;
}

.items_price_left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 1.2rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #072556;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	list-style: none;
}

.items_price_left li:nth-child(n + 3) {
	padding-top: 1rem;
}

.items_price_left a {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	text-decoration: underline;
	color: #072556;
}

/*------ row ------*/
.item_list_left_row {
	width: 60%;
	margin-left: 0%;
}

.items_price_left_row {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.items_price_left_row li {
	font-size: 1.2rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #072556;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.items_price_left_row li:nth-child(n+2){
	padding-top: 1.5rem;
}

.items_price_left_row a {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	text-decoration: underline;
	color: #072556;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_left {
		width: 45%;
		margin-left: 0%;
	}
	.items_price_left_row li {
		font-size: 1.8rem;
	}
	.items_price_left li:nth-child(n + 2) {
		padding-top: 0rem;
		padding-left: 1rem;
	}
	.items_price_left li:nth-child(n + 3) {
		padding-top: 1rem;
	}

	.item_list_left_row {
		width: 50%;
	}
	.items_price_left_row {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.item_list_center {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #072556;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	list-style: none;
}

.items_price_center li:nth-child(even) {
	margin-left: 1.5rem;
}

.items_price_center li:nth-child(n+3) {
	margin-top: 1rem;
}

.items_price_center a {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	color: #072556;
	text-decoration: underline;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 50%;
	}
	.items_price_center li {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央pink)
----------------------------------------------------------*/
.item_list_center_pnk {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center_pnk {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center_pnk li {
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #ffb2bd;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	list-style: none;
}

.items_price_center_pnk li:nth-child(even) {
	margin-left: 1.5rem;
}

.items_price_center_pnk li:nth-child(n+3) {
	margin-top: 1rem;
}

.items_price_center_pnk a {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	color: #ffb2bd;
	text-decoration: underline;
}

.price_yen_pnk {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-size: 1rem;
	color: #ffb2bd;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center_pnk {
		width: 45%;
	}
	.items_price_center_pnk li {
		font-size: 1.8rem;
	}
	.price_yen_pnk {
		font-size: 1.2rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト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.2rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0d0e;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	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 {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	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%;
	}
}


/* ---------------------------------------------------------
	アイテムボタン
----------------------------------------------------------*/
.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 #ffb2bd solid;
	border-radius: 50px;
	text-decoration: none;
	transition: .2s;
	font-size: 1.5rem;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	letter-spacing: 0.25rem;
}

.itemlk a {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	font-style: normal;
	color: #ffb2bd;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.itemlk {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	バッジ
----------------------------------------------------------*/
.badge {
	position: absolute;
	z-index: 2;
	top: -3%;
	left: -8%;
	background:url(../images/badge_nvy.svg) no-repeat center;
	background-size: cover;
	width: 120px;
	height: 120px;
	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: -10%;
		top: -50px;
		width: 170px;
		height: 170px;
	}
}


/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.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: #072556;
	font-weight: bold;
	font-size: 1.5rem;
	font-family: 'Libre Baskerville', serif;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #072556;
	font-weight: 400;
	font-size: 0.65rem;
	padding-top: 2em;
	line-height: 2;
	font-family: 'Libre Baskerville', serif;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;  
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 1.35rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
	color: #072556;
}
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;
	}
}