@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 1440px) {
	html {
		font-size: 0.6944444444vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2.6666666667vw;
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time, ul, ol, li, dl, dt, dd, table, th, td, img, figure, figcaption, form, input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.preload* {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	color: #222222;
	font-size: 1rem;
	text-align: left;
}

.main {
	display: block;
	overflow: hidden;
}

section {
	position: relative;
}

.wrap {
	position: relative;
	width: 100%;
	max-width: 97.2rem;
	padding: 0 1.6rem;
	margin: 0 auto;
}

p, th, td, dt, dd, li, input, button, textarea {
	font-size: 1.6rem;
	line-height: 1.4375;
	letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold, strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.green {
	color: #00ACA0;
}

.orange {
	color: #EB5A28;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	.fade {
		cursor: pointer;
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		opacity: 0.6;
	}
}
/* ---------------------------------------
  parts
-----------------------------------------*/
/*page_wrap*/
.page_wrap {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/*bg*/
.bg_pink1 {
	background-color: #FAF0F1;
}

.bg_pink2 {
	background-color: #FAE0E3;
}

/*btn*/
.btn a, .btn button {
	min-width: 28.1rem;
	min-height: 5.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	letter-spacing: 0.02em;
	padding: 1rem 3.2rem;
	background-color: #F0F0F0;
	box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.15);
	border-radius: 100vh;
	position: relative;
	transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
	.btn a:hover, .btn button:hover {
		background-color: #E0E0E0;
	}
}
@media screen and (max-width: 767px) {
	.btn a, .btn button {
		font-size: 1.4rem;
	}
}
.btn a::before, .btn button::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	background-color: #EB5A28;
	mask-image: url(../img/arw_btn.svg);
	-webkit-mask-image: url(../img/arw_btn.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	position: absolute;
	right: 1.8rem;
	top: calc(50% - 0.5rem);
}
.btn._back a {
	min-height: 5rem;
	width: 15.5rem;
	color: #222222;
	background-color: #F0F0F0;
	box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.15);
}
.btn._back a::before {
	background-color: #EB5A28;
	right: auto;
	left: 2rem;
	scale: -1 1;
}
@media screen and (min-width: 768px) {
	.btn._back a:hover {
		background-color: #E0E0E0;
	}
}

/*fixed_btn*/
.fixed_btn {
	width: 100%;
	padding: 0 2rem 2.4rem;
	background-color: #00ACA0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
}
@media screen and (max-width: 767px) {
	.fixed_btn {
		padding: 0.3rem 1.6rem 1.3rem;
	}
}
.fixed_btn::before {
	content: "";
	width: 100%;
	height: 2.2rem;
	mask-image: url(../img/section_bg_top_pc.svg);
	-webkit-mask-image: url(../img/section_bg_top_pc.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
	mask-position: center top;
	-webkit-mask-position: center top;
	background-color: #00ACA0;
	position: absolute;
	left: 0;
	top: -2.1rem;
}
@media screen and (min-width: 1441px) {
	.fixed_btn::before {
		height: 1.5277777778vw;
		top: -1.5277777778vw;
	}
}
@media screen and (max-width: 767px) {
	.fixed_btn::before {
		mask-image: url(../img/section_bg_top_sp.svg);
		-webkit-mask-image: url(../img/section_bg_top_sp.svg);
	}
}
.fixed_btn .inner {
	display: flex;
	justify-content: center;
	gap: 0 1.2rem;
}
.fixed_btn .btn a {
	min-width: 40rem;
	min-height: 6rem;
	color: #ffffff;
	font-weight: 900;
	font-size: 1.6rem;
	line-height: 1.375;
	background-color: #EB5A28;
	box-shadow: 0 0.6rem 0 #C33C0D;
}
@media screen and (max-width: 767px) {
	.fixed_btn .btn a {
		min-width: 16.6rem;
		min-height: 7.4rem;
		font-size: 1.4rem;
		padding: 0.5rem 3rem;
	}
}
.fixed_btn .btn a::before {
	background-color: #ffffff;
}
@media screen and (min-width: 768px) {
	.fixed_btn .btn a:hover {
		background-color: #DA2109;
	}
}

/*pagetop*/
.pagetop {
	width: 6rem;
	height: 6rem;
	position: fixed;
	right: 1.4rem;
	bottom: 10rem;
	z-index: 11;
}
@media screen and (max-width: 767px) {
	.pagetop {
		width: 5.4rem;
		height: 5.4rem;
		right: 1rem;
		bottom: 11rem;
	}
}
.pagetop a {
	display: block;
}
@media screen and (min-width: 768px) {
	.pagetop a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.pagetop a:hover {
		opacity: 0.7;
	}
}

/*slider*/
.js-slider .slick_list, .js-slider .slick-track {
	overflow: visible;
}
.js-slider .slick-track {
	display: flex;
}
.js-slider .slick-slide {
	height: auto !important;
}
.js-slider .slick-arrow {
	width: 6.4rem;
	height: 6.4rem;
	font-size: 0;
	background: url(../img/arw_slider.svg) no-repeat center/contain;
	position: absolute;
	top: calc(50% - 5.2rem);
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.js-slider .slick-arrow {
		width: 1.7rem;
		height: 4rem;
		background: url(../img/arw_slider_sp.svg) no-repeat center/contain;
		top: calc(50% - 3.4rem);
	}
}
@media screen and (min-width: 768px) {
	.js-slider .slick-arrow:not(.slick-disabled) {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.js-slider .slick-arrow:not(.slick-disabled):hover {
		opacity: 0.7;
	}
}
.js-slider .slick-arrow.slick-next {
	right: -7.2rem;
}
@media screen and (max-width: 767px) {
	.js-slider .slick-arrow.slick-next {
		right: -2.4rem;
	}
}
@media screen and (min-width: 768px) {
	.js-slider .slick-arrow.slick-next.slick-disabled {
		scale: -1 1;
		background-image: url(../img/arw_slider_disabled.svg);
	}
}
@media screen and (max-width: 767px) {
	.js-slider .slick-arrow.slick-next.slick-disabled {
		opacity: 0;
	}
}
.js-slider .slick-arrow.slick-prev {
	scale: -1 1;
	left: -7.2rem;
}
@media screen and (max-width: 767px) {
	.js-slider .slick-arrow.slick-prev {
		left: -2.4rem;
	}
}
@media screen and (min-width: 768px) {
	.js-slider .slick-arrow.slick-prev.slick-disabled {
		scale: 1 1;
		background-image: url(../img/arw_slider_disabled.svg);
	}
}
@media screen and (max-width: 767px) {
	.js-slider .slick-arrow.slick-prev.slick-disabled {
		opacity: 0;
	}
}
.js-slider .slick-dots {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.js-slider .slick-dots {
		margin-top: 1.4rem;
	}
}
.js-slider .slick-dots li {
	width: 1rem;
	height: 1rem;
	font-size: 0;
}
.js-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	font-size: 0;
	border-radius: 50%;
	background: rgba(102, 102, 102, 0.2);
}
.js-slider .slick-dots li.slick-active button {
	background-color: #F2A1A4;
}

/*popup*/
.mfp-bg {
	position: fixed !important;
	height: 100% !important;
	overflow: hidden;
}

.mfp-wrap {
	position: fixed !important;
	top: 0 !important;
	height: 100% !important;
}

html.is-popup-open {
	overflow: hidden;
}

.mfp-container {
	padding: 0;
}

.mfp-close {
	display: none;
}

.popup-modal-dismiss {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28.5rem;
	height: 5rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
	padding: 1rem 1.5rem;
	background-color: #F0F0F0;
	box-shadow: 0 0.4rem 0 #D5D5D5;
	border-radius: 100vh;
	margin: 1.2rem auto 0;
	transition: background-color 0.3s ease;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.popup-modal-dismiss:hover {
		background-color: #E0E0E0;
	}
}

.popup_box {
	width: 34.3rem;
	max-width: calc(100vw - 3.2rem);
	padding: 3rem 2.4rem 4rem;
	background-color: #ffffff;
	border-radius: 1rem;
	margin: 4rem auto;
	position: relative;
}
.popup_box .inner {
	width: 100%;
	overflow-y: auto;
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	background-color: #ffffff;
	position: relative;
}
#header .header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	padding: 0.9rem 1.6rem;
}
@media screen and (max-width: 767px) {
	#header .header_wrap {
		padding: 0.9rem 1rem 0.9rem 1.6rem;
	}
}
#header .logo {
	width: 12rem;
}
#header .header_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
	font-weight: 900;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.02em;
	padding: 1.2rem 2.2rem;
	border-radius: 100vh;
	background-color: #EB5A28;
	position: relative;
}
@media screen and (min-width: 768px) {
	#header .header_btn a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#header .header_btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	#header .header_btn a {
		padding: 1.2rem 1.25rem;
	}
}
#header .header_btn a::after {
	content: "";
	display: inline-block;
	width: 0.9rem;
	height: 0.9rem;
	background-color: #ffffff;
	mask-image: url(../img/arw_btn.svg);
	-webkit-mask-image: url(../img/arw_btn.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	margin-left: 0.2rem;
}

/* ---------------------------------------
  main
-----------------------------------------*/
/* section_bg
--------------------------------*/
.section_bg {
	padding: 6rem 0 11rem;
}
@media screen and (max-width: 767px) {
	.section_bg {
		padding: 1.6rem 0 8.2rem;
		background-image: url(../img/section_bg.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
	}
}
.section_bg::before {
	content: "";
	width: 100%;
	height: 2.2rem;
	mask-image: url(../img/section_bg_top_pc.svg);
	-webkit-mask-image: url(../img/section_bg_top_pc.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: cover;
	-webkit-mask-size: cover;
	mask-position: center top;
	-webkit-mask-position: center top;
	position: absolute;
	left: 0;
	top: calc(-2.2rem + 1px);
}
@media screen and (min-width: 1441px) {
	.section_bg::before {
		height: 1.5277777778vw;
		top: calc(-1.5277777778vw + 1px);
	}
}
@media screen and (max-width: 767px) {
	.section_bg::before {
		mask-image: url(../img/section_bg_top_sp.svg);
		-webkit-mask-image: url(../img/section_bg_top_sp.svg);
	}
}
.section_bg.bg_pink1::before {
	background-color: #FAF0F1;
}
.section_bg.bg_pink2::before {
	background-color: #FAE0E3;
}
.section_bg .sec_ttl {
	margin: 0 auto 3.6rem;
	padding-left: 3rem;
}
@media screen and (max-width: 767px) {
	.section_bg .sec_ttl {
		padding-left: 0;
	}
}

/* sec_mv
--------------------------------*/
#sec_mv {
	padding: 0 0 7.2rem;
	background-color: #FAF0F1;
}
@media screen and (min-width: 768px) {
	#sec_mv::before, #sec_mv::after {
		content: "";
		position: absolute;
	}
	#sec_mv::before {
		width: 20.3rem;
		height: 62.6rem;
		background: url(../img/mv_bg01_pc.png) no-repeat left top/100% auto;
		left: 0;
		top: 27.7rem;
	}
	#sec_mv::after {
		width: 38.2rem;
		height: 81.35rem;
		background: url(../img/mv_bg02_pc.png) no-repeat right top/100% auto;
		right: 0;
		top: 0;
	}
}
@media screen and (max-width: 767px) {
	#sec_mv {
		padding: 0 0 3rem;
		background: #FAF0F1 url(../img/mv_bg_sp.png) no-repeat center top/100% auto;
	}
}
#sec_mv .ttl_wrap {
	padding: 4rem 0 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap {
		padding: 5.5rem 4.2rem 0;
	}
}
#sec_mv .ttl_wrap::before {
	content: "";
	width: 8.4rem;
	height: 3.8rem;
	background: url(../img/mv_bg_ob.png) no-repeat center bottom/100% auto;
	position: absolute;
	left: 20.7rem;
	top: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap::before {
		width: 3.25rem;
		height: 1.2rem;
		left: 7.8rem;
	}
}
#sec_mv .ttl_wrap .txt {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: #00775F;
	font-weight: 900;
	font-size: 2.9rem;
	line-height: 2.1052631579;
	letter-spacing: 0.1em;
	margin-left: 0.8rem;
	margin-bottom: -1rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap .txt {
		font-size: 1.4rem;
		line-height: 1.4285714286;
	}
}
#sec_mv .ttl_wrap .txt::before, #sec_mv .ttl_wrap .txt::after {
	content: "";
	width: 0.4rem;
	height: 3.4rem;
	background-color: #EB5A28;
	border-radius: 0.3rem;
	position: relative;
	bottom: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap .txt::before, #sec_mv .ttl_wrap .txt::after {
		width: 0.2rem;
		height: 1.7rem;
		border-radius: 0.2rem;
		bottom: 0.1rem;
	}
}
#sec_mv .ttl_wrap .txt::before {
	rotate: -11deg;
	margin-right: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap .txt::before {
		margin-right: 0.4rem;
	}
}
#sec_mv .ttl_wrap .txt::after {
	rotate: 11deg;
	margin-left: -0.8rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap .txt::after {
		margin-left: -0.4rem;
	}
}
#sec_mv .ttl_wrap .ttl {
	width: 89.7rem;
	margin: 0 auto;
	opacity: 0;
	scale: 0;
	transition: opacity 0.2s ease, scale 0.2s ease;
	transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap .ttl {
		width: 28.4rem;
		margin-right: 0;
	}
}
#sec_mv .ttl_wrap .ttl_sub {
	width: 26.8rem;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	scale: 0;
	transition: opacity 0.2s ease, scale 0.2s ease;
	transition-delay: 0.7s;
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap .ttl_sub {
		width: 10.3rem;
	}
}
#sec_mv.is-show .ttl_wrap .ttl, #sec_mv.is-show .ttl_wrap .ttl_sub {
	opacity: 1;
	scale: 1;
}
#sec_mv .present_wrap {
	width: 94rem;
	margin: 2.3rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap {
		width: 35.5rem;
		padding: 2.2rem 0;
		background-color: #ffffff;
		border-radius: 2rem;
		margin: 3rem auto 0;
	}
}
#sec_mv .present_wrap .ttl {
	width: 54.9rem;
	margin: 0 auto -5rem;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap .ttl {
		width: 36.5rem;
		margin: 0 -0.5rem;
	}
}
#sec_mv .present_wrap .img {
	width: 100%;
	position: relative;
}
@media screen and (min-width: 768px) {
	#sec_mv .present_wrap .img {
		padding: 5.8rem 4rem 3rem;
		background-color: #ffffff;
		border-radius: 5.3rem;
	}
	#sec_mv .present_wrap .img::before {
		content: "";
		width: 24.5rem;
		height: 23.3rem;
		background: url(../img/mv_present_ob.png) no-repeat center/contain;
		position: absolute;
		top: 0;
		right: -10.4rem;
		mix-blend-mode: multiply;
	}
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap .img {
		width: 33.5rem;
		margin: 0 auto;
	}
}
#sec_mv .present_wrap .btn {
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap .btn {
		margin-top: 1.4rem;
	}
}
#sec_mv .present_wrap .btn a::before {
	rotate: 90deg;
}
#sec_mv .date {
	color: #375176;
	font-weight: 900;
	line-height: 1.375;
	margin-top: 0.7rem;
}

/* sec_pagenav
--------------------------------*/
#sec_pagenav {
	padding: 2.7rem 0 4.9rem;
	background-color: #F2A1A4;
}
@media screen and (min-width: 1441px) {
	#sec_pagenav {
		padding: 2.7rem 0 calc(2.7rem + 1.5277777778vw);
	}
}
@media screen and (max-width: 767px) {
	#sec_pagenav {
		padding: 1.8rem 0 5.2rem;
	}
}
#sec_pagenav .list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.1rem 0.8rem;
}
@media screen and (max-width: 767px) {
	#sec_pagenav .list {
		grid-template-columns: repeat(2, 1fr);
	}
}
#sec_pagenav .list .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 7.6rem;
	text-align: center;
	color: #333;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.25;
	padding: 2rem 1rem 2.4rem;
	background-color: #ffffff;
	border-radius: 1rem;
	box-shadow: 0 0.4rem 0 #E9D6D7;
	position: relative;
	transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	#sec_pagenav .list .item a {
		height: 6rem;
		padding: 0.5rem 1rem 2rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_pagenav .list .item a:hover {
		background-color: #FFF3F3;
	}
}
#sec_pagenav .list .item a::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	background-color: #EB5A28;
	mask-image: url(../img/arw_btn.svg);
	-webkit-mask-image: url(../img/arw_btn.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	rotate: 90deg;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1.8rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#sec_pagenav .list .item a::before {
		bottom: 0.6rem;
	}
}

/* sec_presents
--------------------------------*/
@media screen and (min-width: 768px) {
	#sec_presents {
		padding-top: 3rem;
	}
	#sec_presents .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_presents .bg._01 {
		width: 18.4rem;
		left: 0;
		top: 26.5rem;
	}
	#sec_presents .bg._02 {
		width: 13.9rem;
		right: 0;
		top: 27rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_presents {
		background-image: url(../img/section_bg02.png);
	}
}
#sec_presents .sec_ttl {
	width: 66rem;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	#sec_presents .sec_ttl {
		width: 31.5rem;
	}
}
#sec_presents .lead {
	font-weight: 900;
	font-size: 1.8rem;
	line-height: 1.3888888889;
	margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .lead {
		font-size: 1.6rem;
		line-height: 1.375;
		margin: 4.5rem 0 1rem;
	}
}
#sec_presents .box {
	background-color: #ffffff;
	border-radius: 2rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_presents .box {
		margin-top: 1rem;
	}
}
#sec_presents .box + .box {
	margin-top: 6.7rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box + .box {
		margin-top: 5rem;
	}
}
#sec_presents .box + .box::before {
	content: "";
	width: 5.8rem;
	height: 5.8rem;
	background: url(../img/presents_ico_plus.svg) no-repeat center/contain;
	position: absolute;
	top: -6.2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#sec_presents .box + .box::before {
		width: 4.1rem;
		height: 4.1rem;
		top: -4.45rem;
	}
}
#sec_presents .box .box_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8.6rem;
	border: 0.6rem solid #ffffff;
	border-bottom: none;
	border-radius: 2rem 2rem 0 0;
	background-color: #00ACA0;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .box_ttl {
		height: 6rem;
		border: 0.3rem solid #ffffff;
	}
}
#sec_presents .box .box_ttl img {
	width: 28.9rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .box_ttl img {
		width: 18.4rem;
	}
}
#sec_presents .box .inner {
	padding: 2.8rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .inner {
		padding: 1.8rem 1.6rem 4rem;
	}
}
#sec_presents .box .ttl_wrap .fukidashi {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-weight: 900;
	font-size: 2.4rem;
	line-height: 1.375;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .ttl_wrap .fukidashi {
		font-size: 1.8rem;
		line-height: 1.3888888889;
	}
}
#sec_presents .box .ttl_wrap .fukidashi::before, #sec_presents .box .ttl_wrap .fukidashi::after {
	content: "";
	width: 0.3rem;
	height: 3.4rem;
	background-color: #00ACA0;
	border-radius: 0.2rem;
	position: relative;
	bottom: -0.2rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .ttl_wrap .fukidashi::before, #sec_presents .box .ttl_wrap .fukidashi::after {
		width: 0.2rem;
		height: 2.8rem;
	}
}
#sec_presents .box .ttl_wrap .fukidashi::before {
	rotate: -18deg;
	margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .ttl_wrap .fukidashi::before {
		margin-right: 1rem;
	}
}
#sec_presents .box .ttl_wrap .fukidashi::after {
	rotate: 18deg;
	margin-left: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .ttl_wrap .fukidashi::after {
		margin-left: 1.5rem;
	}
}
#sec_presents .box .ttl_wrap .ttl {
	font-weight: 900;
	font-size: 3rem;
	line-height: 1.4;
	white-space: nowrap;
	position: relative;
	margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .ttl_wrap .ttl {
		font-size: 2rem;
		margin-top: 1rem;
	}
}
#sec_presents .box .ttl_wrap .ttl .deco {
	display: inline-block;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .ttl_wrap .ttl .deco {
		width: 100%;
	}
}
#sec_presents .box .ttl_wrap .ttl .deco::before, #sec_presents .box .ttl_wrap .ttl .deco::after {
	content: "";
	display: inline-block;
	width: 2.2rem;
	height: 3.5rem;
	position: absolute;
}
#sec_presents .box .ttl_wrap .ttl .deco::before {
	scale: -1 1;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .ttl_wrap .ttl .small {
		font-size: 1.6rem;
	}
}
#sec_presents .box .ttl_wrap .ttl .large {
	font-size: 4.8rem;
	line-height: 0.6;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .ttl_wrap .ttl .large {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_presents .box .ttl_wrap .ttl .sp_large {
		font-size: 2.4rem;
	}
}
#sec_presents .box .example {
	margin: 3rem auto 0;
}
#sec_presents .box .example .ttl {
	max-width: 56rem;
	font-weight: 900;
	line-height: 1.375;
	padding: 0.6rem 1rem;
	background-color: #F0F0F0;
	border-radius: 100vh;
	margin: 0 auto;
}
#sec_presents .box .example .txt {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .example .txt {
		margin-top: 1.6rem;
	}
}
#sec_presents .box .example .img {
	max-width: 56rem;
	margin: 1.6rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .example .img {
		width: 29.6rem;
	}
}
#sec_presents .box .example ul.note {
	margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .example ul.note {
		margin: 1.6rem auto 0;
	}
}
#sec_presents .box .example ul.note li {
	color: #555555;
	font-size: 1.2rem;
	line-height: 1.4166666667;
	padding-left: 1.5rem;
	position: relative;
}
#sec_presents .box .example ul.note li::before {
	content: "・";
	text-align: center;
	width: 1.5rem;
	position: absolute;
	left: 0;
}
#sec_presents .box .example ul.note li.kome::before {
	content: "※";
	color: #EB5A28;
}
#sec_presents .box .example ul.note li + li {
	margin-top: 0.4rem;
}
#sec_presents .box .presents_list {
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list {
		margin-top: 3.2rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_presents .box .presents_list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2.4rem;
	}
}
#sec_presents .box .presents_list .item {
	padding: 1rem;
	background-color: #FFF9EE;
	border-radius: 2rem;
	position: relative;
}
@media screen and (min-width: 768px) {
	#sec_presents .box .presents_list .item {
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item {
		padding: 2rem 2rem 1.3rem;
	}
	#sec_presents .box .presents_list .item + .item {
		margin-top: 1.6rem;
	}
}
#sec_presents .box .presents_list .item::before {
	content: "";
	width: 3.2rem;
	height: 3.2rem;
	background: url(../img/presents_deco.svg) no-repeat center/contain;
	position: absolute;
	top: 0;
	right: 0.4rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item::before {
		width: 3rem;
		height: 3rem;
		top: 0.65rem;
		right: 0.5rem;
	}
}
#sec_presents .box .presents_list .item .prize {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.6rem;
	height: 5.6rem;
	background-color: #F2A1A4;
	border-radius: 50%;
	position: absolute;
	left: -1rem;
	top: -1.1rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item .prize {
		width: 6.4rem;
		height: 6.4rem;
	}
}
#sec_presents .box .presents_list .item .prize img {
	width: auto;
	height: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item .prize img {
		width: 4rem;
	}
}
#sec_presents .box .presents_list .item .flex {
	padding-bottom: 1rem;
	border-bottom: 1px solid #FFEBCA;
}
@media screen and (min-width: 768px) {
	#sec_presents .box .presents_list .item .flex {
		flex: 1;
		flex-direction: column;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item .flex {
		align-items: flex-start;
		gap: 0 1rem;
	}
}
#sec_presents .box .presents_list .item .flex .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 25rem;
	height: 9rem;
	background-color: #ffffff;
	border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item .flex .img {
		width: 9.2rem;
		height: 9.2rem;
	}
}
#sec_presents .box .presents_list .item .flex .img img {
	position: relative;
	max-width: inherit;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 1;
}
#sec_presents .box .presents_list .item .flex .txt_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item .flex .txt_wrap {
		min-height: 8rem;
		justify-content: center;
		margin-top: 0;
	}
}
#sec_presents .box .presents_list .item .flex .txt_wrap .ttl {
	text-align: center;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item .flex .txt_wrap .ttl {
		text-align: left;
		line-height: 1.1666666667;
	}
}
#sec_presents .box .presents_list .item .flex .txt_wrap .ttl .large {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item .flex .txt_wrap .ttl .large {
		font-size: 1.4rem;
	}
}
#sec_presents .box .presents_list .item .flex .txt_wrap .count {
	width: 16rem;
	text-align: center;
	font-weight: 900;
	font-size: 1.2rem;
	line-height: 1.1666666667;
	padding: 0.5rem 0.8rem 0.6rem 1.6rem;
	background-color: #FFEBCA;
	border-radius: 100vh;
	margin: 0.6rem auto 0;
}
#sec_presents .box .presents_list .item .flex .txt_wrap .count .small {
	font-weight: 400;
	font-size: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item._03 .flex .txt_wrap {
		margin-top: -0.5rem;
	}
}
#sec_presents .box .presents_list .item .popup_btn {
	margin-top: 0.8rem;
}
#sec_presents .box .presents_list .item .popup_btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 13.1rem;
	height: 3.2rem;
	text-align: center;
	color: #333;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.3333333333;
	padding: 0.8rem 2rem;
	background-color: #ffffff;
	border-radius: 100vh;
	box-shadow: 0 0.4rem 0 rgba(219, 196, 159, 0.5);
	position: relative;
	transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
	#sec_presents .box .presents_list .item .popup_btn a:hover {
		background-color: #FFEBCA;
	}
}
#sec_presents .box .presents_list .item .popup_btn a::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	background-color: #EB5A28;
	mask-image: url(../img/arw_btn.svg);
	-webkit-mask-image: url(../img/arw_btn.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	position: absolute;
	right: 1.4rem;
	top: calc(50% - 0.5rem);
}
#sec_presents .box .presents_list + ul.note {
	margin-top: 1.6rem;
}
#sec_presents .box .presents_list + ul.note li {
	color: #555555;
	font-size: 1.2rem;
	line-height: 1.4166666667;
	padding-left: 1.4rem;
	text-indent: -1.2rem;
}
#sec_presents .box .presents_list + ul.note li + li {
	margin-top: 0.4rem;
}
#sec_presents .box._01 .ttl_wrap .ttl .deco::before, #sec_presents .box._01 .ttl_wrap .ttl .deco::after {
	background: url(../img/presents_deco.svg) no-repeat center/contain;
	top: -2.6rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._01 .ttl_wrap .ttl .deco::before, #sec_presents .box._01 .ttl_wrap .ttl .deco::after {
		width: 3.3rem;
		height: 4rem;
		background: url(../img/presents_deco02.svg) no-repeat center/contain;
		top: -6rem;
	}
}
#sec_presents .box._01 .ttl_wrap .ttl .deco::before {
	left: -2rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._01 .ttl_wrap .ttl .deco::before {
		left: 0;
	}
}
#sec_presents .box._01 .ttl_wrap .ttl .deco::after {
	right: -2rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._01 .ttl_wrap .ttl .deco::after {
		right: 0;
	}
}
#sec_presents .box._02 .ttl_wrap .ttl .deco::before, #sec_presents .box._02 .ttl_wrap .ttl .deco::after {
	width: 3.3rem;
	height: 4rem;
	background: url(../img/presents_deco02.svg) no-repeat center/contain;
	top: -1.4rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._02 .ttl_wrap .ttl .deco::before, #sec_presents .box._02 .ttl_wrap .ttl .deco::after {
		top: -3rem;
	}
}
#sec_presents .box._02 .ttl_wrap .ttl .deco::before {
	left: -5rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._02 .ttl_wrap .ttl .deco::before {
		left: 0;
	}
}
#sec_presents .box._02 .ttl_wrap .ttl .deco::after {
	right: -3rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._02 .ttl_wrap .ttl .deco::after {
		right: 0;
	}
}

.popup_box {
	padding: 4rem 2.4rem 3rem;
}
.popup_box .inner {
	max-height: calc(100svh - 20.2rem);
}
.popup_box .prize {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.4rem;
	height: 6.4rem;
	background-color: #F2A1A4;
	border-radius: 50%;
	position: absolute;
	left: -1rem;
	top: -1.9rem;
}
.popup_box .prize img {
	width: 4rem;
}
.popup_box .ttl_wrap {
	width: 25rem;
	margin: 0 auto;
}
.popup_box .ttl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	position: relative;
}
.popup_box .ttl .large {
	font-size: 2rem;
	letter-spacing: 0.02em;
}
.popup_box .ttl::before, .popup_box .ttl::after {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/ttl_kakko.svg) no-repeat center/contain;
	position: absolute;
}
.popup_box .ttl::before {
	left: 0;
	top: 0;
}
.popup_box .ttl::after {
	scale: -1 -1;
	right: 0;
	bottom: 0;
}
.popup_box .count {
	display: inline-block;
	font-weight: 900;
	font-size: 1.2rem;
	line-height: 1.1666666667;
	padding: 0.5rem 0.8rem 0.6rem 1.6rem;
	background-color: #FFEBCA;
	border-radius: 100vh;
	margin-top: 1rem;
}
.popup_box .count .small {
	font-weight: 400;
	font-size: 1rem;
}
.popup_box .img {
	width: 100%;
	margin-top: 1.6rem;
}
.popup_box .txt {
	margin-top: 1.2rem;
}
.popup_box .popup-modal-dismiss {
	width: 20.5rem;
	height: 4rem;
}

/* sec_howto
--------------------------------*/
@media screen and (min-width: 768px) {
	#sec_howto .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_howto .bg._01 {
		width: 14.5rem;
		left: 0;
		top: 57.2rem;
	}
	#sec_howto .bg._02 {
		width: 11.9rem;
		right: 0;
		top: -13.1rem;
	}
	#sec_howto .bg._03 {
		width: 12.1rem;
		right: 0;
		bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	#sec_howto {
		padding: 2rem 0 8.2rem;
	}
}
#sec_howto .sec_ttl {
	width: 74.7rem;
}
@media screen and (max-width: 767px) {
	#sec_howto .sec_ttl {
		width: 23.4rem;
	}
}
#sec_howto .box {
	background-color: #ffffff;
	border-radius: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_howto .box {
		margin-top: 2rem;
	}
}
#sec_howto .box .step {
	padding: 5rem 4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step {
		padding: 3rem 1.9rem;
	}
}
#sec_howto .box .step + .step {
	border-top: 1px solid rgba(34, 34, 34, 0.2);
}
#sec_howto .box .step + .step::before {
	content: "";
	width: 4rem;
	height: 1.7rem;
	background: url(../img/howto_arw.svg) no-repeat center/contain;
	position: absolute;
	left: 0;
	right: 0;
	top: -0.5rem;
	margin: 0 auto;
}
#sec_howto .box .step + .step:last-child {
	margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step + .step:last-child {
		margin-top: 4.5rem;
	}
}
#sec_howto .box .step + .step:last-child::before {
	width: 5.9rem;
	height: 7.1rem;
	background: url(../img/howto_more.svg) no-repeat center/contain;
	top: -4.6rem;
}
#sec_howto .box .step .step_ttl {
	width: 9.4rem;
	line-height: 1;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step .step_ttl {
		width: 7.9rem;
	}
}
#sec_howto .box .step > .ttl {
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.15;
	letter-spacing: 0.02em;
	margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step > .ttl {
		font-size: 2rem;
		margin-top: 1rem;
	}
}
#sec_howto .box .step > .txt {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step > .txt {
		margin-top: 1.5rem;
	}
}
#sec_howto .box .step .btn {
	margin-top: 2rem;
}
#sec_howto .box .step .note {
	color: #555;
	font-size: 1.2rem;
	line-height: 1.4166666667;
	letter-spacing: 0;
	padding-left: 1.4rem;
	text-indent: -1.2rem;
	margin-top: 0.8rem;
}
#sec_howto .box .step .img {
	margin: 2rem auto 0;
}
#sec_howto .box .step._01 .moviw_wrap {
	width: 45rem;
	aspect-ratio: 16/9;
	margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step._01 .moviw_wrap {
		width: 100%;
	}
}
#sec_howto .box .step._01 .moviw_wrap iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step._02 {
		padding-left: 2.8rem;
		padding-right: 2.8rem;
	}
}
#sec_howto .box .step._02 .howto_list {
	margin-top: 3rem;
}
#sec_howto .box .step._02 .howto_list .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 26.9rem;
	padding: 2.4rem 1.2rem 1.2rem;
	background-color: #F2FBFA;
	border-radius: 2rem;
	position: relative;
	margin-right: 2.65rem;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step._02 .howto_list .item {
		width: 28.7rem;
		margin-right: 2.9rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_howto .box .step._02 .howto_list .item + .item::before {
		content: "";
		width: 1.7rem;
		height: 4rem;
		font-size: 0;
		background: url(../img/arw_slider_sp.svg) no-repeat center/contain;
		position: absolute;
		top: calc(50% - 2rem);
		left: -2rem;
		z-index: 1;
	}
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap .num {
	width: 2.4rem;
	line-height: 1;
	position: absolute;
	left: 0.3rem;
	top: -1.2rem;
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap .ttl {
	font-weight: 900;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.02em;
	margin-bottom: 0.8rem;
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap .txt {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	margin-top: 0;
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap p.note {
	color: #555;
	font-size: 1rem;
	line-height: 1.2;
	padding-left: 1rem;
	text-indent: -1rem;
	margin-top: 1rem;
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap ul.note {
	padding-top: 0.9rem;
	border-top: 1px solid #C2E0DD;
	margin-top: 1rem;
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap ul.note li {
	color: #000;
	font-size: 1.1rem;
	line-height: 1.3636363636;
	padding-left: 1.5rem;
	position: relative;
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap ul.note li::before {
	content: "・";
	width: 1.5rem;
	font-weight: 700;
	position: absolute;
	left: 0;
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap ul.note li + li {
	margin-top: 0.3rem;
}
#sec_howto .box .step._02 .howto_list .item .txt_wrap ul.note li span {
	display: block;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#sec_howto .box .step._02 .howto_list .item .img {
	width: 100%;
	margin-top: 2rem;
}
#sec_howto .box .step._03 {
	padding-bottom: 3.2rem;
}
#sec_howto .box .step._03 .img {
	width: 9.4rem;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step._03 .img {
		margin-top: 2.4rem;
	}
}
#sec_howto .box .step._03 .txt {
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.4;
	margin-top: 1.5rem;
}
#sec_howto .box .step._03 .note {
	margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step._03 .note {
		text-align: left;
	}
}

/* sec_save
--------------------------------*/
#sec_save {
	background-position: center 4rem;
}
@media screen and (min-width: 768px) {
	#sec_save .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_save .bg._01 {
		width: 8.75rem;
		left: 0;
		top: 38rem;
	}
	#sec_save .bg._02 {
		width: 11.9rem;
		right: 0;
		top: 41.1rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_save {
		padding: 3rem 0 8.2rem;
	}
}
#sec_save .sec_ttl {
	width: 75.1rem;
}
@media screen and (max-width: 767px) {
	#sec_save .sec_ttl {
		width: 29.1rem;
	}
}
#sec_save .lead {
	font-weight: 900;
	font-size: 1.8rem;
	line-height: 1.3888888889;
	margin: 5rem 0 3.2rem;
}
@media screen and (max-width: 767px) {
	#sec_save .lead {
		font-size: 1.6rem;
		margin: 4.2rem 0 2.6rem;
	}
}
#sec_save .box {
	padding: 4rem;
	background-color: #ffffff;
	border-radius: 2rem;
}
@media screen and (min-width: 768px) {
	#sec_save .box {
		display: flex;
		gap: 0 3rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_save .box {
		padding: 4rem 2.4rem;
	}
}
#sec_save .box + .box {
	margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
	#sec_save .box .txt_wrap {
		flex: 1;
	}
}
#sec_save .box .ttl {
	width: 100%;
	line-height: 1;
	padding-bottom: 1.6rem;
	position: relative;
}
#sec_save .box .ttl::after {
	content: "";
	width: 3.4rem;
	height: 0.4rem;
	background-color: #00ACA0;
	border-radius: 0.2rem;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	#sec_save .box .ttl::after {
		right: 0;
		margin: 0 auto;
	}
}
#sec_save .box .txt {
	line-height: 1.375;
	margin-top: 2rem;
}
#sec_save .box .txt a {
	color: #EB5A28;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#sec_save .box .txt a:hover {
		text-decoration: none;
	}
}
#sec_save .box .note {
	font-size: 1.2rem;
	line-height: 1.4166666667;
	letter-spacing: 0;
	padding-left: 1.4rem;
	text-indent: -1.2rem;
	margin-top: 2.4rem;
}
#sec_save .box > .img {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	border-radius: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_save .box > .img {
		margin: 2rem auto 0;
	}
}
@media screen and (min-width: 768px) {
	#sec_save .box._01 .txt_wrap {
		padding-top: 4rem;
	}
}
#sec_save .box._01 .img {
	width: 26.5rem;
	padding: 0 2rem;
	background-color: #ffffff;
	border: 0.2rem solid #F0F0F0;
}
#sec_save .box._01 .img img {
	width: 16.5rem;
}
#sec_save .box._02 .img {
	width: 29.5rem;
	background-color: #F7E5E7;
}
@media screen and (max-width: 767px) {
	#sec_save .box._02 .img {
		width: 100%;
	}
}
#sec_save .box._02 .img img {
	width: 22.1rem;
}

/* sec_guidelines
--------------------------------*/
@media screen and (min-width: 768px) {
	#sec_guidelines .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_guidelines .bg._01 {
		width: 12.8rem;
		left: 0;
		top: -11.4rem;
	}
	#sec_guidelines .bg._02 {
		width: 12.1rem;
		right: 0;
		bottom: -10.3rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_guidelines {
		padding-top: 3rem;
	}
}
#sec_guidelines .sec_ttl {
	width: 47.1rem;
}
@media screen and (max-width: 767px) {
	#sec_guidelines .sec_ttl {
		width: 17.1rem;
		margin-bottom: 5rem;
	}
}
#sec_guidelines .box {
	background-color: #ffffff;
	border-radius: 2rem;
}
#sec_guidelines .box .acd_contents {
	overflow: hidden;
	height: 20.3rem;
	padding: 3rem 4.5rem;
	transition: height 0.3s ease;
	position: relative;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#sec_guidelines .box .acd_contents::-webkit-scrollbar {
	display: none;
}
@media screen and (max-width: 767px) {
	#sec_guidelines .box .acd_contents {
		padding: 3rem 1.6rem;
	}
}
#sec_guidelines .box .acd_contents .simplebar-scrollbar::before {
	background-color: #C9C9C9;
}
#sec_guidelines .box .acd_contents .simplebar-visible:before {
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#sec_guidelines .box .acd_contents .simplebar-vertical {
	width: 0.5rem;
	height: calc(100% - 4rem);
	background-color: #F0F0F0;
	top: 2rem;
	right: 1rem;
}
#sec_guidelines .box .acd_contents::before {
	content: "";
	width: 100%;
	height: 15rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
	transition: opacity 0.3s ease;
	z-index: 1;
}
#sec_guidelines .box .acd_contents .ttl {
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1.0714285714;
	margin: 1.6rem 0 0.8rem;
}
#sec_guidelines .box .acd_contents .ttl:first-of-type {
	margin-top: 0;
}
#sec_guidelines .box .acd_contents .txt {
	font-size: 1.2rem;
	line-height: 1.4166666667;
	margin-top: 0.5rem;
}
#sec_guidelines .box .acd_contents ul {
	margin-top: 0.5rem;
}
#sec_guidelines .box .acd_contents ul li {
	font-size: 1.2rem;
	line-height: 1.4166666667;
	padding-left: 1rem;
	text-indent: -1em;
}
#sec_guidelines .box .acd_contents ul li + li {
	margin-top: 0.5rem;
}
#sec_guidelines .box .acd_contents ul.present li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
#sec_guidelines .box .acd_contents ul.howto li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
#sec_guidelines .box .acd_contents .red {
	color: #dc0101;
}
#sec_guidelines .box .acd_contents a {
	text-decoration: underline;
}
#sec_guidelines .box .acd_contents a:hover {
	text-decoration: none;
}
#sec_guidelines .box .acd_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 5.7rem;
	color: #222222;
	font-weight: 900;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.02em;
	padding: 1rem 4rem;
	border: 0.3rem solid #ffffff;
	border-top: none;
	border-radius: 0 0 2rem 2rem;
	background-color: #F0F0F0;
	position: relative;
	transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
	#sec_guidelines .box .acd_btn:hover {
		background-color: #E0E0E0;
	}
}
#sec_guidelines .box .acd_btn::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	background-color: #EB5A28;
	mask-image: url(../img/arw_btn.svg);
	-webkit-mask-image: url(../img/arw_btn.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	position: absolute;
	right: 1.7rem;
	rotate: 90deg;
	transition: scale 0.3s ease;
}
#sec_guidelines .box .is-open .acd_contents {
	height: 66rem !important;
	overflow-y: scroll;
}
#sec_guidelines .box .is-open .acd_contents::before {
	opacity: 0;
	pointer-events: none;
}
#sec_guidelines .box .is-open .acd_btn::before {
	scale: -1 1;
}

/* sec_faq
--------------------------------*/
@media screen and (min-width: 768px) {
	#sec_faq {
		padding: 3.7rem 0 9rem;
	}
	#sec_faq .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_faq .bg._01 {
		width: 8.75rem;
		left: 0;
		top: 48.1rem;
	}
	#sec_faq .bg._02 {
		width: 11.9rem;
		right: 0;
		bottom: 47.7rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_faq {
		padding-bottom: 6rem;
	}
}
#sec_faq .sec_ttl {
	width: 63.8rem;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	#sec_faq .sec_ttl {
		width: 26.1rem;
		margin-bottom: 5.5rem;
	}
}
#sec_faq .list_wrap + .list_wrap {
	margin-top: 4rem;
}
#sec_faq .list_wrap > .ttl {
	color: #00ACA0;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.25;
}
#sec_faq .list_wrap > .ttl .fukidashi {
	display: inline-block;
	position: relative;
}
#sec_faq .list_wrap > .ttl .fukidashi::before, #sec_faq .list_wrap > .ttl .fukidashi::after {
	content: "";
	width: 0.2rem;
	height: 100%;
	min-height: 3.8rem;
	background-color: #00ACA0;
	border-radius: 0.2rem;
	position: absolute;
	bottom: -0.5rem;
}
#sec_faq .list_wrap > .ttl .fukidashi::before {
	rotate: -18deg;
	left: -2rem;
}
#sec_faq .list_wrap > .ttl .fukidashi::after {
	rotate: 18deg;
	right: -2rem;
}
#sec_faq .list_wrap .faq_list {
	margin-top: 2rem;
}
#sec_faq .list_wrap .faq_list .box {
	border: 0.4rem solid #ffffff;
	border-radius: 2rem;
	background-color: #ffffff;
}
#sec_faq .list_wrap .faq_list .box + .box {
	margin-top: 1rem;
}
#sec_faq .list_wrap .faq_list .box .acd_btn {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 6.2rem;
	padding: 1rem 4rem 1rem 2rem;
	border-radius: 2rem 2rem 0 0;
	position: relative;
	cursor: pointer;
	transition-property: all !important;
}
@media screen and (min-width: 768px) {
	#sec_faq .list_wrap .faq_list .box .acd_btn {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#sec_faq .list_wrap .faq_list .box .acd_btn:hover {
		opacity: 0.7;
	}
}
#sec_faq .list_wrap .faq_list .box .acd_btn::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	background-color: #EB5A28;
	mask-image: url(../img/arw_btn.svg);
	-webkit-mask-image: url(../img/arw_btn.svg);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	mask-position: center;
	-webkit-mask-position: center;
	position: absolute;
	right: 1.7rem;
	rotate: 90deg;
	transition: scale 0.3s ease;
}
#sec_faq .list_wrap .faq_list .box .acd_btn.is-open {
	border-radius: 2rem 2rem 0 0;
	background-color: #F0F0F0;
}
#sec_faq .list_wrap .faq_list .box .acd_btn.is-open::before {
	scale: -1 1;
}
#sec_faq .list_wrap .faq_list .box .q_txt {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.02em;
}
#sec_faq .list_wrap .faq_list .box .acd_cnt {
	display: none;
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner {
	padding: 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
	#sec_faq .list_wrap .faq_list .box .acd_cnt .inner {
		padding: 2.4rem 2rem;
	}
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner .txt + .txt {
	margin-top: 1rem;
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#sec_faq .list_wrap .faq_list .box .acd_cnt .inner a:hover {
		text-decoration: none;
	}
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner > ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner > ul.note {
	margin-top: 1rem;
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner > ul.note li {
	color: #555555;
	font-size: 1.2rem;
	line-height: 1.4166666667;
	padding-left: 2.2rem;
	text-indent: -2.2rem;
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner > ul.note li + li {
	margin-top: 0.4rem;
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner .small {
	color: #555555;
	font-size: 1.2rem;
	line-height: 1.4166666667;
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner .img_wrap {
	padding: 2rem 1.5rem;
	background-color: #FAF0F1;
	border-radius: 1.4rem;
	margin-top: 2rem;
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner .img_wrap .ttl {
	font-weight: 700;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_faq .list_wrap .faq_list .box .acd_cnt .inner .img_wrap .ttl {
		text-align: left;
	}
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner .img_wrap .txt {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	#sec_faq .list_wrap .faq_list .box .acd_cnt .inner .img_wrap .txt {
		text-align: left;
	}
}
#sec_faq .list_wrap .faq_list .box .acd_cnt .inner .img_wrap .img {
	width: 26.5rem;
	margin: 1.5rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_faq .list_wrap .faq_list .box .acd_cnt .inner .img_wrap .img {
		width: 100%;
	}
}
#sec_faq .coupon_list {
	margin-top: 3rem;
}
#sec_faq .coupon_list .item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 26.9rem;
	padding: 2.4rem 1.2rem;
	background-color: #F2FBFA;
	border-radius: 2rem;
	position: relative;
	margin-right: 2.25rem;
}
@media screen and (max-width: 767px) {
	#sec_faq .coupon_list .item {
		width: 29.5rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_faq .coupon_list .item + .item::before {
		content: "";
		width: 1.4rem;
		height: 4rem;
		font-size: 0;
		background: url(../img/arw_slider_sp.svg) no-repeat center/contain;
		position: absolute;
		top: calc(50% - 2rem);
		left: -1.8rem;
		z-index: 1;
	}
}
#sec_faq .coupon_list .item .txt_wrap .num {
	width: 2.4rem;
	line-height: 1;
	margin: 0 auto;
}
#sec_faq .coupon_list .item .txt_wrap .ttl {
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.15;
	letter-spacing: 0.02em;
	margin-top: 0.5rem;
}
#sec_faq .coupon_list .item .txt_wrap .txt {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	margin-top: 1.2rem;
}
#sec_faq .coupon_list .item .txt_wrap p.note {
	color: #555;
	font-size: 1rem;
	line-height: 1.2;
	padding-left: 1rem;
	text-indent: -1rem;
	margin: 1rem 0.5rem 0;
}
#sec_faq .coupon_list .item .txt_wrap ul.note {
	padding-top: 0.9rem;
	border-top: 1px solid #C2E0DD;
	margin-top: 1rem;
}
#sec_faq .coupon_list .item .txt_wrap ul.note li {
	color: #000;
	font-size: 1.1rem;
	line-height: 1.3636363636;
	padding-left: 1.5rem;
	position: relative;
}
#sec_faq .coupon_list .item .txt_wrap ul.note li::before {
	content: "・";
	width: 1.5rem;
	font-weight: 700;
	position: absolute;
	left: 0;
}
#sec_faq .coupon_list .item .txt_wrap ul.note li + li {
	margin-top: 0.3rem;
}
#sec_faq .coupon_list .item .txt_wrap ul.note li span {
	display: block;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#sec_faq .coupon_list .item .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.5rem 1.5rem;
	background-color: #ffffff;
	border-radius: 2rem;
	margin: 2rem auto 0;
	position: relative;
}
#sec_faq .coupon_list .item .img img {
	width: 14.8rem;
}
#sec_faq .coupon_list .item .img .caption {
	color: #666;
	font-size: 0.9rem;
	line-height: 1.3333333333;
	letter-spacing: 0;
	padding-left: 1rem;
	text-indent: -1rem;
	position: absolute;
	left: 1rem;
	bottom: 1rem;
}
#sec_faq .coupon_list .item._04 .img {
	padding: 0.7rem 1.5rem;
	margin-top: 1.4rem;
}
#sec_faq .coupon_list .item._04 .img img {
	width: 21.6rem;
}
#sec_faq .coupon_list .item._04 .img .caption {
	left: auto;
	right: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_faq .js-slider .slick-arrow.slick-next {
		right: -2rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_faq .js-slider .slick-arrow.slick-prev {
		left: -2rem;
	}
}

/* sec_contact
--------------------------------*/
#sec_contact {
	padding: 9rem 0;
	background-color: #FAE0E3;
}
@media screen and (min-width: 768px) {
	#sec_contact .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_contact .bg._01 {
		width: 13.6rem;
		left: 0;
		top: -15.7rem;
	}
	#sec_contact .bg._02 {
		width: 11.9rem;
		right: 0;
		bottom: -10.3rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_contact {
		padding: 7.2rem 0 4rem;
	}
	#sec_contact::before {
		content: "";
		width: 100%;
		height: 2.2rem;
		mask-image: url(../img/section_bg_top_sp.svg);
		-webkit-mask-image: url(../img/section_bg_top_sp.svg);
		mask-repeat: no-repeat;
		-webkit-mask-repeat: no-repeat;
		mask-size: cover;
		-webkit-mask-size: cover;
		mask-position: center bottom;
		-webkit-mask-position: center bottom;
		background-color: #FAF0F1;
		position: absolute;
		left: 0;
		top: 0;
		scale: 1 -1;
	}
}
#sec_contact .box {
	background-color: #ffffff;
	border-radius: 1rem;
}
#sec_contact .box + .box {
	margin-top: 2rem;
}
#sec_contact .box._01 {
	padding: 4rem 2.4rem 4.5rem;
}
#sec_contact .box._01 .fukidashi {
	color: #666666;
	font-weight: 700;
}
#sec_contact .box._01 .fukidashi span {
	display: inline-block;
	position: relative;
}
#sec_contact .box._01 .fukidashi span::before, #sec_contact .box._01 .fukidashi span::after {
	content: "";
	width: 1px;
	height: 100%;
	min-height: 2.6rem;
	background-color: #666666;
	border-radius: 0.2rem;
	position: absolute;
	bottom: -0.2rem;
}
#sec_contact .box._01 .fukidashi span::before {
	rotate: -18deg;
	left: -1.8rem;
}
#sec_contact .box._01 .fukidashi span::after {
	rotate: 18deg;
	right: -1.8rem;
}
#sec_contact .box._01 .ttl {
	color: #000;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.1666666667;
	letter-spacing: 0.02em;
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .box._01 .ttl {
		font-size: 2rem;
	}
}
#sec_contact .box._01 .link {
	margin-top: 1rem;
}
#sec_contact .box._01 .link a {
	max-width: 33.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	padding: 1.5rem;
	background-color: #F0F0F0;
	border-radius: 100vh;
	transition: background-color 0.3s ease;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	#sec_contact .box._01 .link a:hover {
		background-color: #E0E0E0;
	}
}
#sec_contact .box._01 .link + .txt {
	margin-top: 0.5rem;
}
#sec_contact .box._01 .note {
	font-size: 1.2rem;
	line-height: 1.4166666667;
	padding-left: 1.2rem;
	text-indent: -1.2rem;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .box._01 .note {
		text-align: left;
	}
}
#sec_contact .box._02 {
	padding: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
	#sec_contact .box._02 {
		padding: 0;
	}
}

/* sec_campaign
--------------------------------*/
#sec_campaign {
	padding: 9rem 0 10rem;
	background-color: #FAF0F1;
}
@media screen and (max-width: 767px) {
	#sec_campaign {
		padding: 3.4rem 0;
	}
}
@media screen and (min-width: 768px) {
	#sec_campaign::before, #sec_campaign::after {
		content: "";
		position: absolute;
	}
	#sec_campaign::before {
		width: 53.9rem;
		height: 34.9rem;
		background: url(../img/campaign_bg01.png) no-repeat left top/100% auto;
		left: 0;
		bottom: 0;
	}
	#sec_campaign::after {
		width: 77.55rem;
		height: 34.4rem;
		background: url(../img/campaign_bg02.png) no-repeat right top/100% auto;
		right: 0;
		bottom: 0;
	}
}
#sec_campaign .bnr {
	width: 84.45rem;
	margin: 4rem auto 0;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#sec_campaign .bnr {
		width: 100%;
		margin: 1.5rem auto 0;
	}
}
#sec_campaign .txt {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4545454545;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_campaign .txt {
		font-size: 1.8rem;
	}
}
#sec_campaign .txt a {
	color: #EB5A28;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#sec_campaign .txt a:hover {
		text-decoration: none;
	}
}

/* sec_application
--------------------------------*/
#sec_application {
	padding: 4rem 0;
	background-color: #ffffff;
}
#sec_application .ttl {
	font-weight: 900;
	font-size: 2rem;
	line-height: 1.4;
}
#sec_application .link_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
}
@media screen and (max-width: 767px) {
	#sec_application .link_wrap {
		gap: 1.5rem;
	}
}
#sec_application .link_wrap .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 31.4rem;
	padding: 2rem 3rem;
	background-color: #F0F0F0;
	border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
	#sec_application .link_wrap .item {
		width: 16.4rem;
		padding: 0;
		background: none;
		border-radius: 0;
	}
}
#sec_application .link_wrap .item .link {
	width: 16.4rem;
}
@media screen and (max-width: 767px) {
	#sec_application .link_wrap .item .link {
		width: 100%;
	}
}
#sec_application .link_wrap .item .qr {
	width: 7.4rem;
}

/* ---------------------------------------
footer
-----------------------------------------*/
#footer {
	padding: 2.4rem 0 10.8rem;
	border-top: 1px solid #F0F0F0;
}
@media screen and (min-width: 768px) {
	#footer {
		padding: 2.4rem 0 calc(10.4rem + 1.5277777778vw);
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 2.4rem 0 13.6rem;
	}
}
#footer .logo {
	width: 18rem;
	margin: 0 auto;
}
#footer .logo img {
	width: 100%;
}
#footer .copyright {
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0;
	margin-top: 2.5rem;
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */
._nofix {
	position: relative;
}
._nofix::before {
	content: "FIX次第差し替え";
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2rem;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}