@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,700&display=swap');
body {
	min-width: 320px;
	background-size: auto auto;
	background-color: #e5e4e5;
/*
	background-color: rgba(228, 243, 252, 1);
	background-image: repeating-linear-gradient(90deg, transparent, transparent 12px, rgba(204, 237, 250, 1) 12px, rgba(204, 237, 250, 1) 24px );
*/
	font-family: '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
	/*overflow-y: hidden;*/
	font-size: 4.5vw;
	min-height: 100vh;
}
@media screen and (min-width:400px) {
  body {
    font-size: 1em;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
div, p, ul, li, h1, h2, h3, h4, h5, section, header, footer, dl, dt, dd {
  box-sizing: border-box;
}

#wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 2em 0;
	background-color: #fff;
}
#wrapper section{
	margin: 0 auto;
/*	margin-top: 2em;*/
	margin-bottom: 2em;
	max-width: 800px;
}
#wrapper section h1{
	color: #e4007f;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.5em;
}
#wrapper section h1 span{
	color: #000;
	border-bottom: 3px solid #000;
	padding: 6px;
	line-height: 3em;
	letter-spacing: 0.1em;
}
#wrapper > p {
	margin: 20px 0 5px;
	line-height: 1.6em;
	font-size: 1.4em;
	font-weight: bold;
}
.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
#wrapper section h2{
	color: #fff;
    background: #e4007f;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;
	border: 2px solid #e4007f;
	width: 100%;
	margin: 0 auto;
	padding: 8px 15px 15px 15px;
	border-radius: 10px;
	margin-bottom: 70px;
}
#wrapper section h2 span{
	font-size: 0.7em;
}
.flexbox{
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}
.flexbox > .book01{
	width: 40%;
	text-align: center;
}
.flexbox > div{
	width: 60%;
	text-align: center;
	position: relative;
}
.flexbox .book01 img{
	width: 60%;
	filter: drop-shadow(5px 5px 5px #8d8d8d);
}
.flexbox .book02 img{
	width: 80%;
	filter: drop-shadow(5px 5px 5px #8d8d8d);
	margin-bottom: 20px;
}
.flexbox .image img{
	width: 80%;
	filter: drop-shadow(5px 5px 5px #8d8d8d);
	margin-bottom: 20px;
}
.flexbox .image01 img{
	width: 100%;
	/*filter: none;*/
	border: 1px solid #f3d0ac;
}
.flexbox div.feature{
    padding-left: 45px;
    box-sizing: border-box;
}

#wrapper .dayBox{
	width: 75%;
	background-color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    color: #e4007f;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 60px;
    border: #e4007f 8px solid;
    display: table;
    transition-duration:0.5s;
}
#wrapper .dayBox:hover{
    background: #e4007f;
    color: #fff;
}
#wrapper section h3{
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	padding: 8px 15px 15px 15px;
	margin-bottom: 70px;
	z-index: 10;
	position: relative;
}
#wrapper section h3 .colorLine2{
	position: relative;
}
#wrapper section h3 .colorLine2::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: 12px;
	left: -5px;
	background-color: #e4007f33;
	z-index: -1;
}
#wrapper section h4{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	border: 2px solid #e4007f;
	padding: 6px;
	border-radius: 30px;
	width: 300px;
	display: block;
	margin: 0 auto;
	/*margin-top: 30px;*/
	margin-bottom: 30px;
	text-align: center;
}
#wrapper section ul{
	text-align: left;
	width: 400px;
	margin: 0 auto;
    margin-bottom: 50px;
}

#wrapper section ul li{
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.5em;
	position: relative;
	padding-left: 1.2em;
	padding-bottom: 0.5em;
	z-index: 10;
    
}
#wrapper section ul li::before{
	content: "◇";
	position: absolute;
	top: 0;
	left: -5px;
}
#wrapper section ul li .colorLine1{
	position: relative;
}
#wrapper section ul li .colorLine1::after{
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: 20px;
	top: 12px;
	left: -5px;
	background-color: #ffff0091;
	z-index: -1;
}
#wrapper section ul li .colorLine3{
	position: relative;
}
#wrapper section ul li .colorLine3::after{
	content: "";
	position: absolute;
	width: calc(100% + 10px );
	height: 20px;
	top: 12px;
	left: -5px;
	background-color: #ffff0091;
	z-index: -1;
}

#wrapper section .title{
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.3em;
	display: block;
	height: 40px;
	position: relative;
}
#wrapper section .title span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#wrapper section .text{
	font-size: 0.9em;
	margin: 0 auto;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.3em;
	display: block;
	height: 30px;
	width: 86%;
}
#wrapper section .secondBox{
	margin-bottom: 50px;
	width: 450px;
}
#wrapper .titleWrap {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}
#wrapper .titleWrap .titleLine{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-bottom: 2px solid #e4007f;
	z-index: -1;
}
#wrapper .titleWrap .centerTitle{
	background-color: #fff;
	padding: 0 13px 0 15px;
}
.underSpace{
	margin-bottom: 30px;
}
#wrapper .topSpace{
	margin-top: 80px;
}
#wrapper footer{
	margin: 0 auto;
	text-align: center;
	max-width: 600px;
}
#wrapper footer img{
	width: 50%;	
}
.infotext {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-top: -30px;
}
.infotext2 {
    font-size: 1.3rem;
    margin: 0 0 30px;
}
.stbuy-notice {
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.2;
    width: 100%;
    margin: 20px 0 10px;
}
.btnLink{
    background: #e4007f;
    color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 20px;
    display: inline-block;
    transition-duration:0.5s;
}
.textLink{
    text-decoration: underline;
    transition-duration:0.5s;
}
.textLink:hover,
.btnLink:hover{
    opacity: 0.6;
}
.howtobuy{
    background-color: #eeeeee;
    border-radius: 10px;
    padding: 20px;
    margin: 40px auto 100px;
    width: 90%;
}
#wrapper section ul.howtobuyBox {
    margin-bottom: 20px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    margin-left: 40px;
}
#wrapper section ul.howtobuyBox li {
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.5em;
    position: relative;
    padding-left: 0.5em;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    list-style: decimal;
    border-bottom: 1px dotted #e4007f;
}
#wrapper section .leadtext ul li::before ,
#wrapper section ul.howtobuyBox li::before {
    display: none;
}
#wrapper section .howtobuy h4{
    color:#e4007f;
    border: none;
}
.cntlist{

}
.cntlistInner{
    display: flex;
}
.cntlistSet{
    width: 31%;
    margin: 0 1%;
}
.cntlistSet h5{
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #e4007f;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
#wrapper section ul.cntlines{
    width: 100%;
}
#wrapper section ul.cntlines li {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.1em;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    list-style: none;
}
#wrapper section ul.cntlines li::before {
    display: none;
}
.leadtext{
    margin: -40px 0 40px;
    text-align: center;
}
#wrapper section .leadtext ul{
	text-align: center;
	width: 100%;
	margin: 0 auto;
    margin-bottom: 10px;
    padding-left: 0;
}
#wrapper section .leadtext ul li {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.5em;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0.5em;
    list-style: none;
    /*border-bottom: 1px dotted #e4007f;*/
}
#wrapper section .leadtext ul li .colorLine1::after{
    height: 36px;
    top: -3px;
    background-color: #e4007f44;
}
#innerLink{
    border-bottom: 2px dotted #e4007f;
    /* color: #e4007f; */
    margin-bottom: 50px;
    display: inline-block;
    font-size: 0.9em;
    font-weight: normal;
}
#innerLink:hover{
    opacity: 0.7;
}
@media screen and (max-width:800px) {
	#wrapper{
		/*max-width: 90%;*/
		padding: 40px 0;
	}
	#wrapper section{
		margin-top: 0;
    max-width: unset;
	}
	#wrapper section h1{
		font-size: 1.6em;
    line-height: 1.2em;
	}
	.flexbox{
		display: block;
		margin-bottom: 30px;
	}
	.flexbox > .book01,
	.flexbox > div{
		width: 100%;
	}
	#wrapper section h2{
		font-size: 1.5em;
    width: 90%;
		margin-bottom: 40px;
	}
	.sp-only{
		display: block;
	}
	.pc-only{
		display: none;
	}
	#wrapper section ul{
		width: 300px;
    padding-left: 20px;
	}
	#wrapper section ul li{
		font-size: 1.1em;
	}
	#wrapper section ul li .colorLine1::after{
    top: 10px;
    height: 15px;
	}
	.flexbox .book01 img{
		width: 35%;
	}
	#wrapper section h4{
		font-size: 1em;
    padding: 10px;
    width: 300px;
	}
	#wrapper .dayBox{
		width: 300px;
    font-size: 1.4em;
		margin-bottom: 50px;
	}
	#wrapper section h3{
		font-size: 1.3em;
    line-height: 1.4em;
		margin-bottom: 30px;
	}
	#wrapper section ul li .colorLine3::after{
		top: 10px;
    height: 15px;
	}
	#wrapper section h3 .colorLine2::after{
		width: 104%;
    top: 10px;
    height: 15px;
	}
	.flexbox .book02 img{
		width: 35%;
	}
	#wrapper section .title{
		padding: 20px;
	}
	#wrapper section .text{
		height: unset;
    margin: 0 auto;
    margin-bottom: 40px;
	}
	.flexbox .image img{
		width: 50%;
	}
	#wrapper section .secondBox{
		margin-bottom: 20px;
		width: 320px;
	}
	#wrapper .titleWrap{
		width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
	}
	#wrapper footer img{
		width: 70%;
	}
	#wrapper .topSpace{
		margin-top: 100px;
	}
	.flexbox div.feature{
        padding-left: 0;
        margin-top: 30px;
    }
	.infotext {
        font-size: 1.0rem;
        margin-top: 0;
    }
    .infotext2 {
        font-size: 1.2rem;
    }
    .stbuy-notice {
        font-size: 0.8rem;
    }
    #wrapper section ul.howtobuyBox{
        margin-left: 0;
        width: 100%;
        font-size: 0.9em;
    }
    .cntlistInner{
        display: block;
        width: 85%;
        margin: 0 auto;
    }
    .cntlistSet{
        width: 100%;
        margin: 0;
    }
    #wrapper section ul.cntlines{
        padding-left: 4px;
        box-sizing: border-box;
    }
    #wrapper section .leadtext ul li {
        font-size: 1.4em;
        line-height: 1.6em;
    }
    .leadtext {
        margin: -10px 0 30px;
    }
}


@media screen and (max-width:400px) {
	.flexbox .book02 img,
	.flexbox .book01 img{
		width: 50%;
	}
	.flexbox .image img{
		width: 80%;
	}
	#wrapper section h4{
		width: 90%;
	}
	#wrapper .dayBox{
		width: 75%;
	}
    .flexbox .image01 img{
        width: 80%;
    }
}


	