<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*============================
 PC
============================*/
:root{
	--bg-color: #21540a;
	--main-color: #a5bd48;
	--deepcolor: #d9aa17;
}
.main_img{
	background-color:var(--bg-color);
}
.days{
	background: var(--bg-color);
}
.days p{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size:26px;
	font-weight:900;
	letter-spacing:0.1em;
	color:#fff;
}
.benefit h3{
	color: #222 !important;
	letter-spacing: 0.02em;
}
.min{
	display: block;
	font-size:80%;
}	
.benefit .txt120{
	color: var(--bg-color);
	font-size: 32px;
	font-weight: 600;
	margin: 0 0 8px;
}
.txt80{
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 22px;
    padding: 7px;
    letter-spacing: 0;
    font-weight: 400;
    display: inline-block;
    margin: 6px 0 0;
}
.txt120{
    color: #;
    padding: 8px;
    margin: 0px 0 0px;
    display: inline-block;
    font-weight: 700;
}
.benefit h4{
	margin:50px auto;
	padding: 20px;
	font-size: 24px;
	font-weight:500;
	line-height:1.5;
	color: #222;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2em;
}
.benefit img{
	width:600px;
	margin:10px auto 20px;
}
ul.notice{
	width:100%;
	margin:0 auto;
	padding: 0px 0px 10px;
}
ul.notice li{
	font-size:14px;
	font-weight:500;
	color:#fff;
	list-style-type:none;
	line-height:1.8;
}
ul.notice li span{
	font-size:80%;
}
ul.nav{
	margin:40px auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}
ul.nav li{
	width:150px;
	height:60px;
	margin:10px;
	padding:10px 20px;
	font-size:18px;
	font-weight:900;
	text-align:left;
	vertical-align: middle;
	text-decoration:none;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    background:#B49651;
	border:3px solid #B49651;
	position:relative;
}
ul.nav li a{
	display:block;
	color:#B49651;
	margin:0;
	padding:0;
	width:100%;
	height:60px;
	text-align:left;
}
ul.nav li a:hover{
	opacity: 0.6;
	transition: .8s;
}
ul.nav li a span{
	position:absolute;
	top:25px;
	right:20px;
}
.cp{
	background: var(--main-color);
	width: 960px;
	margin: 0 auto 120px;
	display: block;
	padding: 36px 0;
	border-radius: 24px;
	cursor:default!important;
}
.head_ttl_img{
	width:30%;
	margin:20px;
}
.head_ttl_img img{
	width:100%;
}
.head_ttl_txt{
	width:60%;
}
.head_ttl_txt h3{
	color:#f2cbc9;
	text-align:left;
	font-size: 28px;
	font-weight: 900;
	margin:20px 0;
	letter-spacing:0.2em;
}
.head_ttl_txt p{
	color: #fff;
	text-align:left;
	font-size: 20px;
	font-weight:500;
	line-height:1.5em;
	padding: 0 0 8px;
}
.contents_ttl{
	margin: 140px 0 80px;
}

.contents_ttl h2 {
	position: relative;
	color: var(--bg-color);
	font-size: 45px;
	font-weight:900;
	padding: 10px 0;
	text-align: center;
	margin: 1.5em 0;
}
.contents_ttl h2:before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	width: 300px;
	height: 150px;
	border-radius: 50%;
	border: 10px solid var(--bg-color);
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sec{
	margin:0 auto;
	background: rgba(0,230,100,0.1);
	width: 100%;
	padding: 40px 0 0;
	margin: 0 0 0px;
}
.sec:nth-child(odd){
	margin:0 auto;
	background: rgba(207,255,96,0.1);
	width: 100%;
	padding: 40px 0 0;
	margin: 0 0 0px;
}

.sec_box{
	padding: 32px 0px 64px;
	max-width: 1080px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: auto;
}
.sec_box .sec_ttl_txt h3{
	font-size: 19px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0;
	font-family: 'Noto Sans JP';
	color: var(--deepcolor);
	margin-bottom: 0px;
	margin-left: -4px;
}
.reverse{
	flex-direction: row-reverse;
}
.sec_ttl{
    width: 100%;
    display: none;
    text-align: center;
}
.sec_ttl h2{
	
}
.sec_ttl h3{
	font-size: 22px;
	font-weight: 800;
	font-weight: normal;
	text-align: center;
}
.sec_ttl_img{
	width: 50%;
}
.sec_ttl_txt{
	width: 46%;
}
.lp{
    background: var(--bg-color);
    margin:4% 0;
}

.lp a{
	color:#fff;
	display:block;
	text-align:center;
	padding:2%;
	font-size:16px;
	font-weight:600;
	letter-spacing: 0.25em;
	position:relative;
}
.lp a::before{
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.sec_ttl_txt h2{
	color: var(--bg-color);
	font-size: 48px;
	font-family: 'Noto Sans JP';
	font-weight:900;
	text-align: left;
	margin-left: -6px;
}

.sec_ttl h2{
	font-weight: 800;
	margin: 0 0 32px;
	font-size: 29px;
	font-weight: normal;
	color: var(--deepcolor);
}
.sec_box .sec_ttl_txt p{
	font-size:14px;
	font-weight:500;
	letter-spacing: 0.02em;
	line-height: 1.85em;
	word-break: break-all;
	color: #4a4a4a;
	padding: 0 0 0px;
}
.sec_wrapL{
	margin: 0 auto;
	padding:50px 0;
	justify-content: space-evenly;
	align-items: center;
}
.sec_wrapR{
	margin: 0 auto;
	padding:50px 0;
	justify-content: space-evenly;
	background: transparent;
	align-items: center;
	flex-direction: row;
	width: 100%;
}
.sec_wrapL .comment::after {
	border: 20px solid var(--deepcolor);
	border-left-color: rgba(0,230,100,0.1);
	border-top-color: rgba(0,230,100,0.1);
	}
.sec_wrapR .comment::after {
	border: 20px solid var(--deepcolor);
	border-left-color: rgba(207,255,96,0.1);
	border-top-color: rgba(207,255,96,0.1);
}
.sec_wrapL .sec_ttl{
	width: 48%;
}
.sec_wrapR .sec_ttl{
	width: 48%;
}
.comment {
	margin:20px 0 0;
	position: relative;
	width: 100%;
	padding: 20px 10px 0;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 3px 3px 0 var(--deepcolor);
}
.comment::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
}
.comment h4{
	width: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #222;
	align-items: center;
	position:relative;
	margin: 0 auto 2%;
}
.comment h4::before{
	/* content:'●●●'; */
	font-size: 8px;
}
.comment h4::after{
	/* content:'●●●'; */
	font-size: 4px;
	width: 0px;
}
.comment h4 img{
	width:100%;
}
.comment ul.notice li{
	color: 565656;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0.5;
}
.comment ul.notice li:last-child{
	border:0;
}
.tag_list{
	width:100%;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tag_list li{
	width: 45%;
	padding:10px 10px 10px 0;
	margin: 10px 2px 4px;
	text-align: center;
	display: flex;
	align-items: center;
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid #222;
	position: relative;
}
.tag_list li::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	transform: rotate(45deg);
}
.tag_list li a{
	font-size: 18px;
	font-weight: 700;
	color: #242424;
	letter-spacing: 2px;
	display:block;
	margin:0 auto;
	font-feature-settings : "palt";
	text-align:center;
}
.tag_list li img{
	width: 50px;
	display: block;
	border-radius:50%;
}
.recommend{
	background: var(--main-color);
	padding: 60px 0 80px;
	margin: 0 auto;
	width: 100%;
}
.recommend h3{
	color: var(--bg-color);
	font-weight: 600;
}
.feature{
	margin:20px auto 0;
	
}
.reco_list{
	width:100%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	max-width: 850px;
}
.brand{
	flex-wrap:wrap;
	/* width: 880px; */
	display: flex;
}
.brand li{
	width: 30%;
	background: #ccc;
}
.brand img{
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}
.reco_list li{
	width: 46%;
	margin:10px 2px;
	display: flex;
	align-items: center;
	text-align:left;
	line-height:1.5;
	background: transparent;
	border-bottom: 2px solid #000;
	position: relative;
	border-radius: 0;
	-moz-border-radius: 0;
}
.reco_list li::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.reco_list li a{
	font-weight: 600;
	font-size: 20px;
	display:block;
	margin: auto;
}
.reco_list li img{
	width: 80px;
	display:block;
	border-radius:50%;
}
.btn_base{
	margin: 44px 0 0;
	width: 100%;
}
.btn_base a{
	padding:10px;
	font-size: 26px;
}

.campaign h3{
	text-align:center;
	font-size:30px;
	font-weight:500;
}
.campaign h3 span{
	font-weight:900;
}
.campaign h3 span:before {
	content: "\A" ;
	white-space: pre ;
}


/*============================
 SP
============================*/
@media screen and (max-width: 728px) {
.days p{
	text-align:center;
	font-size:18px;
	font-weight:700;
	letter-spacing:-0.02em;
}
.cp{
	width: 90%;
	padding: 4px 0;
	cursor:default!important;
}
.benefit h3{
	margin:15px auto;
	font-size:24px;
	font-weight:900;
	line-height: 1.35;
	letter-spacing:-0.02em;
}
.benefit .txt120{
	font-size: 19px;
	margin: 0 !important;
	padding: 4px 0;
}
.benefit h4{
	margin: 32px auto 8px;
	padding:20px;
	font-size:16px;
	font-weight:500;
	line-height: 1.75;
	color: #222;
}
.benefit img{
	width:90%;
}
.txt80{
	font-size: 17px;
	width: 88%;
}	
.txt120{
	
}
.min{
	display:inline-block;
	font-size:80%;
}	
ul.notice{
	width: 90%;
	margin:15px auto 0;
	font-size: 80%;
	padding:10px 0 20px;
}
ul.notice li{
	font-size:12px;
	font-weight:500;
	list-style-type:none;
	line-height:1.8;
}
ul.nav{
	margin:0 auto 5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}
ul.nav li{
	width:64px;
	height:70px;
	margin:0 2px 0 0;
	padding:0;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	line-height:1.2;
	border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background:#B49651;
	border:3px solid #B49651;
	position:relative;
}
ul.nav li a{
	display:block;
	color:#B49651;
	margin:0;
	padding:0;
	width:100%;
	height:60px;
	text-align:center;
}
ul.nav li a span{
	width:60px;
	position:absolute;
	top:40px;
	bottom:0;
	left:0;
	right:0;
}


.head_ttl_img{
	width:70%;
	margin:10px auto;
}
.head_ttl_img img{
	width:100%;
}
.head_ttl_txt{
	width:95%;
	margin:0 auto;
}
.head_ttl_txt h3{
	color: #f2cbc9;
	text-align: center;
	font-size: 24px;
	font-weight: 900;
	margin: 20px 0;
	letter-spacing: -0.01em;
}
.head_ttl_txt p{
	color: #fff;
	text-align:center;
	font-size: 16px;
	font-weight:500;
	line-height:1.5;
	padding: 0 0 8px;
}
.contents_ttl{
	margin: 60px 0 20px;
}	

.contents_ttl h2 {
	position: relative;
	color: var(--bg-color);
	font-size: 45px;
	font-weight:900;
	padding: 10px 0;
	text-align: center;
	margin: 1.5em 0;
}
.contents_ttl h2:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	width: 300px;
	height: 200px;
	border-radius: 50%;
	border: 10px solid var(--bg-color);
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#cp .contents_ttl h2:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 50%;
	width: 300px;
	height: 120px;
	border-radius: 50%;
	border: 10px solid var(--bg-color);
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


.sec{
	margin:0 auto;
	padding: 20px 0 0;
}
.sec_box{
	padding: 0px 0;
	flex-wrap: wrap;
}
.sec_ttl_txt h2{
	width: 90%;
	margin: auto;
	font-size: 3em;
	display: block;
	margin: -4px auto 0;
}
.sec_box .sec_ttl_txt h3{
	width: 90%;
	font-size: 16px;
	font-weight: 900;
	color: var(--deepcolor);
	margin: 0 auto;
	letter-spacing: -0.02em;
}
.sec_box .sec_ttl_txt p{
	width: 90%;
	font-size:14px;
	font-weight:500;
	color: #4a4a4a;
	margin:0 auto;
	text-align: justify;
	word-break: break-all;
	letter-spacing: 0;
}
.sec_wrapL{
	margin: 0 auto;
	padding: 0 0 20px;
	justify-content: space-between;
}
.sec_wrapR{
	margin: 0 auto;
	padding: 0 0 20px;
	justify-content: space-between;
}
.sec_wrapL .comment::after {
	border: 20px solid var(--deepcolor);
	border-left-color: rgba(103,229,229,0.1);
	border-top-color: rgba(103,229,229,0.1);
}
.sec_wrapR .comment::after {
	border: 20px solid var(--deepcolor);
	border-left-color: rgba(255,255,0,0.1);
	border-top-color: rgba(255,255,0,0.1);
}
.sec_wrapL .sec_ttl{
	width:100%;
}
.sec_wrapR .sec_ttl{
	width:100%;
}
.sec_ttl_img{
    width: 90%;
    margin: auto;
}
.sec_ttl_txt{
	width: 100%;
	margin: 20px auto;
}
.comment {
	margin:20px auto 0;
	position: relative;
	width: 90%;
	padding: 20px 0 0;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 3px 3px 0 var(--deepcolor);
}
.comment::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
}
.comment h4{
	width: 50%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	color: #222;
}
.comment h4 img{
	width:100%;
}
.comment ul.notice li{
	color: #565656;
}
.comment ul.notice li:last-child{
	border:0;
}
.lp {
	width:90%;
	margin:4% auto;
}
.tag_list{
	width: 100%;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.tag_list li{
	width: 41%;
	padding:10px 10px 10px 0;
	margin: 8px 2px 10px;
	text-align:left;
	line-height:1.5;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 0;
	border-bottom: 1px solid #222;
	position: relative;
}
.tag_list li::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	transform: rotate(45deg);
}
.tag_list li a{
	font-size: 14px;
	font-weight: normal;
	color: #242424;
	font-feature-settings : "palt";
	display:block;
	margin:0 auto;
	width: 100%;
	text-align:center;
}
.recommend{
	padding: 10px 4px 20px;
	width: 96%;
	margin: 0px auto;
	background: var(--main-color);
}
.brand{
	width: 100%;
}
.brand img{
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}
.reco_list{
	width: 90%;
	margin:0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.reco_list li{
	width: 40%;
	padding: 5px 20px 5px 5px;
	margin: 10px 1px;
	text-align: left;
	line-height: 1.2;
	border-radius: 40px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 40px;
	border-bottom: 1px solid #000;
	position: relative;
}
.reco_list li::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
}
.reco_list li a{
	font-size:12px;
	font-weight:500;
	color:#000;
	display:block;
	margin:0 auto;
	text-align:center;
}
	
.brand li{
	width: 40%;
	margin: 10px;
}
	

.btn_base{
	width: 85%;
	margin: 16px auto 0;
}

.btn_base a{
	padding: 0px;
	font-size: 15px;
	letter-spacing: 0.15em;
}

.campaign h3{
	text-align:center;
	font-size:18px;
	font-weight:500;
}
}</pre></body></html>