@charset "UTF-8"; 

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	line-height: 1;
	overflow-x: auto;
	width: 100%;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	text-decoration: none;
}

*:focus {
	outline: none;
}

body {
	color: #000;
	font-family: "Noto Sans JP", "Noto Sans CJK JP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

*::-moz-selection {
	background-color: #04A8BE;
	color: #fff;
}

*::selection {
	background-color: #04A8BE;
	color: #fff;
}

a {
	display: inline-block;
}

img {
	height: auto;
	width: 100%;
}

video {
	width: 100%;
}

.inner {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	max-width: 600px;
}

.logo {
	max-width: 323.66px;
}

.side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.side._left {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	padding: 1.8% 1.3% 1.8% 1.7%;
}

.side._right {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.8% 1.7%;
	right: 0;
}

.side .logo {
	max-width: 278px;
}

.side .content {
	margin-top: auto;
	padding-bottom: 11px;
}

.side {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100vh;
	position: fixed;
	width: 30%;
}

.main {
	background: #fff;
}

.cta {
	margin: 0 auto;
	max-width: 100%;
	width: 290px;
}

.cta .cta-btn a {
	padding: 1em 2em;
}

.cta .cta-btn a ._txt {
	font-size: 17px;
}

.cta .cta-btn._sub {
	margin-top: 25px;
}

.cta .cta-btn._sub ._txt {
	padding-left: 0;
}

.cta-btn {
	margin: 0 auto;
}

.cta-btn ._icon {
	margin-left: 17px;
}

.cta-btn ._icon img {
	vertical-align: middle;
}

.cta-btn._back a {
	-webkit-box-shadow: 0 5px 0 #623819;
	background-color: #fff;
	border: 1.5px solid #623819;
	box-shadow: 0 5px 0 #623819;
	color: #623819;
	padding: 1em 2em;
}

.cta-btn._main a {
	-webkit-box-shadow: 0 5px 0 #623819;
	background: transparent -webkit-linear-gradient(337deg, #DE952B 0%, #FCFF82 5%, #FCCA4B 15%, #FCF370 22%, #FCFF9B 41%, #FCCC4A 63%, #FCA52B 80%, #FCE260 94%, #FCB034 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(113deg, #DE952B 0%, #FCFF82 5%, #FCCA4B 15%, #FCF370 22%, #FCFF9B 41%, #FCCC4A 63%, #FCA52B 80%, #FCE260 94%, #FCB034 100%) 0% 0% no-repeat padding-box;
	border: 1.5px solid #623819;
	box-shadow: 0 5px 0 #623819;
	color: #623819;
	padding: 1.1em 2em;
}

.cta-btn._main ._txt {
	font-size: 21px;
}

.cta-btn._main ._icon {
	width: 26.49px;
}

.cta-btn._sub a {
	-webkit-box-shadow: 0 5px 0 #AD5E00;
	background-color: #F7912B;
	border: 1.5px solid #F7912B;
	box-shadow: 0 5px 0 #AD5E00;
	color: #fff;
	position: relative;
}

.cta-btn._sub ._txt {
	padding-left: 36px;
}

.cta-btn._sub ._icon {
	width: 23px;
}

.cta-btn a {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
	align-items: center;
	border-radius: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.05em;
	margin: 0 auto;
	transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
	transition: box-shadow 0.2s, transform 0.2s;
	transition: box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
	width: 100%;
}

.cta-btn a:hover {
	-webkit-box-shadow: none;
	-webkit-transform: translateY(3px);
	box-shadow: none;
	transform: translateY(3px);
}

.coupon {
	background-color: #FFFDEF;
	padding: 19px 0 58px;
}

.coupon-tit {
	font-weight: 700;
	text-align: center;
	text-decoration: underline;
}

.coupon-txt {
	font-size: 14px;
	margin-top: 6px;
	text-align: center;
}

.coupon .coupon-list {
	margin-top: 32px;
}

.coupon .sec-note {
	margin-top: 35px;
}

.fv-img {
	position: relative;
}

.fv-img .cta-btn {
	-webkit-transform: translateX(-50%);
	display: block;
	left: 50%;
	position: absolute;
	top: 84%;
	transform: translateX(-50%);
	width: calc(100% - 20px);
}

.sec-head {
	margin-bottom: 24px;
}

.sec-note {
	font-size: 12px;
	margin-top: 46px;
}

.sec1 {
	background-color: #FFFDEF;
	padding: 48px 0 49px;
}

.sec1 .cta-btn {
	margin-top: 35px;
}

.coupon-item {
	margin-right: -1px;
}

.coupon-item:nth-of-type(n + 2) {
	margin-top: 27px;
}

.sec2 {
	background: url(../img/bg_border.jpg) no-repeat center/cover;
	padding: 35px 0 50px;
}

.card-list {
	margin-top: 56px;
}

.card-item {
	-webkit-box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.16);
	background: #fff;
	border-radius: 10px;
	box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.16);
	margin-top: 52px;
	padding: 40px 10px 22px;
	position: relative;
	text-align: center;
}

.card-num {
	-webkit-transform: translateX(-50%);
	left: 50%;
	position: absolute;
	top: -31px;
	transform: translateX(-50%);
	width: 63px;
}

.card-icon {
	margin: 4px auto;
	max-width: 178px;
}

.card-tit {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 15px;
}

.card-txt {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.64;
	margin-top: 8px;
}

.sec3 {
	padding: 48px 0 100px;
}

.acd-wrap {
	background: #F1FBFC;
	border: 1px solid #04A8BE;
	border-radius: 5px;
	overflow: hidden;
}

.acd-wrap:nth-of-type(n + 2) {
	margin-top: 20px;
}

.acd-def {
	margin-top: 29px;
}

.acd-dtit {
	-webkit-transition: background-color 0.2s;
	background: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 18px 38px 18px 23px;
	position: relative;
	transition: background-color 0.2s;
}

.acd-dtit._open:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.acd-dtit::before {
	-webkit-transform: translateY(-50%);
	background-color: #04A8BE;
	background-image: none;
	content: "";
	height: 2px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
}

.acd-dtit::after {
	-webkit-transform: translate(50%, -50%);
	-webkit-transition: -webkit-transform 0.2s;
	background-color: #04A8BE;
	content: "";
	height: 14px;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translate(50%, -50%);
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	width: 2px;
}

.acd-data {
	-webkit-transition: max-height 0.3s;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s;
}

.acd-list {
	padding: 22px;
}

.acd-item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.acd-item:nth-of-type(n + 2) {
	margin-top: 18px;
}

.acd-link a {
	color: #000;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

.acd-btn {
	margin-left: 20px;
}

.acd-btn a {
	-webkit-transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
	-webkit-box-shadow: 0 5px 0 #03893B;
	background-color: #06C755;
	border-radius: 6px;
	box-shadow: 0 5px 0 #03893B;
	color: #fff;
	font-weight: 700;
	margin: 0 auto;
	padding: 0.63em 1.07em;
	transition: -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
	transition: box-shadow 0.2s, transform 0.2s;
	transition: box-shadow 0.2s, transform 0.2s, -webkit-box-shadow 0.2s, -webkit-transform 0.2s;
	width: 100%;
}

.acd-btn a:hover {
	-webkit-box-shadow: none;
	-webkit-transform: translateY(3px);
	box-shadow: none;
	transform: translateY(3px);
}

.footer {
	background: #04A8BE;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 9px 20px;
	text-align: center;
}

.footer-link a {
	color: #fff;
	font-size: 12px;
}

.footer-copy {
	font-size: 10px;
	margin-top: 3px;
}

@media screen and (min-width: 800px) {

body {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}

body:before {
	background: url(../img/pc_bg.jpg) no-repeat center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -100;
}

.inner {
	padding: 0 30px;
}

.main {
	margin: auto;
	max-width: 540px;
	width: 40%;
}

._sp {
	display: none;
}

.cta-btn {
	max-width: 420px;
}

.fv-img .cta-btn._sub a {
	padding: 1.18em 0;
}

.fv-img .cta-btn._sub ._txt {
	font-size: 19px;
}

}

@media screen and (max-width: 799px) {

.inner {
	padding: 0 20px;
}

._pc {
	display: none;
}

.cta-btn {
	max-width: 322px;
}

.fv-img .cta-btn._sub a {
	padding: 0.95em 1em;
}

.fv-img .cta-btn._sub ._txt {
	font-size: 18px;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

