@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: 0px;
}
main img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width : 600px) {
	main {
		margin-bottom: 60px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	main {
		margin-bottom: 60px;
		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;
	}
}


/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.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
----------------------------------------------------------*/
.clipping_img__box {
	position: relative;
	border-bottom: 3px solid #f78792;
	border-image: linear-gradient(to right, #f78791 0%, #feffe8 100%);
	border-image-slice: 1;
	width: 100%;
	height: 500px;
	margin-bottom: 100px;
	background-image: url("../images/clipping_img_bg.png");
	background-size: cover;
	background-repeat:  no-repeat;
}
.clipping_img__txt {
	position: absolute;
	width: 35%;
	top: 7%;
	left: 7%;
}
.clipping_img__item1 {
	position: absolute;
	width: 15%;
	top: 2%;
	right: 25%;
}
.clipping_img__item2 {
	position: absolute;
	width: 25%;
	top: 30%;
	right: 2%;
}
.clipping_img__item3 {
	position: absolute;
	width: 40%;
	bottom: 0;
	left: 30%;
}
.clipping_img__item4 {
	position: absolute;
	width: 30%;
	bottom: 0;
	left: 7%;
}

.sec01__box {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
}

.subheading__line2023 {
	position: absolute;
	width: 20%;
	top: -10%;
	left: 75%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 50;
}
.subheading__pnklook {
	position: absolute;
	width: 30%;
	top: 88%;
	left: 5%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 50;
}

.subheading__mono {
	position: absolute;
	width: 25%;
	top: 0%;
	right: 0%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.itemimg_oneclm {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.two_abreast_slider {
	position: relative;
	width: 90%;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.slider__left_side {
	width: 56%;
	position: absolute;
	left: 0%;
	top: 0%;
}
.slider__right_side {
	width: 56%;
	position: absolute;
	right: 0%;
	top: 0%;
}

.sec01_list_center {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.sec01_list_right {
	width: 100%;
}

.itemimg_oneclm__box {
	position: relative;
	width: 100%;
	margin-top: 90px;
	
}
 .subheading__leftseason {
	position: absolute;
	width: 32%;
	top: -14%;
	left: 5%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	 z-index: 50;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.clipping_img__box {
		height: 800px;
		margin-bottom: 200px;
		background-image: url("../images/clipping_img_pcbg.png");
		background-size: cover;
		background-repeat:  no-repeat;
	}
	.clipping_img__item2 {
		width: 25%;
		top: 30%;
		right: 0%;
	}
	.sec01__box {
		margin-bottom: 160px;
	}
	.two_abreast_slider {
		width: 100%;
		height: 370px;
		margin-bottom: 40px;
	}
	.slider__left_side {
		width: 70%;
	}
	.slider__right_side {
		width: 70%;
	}
	.itemimg_oneclm__box {
		margin-top: 180px;
	}
	.sec01_list_center {
		width: 40%;
	}
}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.sec02__box {
	position: relative;
	width: 100%;
}


.fourimg__box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 10px;
}
.fourimg__item {
	width: calc(50% - 5px);
}

.subheading__new {
	position: absolute;
	width: 35%;
	top: -6%;
	left: 2%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}
.subheading__style{
	position: absolute;
	width: 35%;
	bottom: -5%;
	right: 2%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}
.sec02_list_left {
	width: 50%;
	margin-left: 10%;
	margin-bottom: 60px;
}
.sec02_list_left a {
	color: #fc7791 !important;
}
.sec02_list_left .price_yen {
	color: #fc7791 !important;
}

.twoimg_deviate__box {
	position: relative;
	width: 100%;
	height: 200px;
}
.twoimg_deviate__left {
	width: 38.5%;
	position: absolute;
	left: 10%;
	bottom: 0;
}
.twoimg_deviate__right {
	width: 38.5%;
	position: absolute;
	right: 10%;
	top: -40%;
}

.twoimg-slides {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 60px;
	margin-bottom: 20px;
}
.twoimg-slides img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.sec02_list_center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.fourimg__box {
		row-gap: 20px;
	}
	.fourimg__item {
		width: calc(50% - 10px);
	}
	.sec02_list_left {
		width: 30%;
		margin-bottom: 120px;
	}
	.twoimg_deviate__box {
		height: 300px;
	}
	.twoimg-slides {
		margin-top: 130px;
		margin-bottom: 40px;
	}
	.sec02_list_center {
		width: 60%;
	}
}



/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.sec03__box {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
.two_abreast__box {
	position: relative;
	width: 90%;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
}
.subheading__trench {
	position: absolute;
	width: 35%;
	top: -15%;
	right: 2%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
	z-index: 10;
}
.subheading__spr2023 {
	position: absolute;
	width: 35%;
	bottom: -23%;
	left: 0%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}

.two_abreast__left {
	width: 56%;
	position: absolute;
	left: 0%;
	top: 0%;
}
.two_abreast__right {
	width: 48%;
	position: absolute;
	left: 52%;
	top: 0;
}

.sec03_list_right {
	width: 40%;
	margin-left: 55%;
}

.itemimg_oneclm_large {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 20px;
}
.sec03_list_center {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.color__area {
	position: relative;
	width: 100%;
	padding-top: 75px;
	/* border-top: 3px solid #f78792;
	border-image: linear-gradient(to right, #f78791 0%, #feffe8 100%);
	border-image-slice: 1; */
	/*padding: 75px 0 0;*/
}
.color__area::after {
	content: "";
	width: 100%;
	height: 165%;
	position: absolute;
	left: 0%;
	top: 0%;
	background-color: #fffef5;
	z-index: -1;
}

.subheading__trench_vert {
	position: absolute;
	width: 3%;
	top: 50%;
	right: 10%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.subheading__season_vert {
	position: absolute;
	width: 3%;
	top: 50%;
	left: 12%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.sec03_list_center2 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	color: #fc7791 !important;
}
.sec03_list_center2 a {
	color: #fc7791 !important;
}
.sec03_list_center2 .price_yen {
	color: #fc7791 !important;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.sec03__box {
		margin-bottom: 20px;
	}
	.two_abreast__box {
		width: 100%;
		height: 380px;
	}
	.subheading__trench {
		width: 35%;
		top: -13%;
		right: -6%;
	}
	.subheading__spr2023 {
		width: 35%;
		bottom: -19%;
		left: -7%;
	}
	.two_abreast__left {
		width: 70.5%;
	}
	.itemimg_oneclm_large {
		width: 100%;
		margin-top: 150px;
		margin-bottom: 40px;
	}
	.sec03_list_center {
		width: 60%;
		margin-bottom: 200px;
	}
	.color__area {
		padding: 150px 0 50px;
	}
	.color__area::after{
		content: "";
		height: 150%;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.sec03_list_center2 {
		width: 60%;
	}
}


/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.slick__box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.slick__boxS {
	width: 60%;
	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;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.slick__boxS {
		width: 70%;
		margin-bottom: 40px;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(右)
----------------------------------------------------------*/
.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: 'futura-pt', sans-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: 'futura-pt', sans-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: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #11080a;
}

.price_yen {
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem;
	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: 60%;
	margin-left: 5%;
}

.items_price_left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	list-style: none;
}
.items_price_left li {
	font-family: 'futura-pt', sans-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: 'futura-pt', sans-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: 'futura-pt', sans-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: 'futura-pt', sans-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: 80%;
	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: 'futura-pt', sans-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: 'futura-pt', sans-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: 'futura-pt', sans-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: 'futura-pt', sans-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 #fc7791 solid;
	border-radius: 100px;
	text-decoration: none;
	transition: .2s;
	font-size: 1.5rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.15rem;
}

.itemlk a {
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #fc7791;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.itemlk {
		font-size: 2rem;
	}
}


/* ---------------------------------------------------------
	バッジ
----------------------------------------------------------*/
.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-size: 1.7rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
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: 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: #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;
	}
}