@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: "Zen Maru Gothic", 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;
	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: #40BAB5;
}

.pink {
	color: #F091A0;
}

.blue {
	color: #0097D7;
}

.orange {
	color: #EB5A28;
}

.kakugo {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.noto {
	font-family: "Noto Sans JP", sans-serif;
}

@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_blue {
	background-color: #E5F4FA;
}

/*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;
	color: #222222;
	font-family: "Noto Sans JP", sans-serif;
	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: #40BAB5;
	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: #40BAB5;
	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 {
		height: 1.2rem;
		mask-image: url(../img/section_bg_top_sp.svg);
		-webkit-mask-image: url(../img/section_bg_top_sp.svg);
		top: -1rem;
	}
}
.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: #F091A0;
}

/*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: 1rem 1.6rem;
}
#header .logo {
	width: 12rem;
}
#header .login_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.02em;
	padding: 1.1rem 1.4rem;
	border-radius: 100vh;
	background-color: #0097D7;
	box-shadow: 0 0.2rem 0 #007EB3;
	position: relative;
}
@media screen and (min-width: 768px) {
	#header .login_btn a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#header .login_btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	#header .login_btn a {
		font-size: 1rem;
		padding: 0.8rem 1.2rem 0.6rem;
	}
}
#header .login_btn a::after {
	content: "";
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	background: url(../img/ico_login.svg) no-repeat center/contain;
	margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
	#header .login_btn a::after {
		width: 1rem;
		height: 1rem;
	}
}

/* ---------------------------------------
  main
-----------------------------------------*/
/* section_bg
--------------------------------*/
.section_bg {
	padding: 5rem 0 11.2rem;
}
@media screen and (max-width: 767px) {
	.section_bg {
		padding: 4rem 0 6rem;
	}
}
.section_bg::before {
	content: "";
	width: 100%;
	height: 2.2rem;
	background-color: #ffffff;
	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 {
		height: 1.2rem;
		mask-image: url(../img/section_bg_top_sp.svg);
		-webkit-mask-image: url(../img/section_bg_top_sp.svg);
		top: calc(-1.2rem + 1px);
	}
}
.section_bg.bg_blue::before {
	background-color: #E5F4FA;
}
.section_bg .sec_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #0097D7;
	font-weight: 900;
	font-size: 5rem;
	line-height: 1.1904761905;
	letter-spacing: 0.02em;
	margin-bottom: 2.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.section_bg .sec_ttl {
		font-size: 3.2rem;
		margin-bottom: 2rem;
	}
}
.section_bg .sec_ttl::before, .section_bg .sec_ttl::after {
	content: "";
	display: inline-block;
	width: 9.6rem;
	height: 12.4rem;
	background: url(../img/sec_ttl_bg01.png) no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
	.section_bg .sec_ttl::before, .section_bg .sec_ttl::after {
		width: 5.6rem;
		height: 7.2rem;
	}
}
@media screen and (min-width: 768px) {
	.section_bg .sec_ttl::after {
		background-image: url(../img/sec_ttl_bg02.png);
	}
}
@media screen and (max-width: 767px) {
	.section_bg .sec_ttl::after {
		scale: -1 1;
	}
}
.section_bg .sec_ttl > span {
	position: relative;
}
@media screen and (max-width: 767px) {
	.section_bg .sec_ttl > span {
		display: inline-block;
	}
}

/* sec_mv
--------------------------------*/
#sec_mv {
	padding: 0 0 5rem;
}
@media screen and (max-width: 767px) {
	#sec_mv {
		padding: 0 0 4rem;
	}
}
#sec_mv .ttl_wrap {
	padding: 1.2rem 0 7.7rem;
	background: #0097D7 url(../img/mv_bg_pc.png) no-repeat center bottom/100% auto;
	position: relative;
}
@media screen and (min-width: 1441px) {
	#sec_mv .ttl_wrap {
		padding: 0.8333333333vw 0 5.3472222222vw;
	}
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap {
		padding: 3.1rem 1.1rem 3.8rem;
		background-image: url(../img/mv_bg_sp.png);
	}
}
#sec_mv .ttl_wrap::before {
	content: "";
	width: 31.6rem;
	height: 41.15rem;
	background: url(../img/mv_confetti_pc.png) no-repeat center top/100% auto;
	position: absolute;
	top: 2.2rem;
	opacity: 0;
	scale: 0;
	transition: opacity 0.2s ease, scale 0.2s ease;
	transition-delay: 0.7s;
}
@media screen and (min-width: 1441px) {
	#sec_mv .ttl_wrap::before {
		width: 21.9444444444vw;
		height: 28.5763888889vw;
		top: 1.5277777778vw;
	}
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap::before {
		width: 9.75rem;
		height: 16.7rem;
		background-image: url(../img/mv_confetti_sp.png);
		right: 0;
		top: 0;
	}
}
#sec_mv .ttl_wrap .ttl {
	width: 70.7rem;
	margin-left: 22rem;
	opacity: 0;
	scale: 0;
	transition: opacity 0.2s ease, scale 0.2s ease;
	transition-delay: 0.5s;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 1441px) {
	#sec_mv .ttl_wrap .ttl {
		width: 49.0972222222vw;
		margin-left: 15.2777777778vw;
	}
}
@media screen and (max-width: 767px) {
	#sec_mv .ttl_wrap .ttl {
		width: 27.3rem;
		margin-left: 0;
	}
}
#sec_mv.is-show .ttl_wrap::before, #sec_mv.is-show .ttl_wrap .ttl {
	opacity: 1;
	scale: 1;
}
#sec_mv .present_wrap {
	width: 95.9rem;
	margin: 0 auto;
	position: relative;
}
@media screen and (min-width: 768px) {
	#sec_mv .present_wrap::before {
		content: "";
		width: 139.25rem;
		height: 29.7rem;
		background: url(../img/mv_presents_bg_pc.png) no-repeat center top/100% auto;
		position: absolute;
		left: 50%;
		top: -3.6rem;
		translate: -50% 0;
	}
}
@media screen and (min-width: 1441px) {
	#sec_mv .present_wrap::before {
		width: 96.7013888889vw;
		height: 20.625vw;
	}
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap {
		width: 36.2rem;
		margin: 2.6rem auto 0;
	}
}
#sec_mv .present_wrap .txt {
	display: inline-block;
	color: #0097D7;
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.3928571429;
	padding-left: 1rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap .txt {
		font-size: 1.4rem;
		line-height: 1.4285714286;
		padding-left: 1rem;
	}
}
#sec_mv .present_wrap .txt::before, #sec_mv .present_wrap .txt::after {
	content: "";
	width: 0.4rem;
	height: 100%;
	background-color: #0097D7;
	border-radius: 0.2rem;
	position: absolute;
	bottom: -0.2rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap .txt::before, #sec_mv .present_wrap .txt::after {
		width: 0.2rem;
		bottom: -0.2rem;
	}
}
#sec_mv .present_wrap .txt::before {
	rotate: -13deg;
	left: -1rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap .txt::before {
		left: -0.5rem;
	}
}
#sec_mv .present_wrap .txt::after {
	rotate: 13deg;
	right: -1rem;
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap .txt::after {
		right: -0.8rem;
	}
}
#sec_mv .present_wrap .txt .marker {
	background-image: linear-gradient(transparent 20%, #FFF200 20% 90%, transparent 90%);
}
#sec_mv .present_wrap .img {
	width: 100%;
	margin-top: 1.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_mv .present_wrap .img {
		margin-top: 0.5rem;
	}
}
#sec_mv .present_wrap .img::before {
	content: "";
	width: 7.75rem;
	height: 7.25rem;
	background: url(../img/mv_present_deco.png) no-repeat center/contain;
	position: absolute;
	top: -2.4rem;
	right: -1.5rem;
}

/* sec_pagenav
--------------------------------*/
#sec_pagenav {
	padding: 6rem 0;
	background-color: #0097D7;
}
@media screen and (min-width: 1441px) {
	#sec_pagenav {
		padding: calc(3.8rem + 1.5277777778vw) 0 calc(3.8rem + 1.5277777778vw);
	}
}
@media screen and (max-width: 767px) {
	#sec_pagenav {
		padding: 3rem 0;
	}
}
#sec_pagenav::before {
	content: "";
	width: 100%;
	height: 2.2rem;
	background-color: #ffffff;
	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;
	scale: 1 -1;
	position: absolute;
	left: 0;
	top: -1px;
}
@media screen and (min-width: 1441px) {
	#sec_pagenav::before {
		height: 1.5277777778vw;
	}
}
@media screen and (max-width: 767px) {
	#sec_pagenav::before {
		height: 1.2rem;
		mask-image: url(../img/section_bg_top_sp.svg);
		-webkit-mask-image: url(../img/section_bg_top_sp.svg);
	}
}
#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.8rem;
	line-height: 1.2777777778;
	padding: 1rem 1rem 1.2rem;
	background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
	border: 0.3rem solid #ffffff;
	border-radius: 1rem;
	box-shadow: 0 0.4rem 0 rgba(0, 0, 0, 0.25);
	position: relative;
	transition: background 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 767px) {
	#sec_pagenav .list .item a {
		height: 6rem;
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_pagenav .list .item a:hover {
		background: linear-gradient(180deg, #E9F2F6 0%, #E9F2F6 100%);
		border-color: #F4F4F4;
	}
}
#sec_pagenav .list .item a::before {
	content: "";
	width: 2.4rem;
	height: 1.2rem;
	background-color: #ffffff;
	border-radius: 1.2rem 1.2rem 0 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
#sec_pagenav .list .item a::after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background-color: #7BC8C3;
	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: 0;
	margin: 0 auto;
}

/* sec_presents
--------------------------------*/
@media screen and (min-width: 768px) {
	#sec_presents .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_presents .bg._01 {
		width: 18.4rem;
		left: 1.5rem;
		top: 7.3rem;
	}
	#sec_presents .bg._02 {
		width: 16.9rem;
		right: 0;
		top: 6.4rem;
	}
}
#sec_presents .sec_ttl {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	#sec_presents .sec_ttl {
		margin: 0 -1.6rem 2rem;
	}
}
#sec_presents .lead {
	font-weight: 700;
	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: 2rem 0 2.4rem;
	}
}
#sec_presents .box {
	position: relative;
}
#sec_presents .box + .box {
	margin-top: 3rem;
}
#sec_presents .box + .box::before {
	content: "";
	width: 5rem;
	height: 5rem;
	background: url(../img/presents_ico_plus.svg) no-repeat center/contain;
	position: absolute;
	top: -4rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#sec_presents .box .box_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7.2rem;
	color: #ffffff;
	font-weight: 700;
	font-size: 3.338rem;
	line-height: 1.0784901138;
	border-radius: 1rem 1rem 0 0;
	background-color: #40BAB5;
}
#sec_presents .box .box_ttl .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.1rem;
	height: 4.1rem;
	font-weight: 900;
	font-size: 3.446rem;
	line-height: 1;
	background-color: #00ACA0;
	border-radius: 50%;
	padding-bottom: 0.3rem;
	margin-left: 0.5rem;
}
#sec_presents .box .inner {
	border: 0.8rem solid #40BAB5;
	border-top: none;
	border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .inner {
		border: 0.3rem solid #40BAB5;
	}
}
#sec_presents .box .ttl_wrap .ttl {
	margin: 0 auto;
}
#sec_presents .box._01 .inner {
	padding: 1.5rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._01 .inner {
		padding: 1rem 1.3rem 3.7rem;
	}
}
#sec_presents .box._01 .ttl_wrap .ttl {
	width: 87.5rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._01 .ttl_wrap .ttl {
		width: 28.9rem;
	}
}
#sec_presents .box._02 .inner {
	padding: 2.4rem 3.2rem 3.2rem;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._02 .inner {
		padding: 1rem 1.3rem 3.7rem;
	}
}
#sec_presents .box._02 .box_ttl {
	background-color: #F091A0;
}
#sec_presents .box._02 .box_ttl .num {
	background-color: #EE788B;
}
#sec_presents .box._02 .inner {
	border-color: #F091A0;
}
#sec_presents .box._02 .ttl_wrap .ttl {
	width: 100%;
}
@media screen and (max-width: 767px) {
	#sec_presents .box._02 .ttl_wrap .ttl {
		width: 24.3rem;
	}
}
#sec_presents .box .example {
	width: 87.5rem;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .example {
		width: 28.5rem;
	}
}
#sec_presents .box .example ul.note {
	max-width: 86rem;
	margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .example ul.note {
		margin-top: 3rem;
	}
}
#sec_presents .box .example ul.note li {
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	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.6rem;
}
#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;
		margin-top: 4.8rem;
	}
}
#sec_presents .box .presents_list .item {
	padding: 1rem;
	background-color: #FCF5F5;
	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: 4.9rem;
	height: 4.9rem;
	background: url(../img/presents_list_deco.svg) no-repeat center/contain;
	position: absolute;
	top: -0.5rem;
	right: 0.8rem;
}
#sec_presents .box .presents_list .item .prize {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.6rem;
	height: 5.6rem;
	background-color: #F091A0;
	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.6rem;
		height: 6.6rem;
	}
}
#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: 2.2rem;
	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;
		padding-bottom: 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: 1.8rem;
}
@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;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list .item .flex .txt_wrap .count {
		width: 15rem;
	}
}
#sec_presents .box .presents_list .item .flex .txt_wrap .count .small {
	font-weight: 400;
	font-size: 1rem;
}
#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: 1.6rem auto 0;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list + ul.note {
		width: 28.3rem;
	}
}
#sec_presents .box .presents_list + ul.note li {
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
	#sec_presents .box .presents_list + ul.note li {
		font-size: 1.4rem;
		line-height: 1.3571428571;
	}
}
#sec_presents .box .presents_list + ul.note li + li {
	margin-top: 0.6rem;
}

.popup_box {
	padding-bottom: 3rem;
}
.popup_box .inner {
	max-height: calc(100svh - 20.2rem);
}
.popup_box .prize {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 6.6rem;
	height: 6.6rem;
	background-color: #F091A0;
	border-radius: 50%;
	position: absolute;
	left: -1.1rem;
	top: -1.9rem;
}
.popup_box .prize img {
	width: 4rem;
}
.popup_box .ttl_wrap {
	width: 23.8rem;
	width: 21rem;
	margin: 0 auto;
}
.popup_box .ttl {
	font-family: "Noto Sans JP", sans-serif;
	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-family: "Noto Sans JP", sans-serif;
	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.4rem;
		left: 0;
		top: -34.5rem;
	}
	#sec_howto .bg._02 {
		width: 14.4rem;
		right: 0;
		top: 73.3rem;
	}
	#sec_howto .bg._03 {
		width: 14.5rem;
		left: 0;
		bottom: -6rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_howto .sec_ttl {
		margin-bottom: 0;
	}
}
#sec_howto .lead {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.3888888889;
	margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
	#sec_howto .lead {
		font-size: 1.6rem;
		line-height: 1.375;
		margin: 2rem 0 2.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: 4.5rem 4rem 5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step {
		padding: 3rem 1.9rem;
	}
}
#sec_howto .box .step * {
	font-family: "Noto Sans JP", sans-serif;
}
#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 > .ttl {
	color: #0097D7;
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.3928571429;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step > .ttl {
		font-size: 2rem;
		letter-spacing: 0.01em;
	}
}
#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: 0.6rem;
	}
}
#sec_howto .box .step .btn {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	#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;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step .note {
		text-align: left;
	}
}
#sec_howto .box .step .img {
	margin: 2rem auto 0;
}
#sec_howto .box .step .howto_list {
	margin-top: 3rem;
}
#sec_howto .box .step .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 .howto_list .item {
		width: 28.7rem;
		margin-right: 2.9rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_howto .box .step .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 .howto_list .item .txt_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
#sec_howto .box .step .howto_list .item .txt_wrap .num {
	width: 2.4rem;
	line-height: 1;
	position: absolute;
	left: 0.3rem;
	top: -1.2rem;
}
#sec_howto .box .step .howto_list .item .txt_wrap .ttl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.02em;
	margin-bottom: 0.8rem;
}
#sec_howto .box .step .howto_list .item .txt_wrap .txt {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	margin-top: 0.8rem;
}
#sec_howto .box .step .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 .howto_list .item .txt_wrap ul.note {
	padding-top: 0.9rem;
	border-top: 1px solid #C2E0DD;
	margin-top: 1rem;
}
#sec_howto .box .step .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 .howto_list .item .txt_wrap ul.note li::before {
	content: "・";
	width: 1.5rem;
	font-weight: 700;
	position: absolute;
	left: 0;
}
#sec_howto .box .step .howto_list .item .txt_wrap ul.note li + li {
	margin-top: 0.3rem;
}
#sec_howto .box .step .howto_list .item .txt_wrap ul.note li span {
	display: block;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#sec_howto .box .step .howto_list .item .img {
	width: 100%;
	margin-top: 2rem;
}
#sec_howto .box .step._01 .howto_list .item .txt_wrap p.note {
	color: #222;
	font-size: 1.2rem;
	line-height: 1.1666666667;
	padding-left: 1.2rem;
	text-indent: -1.2rem;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step._01 {
		padding-left: 2.8rem;
		padding-right: 2.8rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step._02 {
		padding-left: 2.8rem;
		padding-right: 2.8rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_howto .box .step._03 {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		gap: 0 3.2rem;
		padding-bottom: 4.5rem;
	}
}
#sec_howto .box .step._03 .img {
	width: 9.4rem;
	margin: 0 0 0.3rem;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step._03 .img {
		margin: 2.4rem auto 0;
	}
}
#sec_howto .box .step._03 .txt {
	font-weight: 900;
	font-size: 2.8rem;
	line-height: 1.3928571429;
}
@media screen and (max-width: 767px) {
	#sec_howto .box .step._03 .txt {
		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
--------------------------------*/
@media screen and (min-width: 768px) {
	#sec_save .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_save .bg._01 {
		width: 14.3rem;
		right: 0;
		bottom: 0;
	}
	#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;
	}
}
@media screen and (max-width: 767px) {
	#sec_save .sec_ttl {
		margin: 0 -1.6rem 2rem;
	}
}
#sec_save .sec_ttl > span {
	flex: 1;
}
#sec_save .sec_ttl .small {
	font-size: 3rem;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	#sec_save .sec_ttl .small {
		font-size: 2.4rem;
	}
}
#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: 3rem 0 2.6rem;
	}
}
#sec_save .box {
	padding: 4rem;
	background-color: #E5F4FA;
	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: #0097D7;
	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 {
	font-family: "Noto Sans JP", sans-serif;
	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-family: "Noto Sans JP", sans-serif;
	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: #ffffff;
}
@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: 14.4rem;
		left: 0;
		top: -15rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_guidelines {
		padding-top: 3rem;
	}
}
@media screen and (max-width: 767px) {
	#sec_guidelines .sec_ttl {
		font-size: 4.2rem;
	}
}
#sec_guidelines .box {
	background-color: #ffffff;
	border-radius: 2rem;
}
#sec_guidelines .box * {
	font-family: "Noto Sans JP", sans-serif;
}
#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: 700;
	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-bottom: 9rem;
	}
	#sec_faq .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_faq .bg._01 {
		width: 14.3rem;
		right: 0;
		top: 35.8rem;
	}
	#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 .list_wrap + .list_wrap {
	margin-top: 4rem;
}
#sec_faq .list_wrap > .ttl {
	font-family: "Noto Sans JP", sans-serif;
	color: #0097D7;
	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: #0097D7;
	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 #F0F0F0;
	border-radius: 2rem;
	background-color: #ffffff;
}
#sec_faq .list_wrap .faq_list .box * {
	font-family: "Noto Sans JP", sans-serif;
}
#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;
	background-color: #F0F0F0;
	border-radius: 1.6rem;
	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: 1.6rem 1.6rem 0 0;
}
#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: 1.2rem;
	text-indent: -1.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: #F0F0F0;
	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 .howto_list {
	margin-top: 3rem;
}
#sec_faq .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.25rem;
}
@media screen and (max-width: 767px) {
	#sec_faq .howto_list .item {
		width: 29.5rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_faq .howto_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 .howto_list .item .txt_wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
#sec_faq .howto_list .item .txt_wrap .num {
	width: 2.4rem;
	line-height: 1;
	position: absolute;
	left: 0.3rem;
	top: -1.2rem;
}
#sec_faq .howto_list .item .txt_wrap .ttl {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: 0.02em;
	margin-bottom: 0.8rem;
}
#sec_faq .howto_list .item .txt_wrap .txt {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	margin-top: 0.8rem;
}
#sec_faq .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_faq .howto_list .item .txt_wrap ul.note {
	padding-top: 0.9rem;
	border-top: 1px solid #C2E0DD;
	margin-top: 1rem;
}
#sec_faq .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_faq .howto_list .item .txt_wrap ul.note li::before {
	content: "・";
	width: 1.5rem;
	font-weight: 700;
	position: absolute;
	left: 0;
}
#sec_faq .howto_list .item .txt_wrap ul.note li + li {
	margin-top: 0.3rem;
}
#sec_faq .howto_list .item .txt_wrap ul.note li span {
	display: block;
	font-weight: 700;
	letter-spacing: 0.02em;
}
#sec_faq .howto_list .item .img {
	width: 100%;
	margin-top: 2rem;
}
#sec_faq .coupon_list {
	margin-top: 3rem;
}
#sec_faq .coupon_list .item * {
	font-family: "Noto Sans JP", sans-serif;
}
#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;
}
@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: #0097D7;
}
@media screen and (min-width: 768px) {
	#sec_contact .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_contact .bg._01 {
		width: 14.4rem;
		left: 0;
		top: -40.8rem;
	}
}
@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: #ffffff;
		position: absolute;
		left: 0;
		top: 0;
		scale: 1 -1;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	#sec_contact::before {
		height: 1.2rem;
	}
}
#sec_contact .box {
	background-color: #ffffff;
	border-radius: 1rem;
}
#sec_contact .box + .box {
	margin-top: 2rem;
}
#sec_contact .box * {
	font-family: "Noto Sans JP", sans-serif;
}
#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: 11rem 0 9rem;
}
@media screen and (max-width: 767px) {
	#sec_campaign {
		padding: 5.4rem 0 3.4rem;
	}
}
@media screen and (min-width: 768px) {
	#sec_campaign .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_campaign .bg._01 {
		width: 14.3rem;
		right: 0;
		top: -5rem;
	}
	#sec_campaign .wrap {
		max-width: 103.2rem;
	}
}
#sec_campaign .bnr_wrap {
	padding: 0 8.5rem 4rem;
	background-color: #E5F4FA;
	border-radius: 1rem;
}
@media screen and (max-width: 767px) {
	#sec_campaign .bnr_wrap {
		padding: 0 0 1.6rem;
	}
}
#sec_campaign .sec_ttl {
	width: 72.3rem;
	margin: 0 auto;
	position: relative;
	top: -2rem;
}
@media screen and (max-width: 767px) {
	#sec_campaign .sec_ttl {
		width: 100%;
		top: -1.5rem;
	}
}
#sec_campaign .txt_more {
	font-weight: 500;
}
#sec_campaign .bnr {
	width: 83.8rem;
	margin: 1.5rem auto 0;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	#sec_campaign .bnr {
		width: 31.1rem;
		margin-top: 1rem;
	}
}
#sec_campaign .txt {
	font-family: "Noto Sans JP", sans-serif;
	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: #F0F0F0;
}
@media screen and (min-width: 768px) {
	#sec_application .bg {
		position: absolute;
		z-index: 1;
	}
	#sec_application .bg._01 {
		width: 14.4rem;
		left: 0;
		top: -12.5rem;
	}
}
#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: 1.5rem;
	margin-top: 2rem;
}
#sec_application .link_wrap .item {
	width: 16.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;
}