@charset "utf-8";

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

img{
	max-width:100%;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix {
	zoom: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.both{
	clear:both;
}

body{
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.6;
	background-color: #fff;
	font-family: fot-tsukuardgothic-std, 'Noto Sans JP', sans-serif;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6, .fact .fact-number, .fact .fact-name, .site-title{
	color: #222;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	font-family: fot-tsukuardgothic-std, 'Noto Sans JP', sans-serif;
}

a {
	-webkit-transition: all .3s;
    transition: all .3s;
}
a:hover{
	color: #000;
	opacity: .6;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

div, img {
	font-size: 0
}

/* .fot{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.note{
	font-size: 18px;
} */

/*--------------------------------------------------------------
## LP Page
--------------------------------------------------------------*/

.root {
    background-color: #900909;
}

.main {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.coverArea {
    margin: 0 auto;
    padding: 0 60px;
    max-width: 720px;
    width: 100%;
    position: relative;
}

.cover {
    background: url(../img/cover_bg01.png) top center no-repeat;
    background-size: contain;
}

.coverImg {
    width: 100%;
    margin: -3px 0 0 -29px;
    max-width: calc(100% + 40px);
}

.coverImgDeco {
    margin: -25% 0 0;
}

.coverSecDeco {
    margin: -23% 0 0 -45px;
    max-width: calc(100% + 90px);
}

.coverArea:after {
    content: "";
    margin: -216px 0 0;
    height: 226px;
    width: 100%;
    display: block;
    background: url(../img/cover_bg_grad01.png);
    background-size: auto;
    background-repeat: repeat-x;
}

.ranking {
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
}



.wrap01 {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.rankingArea {
    margin: 0 0 -120px;
    padding: 0 0 60px;
    background-color: #FFF;
}

.rankingConte {
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rankingBox {
    width: 48%;
    text-align: center;
}

.rankingBox02 {
    margin: 30px auto 0;
    max-width: 300px;
    width: 90%;
    text-align: center;
}

.photogenic {
    margin: 60px auto 0;
    padding: 0 0 120px;
    background: url(../img/photojenic_bg01.jpg) bottom center no-repeat;
    background-size: 100%;
}

.feature {
    max-width: 720px;
    background-color: #E3EDDB;
}

.contentDeco01 {
    position: absolute;
    top: -5.1%;
    left: -19%;
    width: 52%;
}

.contentDeco02 {
    position: absolute;
    top: -6%;
    right: -19%;
    width: 46%;
}

.featureArea {
    padding: 0px 60px 90px;
}

.tit01Img {
    margin: 0 auto;
    max-width: 417px;
    width: 100%;
}

.tit01Jp {
    font-size: 53px;
    font-weight: 700;
    color: #0D3710;
}

.titleJp--small {
    font-size: 20px;
}

.featureConte {
    margin: 35px auto 0;
}

.featureImgBox {
    padding: 5px 0 0 5px;
    position: relative;
}

.featureTitImg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 40.5%;
}

.tit02 {
    font-size: 38px;
    font-weight: 700;
    color: #37150D;
}

.featureBox .tit02 {
    margin: 40px auto 0;
}

.txt01 {
    font-size: 25px;
    font-weight: 500;
}

.featureBox .txt01 {
    margin: 30px auto 0;
    text-align: center;
}

.feature .contentDeco01 {
    top: -8%;
}

.feature .contentDeco02 {
    top: -9.2%;
}

.photogenic img {
    margin: 0 0 0 -40px;
    max-width: calc(100% + 90px);
}

.featureBox:nth-of-type(n + 2) {
    margin: 70px auto 0;
}

.review {
    max-width: 720px;
    background: #FFFCED;
}

.reviewArea {
    padding: 90px 60px 140px;
}

.reviewBox {
    position: relative;
}

.reviewImgBox {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 35.5%;
}

.reviewImg {
	border-radius: 50%;
}

.reviewDeco01 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.reviewDeco--1 {
    right: -17%;
    max-width: 40%;
}

.reviewDeco--2 {
    max-width: 37%;
    right: -8%;
}

.reviewDeco--3 {
    max-width: 49%;
    right: -12%;
}

.reviewDeco--4 {
    max-width: 40%;
}

.reviewDeco--5 {
    max-width: 30%;
    bottom: -18%;
}

.reviewStar {
    margin: 0 auto 0 0;
    padding: 15px 0 0;
    max-width: 150px;
}

.reviewConte {
    margin: 50px auto 0;
}

.reviewTit01 {
    padding: 0 41% 0 0;
    font-size: 32px;
    font-weight: 700;
    color: #900909;
    text-align: left;
}


.reviewTxt01 {
    margin: 70px auto 0;
}

.txt02 {
    font-size: 25px;
    font-weight: 500;
}

.reviewBox:nth-of-type(n + 2) {
    margin: 90px auto 0;
}

.sns {
    max-width: 720px;
    background-color: #FFF;
}

.snsArea {
    padding: 110px 60px 140px;
}

.snsConte {
    margin: 55px auto 0;
}

.media {
    max-width: 720px;
    background-color: #FFF;
}

.mediaArea {
    padding: 0 60px 120px;
}

.mediaConte {
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mediaBox {
    width: 33.33%;
}

.lineup {
    max-width: 720px;
    background: #E3EDDB;
}

.lineupArea {
    padding: 100px 60px 140px;
}

.lineupConte {
    margin: 80px auto 0;
}

.lineupCoution {
    font-size: 15px;
    text-align: right;
    color: #37150D;
}

.lineupTit01 {
    margin: 15px auto 0;
    font-size: 30px;
    color: #37150D;
    text-align: left;
}

.lineupTit02 {
    font-size: 30px;
    color: #37150D;
    text-align: left;
}

.lineUpPriceTit01 {
    margin: 20px auto 0;
    font-size: 38px;
    font-weight: 700;
    color: #900909;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.tax {
    font-size: 20px;
}

.btn01Box {
    margin: 40px auto 0;
    text-align: center;
}

.lineupBox:nth-of-type(n + 2) {
    margin: 80px auto 0;
}

.footer {
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
    background: #0D3710;
}

.footerArea {
    padding: 70px 60px 350px;
}

.footerTit01 {
    text-align: center;
    font-size: 35px;
    color: #FFF;
    line-height: 1.45em;
}

.footerTxt01 {
    margin: 30px auto 20px;
    font-size: 30px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
}

.footerTel {
    text-align: center;
    font-size: 30px;
    color: #FFF;
}

.footerTel a {
    color: #FFF;
    text-decoration: none;
}

.copyright {
    margin: 30px auto 0;
    font-size: 20px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
}

.snsBox iframe {
    margin: 0 auto !important;
}

.wrap01.lineup .contentDeco01 {
    top: -4%;
}

.wrap01.lineup .contentDeco02 {
    top: -5%;
}

.btn-win {
    bottom: 10px;
    z-index: 100;
    display: none;
    margin: 0 auto;
    padding: 0 10px;
    position: fixed;
    max-width: 700px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.btn-win{
	bottom: 10px;
	z-index: 100;
	display: none;
	margin: 0 auto;
	padding: 0 10px;
	position: fixed;
	max-width: 600px;
	right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.btn-win #btn {
    margin: auto auto 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 4%;
    left: 0;
    display: block;
    max-width: 600px;
    width: 95%;
    height: 53%;
    border-radius: 100px;
}

/* .btn-win #btn:hover + img {
    opacity: .7;
} */

/*--Responsive--*/

@media screen and (max-width: 1099px){

	.coverSecDeco {
		margin: -23% 0 0 0;
		max-width: 100%;
	}

	.photogenic img {
	}

	.photogenic {
		text-align: center;
		overflow: hidden;
	}

	.contentDeco01 {
		left: -78px;
	}

	.contentDeco02 {
		right: -50px;
	}

}

@media screen and (max-width: 991px){

	.wrap01 {
		/* overflow: hidden; */
	}

	.coverArea {
		padding: 0;
	}

}

@media screen and (max-width: 767px){

	.coverImg {
		max-width: calc(100%);
		margin-top: 2%;
		margin-left: -1.8%;
	}

	.tit01Jp {
		font-size: 26px;
	}

	.featureArea {
		padding: 0 30px 60px;
	}

	.tit02 {
		font-size: 22px;
	}

	.txt01 {
		font-size: 16px;
	}

	.reviewArea {
		padding: 60px 30px 60px;
	}

	.reviewTit01 {
		font-size: 22px;
	}

	.reviewStar {
		max-width: 80px;
	}

	.txt02 {
		font-size: 16px;
	}

	.snsArea {
		padding: 60px 30px 60px;
	}

	.mediaArea {
		padding: 0 30px 60px;
	}

	.lineupArea {
		padding: 60px 30px 60px;
	}

	.lineupTit01 {
		font-size: 22px;
	}

	.lineupTit02 {
		font-size: 22px;
	}

	.lineUpPriceTit01 {
		font-size: 28px;
	}

	.footerTit01 {
		font-size: 20px;
	}

	.footerArea {
		padding: 60px 30px 50%;
	}

	.footerTel {
		font-size: 16px;
	}

	.copyright {
		font-size: 16px;
	}

	.contentDeco01 {
		top: -60px;
		left: -10%;
	}

	.contentDeco02 {
		top: -100px;
		right: -6%;
	}

    .footerTxt01 {
        font-size: 19px;
    }

}

@media screen and (max-width: 481px){

    .rankingConte {
        padding: 0 20px;
        display: flex;
    }

    .rankingBox {
        padding: 50px 0 0;
        width: 48%;
        text-align: center;
    }

	.rankingBox02 {
	    width: 60%;
	}

}

@media screen and (max-width: 330px){



}
