@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: 60px;
}
main img {
	max-width: 100%;
	height: auto;
}  

/*---------------- TB ----------------*/
@media screen and (min-width: 481px) {
	main {
		margin-bottom: 100px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	main {
		margin-bottom: 130px;
		margin-top: -70px;
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item_wapper__pink {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5dfe3;
	
}
.item_wapper__pink img {
	max-width: 100%;
	height: auto;
}

.item_wapper__gray {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #f7f7f7;
}
.item_wapper__gray img {
	max-width: 100%;
	height: auto;
}

.item_wapper__gray02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	background-color: #f7f7f7;
}
.item_wapper__gray02 img {
	max-width: 100%;
	height: auto;
}
.item_wapper__wht {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	background-color: #ffffff;
}
.item_wapper__blank img {
	max-width: 100%;
	height: auto;
}

.item_wapper__pink {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	background-color: #fae8ea;
}
.item_wapper__pink img {
	max-width: 100%;
	height: 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: 80px;
}
.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_wapper__pink {
		max-width: 600px;
	}
	.item_wapper__gray {
		max-width: 600px;
	}
	.item_wapper__gray02 {
		max-width: 600px;
	}
}



/* ---------------------------------------------------------
	intro
----------------------------------------------------------*/
.petit_voyage__intoro {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.subheading__intoro {
	position: absolute;
	width: 50%;
	top: 20%;
	left: 25%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 10;
}

.intoro_txt {
	padding: 11rem 3rem 0rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	list-style: none;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	color: #b3b3b3;
}
.petit_voyage__intoro::after {
	width: 100%;
	position: absolute;
	content: url(../images/intoro_flame.svg);
	top: 0;
	left: 0;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading__intoro {
		top: 65px;
		left: 25%;
	}
	.intoro_txt {
		padding: 18rem 4.5rem 0rem;
		font-size: 1.8rem;
		line-height: 2;
		color: #b3b3b3;
	}
	
}


/* ---------------------------------------------------------
	flat_items_img
----------------------------------------------------------*/
.subheading__flat_items {
	width: 20%;
	position: absolute;
	left: 40%;
	top: 7vw;
}

.flat_items__wrapper {
	width: 90%;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	display: flex;
	justify-content: space-around;
}
.flat_items__wrap01 {
	padding-top: 100px;
}
.flat_items__wrap02 {
	padding-top: 40px;
}

.flat_items__box {
	list-style: none;
	width: calc(100% / 4 - 5px);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	row-gap: 1rem;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	font-family: 'futura-pt', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #b3b3b3;
}
.flat_items__box li:nth-child(1) {
	font-family: 'futura-pt', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.5rem;
}
.flat_items__box li:nth-child(3) {
	font-size: 1rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading__flat_items {
		width: 18%;
		left: 41%;
		top: 50px;
	}
	.flat_items__wrapper {
		height: 400px;
	}
	.flat_items__wrap01 {
		padding-top: 150px;
	}
	.flat_items__wrap02 {
		padding-top: 50px;
	}
	.flat_items__box {
		row-gap: 1.5rem;
		font-size: 1.5rem;
	}
	.flat_items__box li:nth-child(1) {
		font-size: 2.5rem;
	}
	.flat_items__box li:nth-child(3) {
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------------------
	sec #01(ピンク)
----------------------------------------------------------*/
.pink_area__box {
	position: relative;
	top: 100px;
	width: 90%;
	height: 1150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0vw;
	margin-bottom: -26vw;
}

.subheading_season_left {
	width: 35%;
	position: absolute;
	left: 2%;
	top: -6%;
}

#pink_slider__right {
	width: 65%;
	position: absolute;
	left: 40%;
	top: 0%;
}
#pink01_one {
	width: 35%;
	position: absolute;
	left: 3%;
	top: 23vw;
	transform: rotate(-7deg);
}
#pink01_two {
	width: 45%;
	position: absolute;
	left: 50%;
	top: 82vw;
	transform: rotate(5deg);
}
#pink01_three {
	width: 60%;
	height: auto;
	position: absolute;
	left: -3%;
	top: 61vw;
	background: url("../images/flame_circle_txt01.svg") no-repeat 0 0;
	background-size: 100%;
	z-index: 10;
}
.speech_bubble01 {
	padding: 10rem 3.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: 0.05rem;
	color: #b5b5b5;	
}
#pink01_four {
	position: absolute;
	left: 10%;
	top: 145vw;
	width: 80%;
}
#pink01_five {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 237vw;	
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.pink_area__box {
		top: 75px;
		width: 90%;
		height: 1700px;
	}
	.subheading_season_left {
		width: 30%;
		top: -3%;
	}
	#pink_slider__right {
		width: 70%;
		left: 40%;
	}
	#pink01_one {
		width: 40%;
		top: 150px;
	}
	#pink01_two {
		width: 44%;
		left: 56%;
		top: 400px;
	}
	#pink01_three {
		width: 50%;
		left: 5%;
		top: 430px;
	}
	.speech_bubble01 {
		padding: 13rem 3rem;
		font-size: 1.5rem;
	}
	#pink01_four {
		width: 90%;
		left: 5%;
		top: 800px;
	}
	#pink01_five {
		top: 1300px;
		max-width: 50%;
		left: 25%;
	}
}



/* ---------------------------------------------------------
	sec #02(グレイ)
----------------------------------------------------------*/
.gray_area__box {
	position: relative;
	top: 150px;
	width: 90%;
	height: 1500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0vw;
	margin-bottom: 0vw;
}

.subheading_season_right {
	width: 32%;
	position: absolute;
	left: 70%;
	top: -5%;
	z-index: 20;
	transform: rotate(7deg);
}

#gray_slider__left {
	width: 90%;
	position: absolute;
	left: -5%;
	top: 0%;
}
#gray01_one {
	width: 55%;
	position: absolute;
	left: 45%;
	top: 120vw;
}
#gray01_two {
	width: 55%;
	position: absolute;
	left: 0%;
	top: 160vw;
}
#gray01_three {
	width: 65%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 86vw;
	background: url("../images/flame_circle_txt02.svg") no-repeat 0 0;
	background-size: 100%;
	z-index: 10;
}
.speech_bubble_gray01 {
	padding: 11rem 3.5rem;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	color: #b5b5b5;	
}
#gray01_four {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 215vw;
}
#gray_five {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 308vw;		
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.gray_area__box {
		height: 1900px;
	}
	.subheading_season_right {
		width: 27%;
		left: 75%;
		top: -4%;
	}
	#gray01_one {
		width: 55%;
		left: 45%;
		top: 550px;
	}
	#gray01_two {
		width: 55%;
		left: 0%;
		top: 800px;
	}
	#gray01_three {
		width: 50%;
		left: 0%;
		top: 450px;
	}
	.speech_bubble_gray01 {
		padding: 13rem 3rem;
		font-size: 1.5rem;
	}
	#gray01_four {
		top: 1140px;
	}
	#gray_five {
		top: 1580px;
		max-width: 50%;
		left: 25%;
	}
}

/* ---------------------------------------------------------
	sec #03(ピンク)
----------------------------------------------------------*/
.pink_area__box02 {
	position: relative;
	top: 130px;
	width: 90%;
	height: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0vw;
	margin-bottom: -26vw;
}
.subheading_season_left02 {
	width: 21%;
	position: absolute;
	left: 10%;
	top: -7%;
}
#pink02_one {
	width: 60%;
	position: absolute;
	left: 40%;
	top: 0vw;
}
#pink02_two {
	width: 65%;
	height: auto;
	position: absolute;
	left: -3%;
	top: 55vw;
	background: url("../images/flame_circle_txt03.svg") no-repeat 0 0;
	background-size: 100%;
	z-index: 10;	
}
.speech_bubble_pink02 {
	padding: 11rem 3rem;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	color: #b5b5b5;	
}
#pink02_three {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 105vw;
}
#pink02_four {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 208vw;	
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.pink_area__box02 {
		top: 150px;
		width: 90%;
		height: 1530px;
	}
	.subheading_season_left02 {
		width: 20%;
		position: absolute;
		left: 55px;
		top: -70px;
	}
	#pink02_two {
		width: 50%;
		top: 350px;	
	}
	.speech_bubble_pink02 {
		padding: 13rem 3rem;
		font-size: 1.5rem;
	}
	#pink02_three {
		top: 560px;		
	}
	#pink02_four {
		top: 1050px;
		max-width: 50%;
		left: 25%;
	}
}

/* ---------------------------------------------------------
	sec #04(グレイ)
----------------------------------------------------------*/
.gray_area__box02 {
	position: relative;
	top: 100px;
	width: 90%;
	height: 1050px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0vw;
	margin-bottom: 0vw;
}
.subheading_season_gray02 {
	width: 30%;
	position: absolute;
	left: 70%;
	top: -5%;
	z-index: 20;
}
#gray02_one {
	width: 55%;
	position: absolute;
	left: 0%;
	top: 0vw;
}
#gray02_two {
	width: 45%;
	position: absolute;
	left: 55%;
	top: 27vw;
	transform: rotate(5deg);
}
#gray02_three {
	width: 65%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 65vw;
	background: url("../images/flame_circle_txt04.svg") no-repeat 0 0;
	background-size: 100%;
	z-index: 50;
}
.speech_bubble_gray02 {
	padding: 11rem 3.5rem;
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05rem;
	color: #b5b5b5;	
}
#gray02_four {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 115vw;
}
#gray02_five {
	width: 70%;
	position: absolute;
	left: 15%;
	top: 218vw;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.gray_area__box02 {
		height: 1350px;
	}
	.subheading_season_gray02 {
		width: 30%;
		position: absolute;
		left: 72%;
		top: -5%;
		z-index: 20;
	}
	#gray02_two {
		width: 45%;
		position: absolute;
		left: 55%;
		top: 200px;
		transform: rotate(7deg);
	}
	#gray02_three {
		width: 50%;
		top: 400px;
	}
	.speech_bubble_gray02 {
		padding: 12rem 4rem;
		font-size: 1.5rem;
	}
	#gray02_four {
		top: 620px;
	}
	#gray02_five {
		top: 1110px;
		max-width: 50%;
		left: 25%;
	}
}

/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.slick__box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.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: #666666;
	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: #666666;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_right {
		width: 50%;
		margin-left: 50%;
	}
	.items_price_right {
		font-size: 1.5rem;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.item_list_center {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.items_price_center {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #666666;
	list-style: none;
}

.items_price_center li {
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #666666;
}

.items_price_center li:nth-child(2) {
	margin-left: 1.5rem;
}
.items_price_center li:nth-child(3) {
	margin-top: 2rem;
}

.items_price_center a {
	font-size: 1.5rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #666666;
	text-decoration: underline;
}

.price_yen {
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1rem;
	color: #666666;
}


/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		max-width: 300px;
	}
	.items_price_center {
		font-size: 1.8rem;
	}
	.items_price_center li {
		font-size: 1.8rem;
	}
	.items_price_center a {
		font-size: 1.8rem;
	}
	.price_yen {
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------------------
	アイテムボタン
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -26vw;
	padding: 50px 0 100px;
}

.itemlk {
	display: inline-block;
	width: 90%;
	padding: 2rem 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px #8c8c8c solid;
	border-radius: 100px;
	text-decoration: none;
	transition: .2s;
	font-size: 1.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.05rem;
}

.itemlk a {
	color: #8c8c8c;
	font-weight: 300;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -100px;
		padding: 100px 0 ;
	}
	.itemlk {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	バッジ
----------------------------------------------------------*/
.badge {
	position: absolute;
	z-index: 100;
	top: -10%;
	left: 0%;
	background:url(../images/badge_petitvoyage.svg) no-repeat center;
	background-size: cover;
	width: 140px;
	height: 140px;
	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: 3%;
		top: -7%;
		width: 180px;
		height: 180px;
	}
}


/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 上から */
.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 左から */
.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeLeftAnime{
	from {
		opacity: 0;
		transform: translateX(-100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* 右から */
.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeRightAnime{
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
	opacity: 0;
}


/* ---------------------------------------------------------
	順番に現れるappear in order
----------------------------------------------------------*/

/*==================================================
動かしたい動き（今回は” ふわっ”）
===================================*/

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime　{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/
footer {
	/*-- background: linear-gradient(-25deg, #ea78a2, #ef9ab9);--*/
	background-color: #f5dfe3;
	/*-- 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: #8c8c8c;
	letter-spacing: 0.1rem;
	font-size: 1.5rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 300;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #8c8c8c;
	font-size: 0.65rem;
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 2em;
	line-height: 2;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.35rem;
	color: #8c8c8c;
}
footer #sns_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #sns_flex a {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
}
footer #online_link {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #online_link a {
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #8c8c8c;
}

/*--------------- 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;
	}
}