@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
	font-family: "Imbue", serif;
	font-optical-sizing: auto;
	/*overflow: hidden;*/
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
}

.mv{
	margin: 0 auto 20%;
}

.mv p{
	text-align: center;
	font-size: .9rem;
	line-height: 1.7;
	margin: 10% auto;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 160px;
		background-color: #f9f9f9;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 30%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	/*.pc-box__left img{
		width: 50vh;
	}*/
	
	.pc-box .main-title{
		font-size: 6.5rem;
		text-align: center;
		line-height: 1;
		margin: 5% 0;
	}
		
	.pc-box .sub-title{
		font-size: 1.1rem;
		margin: 2% 0;
		text-align: center;
	}
		
	.wrapper{
		width: 34%;
		margin: 0;
		background-color: #fff;
	}
}

/*--------------- what ---------------*/

.what{
	width: 90%;
	margin: 10% auto;
	border: solid 1px #000;
}

.what-title{
	box-sizing: border-box;
	padding: 5% 0;
	background-color: #780000;
	color: #fff;
	font-size: 2.1rem;
	line-height: .7;
	text-align: center;
	margin: 0;
}

.what-title span{
	font-size: .8rem;
}

.what-contents{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 2%;
}

.what-box{
	display: flex;
	column-gap: 10px;
	align-items: center;
}

.mgb3{
	margin-bottom: 2%;
}

.what-img{
	width: 30%;
}

.what-text {
	width: 70%;
}

.what-text p{
	margin: 0;
	font-size: 0.69rem;
	line-height: 1.7;
}

.what-text span{
	font-weight: bold;
	margin-bottom: 5%;
	line-height: 1;
}

.what-text{
	font-family: "farnham-display", serif;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2%;
	letter-spacing: 0px;
}

@media(min-width:750px){

	.what-title{
		font-size: 2.8rem;
	}

	.what-title span{
		font-size: .9rem;
	}

	.what-img{
		width: 35%;
	}

	.what-text {
		width: 65%;
	}

	.what-text p{
		margin: 0;
		font-size: 0.78rem;
	}

	.what-text span{
		font-weight: bold;
		margin-bottom: 5%;
		line-height: 1;
	}

}

/*--------------- cate ---------------*/

.cate{
	margin: 20% auto 20%;
}

.cate ul{
	padding: 0;
	list-style: none;
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.cate ul li{
	position: relative;
}

.cate ul li a{
	display: block;
	color: #fff;
}

.cate ul li p{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 10%;
	margin: 0;
	text-align: center;
	font-size: 1.1rem;
	white-space: nowrap;
}

@media(min-width:750px){

	.cate ul li p{
		top: 5%;
		font-size: 1.4rem;
	}
}

/*=====================================

		main-contents

=====================================*/

.main-contents{
	margin: 10% auto;
}

.contents-inner{
	margin: 0 auto 25%;
}

.contents-inner h1{
	text-align: center;
	font-size: 2.2rem;
	margin: 1% auto;
	font-weight: normal;
	line-height: 1.0;
	color: #780000;
}

.main-credit{
	margin: 3% auto;
}

.main-credit p{
	text-align: center;
	font-size: 1.8rem;
	margin: 2% auto;
	line-height: 1.0;
}

.main-credit span{
	margin-left: 20px;
	font-size: 1.5rem;
}

.main-credit span::after{
	content: 'tax in';
	font-size: 1.0rem;
	margin-left: 5px;
}

.main-credit a{
	width: 40%;
	font-size: 1.3rem;
	padding: 0;
	line-height: 1.2;
	margin-bottom: 8%;
}

.main-credit .credit-lead{
	text-align: center;
	font-size: .85rem;
	margin: 2% auto;
}

.main-img{
	width: 90%;
	margin: 5% auto 10%;
}

.style{
	display: flex;
	margin: 2% auto;
}

.recomend{
	margin: 8% auto 10%;
	text-align: center;
}

.recomend p{
	font-size: .8rem;
	line-height: 1.8;
	margin: 1% auto;
}

.recomend .recomend-title{
	font-size: 1.7rem;
	color: #780000;
}

@media(min-width:750px){

	.contents-inner h1{
		font-size: 2.7rem;
	}

	.main-credit{
		margin: 2% auto;
	}

	.main-credit a{
		line-height: 1.4;
	}

	.recomend p{
		font-size: .9rem;
	}

	.recomend .recomend-title{
		font-size: 2rem;
	}
}


/*--------------- point ---------------*/

.point {
    position: relative;
	width: 100%;
    margin: 0 auto 10%;
	box-sizing: border-box;
    padding: 0 10px;
    z-index: 1;
    overflow: hidden;
  }

  .bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Times New Roman", Times, serif;
    font-size: 90px;
    color: #e3c8cd;
    text-align: center;
    line-height: 0.9;
    letter-spacing: 0.05em;
    z-index: -1;
  }

  .block-top {
   	  display: flex;
	  align-items: center;
	  margin-bottom: 80px;
	  column-gap: 10px;
	  /*justify-content: space-between;*/
  }

  .block-top img {
	  width: 50%;
	  height: auto;
	  object-fit: cover;
  }

  .text-right {
    /*margin-left: 20px;*/
    font-size: .75rem;
    line-height: 1.8;
  }

  .block-bottom {
    display: flex;
    align-items: center;
	   column-gap: 10px;
   justify-content: flex-end;
  }

  .block-bottom img {
   width: 50%;
    height: auto;
    object-fit: cover;
  }

  .text-left {
   /* margin-right: 20px;*/
    margin-bottom: 20px;
    font-size: .75rem;
    line-height: 1.8;
  }

@media(min-width:750px){
	
	  .bg-text {
		font-size: 110px;
	  }

	  .block-top {
		  column-gap: 20px;
	  }

	  .text-right {
		/*margin-left: 20px;*/
		font-size: .85rem;
	  }

	  .block-bottom {
		  column-gap: 20px;
	  }

	  .text-left {
		font-size: .85rem;
	  }

}

/*--------------- credit ---------------*/

.credit{
	width: 80%;
	margin: 5% auto 15%;
}

.credit-inner{
	margin: 0 auto;
	position: relative;
    margin-bottom: 2%;
    letter-spacing: .3px;
	font-family: "Noto Serif Display", serif;
	font-variation-settings:"wdth" 100;
	font-weight: 600;
}

.credit-inner a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: .88rem;
	line-height: 2;
}

.credit-inner a::after {
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: .88rem;
	border: solid 1px #000;
	padding: 0 5%;
	line-height: 1.5;
	border-radius: 30px;
}

.credit-inner .cms::after {
	content: "COMING SOON";
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 10px;
	color: #656565;
}

.credit-inner span{
    line-height: 1.8;
    margin-bottom: 1%;
}

.credit-inner .line{
	background-color: #ece2e4;
}


.all{
	display: block;
	width: 90%;
	margin: 5% auto 15%;
	text-align: center;
	font-size: 1.5rem;
	/*border: solid 1px #000;*/
	color: #fff;
	background-color: #000;
	text-decoration: none;
	position: relative;
	line-height: 1.5;
	padding: 2% 0;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}


/*=====================================

			other

=====================================*/
.other ul{
	width: 95%;
	margin: 10% auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	grid-row-gap: 30px;
	justify-content: center;
}

.other ul li{
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
}

.other ul li:first-child{
	width: 80%;
	display: flex;
	flex-direction: column;
}

.other ul li p{
	margin: 3% 0;
	text-align: center;
}

.other ul li .credit{
	margin-bottom: 2%;
}

.other ul li .credit-name{
	font-size: 0.8rem;
}

.other ul li .credit-price{
	font-size: 1rem;
	padding-bottom: 5%;
	border-bottom: solid 1px #ccc;
}

.other ul li .credit-price:after{
	content: 'tax in';
	font-size: 0.8rem;
	display: inline-block;
	margin-left: 3px;
}

.other ul li .credit-lead{
	font-size: .7rem;
	line-height: 1.6;
	flex-grow: 1;
    margin-bottom: 15px;
}

.other ul li a{
	display: block;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 5%;
	font-size: 1rem;
}

.other ul li .credit a{
	margin-top: auto;
}













