@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: 768px) and ( max-width: 959px) {
	main {
		margin-bottom: 100px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	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-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: 100px;
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.three_rdimg__box {
	position: relative;
	width: 90%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.title_txt {
	position: absolute;
	width: 65%;
	top: -25%;
	left: -3%;
	z-index: 10;	
}
.title_txt::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	/* ①疑似要素のボックスを影色で塗りつぶし */
	background-color: rgb(255, 255, 255);
	/* ②ブラーフィルターでぼかす */
	filter: blur(30px);
	/* ③位置やサイズを調整 */
	transform: translateY(10px) scale(1.05);
	/* ④乗算で重ねる */
	mix-blend-mode: overlay;
	z-index: -1;
}
.subtitle_txt {
	position: absolute;
	width: 15%;
	top: -27%;
	right: 0%;
	z-index: 10;	
}

.clipping_left__txt {
	position: absolute;
	width: 4%;
	top: 41%;
	left: 0%;
	z-index: 5;
}
.clipping_right__txt {
	position: absolute;
	width: 4%;
	bottom: 0%;
	right: 0%;
	z-index: 10;
}
.three_rdimg__right {
	position: absolute;
	width: 55%;
	top: 0%;
	right: 0%;
}
.three_rdimg__left {
	position: absolute;
	width: 30%;
	top: 0%;
	left: 0%;
}
.three_rdimg__center {
	position: absolute;
	width: 90%;
	bottom: 0;
	left: 0%;
}

.sec01_itemslist_left {
	width: 70%;
	margin-left: 5%;
}
.sec01_itemslist_left a {
	color: #b88367 !important;
}
.sec01_itemslist_left .price_yen {
	color: #b88367 !important;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.three_rdimg__box {
		width: 100%;
		height: 650px;
		margin-left: auto;
		margin-right: auto;
	}
	.clipping_left__txt {
		width: 3%;
		top: 305px;
		left: 0%;
	}
	.clipping_right__txt {
		width: 3%;
	}
	.three_rdimg__right {
		width: 65%;
	}
	.sec01_itemslist_left {
		width: 45%;
		margin-left: 0%;
	}
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.title_txt {
		position: absolute;
		width: 280px;
		top: -120px;
		left: -25px;
		z-index: 10;	
	}
	.subtitle_txt {
		position: absolute;
		width: 50px;
		top: -120px;
		right: -25px;
		z-index: 10;	
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.title_txt {
		position: absolute;
		width: 180px;
		top: -280px;
		left: 320px;
		z-index: 10;	
	}
	.subtitle_txt {
		position: absolute;
		width: 50px;
		top: -295px;
		right: 25px;
		z-index: 10;	
	}
	
}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.both_sides__area {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}
.sec2seaaontxt__center {
	position: absolute;
	width: 41%;
	top: 40%;
	left: 35%;
	z-index: 1;
}

.both_sides__box {
	list-style: none;
	width: 100%;
	display: flex;
	background-color: #fcf3ed;
}
.both_sides__img {
	width: 50%;
	z-index: 10;
}


.slick__area_bgimg {
	position: relative;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	padding: 50px 0;
	background-image: url("../images/slick__area_bgimg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.sec02_itemslist_cener {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.sec02_itemslist_cener a {
	color: #b88367 !important;
}
.sec02_itemslist_cener .price_yen {
	color: #b88367 !important;
}

.sec2txt__center {
	position: absolute;
	width: 60%;
	top: 9%;
	left: 20%;
	z-index: 10;
}
.sec2txt__right {
	position: absolute;
	width: 30%;
	top: 70%;
	right: 0;
	z-index: 10;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.slick__area_bgimg {
		margin-bottom: 60px;
		padding: 100px 0;
	}
	.sec2txt__center {
		top: 75px;
	}
	.sec2txt__right {
		top: 400px;
	}
	.sec02_itemslist_cener {
		width: 60%;
	}
}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.symmetry_img__color {
	width: 100%;
	margin-bottom: 20px;
}
.symmetry_img__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	column-gap: 10px;
}
.symmetry_item__left {
	height: 100%;
	z-index: 10;
}
.symmetry_item__right {
	height: 100%;
	z-index: 10
}

.sec3txt__left {
	position: absolute;
	width: 48%;
	top: 1%;
	left: 2%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 50;
}
.sec3txt__right {
	position: absolute;
	width: 35%;
	top: 31%;
	right: 2%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}

.symmetry_img__box {
	list-style: none;
	display: flex;
}

.sec03_itemslist_cener {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.sec03_itemslist_cener li {
	color: #b88367 !important;
}
.sec03_itemslist_cener a {
	color: #b88367 !important;
}
.sec03_itemslist_cener .price_yen {
	color: #b88367 !important;
}

.sec03_itemslist_pnk {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.sec03_itemslist_pnk li {
	color: #fcc7cb !important;
}
.sec03_itemslist_pnk a {
	color: #fcc7cb !important;
}
.sec03_itemslist_pnk .price_yen {
	color: #fcc7cb !important;
}

.secthree__box {
	width: 100%;
	height: auto;
	position: relative;
}
.sec3txt__center {
	position: absolute;
	width: 40%;
	top: -28%;
	left: 30%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.sec3txt__right {
		position: absolute;
		width: 35%;
		top: 32%;
		right: 3%;
	}
	.sec03_itemslist_cener {
		width: 40%;
	}
	.sec03_itemslist_pnk {
		width: 35%;
	}
	.sec3txt__center {
		width: 36%;
		top: -140px;
		left: 32%;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.rdm_three_img__box {
	position: relative;
	width: 100%;
	height: 440px;
	margin-bottom: 30px;
}

.rdm_three_img__left {
	position: absolute;
	left: 5%;
	top: 0%;
	width: 33%;
	z-index: 10;
}
.rdm_three_img__center {
	position: absolute;
	left: 20%;
	top: 30%;
	width: 60%;
}
.rdm_three_img__right {
	position: absolute;
	right: 5%;
	top: 10%;
	width: 33%;	
}

.oclm_img__box {
	width: 90%;
	position: relative;
	left: 5%;
}
.se4txt__itmright {
	position: absolute;
	width: 5%;
	bottom: 40%;
	right: 4%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}
.se4txt__seasonrt {
	position: absolute;
	width: 38%;
	top: -5%;
	right: 5%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;	
}
.rdm_three_img__oclm {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.sec04_itemslist_cener {
	position: relative;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}
.sec04_itemslist_cener a {
	color: #fcc7cb !important;
}
.sec04_itemslist_cener .price_yen {
	color: #fcc7cb !important;
}
.sec04_itemslist_cener::after {
	content: '';
	width: 20%;
	height: 1px;
	display: inline-block;
	background-color: #fcc7cb;
	position: absolute;
	bottom: -30px;
	left: 40%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.rdm_three_img__box {
		height: 630px;
		margin-bottom: 70px;
	}
	.oclm_img__box {
		width: 100%;
		left: 0%;
	}
	.sec04_itemslist_cener {
		width: 40%;
	}
	.se4txt__itmright {
		width: 4%;
		bottom: 35%;
		right: 40px;
	}
}


/* ---------------------------------------------------------
	sec#05
----------------------------------------------------------*/
.twoimgabreast__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
}

.oneclmcenter__box {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	background-color: #feecee;
	padding: 50px 0;
}
.oneclmcenter__img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;	
}
.sec5txt__right {
	position: absolute;
	width: 4%;
	right: 12%;
	top: 25%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.oneclmcenter__box {
		padding: 100px 0;
	}
	.sec5txt__right {
		position: absolute;
		width: 4%;
		right: 80px;
		top: 200px;
	}
}



/* ---------------------------------------------------------
	sec#06
----------------------------------------------------------*/
.siximg__area {
	width: 100%;
	position: relative;
}
.subheading_center6__txt {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.sqsiximg__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 3px;
	row-gap: 6px;
}
.sqsiximg__item {
	width: calc(100% / 3 - 3px);
}
/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading_center6__txt {
		margin-bottom: 60px;
	}
	.sqsiximg__box {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap: 10px;
		row-gap: 20px;
	}
	.sqsiximg__item {
		width: calc(100% / 3 - 10px);
	}
}



/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.slick__box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.slick__boxS {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.slick__boxM {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	z-index: 10;
}

.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;
	margin-left: 0;
}

.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;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.slick__boxS {
		width: 70%;
		margin-bottom: 40px;
	}
	.slick__boxM {
		width: 90%;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(右)
----------------------------------------------------------*/
.item_list_right {
	width: 60%;
	margin-left: 35%;
}

.items_price_right {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.items_price_right li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;	
}

.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 {
	text-decoration: underline;
	color: #11080a;
}

/* --- 縦 ---*/
.items_price_right_vert {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
}
.items_price_right_vert {
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;	
}
.items_price_right_vert li:not(:first-child) {
	padding-top: 1rem;
}

.items_price_right_vert a {
	text-decoration: underline;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #11080a;
}

.price_yen {
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.1rem;
	color: #11080a;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_right {
		width: 50%;
		margin-left: 50%;
	}
	.items_price_right {
		font-size: 1.8rem;
	}
	.price_yen {
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(左)
----------------------------------------------------------*/
.item_list_left {
	width: 100%;
}

.items_price_left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.items_price_left li {
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.5rem;
	color: #11080a;
}

.items_price_left li:nth-child(even) {
	padding-left: 1rem;
}
.items_price_left li:nth-child(n + 3) {
	padding-top: 1rem;
}

.items_price_left a {
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	text-decoration: underline;
	color: #11080a;
}

/*------ row ------*/
.item_list_left_vert {
	width: 70%;
	margin-left: 5%;
}

.items_price_left_vert {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.items_price_left_vert li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_left_vert li:not(:first-child) {
	padding-top: 1rem;
}

.items_price_left_vert a {
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	text-decoration: underline;
	color: #11080a;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_left {
		width: 50%;
		margin-left: 0%;
	}
	.items_price_left li {
		font-size: 1.9rem;
	}

	.item_list_left_vert {
		width: 50%;
	}
	.items_price_left_vert li {
		font-size: 1.9rem;
	}
	.items_price_left_vert li:not(:first-child) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.item_list_center {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center {
	list-style: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center li:nth-child(even) {
	margin-left: 1rem;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1rem;
}

.items_price_center a {
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #11080a;
	text-decoration: underline;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 50%;
	}
	.items_price_center li {
		font-size: 1.9rem;
	}
	.items_price_center li:nth-child(n+3) {
		padding-top: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央 縦)
----------------------------------------------------------*/
.item_list_center_vert {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
}

.items_price_center_vert {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_vert li {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;	
}
.items_price_center_vert li:not(:first-child) {
	padding-top: 1rem;
}

.items_price_center_vert a {
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #11080a;
	text-decoration: underline;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center_vert {
		width: 40%;
	}
	.items_price_center_vert li {
		font-size: 1.9rem;
	}
	.items_price_center_vert li:not(:first-child) {
		padding-top: 1.5rem;
	}
}

/* --------------- TB --------------- */
@media only screen and (max-width: 1000px) and (min-width: 768px) {
	.item_list_center_vert {
		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 #fcc7cb solid;
	border-radius: 100px;
	text-decoration: none;
	transition: .3s;
	font-size: 1.8rem;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.25rem;
}

.itemlk a {
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
	color: #fcc7cb;
	letter-spacing: 0.25rem;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.itemlk {
		width: 90%;
		font-size: 2rem;
		letter-spacing: 0.5rem;
	}
	.itemlk a {
		font-size: 2rem;
		letter-spacing: 0.5rem;
	}

}


/* ---------------------------------------------------------
	バッジ
----------------------------------------------------------*/
.badge {
	position: absolute;
	z-index: 10;
	top: 8%;
	left: 13%;
	background:url(../images/badge_spring.svg) no-repeat center;
	background-size: cover;
	width: 100px;
	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: 100px;
		top: 50px;
		width: 150px;
		height: 150px;
	}
}


/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.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(120px);
	}

	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_box {
	opacity: 0;	
}
.rdmitmbox {
	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: #fcc7cb;
	font-size: 1.7rem;
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fcc7cb;
	font-size: 0.65rem;
	padding-top: 2em;
	line-height: 2;	
	font-family: 'bodoni-urw', serif;
	font-style: normal;
	font-weight: 300;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;  
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.15rem;
	font-size: 1.3rem;
	color: #fcc7cb;
}
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: #fcc7cb;
}

/*--------------- 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;
	}
}