@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: #0d0606;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
}
img {
  vertical-align: bottom;
}
a {
  color: #0d0606;
  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
----------------------------------------------------------*/
main {
	padding: 0; 
	margin-bottom: 1.5em;
	margin-top: 0;
}
main img {
	max-width: 100%;
	height: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	main {
		position: relative;
		display: block;
		padding: 0;
		margin-top: calc(-50 / 1366 * 100vw);
		margin-bottom: 120px;
		width: 100%;
	}
	main img {
		max-width: 100%;
	} 
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	padding: 0;
	margin-bottom: 150px;
}

.item-wapper-tiny {
	padding: 0;
	margin-bottom: 100px;
}

.item-wapper-mid {
	padding: 0;
	margin-bottom: 80px;
}

.item-wapper-largish {
	padding: 0;
	margin-bottom: 250px;
}

.item-wapper-last {
	padding: 0;
	margin-bottom: 60px;
}

.item-contain {
	margin: 0 auto;
	width: 100%;
}

.item-contain_01 {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.item-contain_01::after{
	content: "";
	width: 100%;
	height: 50%;
	position: absolute;
	left: 40%;
	top: 12%;
	transform: translateX(-50%);
	border: solid 1px #0d0606;
	z-index: -1;
}

.item-contain_02 {
	position: relative;
	margin: 0 auto;
}
.item-contain_02::after{
	content: "";
	width: 90%;
	height: 50%;
	position: absolute;
	left: 9.5%;
	top: 12%;
	border-top: solid 1px #0d0606;
	border-left:  solid 1px #0d0606;
	border-right:  solid 0px #0d0606;
	border-bottom:  solid 1px #0d0606;
	z-index: -1;
}



/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		margin-bottom: 200px;
	}
	.item-wapper-tiny {
		margin-bottom: 130px;
	}
	.item-wapper-last {
		margin-bottom: 100px;
	}	
	.item-wapper-mid {
		margin-bottom: 130px;
	}
    .item-contain {
       max-width: 700px;
       padding: 0;
    }

	.item-contain_01 {
		margin: 0 auto;
		width: 70%;
	}
	.item-contain_01::after{
		width: 50%;
		height: 40%;
		left: 50%;
		top: 15%;
		transform: translateX(-50%);
	}
	.item-contain_02 {
		margin: 0 auto;
		width: 70%;
	}
	.item-contain_02::after{
		width: 50%;
		height: 50%;
		left: 50%;
		top: 30%;
		transform: translateX(-50%);
		border-right:  solid 1px #0d0606;
	}
}


/* ---------------------------------------------------------
	introduction
----------------------------------------------------------*/
.blkcollection_intro {
	width: 85%;
	padding-top: 2em;
	border-top: 1px solid #0d0606;
	margin-left: auto;
	margin-right: auto;
}

.blkcollection_intro p {
	font-size: 1.3rem;
	color: #0d0606;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}

.blkcollection_intro p:nth-of-type(n+2) {
	margin-top: 1em;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.blkcollection_intro {
		width: 90%;
		border-top: 0px solid #0d0606;
	}
	.blkcollection_intro p {
		font-size: 1.7rem;
		text-align: center;
	}
}

/* ---------------------------------------------------------
	2枚画像slick
----------------------------------------------------------*/
.gentlyslide {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.gentlyslide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.gentlyslide {
		width: 450px;
		margin-bottom: 20px;
	}

}



/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.item-mainbox {
	margin: 0 auto 30px;
	position: relative;
	padding: 0;
}

.item-mainbox img {
	max-width: 100%;
}

.item-mainimg {
	display: block;
	width: 80%;
	position: relative;
	top: 0;
	left: 20%;
}

.item-mainbox-left {
	margin: 0 auto 30px;
	position: relative;
	padding: 0;
}


.item-mainimg-left {
	display: block;
	width: 80%;
	position: relative;
	top: 0;
	left: 0%;
}

/* ---------------------------------------------------------
	2アイテム画像
----------------------------------------------------------*/
.twoimg_container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 310px;
	margin-bottom: 20px;
}
.twoimg_container img {
	max-width: 100%;
	height: auto;
}

.twoimg_item:nth-child(1) {
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}

.twoimg_item:nth-child(2) {
	-webkit-flex: 0 1 55%;
	-ms-flex: 0 1 55%;
	flex: 0 1 55%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: flex-end;
	align-self: flex-end;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.twoimg_container {
		width: 600px;
		height: 480px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
}


/* ---------------------------------------------------------
	小見出し(アイテム)
----------------------------------------------------------*/
.subheading-item_left {
	position: absolute;
	text-align: center;
	width: 40%;
	top: 30%;
	left: 10%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 100;
}

.subheading-item_left02 {
	position: absolute;
	text-align: center;
	width: 45%;
	top: 81%;
	left: 7%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 100;
}

.subheading-item_left03 {
	position: absolute;
	width: 45%;
	top: 86%;
	left: 6%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 100;
}

.subheading-item_left05 {
	position: absolute;
	width: 35%;
	top: 70%;
	left: 60%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 100;	
}

.subheading-item_center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5em;
}




/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.subheading-item_left {
		width: 220px;
		top: 360px;
		left: 27%;
	}	
	.subheading-item_left02 {
		width: 230px;
		top: 830px;
		left: 25%;
	}
	.subheading-item_left03 {
		width: 250px;
		top: 500px;
		left: 10%;		
	}
	.subheading-item_left05 {
		width: 200px;
		top: 330px;
		left: 50%;
	}
	
	.subheading-item_center {
		max-width: 600px;
		margin-bottom: 3em;
	}

}


/* ---------------------------------------------------------
	小見出し(number)
----------------------------------------------------------*/
.subheading-num_right {
	position: absolute;
	text-align: center;
	width: 20%;
	top: -5%;
	left: 78%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 100;
}

.subheading-num_right01 {
	position: absolute;
	text-align: center;
	width: 20%;
	top: -10%;
	left: 78%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 100;
}

.subheading-num_left03 {
	position: absolute;
	text-align: center;
	width: 20%;
	top: -7%;
	left: 2%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 100;	
}

.subheading-num_left {
	position: absolute;
	text-align: center;
	width: 20%;
	top: -7%;
	left: 2%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 100;	
}

.subheading-num_leftlast {
	position: absolute;
	text-align: center;
	width: 20%;
	top: -18%;
	left: 2%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 100;	
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.subheading-num_right {
		width: 15%;
		top: -8%;
		left: 75%;
	}
	.subheading-num_right01 {
		width: 13%;
		top: -8%;
		left: 75%;
	}
	.subheading-num_left {
		width: 15%;
		top: -10%;
		left: 23%;
	}
	.subheading-num_left03 {
		width: 13%;
		top: -8%;
		left: 23%;
	}
	.subheading-num_leftlast {
		width: 13%;
		top: -14%;
		left: 6%;		
	}
}


/*==================================================
ふわっ
===================================*/
/* fadeUp */

.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 .fadeUpTrigger {
	opacity: 0;
}



/* ---------------------------------------------------------
	アイテムプライス
----------------------------------------------------------*/
.items-price {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.3rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #0d0606;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}
.items-price span {
	font-size: x-small;
}


.items-price_right {
	width: 95%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	font-size: 1.3rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #0d0606;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}
.items-price_right span {
	font-size: x-small;
}


.items-price_inleft {
	width: 95%;
	margin-top: 1em;
	margin-left: 0%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	font-size: 1.3rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #0d0606;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}
.items-price_inleft span {
	font-size: x-small;
}

.items-price_left {
	width: 95%;
	margin-left: 5%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	font-size: 1.3rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
	color: #0d0606;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	list-style: none;
}
.items-price_left span {
	font-size: x-small;
}


.items-price a{
	letter-spacing: 0.05em;
	text-decoration: underline;
	color: #0d0606;
}
.items-price_right a{
	letter-spacing: 0.05em;
	text-decoration: underline;
	color: #0d0606;
}
.items-price_inleft a{
	letter-spacing: 0.05em;
	text-decoration: underline;
	color: #0d0606;
}
.items-price_left a{
	letter-spacing: 0.05em;
	text-decoration: underline;
	color: #0d0606;
}


/*----- PC -----*/
@media screen and (min-width: 768px) {
	.items-price {
		width: 50%;
		font-size: 1.6rem;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.items-price li:not(:first-of-type) {
		margin-left: 0em;
	}
	.items-price_right {
		width: 50%;
		margin-left: 34%;
		font-size: 1.6rem;
	}
	.items-price_left {
		margin-left: 10%;
		font-size: 1.6rem;
	}
	.items-price_inleft {
		font-size: 1.6rem;
	}
}



/* ---------------------------------------------------------
	2枚画像&価格
----------------------------------------------------------*/
.itemprice__wap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	column-gap: 10px;
	height: 340px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.itemprice__wap img {
	max-width: 100%;
	height: auto;
}

.item__imgprice_box:nth-child(1) {
	-webkit-flex: 0 1 30%;
	-ms-flex: 0 1 30%;
	flex: 0 1 30%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}
.item__imgprice_box:nth-child(2) {
	-webkit-flex: 0 1 55%;
	-ms-flex: 0 1 55%;
	flex: 0 1 55%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: flex-end;
	align-self: flex-end;
}

/* グレー網掛け */
.gray span {
	position: relative;
}
.gray::before{
	content: '';
	display: block;
	position: absolute;
	top: 4rem;
	left: 0;
	width: 0;
	height: 21.5rem;
	background-color: #f2f2f2;
	z-index: -1;
	transition: 0.5s;
}
.fadeside::before {
	width: 100%;
}


/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	.itemprice__wap {
		width: 600px;
		height: 550px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.gray::before{
		top: 20rem;
		left: 0;
		width: 0;
		height: 26rem;
	}
}


/* ---------------------------------------------------------
	2枚画像&価格(右上)
----------------------------------------------------------*/
.itemprice__wap_right {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	column-gap: 10px;
	height: 340px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.itemprice__wap_right img {
	max-width: 100%;
	height: auto;
}

.item__imgprice_box_right:nth-child(1) {
	-webkit-flex: 0 1 50%;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: flex-end;
	align-self: flex-end;
}
.item__imgprice_box_right:nth-child(2) {
	-webkit-flex: 0 1 40%;
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: flex-start;
	align-self: flex-start;
}



/*-------------- PC --------------*/
@media screen and (min-width: 768px) {
	
}


/* ---------------------------------------------------------
	2カラムスライダー
----------------------------------------------------------*/
.sideslide_box {
	width: 100%;
	margin-bottom: -55vw;
}
.sideslide_box img {
	max-width: 100%;
	height: auto;
}

/* ----- item#02 ----- */
.sideslide_boxsectwo {
	width: 100%;
	margin-bottom: 7vw;
}
.sideslide_boxsectwo img {
	max-width: 100%;
	height: auto;
}

.twostaticimg_box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -42vw;
}
.twostaticimg_box img {
	max-width: 100%;
	height: auto;
}


#one {
	display: block;
	width: 52%;
	position: relative;
	left: 5%;
	margin-bottom: 0px;
}
#two {
	display: block;
	width: 50%;
	position: relative;
	top: -55vw;
	left: 48%;
	padding: 0;
}

/* ----- item#05 ----- */
#three {
	display: block;
	width: 60%;
	position: relative;
	top: 0vw;
	left: 5%;
	margin-bottom: 0px;
}
#four {
	display: block;
	width: 35%;
	position: relative;
	top: -90vw;
	left: 60%;
	padding: 0;
}

/* ----- item#02 ----- */
#five {
	display: block;
	width: 47%;
	position: relative;
	left: 5%;
	margin-bottom: 0px;
}
#six {
	display: block;
	width: 60%;
	position: relative;
	top: -15vw;
	left: 39%;
	padding: 0;
}


.img-slides {
	padding: 0;
	margin-bottom: -20vw;
}

.img-slides img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.sideslide_box::after{
	content: "";
	width: 95%;
	height: 25%;
	position: absolute;
	left: 2.5%;
	top: 15%;
	border: solid 1px #0d0606;
	z-index: -1;
}


/*--- .twostaticimg_box::after{
	content: "";
	width: 95%;
	height: 40%;
	position: absolute;
	left: 2.5%;
	top: 10%;
	border: solid 1px #0d0606;
	z-index: -1;
} ---*/


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.sideslide_box {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1vw;
	}
	#one {
		width: 45%;
		left: 8%;
	}
	#two {
		width: 53%;
		top: -25vw;
		left: 42%;
	}

	.twostaticimg_box {
		max-width: 700px;
		margin-bottom: -260px;
	}
	#three {
		width: 45%;
		top: 0vw;
		left: 10%;
		margin-bottom: 0px;
	}
	#four {
		width: 30%;
		top: -530px;
		left: 50%;
	}
	
	/* ----- item#02 ----- */
	.sideslide_boxsectwo {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10vw;
	}
	#five {
		width: 45%;
		left: 8%;
	}
	#six {
		width: 53%;
		top: -10vw;
		left: 42%;
	}
	
	.twostaticimg_box::after{
		height: 50%;
		left: 0%;
		top: -25%;
	}

	.twostaticimg_box::after{
		width: 100%;
		height: 20%;
		position: absolute;
		left: 0%;
		top: 10%;
	}
}


/* ---------------------------------------------------------
　動画
----------------------------------------------------------*/
.videoheading-right {
	position: absolute;
	width: 3%;
	top: 25%;
	left: 83%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 10;
}
.videoheading-right img {
	max-width: 100%;
}

.videoheading_sstxt {
	position: absolute;
	width: 85%;
	top: 103%;
	left: 7.5%;
	-ms-transform: translate(-50%,-80%);
	-webkit-transform: translate(-50%,-80%);
	transform: translate(-50%,-80%);
	margin:0;
	padding:0;
	z-index: 10;
}
.videoheading_sstxt img {
	max-width: 100%;
}

.video__box-left {
	width: 70%;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.videoheading-right {
		width: 15px;
		top: 25%;
		left: calc(100%*3/5 - 15px*3/5);
	}
	
	.video__box-left {
		max-width: 300px;
		margin-left: calc(100%*2/5 - 300px*2/5);
		margin-right: auto;
	}

	.videoheading_sstxt {
		width: 400px;
		top: 103%;
		left: calc(100%*4/8 - 400px*4/8);
	}
}




/* ---------------------------------------------------------
　all items flexbox
----------------------------------------------------------*/
.blkitems__wap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	column-gap: 5%;
	row-gap: 30px; 
	
}
.blkitems__wap img {
	max-width: 100%;
}

.blkitems___box {
	flex-basis: 47.5%;
}

.blkitems_img {
	box-shadow: 3px 3px #0d0606;
}

.blkcont__price {
	font-size: 1.3rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 0.5em;
}
.blkcont__price a {
	text-decoration: underline;
}
.blkcont__price span {
	font-size: x-small;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.blkitems__wap {
		max-width: 600px;
		row-gap: 60px;
	}
	.blkitems___box {
		flex-basis: calc(90% / 3);
	}
	.blkcont__price {
		font-size: 1.5rem;
	}
}


/*-------------------------------------------
　info
-------------------------------------------*/
.info_box {
	border: 1px solid #0d0606;
	border-radius: 5px;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 3em 1.5em;
}

.info_box img {
	max-width: 100%;
}

h4 {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
}

.info-style {
	text-align: center;
	line-height: 1.8;
}

.info-style li {
	list-style: none;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	color: #0d0606;
}

.info-style li:nth-of-type(1) {
	padding-top: 1em;
	font-size: 1.8rem;
}
.info-style li:nth-of-type(2) {
	padding-top: 1.5em;
}

.predate {
	font-size: x-small;
}
.pretxt {
	font-size: 1.5rem;
}


/* ------------ PC ------------ */
@media screen and (min-width: 768px) {
	.info_box {
		max-width: 45%;
		padding: 1.5em 2em 3em;
		margin: 30px auto 30px;
	}
	h4 {
		width: 25%;
	  }
	.info-style li {
		font-size: 1.5rem;
	}
	.info-style li:nth-of-type(1) {
		font-size: 2rem;
	}
}



/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/

footer {
  /*-- background: linear-gradient(-25deg, #0d0606, #0d0606); --*/
  background-image: url("../images/footer_bg_img.jpg");
  background-repeat:  no-repeat; 
  background-size: cover;
  margin: 0 auto;
  max-width: 9999px;
  font-size:　1.3rem;
  padding: 20px 0;
}
footer img {
	max-width: 100%;
}
  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: #0d0606;
		font-size: 1.5rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	footer .footer_r {
		margin: 0 auto;
		display: block;
		text-align: center;
		color: #0d0606;
		padding-top: 2em;
		line-height: 2;
		font-size: 0.65rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 300;
	}
	footer .footer_p a {
		margin: 0 auto;
		display: block;
		text-align: center;
		text-decoration: underline;
		font-size: 1.35rem;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		color: #0d0606;
	}
    @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: #0d0606; }