@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	color: #0c0606;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  color: #0c0606;
  text-decoration: none;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 1.5s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.inviewfadeInUp_2 {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 4.0s; }

.fadeInUp_2 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

/*---------------- 改行 ----------------*/
@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
----------------------------------------------------------*/
@media screen and (min-width: 768px) {
	main {
		width: 100%;
		display: block;
		padding: 0;
		margin-top:  calc(-80 / 1366 * 100vw);
		margin-bottom: 100px;
	}
	main img {
		max-width: 100%;
	}
}

/*---------------- SP ----------------*/
@media screen and (max-width:767px) {
  main {
    padding: 0; 
    margin-bottom: 100px;
    margin-top: 0;
  }
  main img {
    max-width: 100%;
  }  
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	padding: 0;
	margin-bottom: 150px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-first {
	width: 100%;
	margin-bottom: 150px;
}
.item-wapper-first img {
	max-width: 100%;
	height: auto;	
}
.item-wapper-first::after{
	content: "";
	width: 100%;
	height: 80%;
	height: 80%;
	position: absolute;
	left: 0%;
	top: 10%;
	background-color: #d4c7b4;
	z-index: -1;
}


.item-wapper-second {
	width: 100%;
	margin-bottom: 150px;
}
.item-wapper-second::after{
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0%;
	top: 10%;
	background-color: #fcfceb;
	z-index: -1;
}
.item-wapper-second img {
	max-width: 100%;
	height: auto;
}

.item-wapper-third {
	width: 100%;
	margin-bottom: 150px;
}
.item-wapper-third::after{
	content: "";
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0%;
	top: 13%;
	background-color: #ebdbd8;
	z-index: -1;
}
.item-wapper-third img {
	max-width: 100%;
	height: auto;
}

.item-wapper-fifth {
	width: 100%;
	margin-bottom: 80px;
}
.item-wapper-fifth::after{
	content: "";
	width: 100%;
	height: 87%;
	position: absolute;
	left: 0%;
	top: 5%;
	background-color: #e0d7c5;
	z-index: -1;
}
.item-wapper-fifth img {
	max-width: 100%;
	height: auto;
}

.item-wapper-small {
	padding: 0;
	margin-bottom: 100px;
}

.item-wapper-mid {
	padding: 0;
	margin-bottom: 60px;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	padding: 0;
	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 {
		margin-bottom: 200px;
	}
	.item-wapper-mid {
		margin-bottom: 120px;
	}
	.item-wapper-last {
		margin-bottom: 100px;
	}
	.item-wapper-second {
		margin-bottom: 180px;
	}
	.item-wapper-second::after{
		content: "";
		width: 100%;
		height: 77%;
		position: absolute;
		left: 0%;
		top: 7%;
		background-color: #faf7e3;
		z-index: -1;
	}
	

	.item-wapper-fifth::after{
		content: "";
		width: 100%;
		height: 85%;
		position: absolute;
		left: 0%;
		top: 5%;
		background-color: #e0d7c5;
		z-index: -1;
	}
	.item-wapper-seventh::after{
		content: "";
		width: 100%;
		height: 85%;
		position: absolute;
		left: 0%;
		top: 2%;
		background-color: #e1f4fa;
		z-index: -1;
	}

    .item-contain {
       max-width: 100%;		
       padding: 0;
    }
}


/* ---------------------------------------------------------
	リード
----------------------------------------------------------*/
.lead__box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.lead__box img {
	max-width: 100%;
}

.subheading__lead_left {
	width: 60%;
	margin-bottom: 2rem;
}

.lead {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: left;
	color: #b0a7a5;
}
.lead:first-letter {
    margin: 0em 0.1em 0 0;
    line-height: 1;
    font-size: 3.15em;
	font-weight: 300;
    float: left;
	color: #eba99d;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.lead__box {
		width: 35%;
	}
	.lead {
		font-size: 2rem;
		text-align: left;
	}
}


/* ---------------------------------------------------------
	アイテムメイン画像
----------------------------------------------------------*/
.items_mainimg {
	width: 100%;
	margin-bottom: 30px;	
}

.items_mainimg img {
	max-width: 100%;
	height: auto;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.items_mainimg {
		margin-bottom: 60px;	
	}
}


/* ---------------------------------------------------------
	5枚画像flex(section#01)
----------------------------------------------------------*/
.subheading_aw_items {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.aw_six_items_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	column-gap: 5px;
}

.three_row_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	width : calc(100% / 3) ;
}

.onecol_img {
	width : calc(100% / 3) ;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading_aw_items {
		max-width: 42%;
		margin-bottom: 30px;
	}

	.aw_six_items_box {
		max-width: 550px;
		column-gap: 20px;
	}
}

/* ---------------------------------------------------------
	(section#01)
----------------------------------------------------------*/
.oncol__img_box {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.blank {
	width: 100%;
	height: 20vw;	
}

.blank10 {
	width: 100%;
	height: 10vw;	
}

.blank15 {
	width: 100%;
	height: 15vw;	
}

.blank20 {
	width: 100%;
	height: 20vw;
}

.blank30 {
	width: 100%;
	height: 30vw;
}


.blank__mgntop {
	width: 100%;
	margin-bottom: -20vw;
}

.blank__mgntop10 {
	width: 100%;
	margin-bottom: -10vw;
}

.blank__mgntop30 {
	width: 100%;
	margin-bottom: -30vw;
}

.blank__mgntop40 {
	width: 100%;
	margin-bottom: -30vw;
}

.blank__mgntop50 {
	width: 100%;
	margin-bottom: -50vw;
}

.blank__mgntop60 {
	width: 100%;
	margin-bottom: -60vw;
}

.blank__mgntop70 {
	width: 100%;
	margin-bottom: -70vw;
}

.blank__mgntop75 {
	width: 100%;
	margin-bottom: -75vw;
}

.blank__mgntop80 {
	width: 100%;
	margin-bottom: -80vw;
}

.blank__mgntop85 {
	width: 100%;
	margin-bottom: -85vw;
}

.blank__mgntop90 {
	width: 100%;
	margin-bottom: -90vw;
}

.blank__mgntop100 {
	width: 100%;
	margin-bottom: -100vw;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.oncol__img_box {
		max-width: 400px;
		margin-bottom: 60px;
	}
	.blank {
		width: 100%;
		height: 20vw;	
	}

	.blank10 {
		width: 100%;
		height: 5vw;	
	}
	.blank15 {
		width: 100%;
		height: 5vw;	
	}
	.blank20 {
		width: 100%;
		height: 10vw;
	}

	.blank30 {
		width: 100%;
		height: 10vw;
	}


	.blank__mgntop {
		width: 100%;
		margin-bottom: -10vw;
	}

	.blank__mgntop10 {
		width: 100%;
		margin-bottom: -10vw;
	}

	.blank__mgntop30 {
		width: 100%;
		margin-bottom: -10vw;
	}

	.blank__mgntop40 {
		width: 100%;
		margin-bottom: -15vw;
	}

	.blank__mgntop60 {
		width: 100%;
		margin-bottom: -60vw;
	}

	.blank__mgntop70 {
		width: 100%;
		margin-bottom: -20vw;
	}

	.blank__mgntop75 {
		width: 100%;
		margin-bottom: -25vw;
	}

	.blank__mgntop80 {
		width: 100%;
		margin-bottom: -30vw;
	}

	.blank__mgntop85 {
		width: 100%;
		margin-bottom: -30vw;
	}

	.blank__mgntop90 {
		width: 100%;
		margin-bottom: -90vw;
	}

	.blank__mgntop100 {
		width: 100%;
		margin-bottom: -100vw;
	}
}


/* ---------------------------------------------------------
	(section#02)
----------------------------------------------------------*/
#one {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	top: 0%;
	left: 5%;
}

#two {
	display: block;
	width: 50%;
	position: relative;
	top: 15vw;
	left: 0%;
	margin-top: 10vw;
	z-index: 10;
}

#three {
	display: block;
	width: 70%;
	position: relative;
	top: 0vw;
	left: 30%;
	z-index: 0;
}


.clm__twoimg {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	display: -webkit-flex;
	display: flex;
} 

.strain_circle__img {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.secondarea_wap {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	#one {
		max-width: 40%;
		margin-bottom: 60px;
		top: 0%;
		left: 35%;
	}

	#two {
		max-width: 20%;
		top: 5vw;
		left: 35%;
	}

	#three {
		width: 28%;
		top: 0vw;
		left: 47%;
		z-index: 0;
	}

	.clm__twoimg {
		max-width: 400px;
		margin-top: 60px;
		margin-bottom: 60px;
	} 


	.strain_circle__img {
		max-width: 300px;
	}
}


/* ---------------------------------------------------------
	(section#03)
----------------------------------------------------------*/
#four {
	display: block;
	width: 95%;
	position: relative;
	top: 0vw;
	left: 0%;
	margin-bottom: 40px;
}

#five {
	display: block;
	width: 80%;
	position: relative;
	top: 0vw;
	left: 10%;
	margin-top: 60px;
	margin-bottom: 10px;
	z-index: 50;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.thirdarea_wap {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -8vw;
	}
	#four {
		max-width: 40%;
	}
	#five {
		max-width: 25%;
		top: 0vw;
		left: 37.5%;
		margin-top: 100px;
		margin-bottom: 10px;
	}
}


/* ---------------------------------------------------------
	(section#04)
----------------------------------------------------------*/
#six {
	display: block;
	width: 70%;
	position: relative;
	top: 0vw;
	left: 30%;
	margin-bottom: 60px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	#six {
		width: 30%;
		position: relative;
		top: 0vw;
		left: 40%;
		margin-bottom: 60px;
	}
}





/* ---------------------------------------------------------
	(section#05)
----------------------------------------------------------*/
#seven {
	display: block;
	width: 70%;
	position: relative;
	top: 0vw;
	left: 0%;
	margin-bottom: 150px;
}

#eight  {
	display: block;
	width: 60%;
	position: relative;
	top: 0vw;
	left: 40%;
	margin-bottom: 30px;
}

.sec05oneimg {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	#seven {
		display: block;
		width: 30%;
		position: relative;
		top: 0vw;
		left: 25%;
		margin-bottom: 120px;
	}

	#eight  {
		display: block;
		width: 30%;
		position: relative;
		top: 0vw;
		left: 50%;
		margin-bottom: 60px;
	}

	.sec05oneimg {
		max-width: 350px;
		margin-top: 100px;
	}
}


/* ---------------------------------------------------------
	(section#06)
----------------------------------------------------------*/
#nine {
	display: block;
	width: 100%;
	position: relative;
	top: 0vw;
	left: -7%;
	margin-bottom: 10px;
}

#ten  {
	display: block;
	width: 100%;
	position: relative;
	top: 0vw;
	left: -10%;
	margin-bottom: 0px;
}

.sec06oneimg {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	#nine {
		display: block;
		width: 50%;
		top: 0vw;
		left: 15%;
		margin-bottom: 60px;
	}

	#ten  {
		display: block;
		width: 50%;
		top: 0vw;
		left: 15%;
		margin-bottom: 0px;
	}

	.sec06oneimg {
		max-width: 350px;
		margin-top: 100px;
	}
}




/* ---------------------------------------------------------
　小見出し
----------------------------------------------------------*/
.subheading__sec01_left {
	position: absolute;
	width: 25%;
	top: -2%;
	left: -2%;
	margin:0;
	padding:0;
	z-index: 10;
}
.subheading__sec01_right {
	position: relative;
	width: 55%;
	top: -15vw;
	left: 45%;
	margin:0;
	padding:0;
	z-index: 10;	
}
.subheading__sec01_center {
	position: relative;
	width: 60%;
	top: 57vw;
	left: 40%;
	margin:0;
	padding:0;
	z-index: 10;	
}


.subheading__sec02_left {
	position: absolute;
	width: 25%;
	top: -10vw;
	left: 0%;
	margin:0;
	padding:0;
	z-index: 50;
}
.subheading__sec02_right {
	position: absolute;
	width: 60%;
	top: 135vw;
	left: 42%;
	margin:0;
	padding:0;
	z-index: 50;
}

.subheading__sec02_season {
	position: absolute;
	width: 25%;
	top: 225vw;
	left: 0%;
	margin:0;
	padding:0;
	z-index: 50;
}

.subheading__sec03_left {
	position: absolute;
	width: 25%;
	top: -5vw;
	left: 0%;
	margin:0;
	padding:0;
	z-index: 50;
}
.subheading__sec03_right {
	position: relative;
	width: 48%;
	top: -75vw;
	left: 50%;
	margin:0;
	padding:0;
	z-index: 50;	
}
.subheading__sec03_center {
	position: relative;
	width: 90%;
	top: 106vw;
	left: 5%;
	margin:0;
	padding:0;
	z-index: 5;
}


.subheading__sec04_left {
	position: absolute;
	width: 25%;
	top: -5vw;
	left: 0%;
	margin:0;
	padding:0;
	z-index: 50;	
}
.subheading__sec04_center {
	position: absolute;
	width: 40%;
	top: 60vw;
	left: 0%;
	margin:0;
	padding:0;
	z-index: 50;	
}
.subheading__sec04_center2 {
	position: absolute;
	width: 60%;
	top: 345vw;
	left: 0%;
	margin:0;
	padding:0;
	z-index: 50;	
}
.subheading__sec04_right {
	position: relative;
	width: 40%;
	top: 47vw;
	left: 36%;
	margin:0;
	padding:0;
	z-index: 50;	
}
.subheading__sec04_left2 {
	position: relative;
	width: 55%;
	top: 6vw;
	left: 43%;
	margin: 0;
	padding: 0;
	z-index: 50;	
}


.subheading__sec05_left {
	position: absolute;
	width: 25%;
	top: -15vw;
	left: 75%;
	margin:0;
	padding:0;
	z-index: 50;	
}
.subheading__sec05_left2 {
	position: relative;
	width: 55%;
	top: 107vw;
	left: 40%;
	margin:0;
	padding:0;
	z-index: 50;	
}
.subheading__sec05_left3 {
	position: absolute;
	width: 5%;
	top: 18vw;
	left: 86%;
	margin:0;
	padding:0;
	z-index: 50;	
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.subheading__sec01_left {
		width: 10%;
		top: -1%;
		left: 30%;
	}

	.subheading__sec01_right {
		width: 30%;
		top: -8vw;
		left: 45%;
	}
	.subheading__sec01_center {
		width: 25%;
		top: 23vw;
		left: 45%;	
	}

	.subheading__sec02_left {
		width: 10%;
		top: -2vw;
		left: 30%;
	}
	.subheading__sec02_right {
		width: 22%;
		top: 53vw;
		left: 53%;
		z-index: 50;
	}
	
	.subheading__sec02_season {
		display: none;
		/* width: 1%;
		top: 94vw;
		left: 41%; */
	}

	.subheading__sec03_left {
		width: 10%;
		top: -2vw;
		left: 30%;
	}
	.subheading__sec03_right {
		width: 15%;
		top: -23vw;
		left: 52%;	
	}
	.subheading__sec03_center {
		width: 28%;
		top: 35vw;
		left: 36%;
	}

	.subheading__sec04_left {
		width: 10%;
		top: -2vw;
		left: 30%;
	}
	.subheading__sec04_center {
		width: 20%;
		top: 25vw;
		left: 30%;	
	}
	.subheading__sec04_center2 {
		width: 25%;
		top: 140vw;
		left: 20%;
	}
	.subheading__sec04_right {
		width: 15%;
		top: 18vw;
		left: 43%;	
	}
	.subheading__sec04_left2 {
		width: 25%;
		top: 3vw;
		left: 50%;
	}

	.subheading__sec05_left {
		width: 10%;
		top: -2vw;
		left: 60%;
	}
	.subheading__sec05_left2 {
		width: 20%;
		top: 40vw;
		left: 40%;
	}
	.subheading__sec05_left3 {
		width: 1.5%;
		top: 10vw;
		left: 65%;
		margin:0;
		padding:0;
		z-index: 50;	
	}

	.subheading__sec07_season {
		position: absolute;
		width: 14%;
		top: 64%;
		left: 43%;
	}

}

/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.gentlyslide {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.gentlyslide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.gentlyslide_right {
	width: 90%;
	margin-left: 10%;
}
.gentlyslide_right img {
	max-width: 100%;
	height: auto;
	margin-left: 10%;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.gentlyslide {
		max-width: 600px;
	}
	.small_gentlyslide {
		width: 79%;
	}
	.small_gentlyslide img {
		margin-left: 5%;
	}
}


/* ---------------------------------------------------------
	アイテムプライス
----------------------------------------------------------*/
.items-price {
	list-style: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; 
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #160c01;
}

.items-price li:not(:last-child) {
	margin-right: 1em;
}

.items-price a {
	color: #160c01;
	border-bottom: 1px solid #160c01;
}

.price {
	font-size: 1rem;
}

.comingso {
	font-size: 1rem;
	color: #999999;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.items-price {
		width: 30%;
		font-size: 1.6rem;
		margin-top: 40px;
	}
	.price {
		font-size: 1.3rem;
	}
}

/* ---------------------------------------------------------
	アイテムプライス(右)
----------------------------------------------------------*/
.items-price_right {
	list-style: none;
	width: 70%;
	margin-left: 30%;
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #160c01;
}

.items-price_right li:not(:first-child) {
	margin-left: 1em;
}

.items-price_right a {
	color: #160c01;
	border-bottom: 1px solid #160c01;
}

.price {
	font-size: 1rem;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.items-price_right {
		width: 25%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		-webkit-justify-content: center;
		justify-content: center;
		font-size: 1.6rem;
	}
	.price {
		font-size: 1.3rem;
	}
}


/* ---------------------------------------------------------
	アイテムプライス(左)
----------------------------------------------------------*/
.items-price_left {
	list-style: none;
	width: 70%;
	margin-left: 5%;
	margin-top: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #160c01;
}

.items-price_left li:nth-child(even) {
	margin-left: 1em;
}

.items-price_left a {
	color: #160c01;
	border-bottom: 1px solid #160c01;
}


/*----- PC -----*/
@media screen and (min-width: 768px) {
	.items-price_left {
		width: 25%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		-webkit-justify-content: center;
		justify-content: center;
		font-size: 1.6rem;
	}
}

/* ---------------------------------------------------------
	ボタン
----------------------------------------------------------*/

.morebtn_wapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.moreitem {
	display: inline-block;
	padding: 1.5em 3em;
	margin: 0 auto;
	border: 2px solid #eba99d;
	/* border-radius: 50px; */
	text-decoration: none;
	font-size: 1.5rem;
	transition: .4s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
}

.moreitem a {
  color: #eba99d;
  font-weight: normal;
}

/*----- PC -----*/
@media screen and (min-width: 768px) {
	.morebtn_wapper {
		margin-bottom: 120px;
	}
	.moreitem {
		font-size: 1.8rem;
		padding: 1.5em 4em;
	}
}


/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/

footer {
  /*-- background-color: #ef95a1; --*/
  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; }
	@media screen and (min-width: 768px) {
	  footer #footer_box {
		width: 50%;
		padding: 50px 0; } }
	@media screen and (max-width: 970px) {
	  footer #footer_box {
		width: 70%;
		padding: 50px 0; } }
	@media screen and (min-width: 768px) {
	footer ul {
		padding-bottom: 40px;
		list-style: none;} }
	@media screen and (max-width: 970px) {
	footer ul {
		padding-bottom: 40px;
		list-style: none;} }
	footer #nice_logo {
		margin: 0 auto; }
	@media screen and (min-width: 768px) {
	  footer #nice_logo {
		width: 22%; } }
	@media screen and (max-width: 970px) {
	  footer #nice_logo {
		width: 43%; } }
	footer .footer_p {
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;}
	footer .footer_r {
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #fff;
		font-weight: 400;
		font-size: 0.65rem;
		padding-top: 2em;
		line-height: 2;
		font-family: 'Noto Sans JP', sans-serif;}
	footer .footer_p a {
		margin: 0 auto;
		display: block;
		text-align: center;
		text-decoration: underline;  
		font-weight: normal;
		font-size: 1.35rem;
		color: #fff; }
    @media screen and (min-width: 768px) {
      footer .footer_p {
        padding: 0 0 1.5em;
        letter-spacing: 2px; } }
    @media screen and (max-width: 970px) {
      footer .footer_p {
        padding: 0 0 1.5em; } }
	footer #sns_flex {
		display: flex;
		justify-content: space-between;
		margin: 0 auto; }
    @media screen and (min-width: 768px) {
      footer #sns_flex {
        width: 45%; } }
    @media screen and (max-width: 970px) {
      footer #sns_flex {
        width: 90%; } }
    @media screen and (min-width: 768px) {
      footer #sns_flex li {
        width: 9%; } }
    @media screen and (max-width: 970px) {
      footer #sns_flex li {
        width: 10%; } }
    footer #sns_flex a {
      text-decoration: none; }
  footer #online_link {
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      footer #online_link {
        width: 50%; 
        padding-left: 150px;} }
    @media screen and (max-width: 970px) {
      footer #online_link {
        width: 100%; 
        margin-right: 0px;
        margin-left: 70px;} }
    footer #online_link a {
      color: #fff; }