@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: 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: 90px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}

.item-wapper-xsmall {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.item-wapper-xsmall 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-inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 250px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 200px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 150px;
	}
	.item-wapper-xsmall {
		max-width: 600px;
		margin-bottom: 100px;
	}
	.item-wapper-last {
		max-width: 600px;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.subheading_swimwear {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	
}

.swimwear__itembox {
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
	row-gap: 10px;
}

.swimwear__itms {
	width:calc(100% / 3 - 20px)
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.tullebolero__box {
	width: 100%;
	height: 900px;
	position: relative;
}

.subheading_tulle {
	width: 35%;
	position: absolute;
	left: 3%;
	top: 0%;
	z-index: 10;
}

.subheading_tullesw {
	width: 40%;
	position: absolute;
	left: 3%;
	top: 15%;
	z-index: 10;	
}

.tullebolero__slidebox_right {
	width: 65%;
	position: absolute;
	right: 0;
	top: 0;
}
.tullebolero__slidebox_rightunder {
	width: 55%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.tullebolero__stillpic {
	width: 50%;
	position: absolute;
	left: 0;
	top: 45%;
		
}

.left_list_01 {
	width: 45%;
	position: absolute;
	bottom: 0;
	left: 3%;
}
.left_list_01 a {
	color: #69a8ff !important;
}
.left_list_01 .price_yen {
	color: #69a8ff !important;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.tullebolero__box {
		height: 1400px;
	}
	.subheading_tullesw {
		top: 220px;	
	}
}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.pearl_bolero__box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.subheading_pearl {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.pearl_bolero_flex {
	width: 100%;
	margin-bottom: 30px;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.itms__pearl_bolero {
	width: 49%;
}

.left_list_02 {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.left_list_02 a {
	color: #ff69a8 !important;
}
.left_list_02 .price_yen {
	color: #ff69a8 !important;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading_pearl {
		margin-bottom: 45px;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.frontribbon__box {
	width: 100%;
	height: 330px;
	margin-bottom: 30px;
	position: relative;
}

.subheading_frontribbon {
	width: 50%;
	position: absolute;
	top: 0;
	left: 34%;
}

.frontribbon__left {
	width: 32%;
	position: absolute;
	top: 0;
	left: 0;
}

.frontribbon__center {
	width: 38%;
	position: absolute;
	bottom: 0;
	left: 34.5%;	
}

.frontribbon__right {
	width: 25%;
	position: absolute;
	top: 15%;
	right: 0;
}

.left_list_03 {
	width: 50%;
	position: absolute;
	left: 3%;
	bottom: 0;
}
.left_list_03 a {
	color: #69a8ff !important;
}
.left_list_03 .price_yen {
	color: #69a8ff !important;
	padding-top: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.frontribbon__box {
		height: 500px;
		margin-bottom: 60px;
	}
	.left_list_03 {
		width: 50%;
		writing-mode: horizontal-tb;
		position: absolute;
		left: 0px;
	}
}

/* ---------------------------------------------------------
	sec#05
----------------------------------------------------------*/
.subheading_cachecoeur_area {
	width: 95%;
	position: relative;
	z-index: -10;
	pointer-events: none;
}
.subheading_cachecoeur {
	width: 55%;
	position: absolute;
	left: 2%;
	top: 0%;
}

.cachecoeur__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cachecoeur__item:nth-child(1) {
	width: 55%;
}
.cachecoeur__item:nth-child(2) {
	width: 40%;
}

.cachecoeur_left {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.cachecoeur_leftimg {
	width: 47.5%;
}

.cachecoeur_center {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	sec#06
----------------------------------------------------------*/
.backcrossribbon__box {
	position: relative;
	width: 90%;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
}

.subheading_backcrossribbon {
	width: 35%;
	position: absolute;
	top: -10%;
	right: 0%;
}

.backcrossribbon__left {
	width: 47.5%;
	position: absolute;
	top: 0;
	left: 0;
}

.backcrossribbon__right {
	width: 47.5%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.left_list_06 {
	width: 45%;
	position: absolute;
	bottom: 0;
	left: 5%;
}
.left_list_06 a {
	color: #69a8ff !important;
}
.left_list_06 .price_yen {
	color: #69a8ff !important;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.backcrossribbon__box {
		width: 100%;
		height: 550px;
	}
}


/* ---------------------------------------------------------
	sec#07
----------------------------------------------------------*/
.squareneck__box {
	width: 100%;
	margin-bottom: 30px;
}

.subheading_squareneck {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.squareneck__three {
	list-style: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	column-gap: 10px;
}

.squareneck__slider_area {
	position: relative;
	width: 100%;
	height: 420px
}
.subheading_squarenecksw {
	width: 50%;
	position: absolute;
	top: 55%;
	left: 25%;
	z-index: 20;
}
.squareneck__slider {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.squareneck__sliderbg {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: -10;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading_squareneck {
		width: 100%;
	}
	.squareneck__slider_area {
		height: 650px
	}
}



/* ---------------------------------------------------------
	infinite auto-scroll animation
----------------------------------------------------------*/
.scroll-parent {
	position: absolute;
	width: 100vw;
	height: 30vh;
	top: 60%;
	overflow-x: hidden;
	z-index: 10;
}

.scroll-element {
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0%;
	top: 0%;
	animation: primary 10s linear infinite;
}

.primary {
	animation: primary 10s linear infinite;
}

.secondary {
	animation: secondary 10s linear infinite;
}

@keyframes primary {
	from {
		left: 0%;
	}
	to {
		left: -100%;
	}
}

@keyframes secondary {
	from {
		left: 100%;
	}
	to {
		left: 0%;
	}
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.scroll-parent {
		width: 40vw;
	}
}

/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.slides__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.swiper-slide {
	outline: none;
}
.swiper-slide img {
	height: auto;
	width:100%;
}

.swp_imgs {
	overflow: hidden;
	transition: all .3s ease-out;
}
a:hover .swp_imgs {
    opacity: 0.7;
    
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {

}


/* ---------------------------------------------------------
	slick-slider
----------------------------------------------------------*/
.subheading_styling_slides {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.threeimg-slides {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.threeimg-slides img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading_styling_slides {
		width: 100%;
		margin-bottom: 45px;
	}
	.threeimg-slides {
		width: 100%;
	}
}


/* ---------------------------------------------------------
　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.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'Noto Sans JP', 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.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'Noto Sans JP', 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: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #11080a;
}

.price_yen {
	font-family: 'Noto Sans JP', sans-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: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	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: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	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.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'Noto Sans JP', 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: 'Noto Sans JP', 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: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.items_price_center li {
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center a {
	font-family: 'Noto Sans JP', 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.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #11080a;
	font-family: 'Noto Sans JP', 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: 'Noto Sans JP', 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;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
	margin: 0 auto;
	border: 1px solid #69a8ff;
	border-radius: 100px;
	text-decoration: none;
	transition: .3s;
	font-size: 1.8rem;
	font-family: 'baskerville-display-pt', serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05rem;
}

.itemlk a {
	font-family: 'baskerville-display-pt', serif;
	font-style: normal;
	font-weight: 400;
	color: #69a8ff;
	letter-spacing: 0.2rem;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 90%;
		padding: 3rem 0;
		font-size: 2rem;
		letter-spacing: 0.5rem;
	}
	.itemlk a {
		font-size: 2.2rem;
		letter-spacing: 0.25rem;
	}

}


/* ---------------------------------------------------------
	バッジ
----------------------------------------------------------*/
.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: #0066f2;
	font-size: 1.7rem;
	font-family: 'baskerville-display-pt', serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05rem;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #0066f2;
	font-size: 0.65rem;
	padding-top: 2em;
	line-height: 2;	
	font-family: 'baskerville-display-pt', serif;
	font-weight: 400;
	font-style: normal;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;  
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0.15rem;
	font-size: 1.3rem;
	color: #0066f2;
}
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: #0066f2;
}

/*--------------- 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;
	}
}