@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	background-color: #F7F6F2;
	padding-bottom: 5%;
	overflow: hidden;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.font_noto{
	font-family: "Noto Serif Display", serif;
  	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.move-img{
	margin: 0% auto;
}

.move-wrap{
	display: flex;
	align-items: center;
	overflow: hidden;
	margin: 0;
	column-gap: 0px;
}

.slideshow{
	display: flex;
	column-gap: 0px;
    animation: loop-slide 32s infinite linear 1s both;
}

.content{
	width: 500px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.move-img h1{
	text-align: center;
	margin: 0;
	font-size: 60px;
	letter-spacing: -2px;
	line-height: 0.8;
	color: #7B6965;
	margin-top: -9%;
	position: relative;
}

.move-img h1 span{
	text-align: center;
	margin: 0;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 1.1;
}

.lead{
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	margin: 3% auto 10%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #7B6965;
}

.lead span{
	font-size: 20px;
}

.wrapper ul{
	width: 70%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border-top: solid 1px #000;
	font-family: "Noto Serif Display", serif;
  	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.wrapper ul li a{
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 3;
	border-bottom: solid 1px #000;
	font-size: 20px;
	position: relative;
}

.wrapper ul li a:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	content: "";
	transform: translateY(-50%)  rotate(135deg);
}

.main-content{
	margin: 0 auto;
}

.box{
	padding-top: 15%;
	margin-bottom: 10%;
}

.box h1{
	text-align: center;
	font-weight: 500;
	font-size: 38px;
	line-height: 1.2;
	margin: 0 auto;
}

.box h1 span{
	font-size: 20px;
}

.main-box{
	width: 80%;
	margin: 5% auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";}

.name{
	margin: 5% 0;
	padding-bottom: 3%;
	border-bottom: solid 1px #ccc;
}

.name p{
	margin: 2% 0;
	font-size: 17px;
	line-height: 1.6;
}

.name p:after{
	content: '(税込)';
	display: inline-block;
	font-size: 13px;
	margin-left: 5px;
}

.thm{
	margin: 5% 0;
}

.thm p{
	margin: 2% 0;
	font-size: 15px;
	line-height: 1.6;
}

.buy{
	display: block;
	width: 60%;
	margin: 10% auto;
	text-align: center;
	background-color: #333333;
	color: #fff;
	text-decoration: none;
	line-height: 2.6;
	position: relative;
}

.buy:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.style{
	width: 90%;
	margin: 5% auto;
}

.style-box1 .first-img{
	width: 80%;
}

.position{
	margin: 5% auto;
	position: relative;
}

.style-box1 .second-img{
	width: 60%;
	margin-left: 40%;
	position: relative;
}

.style-box1 .third-img{
	width: 60%;
	margin-top: -6%;
	z-index: 1;
	position: relative;
}

.style-box1 p{
	font-size: 70px;
	margin: 0;
	font-weight: 500;
	letter-spacing: -1.5px;
	writing-mode: sideways-lr;
	position: absolute;
	top: 1%;
	left: 1%;
	z-index: 10;
}

.style-point{
	margin: 10% auto 20%;
	text-align: center;
}

.style-point h2{
	font-size: 20px;
	margin: 2% auto;
}

.style-point p{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 13px;
	line-height: 1.8;
}

.style-point p span{
	font-size: 17px;
}

.style-box2 .first-img{
	width: 80%;
	margin-left: 20%;
}

.style-box2 .second-img{
	width: 60%;
	position: relative;
}

.style-box2 .third-img{
	width: 60%;
	margin-left: 40%;
	margin-top: -6%;
	z-index: 1;
}

.style-box2 p{
	font-size: 70px;
	margin: 0;
	font-weight: 500;
	letter-spacing: -1.5px;
	writing-mode: sideways-rl;
	position: absolute;
	top: -13%;
	right: 1%;
	z-index: 10;
}

.all{
	display: block;
	width: 70%;
	margin: 10% auto;
	text-align: center;
	background-color: #7B6965;
	color: #fff;
	font-size: 23px;
	text-decoration: none;
	line-height: 2.6;
	position: relative;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.color-02{
	color: #B0233D;
}

.color-03{
	color: #C57843;
}

.color-04{
	color: #84776C;
}

@media(min-width:750px){
.move-img h1{
	font-size: 65px;
	margin-top: -7%;
}

.wrapper ul li a{
	font-size: 22px;
}

.style-box1 p{
	top: 8%;
	left: 7%;
}

.style-box2 p{
	top: -2%;
	right: 7%;
}
}











