@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 1px;
	margin: 12% auto;
}

.ditale{
	width: 95%;
	margin: 20% auto;
}

.ditale h1{
	text-align: center;
	font-family: "Noto Serif Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	color: #43210C;
	margin:5% auto;
}

.ditale__box{
	display: flex;
	column-gap: 20px;
	margin-bottom: 2.5%;
}

.ditale__img{
	flex-shrink: 0;
	width: 40%;
}

.ditale__taxt h2{
	font-family: "Noto Serif Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	color: #43210C;
	margin: 2% 0;
	line-height: 1;
}

.ditale__taxt h3{
	font-size: 17px;
	margin: 2% 0;
	line-height: 1.7;
}

.ditale__taxt p{
	font-size: 13px;
	margin: 5% 0;
	line-height: 2;
}

.variatioln{
	width: 95%;
	margin: 20% auto;
}

.variatioln h1{
	text-align: center;
	font-family: "Noto Serif Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	color: #43210C;
	margin:5% auto;
}

.variatioln p{
	font-size: 13px;
	line-height: 2;
	margin: 3% auto;
}

.limited{
	width: 90%;
	margin: 10% auto 5%;
	box-sizing: border-box;
	padding: 5%;
	border: solid 1px #000;
	position: relative;
}

.limited p{
	margin-bottom: 0;
}

.circle{
	position: absolute;
	width: 90px;
	height: 90px;
	background-color: transparent;
	border: solid 1px #000;
	border-radius: 50%;
	color: #000;
	text-align: center;
	top: 2%;
	left: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle p{
	font-size: 16px;
	line-height: 1.1;
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
	margin: 0;
}

.variatioln .buy{
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
	margin: 2% auto;
}

.buy{
	text-align: center;
	font-size: 18px;
    line-height: 1.8;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.buyBtn{
	display: block;
	width: 50%;
	margin: 5% auto;
	text-align: center;
	font-size: 20px;
	background-color: #000;
	font-family: "Noto Serif Display", serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	line-height: 2.3;
	position: relative;
}

.buyBtn: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);
}

.content{
	margin: 15% auto;
}

.content h1{
	text-align: center;
	font-family: "Noto Serif Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	color: #43210C;
	margin:5% auto;
}

.box{
	width: 100%;
	margin: 0 auto 20%;
}

.content .box h1{
	text-align: center;
	font-family: "Noto Serif Display", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	color: #fff;
	letter-spacing: 1px;
	margin: 2% auto;
	padding: 3% 0;
}

.bg1{
	background-color: #3333CC;
}

.bg2{
	background-color: #FF6699;
}

.bg3{
	background-color: #51361B;
}

.bg4{
	background-color: #A5A5A5;
}

.bg5{
	background-color: #8D6633;
}

.bg6{
	background-color: #000;
}

.content .box h2{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 10% auto;
	font-size: 20px;
	line-height: 1.7;
}

.main{
	margin: 5% auto;
	position: relative;
}

.circle__blue{
	color: #3333CC;
	width: 100px;
	height: 100px;
	border: solid 1px #3333CC;
	top: 2%;
	left: 72%;
}

.circle__blue p{
	font-size: 18px;
}

.circle__pink{
	color: #FF6699;
	width: 100px;
	height: 100px;
	border: solid 1px #FF6699;
	top: 2%;
	left: 72%;
}

.circle__pink p{
	font-size: 18px;
}

.sub{
	width: 80%;
	margin: 10% auto;
}

.sub2{
	width: 70%;
}

.sub3{
	width: 70%;
	margin-left: 30%;
}

.mgb5{
	margin-bottom: 5%;
}

.mgb10{
	margin-bottom: 10%;
}

.textarea{
	width: 90%;
	margin: 5% auto;
}

.content .textarea h2{
	text-align: center;
	font-size: 26px;
	line-height: 0.8;
	margin: 3% auto;
}

.textarea p{
	font-size: 13px;
	line-height: 1.8;
	margin: 3% auto;
	position: relative;
	padding: 20px;
}

.textarea p:before, .textarea p:after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.textarea p:before {
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	top: 0;
	left: 0;
}

.textarea p:after {
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	bottom: 0;
	right: 0;
}

.credit{
	width: 80%;
	margin: 10% auto;
}

.credit a{
	display: block;
	position: relative;
	text-decoration: none;
    color: #2b2b2b;
	line-height: 1.4;
    margin-bottom: 5%;
	font-size: 14px;
}

.credit span{
	font-size: 13px;
	float: right;
	padding-right: 110px;
}

.credit a:after{
	content: "BUY";
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0, -50%);
    font-size: 19px;
	font-family: "Noto Serif Display", serif;
	font-style: normal;
	font-weight: 400;
	background-color: #000;
	color: #fff;
	width: 90px;
	text-align: center;
}

