html {
	color: #000;
	background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: "";
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

legend {
	color: #000;
}

#yui3-css-stamp.cssreset {
	display: none;
}

* {
	box-sizing: border-box;
}

html {
	min-width: 320px;
	color: #354756;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt" 1;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overscroll-behavior: none;
}

body {
	font-size: 16px;
	font-size: 1.6em;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

a,
button {
	color: #354756;
	text-decoration: none;
}

a[href^="tel"] {
	color: inherit;
	text-decoration: none;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

main {
	display: block;
}

.font__en {
	font-family: "Open Sans", sans-serif;
}

.animation__slideUp {
	display: inline-block;
	line-height: 1.3;
	overflow: hidden;
}
.animation__slideUp .animation__item {
	transform: translate3d(0px, 100%, 0px);
	display: block;
}
.animation__slideUp.animation__animated .animation__item {
	transform: translate3d(0px, 0%, 0px);
}

.animation__slideRight {
	display: inline-block;
	line-height: 1.3;
	overflow: hidden;
}
.animation__slideRight .animation__item {
	transform: translate3d(-100%, 0px, 0px);
	display: block;
}
.animation__slideRight.animation__animated .animation__item {
	transform: translate3d(0%, 0px, 0px);
}

.animation__slideDown {
	display: inline-block;
	line-height: 1.3;
	overflow: hidden;
}
.animation__slideDown .animation__item {
	transform: translate3d(0px, -100%, 0px);
	display: block;
}
.animation__slideDown.animation__animated .animation__item {
	transform: translate3d(0px, 0%, 0px);
}

.animation__slideLeft {
	display: inline-block;
	line-height: 1.3;
	overflow: hidden;
}
.animation__slideLeft .animation__item {
	transform: translate3d(100%, 0px, 0px);
	display: block;
}
.animation__slideLeft.animation__animated .animation__item {
	transform: translate3d(0%, 0px, 0px);
}

@keyframes bg-noise {
	to {
		background-position: 1728px 0px;
	}
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
header .header__body {
	max-width: 1452px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 12px;
}
header .header__logo {
	width: 216px;
}
header .header__nav {
	padding-top: 6px;
}
header .header__nav_list {
	display: flex;
	font-size: 1.6rem;
	align-items: center;
}
header .header__nav_item {
	margin-left: 24px;
	font-weight: 700;
}
header .header__nav_item a:not(.btn) {
	text-shadow: 1px 1px 2px #ffffff, -1px 1px 2px #ffffff, 1px -1px 2px #ffffff,
		-1px -1px 2px #ffffff, 1px 1px 2px #ffffff, -1px 1px 2px #ffffff,
		1px -1px 2px #ffffff, -1px -1px 2px #ffffff;
}

@media (max-width: 960px) {
	header .header__logo {
		width: 180px;
	}
	header .header__nav_icon {
		transition: all 400ms;
		position: relative;
		z-index: 10000;
		display: block;
	}
	header .header__nav_icon_wrap {
		width: 68px;
		height: 68px;
		border-radius: 50px;
		background-color: #5cbdbf;
		position: relative;
		top: 0px;
		left: 0px;
		bottom: auto;
		right: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	header .header__nav_icon_lines {
		width: 33.3%;
		height: 31.6%;
		position: relative;
		top: 0px;
		left: 0px;
		bottom: auto;
		right: auto;
		display: box;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: space-between;
		overflow: hidden;
	}
	header .header__nav_icon_lines div {
		width: 100%;
		height: 2px;
		transform-origin: 100% 0%;
		background-color: #ffffff;
		transition: all 400ms;
	}
	header .header__nav_body {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0%;
		color: #ffffff;
		background-image: url(../images/bg-navigation.png);
		background-position: center top;
		background-size: 1220px auto;
		transition: all 400ms;
		opacity: 0;
		overflow: auto;
	}
	header .header__nav_inner {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		min-height: 500px;
		padding: 87px 16px 56px;
		text-align: center;
	}
	header .header__nav_list {
		display: block;
		padding: 0;
		box-shadow: none;
		background: transparent;
		max-width: 320px;
		width: 100%;
		margin: auto;
		font-size: 2.2rem;
	}
	header .header__nav_item {
		margin-left: 0;
	}
	header .header__nav_item + .header__nav_item {
		margin-top: 1em;
	}
	header .header__nav_item a {
		color: #ffffff;
	}
	header .header__nav_item a:not(.btn) {
		text-shadow: none;
	}
	header .header__nav_item .btn {
		margin-top: 2em;
	}

	.is__open {
		overflow: hidden;
	}
	.is__open header .header__nav_body {
		opacity: 1;
		overflow: auto;
	}
	.is__open header .header__nav_icon_lines div:nth-child(1) {
		transform: rotate(-45deg);
		margin-right: 4px;
		margin-top: 2px;
	}
	.is__open header .header__nav_icon_lines div:nth-child(2) {
		opacity: 0;
	}
	.is__open header .header__nav_icon_lines div:nth-child(3) {
		transform: rotate(45deg);
		margin-right: 2px;
		margin-bottom: 2px;
	}
}
@media (max-width: 600px) {
	header .header__body {
		padding: 12px;
	}
	header .header__logo {
		width: 100px;
	}
	header .header__nav {
		padding-top: 0;
	}
	header .header__nav_icon_wrap {
		width: 54px;
		height: 54px;
	}
	header .header__nav_body {
		background-size: 150% auto;
	}
	header .header__nav_list {
		font-size: 1.6rem;
	}
}
@media (min-width: 961px) {
	header .header__nav_body {
		display: block !important;
	}
}
main {
	padding-top: 85px;
	padding-bottom: 120px;
}
main .section__body {
	max-width: 1068px;
	margin: auto;
	padding: 32px 16px;
	background-color: white;
}
main .section__title {
	font-size: 3.8rem;
	font-weight: 700;
	color: #5cbdbf;
	margin-bottom: 46px;
}
main .section__title span {
	display: inline-block;
	background: #ffffff;
	padding: 5px 7px 7px;
	line-height: 1;
}
main .section__title_sub {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 38px;
	background: #ffffff;
	border-top: 2px solid #354756;
	border-bottom: 2px solid #354756;
	padding: 5px 0;
}
main .section__title_sub span {
	display: block;
	padding: 11px 1em;
	line-height: 1;
	border-top: 1px solid #354756;
	border-bottom: 1px solid #354756;
}
main .section__title_sub.icon_points {
	position: relative;
}
main .section__title_sub.icon_points::before {
	content: "";
	position: absolute;
	top: -7px;
	left: 27px;
	width: 70px;
	height: 82px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
main .section__title_sub.icon_points.points_01::before {
	background-image: url(../images/icon-point1.png);
}
main .section__title_sub.icon_points.points_02::before {
	background-image: url(../images/icon-point2.png);
}
main .section__title_sub.icon_points.points_03::before {
	background-image: url(../images/icon-point3.png);
}
main .section__title_sub.icon_points span {
	padding-left: calc(1em + 87px);
}
main .section__text {
	line-height: 1.865;
	letter-spacing: 0.035em;
	font-weight: 700;
}

@media (max-width: 960px) {
	main .section__body {
		max-width: 768px;
	}
	main .section__title img {
		width: 400px;
	}
	main .section__title_sub {
		font-size: 1.6rem;
		margin-bottom: 24px;
	}
	main .section__title_sub.icon_points::before {
		width: 56px;
		height: 66px;
		left: 8px;
	}
	main .section__title_sub.icon_points span {
		padding-left: calc(1em + 54px);
	}
}
@media (max-width: 600px) {
	main {
		padding-top: 58px;
	}
	main .section__body {
		max-width: 414px;
		padding: 0 16px;
	}
	main .section__title {
		margin-bottom: 24px;
	}
	main .section__title img {
		max-width: 380px;
		width: 100%;
	}
	main .section__title_sub {
		font-size: 1.4rem;
	}
	main .section__title_sub.icon_points::before {
		width: 40px;
		height: 48px;
		top: -5px;
	}
	main .section__title_sub.icon_points span {
		padding-left: calc(1em + 42px);
	}
	main .section__text {
		font-size: 1.4rem;
	}
}
.hero .hero__body {
	max-width: 1044px;
	margin: auto;
}
.hero .hero__detail {
	max-width: 72%;
	margin: auto;
	position: relative;
	margin-bottom: 65px;
	background-color: white;
	border-radius: 10000px;
}
.hero .hero__balloon_wrap {
	display: flex;
	justify-content: space-between;
}
.hero .hero__balloon {
	width: 196px;
	height: 196px;
	text-align: center;
	font-weight: 700;
	font-size: 1.8rem;
	border-radius: 10000px;
	position: relative;
	background: #5cbdbf;
}
.hero .hero__balloon::after {
	content: "";
	display: block;
	position: absolute;
}
.hero .hero__balloon.item_first {
	transform: rotate(-15deg);
}
.hero .hero__balloon.item_first::after {
	border-top: 14px solid transparent;
	border-left: 26px solid #5cbdbf;
	border-bottom: 14px solid transparent;
	top: 84%;
	left: 70%;
	transform: rotate(55deg);
}
.hero .hero__balloon.item_first .hero__balloon_body::after {
	border-top: 14px solid transparent;
	border-left: 26px solid #fedf82;
	border-bottom: 14px solid transparent;
	top: 84%;
	left: 70%;
	transform: rotate(55deg);
}
.hero .hero__balloon.item_second {
	transform: rotate(15deg);
}
.hero .hero__balloon.item_second::after {
	border-top: 14px solid transparent;
	border-right: 26px solid #5cbdbf;
	border-bottom: 14px solid transparent;
	top: 84%;
	right: 70%;
	transform: rotate(-55deg);
}
.hero .hero__balloon.item_second .hero__balloon_body::after {
	border-top: 14px solid transparent;
	border-right: 26px solid #fedf82;
	border-bottom: 14px solid transparent;
	top: 84%;
	right: 70%;
	transform: rotate(-55deg);
}
.hero .hero__balloon .hero__balloon_body {
	position: relative;
	top: -10px;
	left: -10px;
	background: #fedf82;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10000px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.hero .hero__balloon .hero__balloon_body::after {
	content: "";
	display: block;
	position: absolute;
}
.hero .hero__copy {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-top: -115px;
	letter-spacing: 0.13em;
	margin-bottom: 24px;
	text-shadow: 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff,
		0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff,
		0px 0px 4px #ffffff;
}
.hero .hero__logo {
	width: 393px;
	margin: -18px auto 0;
}
.hero .hero__image__left {
	position: absolute;
	z-index: 10;
	top: 70px;
	left: -20%;
	/* width: 59%; */
	margin: auto;
	transform: translateY(52.5%);
}
.hero .hero__image__right {
	position: absolute;
	z-index: 10;
	top: 70px;
	right: -13%;
	/* width: 59%; */
	margin: auto;
	transform: translateY(52.5%);
}
.hero .schedule {
	max-width: 100%;
	padding-top: 1px;
}
.hero .schedule::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	left: auto;
	width: 120vw;
	height: 100%;
	margin-right: -50vw;
	background: url(../images/bg-promotion.png) #f98900;
	z-index: -1;
	border-radius: 0;
}
.hero .schedule__upper {
	position: relative;
}
.hero .schedule__balloon {
	position: absolute;
	top: -5.5em;
	left: -2.5em;
	background: #0880ee;
	color: #ffffff;
	border: 6px solid #ffffff;
	display: block;
	width: 9em;
	height: 9em;
	border-radius: 10000px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 100;
	line-height: 1.1;
	font-size: 1.8rem;
	transform: rotate(-15deg);
}
.hero .schedule__balloon .font__en {
	font-size: 3rem;
}
.hero .hero__btn {
	margin: 24px auto 16px;
	font-size: 2.2rem;
	display: flex;
	justify-content: center;
	padding-bottom: 20px;
}
.hero .hero__btn_item {
	position: relative;
}
.hero .hero__btn_item .btn {
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero .hero__btn_item .btn span {
	line-height: 1.3;
}
.hero .hero__btn_item .btn_overtext {
	position: absolute;
	right: 0;
	bottom: -21px;
	left: 0;
	margin: auto;
	border: 2px solid #354756;
	border-radius: 10000px;
	background: #fdd35d;
	color: #354756;
	text-shadow: none;
	font-size: 1.4rem;
	font-weight: 900;
	padding: 8px;
	width: 22em;
}
.hero .hero__btn_entry {
	width: calc((100% - 24px) / 2);
	margin-right: 6px;
}
.hero .hero__btn_entry .btn {
	text-align: center;
	justify-content: center;
	height: 100%;
}
.hero .hero__btn_special {
	margin-left: 6px;
}
.hero .promotion__banner {
	/* border-top: 1px dashed #ffffff; */
	border-bottom: 1px dashed #ffffff;
	padding: 16px 0;
	margin-bottom: 16px;
}

@media (max-width: 960px) {
	.hero .hero__detail {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		z-index: 1;
		padding-bottom: 56px;
	}
	.hero .hero__balloon_wrap {
		margin: auto;
		max-width: 610px;
	}
	.hero .hero__balloon {
		margin: 0 16px;
	}
	.hero .hero__balloon.item_second {
		margin-top: 0;
		margin-right: 0;
	}
	.hero .hero__copy {
		margin-top: -80px;
		position: relative;
		z-index: 1;
	}
	.hero .hero__logo {
		margin-top: -12px;
		transform: translateX(0px);
	}
	.hero .hero__image__left {
		display: none;
	}
	.hero .hero__image__right {
		display: none;
	}
	.hero .schedule__balloon {
		left: -5.5em;
	}
	.hero .hero__btn {
		font-size: 1.6rem;
		max-width: 350px;
		display: block;
	}
	.hero .hero__btn .btn_overtext {
		bottom: -22px;
		font-size: 1.2rem;
	}
	.hero .hero__btn_entry {
		width: 100%;
		margin-right: 0;
	}
	.hero .hero__btn_special {
		margin-left: 0;
		margin-top: 32px;
	}
}
@media (max-width: 600px) {
	.hero .hero__detail {
		max-width: 100%;
		width: 100%;
		margin-left: 0;
		z-index: 1;
		padding-bottom: 32px;
	}
	.hero .hero__balloon_wrap {
		max-width: 320px;
		margin: auto;
	}
	.hero .hero__balloon {
		width: 140px;
		height: 140px;
		font-size: 1.4rem;
		margin: 0 16px;
	}
	.hero .hero__balloon.item_first::after {
		top: 89%;
		left: 48%;
	}
	.hero .hero__balloon.item_first .hero__balloon_body::after {
		top: 89%;
		left: 48%;
	}
	.hero .hero__balloon.item_second {
		margin-top: 0;
		margin-right: 0;
	}
	.hero .hero__balloon.item_second::after {
		top: 89%;
		right: 48%;
	}
	.hero .hero__balloon.item_second .hero__balloon_body::after {
		top: 89%;
		right: 48%;
	}
	.hero .hero__copy {
		margin-top: -40px;
		font-size: 1.4rem;
	}
	.hero .hero__logo {
		margin-top: -12px;
		width: 229px;
		transform: translateX(0px);
	}
	.hero .hero__image__left {
		display: none;
	}
	.hero .hero__image__right {
		display: none;
	}
	.hero .hero__btn {
		font-size: 1.4rem;
		margin-top: 16px;
	}
	.hero .hero__btn .btn {
		margin-left: auto;
		margin-right: auto;
		max-width: 280px;
	}
	.hero .hero__btn .btn_overtext {
		font-size: 1.2rem;
		bottom: -25px;
	}
	.hero .hero__btn_special {
		margin-top: 40px;
	}
	.hero .schedule__upper {
		margin-top: 42px;
	}
	.hero .schedule__balloon {
		width: auto;
		height: auto;
		top: -2.5em;
		left: 0em;
		padding: 0.5em 1em;
		flex-direction: row;
		border-width: 3px;
		font-size: 1.3rem;
		transform: rotate(0deg);
	}
	.hero .schedule__balloon .font__en {
		font-size: 1.6rem;
	}
}
.intro {
	padding-top: 0;
	position: relative;
	/* background-image: url(/assets/images/bg-confetti.png); */
	/* background-color: #ffffff; */
	background-position: center;
}
.intro .section__title {
	text-align: center;
}
.intro .section__body {
	padding-top: 32px;
	padding-bottom: 32px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.intro .section__body::before {
	content: "";
	width: 100%;
	padding-top: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	background: #ffffff;
	/* border-radius: 1000px; */
}
.intro .intro__badge {
	margin-bottom: 13px;
}
.intro .intro__badge_list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro .intro__badge_item {
	border-radius: 11px;
	border: 6px solid;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.45);
	background: #ffffff;
	width: 122px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	font-size: 1.8rem;
	margin: 0 8px;
}
.intro .intro__badge_item:nth-child(1) {
	border-color: #dd7583;
	color: #dd7583;
}
.intro .intro__badge_item:nth-child(2) {
	border-color: #e6b427;
	color: #e6b427;
}
.intro .intro__badge_item:nth-child(3) {
	border-color: #a0bb35;
	color: #a0bb35;
}
.intro .intro__badge_item:nth-child(4) {
	border-color: #5cbdbf;
	color: #5cbdbf;
}
.intro .intro__badge_item:nth-child(5) {
	border-color: #5dabd3;
	color: #5dabd3;
}
.intro .column__wrap {
	justify-content: center;
	align-items: center;
}
.intro .intro__detail {
	padding-top: 28px;
}
.intro .intro__image {
	margin-left: 10px;
}

@media (max-width: 960px) {
	.intro .section__body {
		padding-top: 52px;
	}
	.intro .section__body::before {
		border-radius: 0;
		background: rgba(255, 255, 255, 0.7);
	}
	.intro .intro__badge_item {
		font-size: 1.4rem;
	}
	.intro .column__wrap {
		align-items: center;
	}
	.intro .intro__detail {
		width: calc(100% - 300px - 10px);
	}
	.intro .intro__image {
		padding-right: 0;
		width: 300px;
	}
}
@media (max-width: 600px) {
	.intro .section__body {
		padding-top: 32px;
	}
	.intro .section__title {
		top: -27px;
	}
	.intro .section__text {
		text-align: center;
	}
	.intro .intro__badge_list {
		flex-wrap: wrap;
		max-width: 300px;
		margin: auto;
	}
	.intro .intro__badge_item {
		font-size: 1.4rem;
		border-width: 3px;
		width: 84px;
		height: 68px;
		margin: 4px;
	}
	.intro .intro__detail {
		padding-top: 8px;
		width: 100%;
	}
	.intro .column__wrap {
		display: block;
	}
	.intro .intro__image {
		max-width: 320px;
		margin: 24px auto 0;
	}
}
.outline {
	margin-top: 123px;
}
.outline .section__title {
	text-align: center;
}
.outline .table {
	max-width: 795px;
}

@media (max-width: 960px) {
	.outline {
		margin-top: 112px;
	}
}
@media (max-width: 600px) {
	.outline {
		margin-top: 56px;
	}
	.outline .table {
		max-width: 320px;
		margin: auto;
	}
}
.entry {
	margin-top: 123px;
	background-image: url(../images/bg-confetti.png);
	background-color: #ffffff;
	background-position: center;
}
.entry .section__body {
	padding-top: 96px;
	padding-bottom: 96px;
}
.entry .entry__step {
	background: #ffffff;
	border: 2px solid #354756;
	border-radius: 8px;
	margin-bottom: 32px;
}
.entry .entry__text {
	margin-bottom: 48px;
}
.entry .entry__title {
	font-size: 3.8rem;
	font-weight: 700;
	margin-bottom: 8px;
}
.entry .entry__title_strong {
	display: block;
	color: #5cbdbf;
	margin-bottom: -4px;
}
.entry .entry__btn {
	width: 360px;
	margin: 0 auto 8px;
	font-size: 2.2rem;
}
.entry .entry__btn .btn {
	padding: 1em 1.76em;
}
.entry .entry__step_ribbon {
	position: absolute;
	top: 0;
	left: 10%;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 7px 0;
	font-size: 18px;
	background: #acd879;
	color: #fff;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.entry .entry__step_ribbon span {
	display: block;
	margin: 0;
	padding: 0 30px;
	border-top: dashed 2px rgba(255, 255, 255, 0.5);
	border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
	line-height: 42px;
}
.entry .entry__step_ribbon::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	width: 0px;
	height: 0px;
	z-index: 1;
	border-width: 32px 0px 32px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
.entry .entry__step_item {
	text-align: center;
	position: relative;
	width: 760px;
	margin: auto;
}
.entry .entry__step_item.item_one {
	padding-top: 80px;
	padding-bottom: 40px;
}
.entry .entry__step_item.item_two {
	padding-top: 40px;
	padding-bottom: 80px;
}
.entry .entry__step_item.item_two .entry__text {
	margin-top: 20px;
}
.entry .entry__step_item + .entry__step_item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	width: 100%;
	background: #354756;
}
.entry .entry__step_item.icon_step {
	position: relative;
}
.entry .entry__step_item.icon_step::before {
	content: "";
	display: block;
	width: 86px;
	height: 103px;
	position: absolute;
	top: -7px;
	left: 0;
	z-index: 1;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.entry .entry__step_item.icon_step.step_01::before {
	background-image: url(../images/icon-step1.png);
}
.entry .entry__step_item.icon_step.step_02::before {
	background-image: url(../images/icon-step2.png);
}
.entry .entry__promotion {
	position: absolute;
	top: 20px;
	right: 0;
}
.entry .entry__comment {
	display: inline-block;
	padding: 16px 32px;
	border-radius: 8px;
	margin-top: 8px;
	font-weight: 700;
	max-width: 540px;
	width: 100%;
	color: #ffffff;
	background: #5cbdbf;
	font-size: 2.2rem;
}

@media (max-width: 960px) {
	.entry .entry__step_item {
		width: auto;
		padding-left: 16px;
		padding-right: 16px;
	}
	.entry .entry__step_item.item_one {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.entry .entry__step_item.item_two {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.entry .entry__step_item.icon_step::before {
		width: 66px;
		height: 80px;
		left: 12px;
	}
	.entry .entry__btn {
		font-size: 1.6rem;
		max-width: 260px;
	}
	.entry .entry__title {
		font-size: 2.6rem;
	}
	.entry .entry__text {
		margin-bottom: 24px;
	}
	.entry .entry__comment {
		max-width: 420px;
		font-size: 2rem;
	}
}
@media (max-width: 600px) {
	.entry {
		margin-top: 56px;
	}
	.entry .section__body {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.entry .entry__step {
		border-width: 1px;
	}
	.entry .entry__step_item.icon_step::before {
		width: 40px;
		height: 50px;
		top: -4px;
	}
	.entry .entry__step_item + .entry__step_item::after {
		height: 1px;
	}
	.entry .entry__text {
		font-size: 1.4rem;
	}
	.entry .entry__title {
		font-size: 1.8rem;
	}
	.entry .entry__btn {
		font-size: 1.4rem;
		max-width: 200px;
	}
	.entry .entry__comment {
		font-size: 1.6rem;
	}
}
.points {
	margin-top: 133px;
}
.points .section__title {
	text-align: center;
}
.points .points__text {
	line-height: 1.865;
	font-weight: 700;
}
.points .points__comment {
	line-height: 1.865;
	font-weight: 700;
	background: #ffffff;
	border-radius: 8px;
	padding: 20px 20px 20px;
	margin-top: 1em;
	position: relative;
}
.points .points__comment_title {
	text-align: center;
	background: #fdd35d;
	border-radius: 8px;
	padding: 8px 16px 16px;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
}
.points .points__comment_title::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid;
	border-radius: 8px;
	box-sizing: border-box;
}
.points .list__disc > li + li {
	border-top: 1px solid #e5e6e6;
}
.points .points__detail {
	width: 500px;
}
.points .points__one {
	padding-top: 11px;
	justify-content: center;
	align-items: center;
}
.points .points__one .points__text {
	padding-left: 107px;
}
.points .points__one .points__detail {
	margin-right: 32px;
}
.points .points__two {
	padding-top: 35px;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
.points .points__two .points__text {
	padding-left: 107px;
}
.points .points__two .points__comment {
	margin-left: 107px;
}
.points .points__two .points__two_image {
	margin-left: -3px;
}
.points .points__two .points__detail {
	margin-left: 32px;
}
.points .points__three {
	padding-top: 35px;
	justify-content: center;
	align-items: center;
}
.points .points__three .points__text {
	padding-left: 107px;
}
.points .points__three .points__image {
	margin-right: 120px;
}
.points .points__three .points__detail {
	margin-right: 32px;
}

@media (max-width: 960px) {
	.points {
		margin-top: 112px;
	}
	.points .points__one {
		justify-content: center;
	}
	.points .points__one .points__detail {
		padding-left: 0;
		max-width: 360px;
	}
	.points .points__one .points__one_image {
		width: 340px;
		margin-right: -50px;
		margin-left: -60px;
	}
	.points .points__one .points__text {
		padding-left: 0;
	}
	.points .points__two {
		justify-content: center;
	}
	.points .points__two .points__detail {
		margin-left: 24px;
	}
	.points .points__two .points__text {
		padding-left: 0;
	}
	.points .points__two .points__comment {
		margin-left: 0;
	}
	.points .points__two .points__two_image {
		width: 514px;
	}
	.points .points__three {
		justify-content: center;
	}
	.points .points__three .points__detail {
		margin-left: 0;
		max-width: 330px;
	}
	.points .points__three .points__three_image {
		width: 340px;
		margin-right: -50px;
		margin-left: -40px;
	}
	.points .points__three .points__text {
		padding-left: 0;
	}
}
@media (max-width: 600px) {
	.points {
		margin-top: 56px;
	}
	.points .points__text {
		font-size: 1.4rem;
		text-align: center;
	}
	.points .points__comment {
		font-size: 1.4rem;
	}
	.points .points__one {
		padding-top: 24px;
		display: block;
	}
	.points .points__one .points__detail {
		padding-left: 0;
		width: auto;
		margin-right: 0;
		max-width: 100%;
	}
	.points .points__one .points__one_image {
		max-width: 320px;
		width: auto;
		margin: 12px auto 0;
	}
	.points .points__two {
		padding-top: 24px;
		display: block;
	}
	.points .points__two .points__two_image {
		max-width: 320px;
		margin: 12px auto 0;
		width: auto;
	}
	.points .points__two .points__detail {
		margin-left: 0;
		width: auto;
	}
	.points .points__three {
		padding-top: 24px;
		display: block;
	}
	.points .points__three .points__detail {
		margin-left: 0;
		margin-right: 0;
		width: auto;
		max-width: 100%;
	}
	.points .points__three .points__three_image {
		max-width: 320px;
		margin: 12px auto 0;
		width: auto;
	}
}
.exhibit {
	margin-top: 136px;
}
.exhibit .section__title {
	text-align: center;
}
.exhibit .exhibit__column {
	justify-content: space-between;
	font-size: 1.4rem;
	position: relative;
}
.exhibit .exhibit__column .column__item {
	width: calc((100% - 46px) / 3);
}
.exhibit .exhibit__overlay_text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 2.4rem;
}
.exhibit .exhibit__overlay_text span {
	background: #fdd35d;
	border-radius: 8px;
	padding: 32px 32px 37px;
	position: relative;
}
.exhibit .exhibit__overlay_text span::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	border-radius: 8px;
	border: 3px solid;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.exhibit .exhibit__list {
	padding: 18px 29px;
	line-height: 1.7;
	background: #ffffff;
	border-radius: 16px;
	position: relative;
}

@media (max-width: 960px) {
	.exhibit {
		margin-top: 112px;
	}
	.exhibit .exhibit__column .exhibit__list {
		padding: 0;
	}
	.exhibit .exhibit__column .column__item {
		width: calc((100% - 24px) / 3);
		font-size: 1rem;
	}
}
@media (max-width: 600px) {
	.exhibit {
		margin-top: 56px;
	}
	.exhibit .exhibit__column {
		display: block;
		padding: 8px;
	}
	.exhibit .exhibit__column .column__item {
		width: 100%;
		display: inline;
	}
	.exhibit .exhibit__column .exhibit__list {
		display: inline;
	}
	.exhibit .exhibit__column .exhibit__list_item {
		width: 50%;
		box-sizing: border-box;
		display: inline-block;
		padding-right: 1.5em;
		vertical-align: top;
	}
	.exhibit .exhibit__overlay_text {
		font-size: 1.6rem;
	}
	.exhibit .exhibit__overlay_text span::before {
		border-width: 2px;
	}
}
.registration {
	padding-bottom: 79px;
	color: #ffffff;
	text-align: center;
	padding-top: 70px;
	background: #1f3784;
}
.registration .registration__title {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 18px;
}
.registration .registration__text {
	font-size: 1.4rem;
}
.registration .registration__text .font__en {
	font-size: 2rem;
}
.registration .registration__btn {
	margin: 20px auto 0;
	max-width: 360px;
	font-size: 2.2rem;
}
.registration .registration__btn .btn {
	padding: 1em 1.76em;
}
.registration .registration__btn .registration__btn_comment {
	font-size: 1.4rem;
	color: #a9aec8;
	text-align: right;
	display: block;
	margin-top: 20px;
}

@media (max-width: 960px) {
	.registration .registration__title {
		font-size: 2.6rem;
	}
	.registration .registration__btn {
		font-size: 1.6rem;
		max-width: 260px;
	}
}
@media (max-width: 600px) {
	.registration {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.registration .registration__title {
		font-size: 1.8rem;
	}
	.registration .registration__text {
		font-size: 1.4rem;
	}
	.registration .registration__text br {
		display: none;
	}
	.registration .registration__btn {
		font-size: 1.4rem;
	}
	.registration .registration__btn .btn {
		width: 200px;
		margin: auto;
	}
}
footer {
	color: #ffffff;
	text-align: center;
	background: #1f3784;
	padding: 12px;
}
footer .footer__attention {
	margin-bottom: 2em;
	font-size: 1.4rem;
}
footer .footer__copyright {
	font-size: 1.2rem;
}

@media (max-width: 600px) {
	footer .footer__copyright {
		font-size: 1rem;
	}
}
.btn {
	display: block;
	border: 2px solid white;
	display: block;
	border-radius: 10000px;
	color: #ffffff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	background: linear-gradient(0deg, #045de9 0%, #09c6f9 100%);
	padding: 0.34em 1.76em;
	transition: all 400ms;
	font-weight: 700;
	text-align: center;
}
.btn:hover {
	background: linear-gradient(0deg, #09c6f9 0%, #045de9 100%);
	color: #ffffff;
}
.btn.btn__special {
	background: linear-gradient(0deg, #b02e0c 0%, #eb4511 100%);
}
.btn.btn__special:hover {
	background: linear-gradient(0deg, #eb4511 0%, #b02e0c 100%);
}
.btn.btn__ghost {
	border-color: #ffffff;
	background: none;
	color: #ffffff;
}
.btn.btn__arrow {
	padding: 0.34em calc(1.76em + 1em) 0.34em 1.76em;
	position: relative;
}
.btn.btn__arrow::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	right: 1em;
	bottom: 0;
	margin: auto;
	background-image: url(../images/icon-btn-arrow-white.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all 400ms;
}
.btn.btn__arrow:hover::before {
	right: 1em;
}
.btn.btn__disactive {
	background: linear-gradient(0deg, #8c8c8c 0%, #ccc 100%);
	cursor: default;
	pointer-events: none;
}
.btn.btn__disactive::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 10000px;
	opacity: 0.3;
}

@media (max-width: 600px) {
	.btn {
		border-width: 2px;
	}
}
.column__wrap {
	display: flex;
}

.table {
	width: 100%;
	margin: auto;
	border-radius: 16px;
	overflow: hidden;
	border-collapse: separate;
	border-spacing: 3px;
}
.table th {
	background: #5cbdbf;
	color: #ffffff;
	padding: 1em;
	text-align: center;
}
.table td {
	padding: 1em;
	background: #ffffff;
	font-size: 1.4rem;
}

@media (max-width: 600px) {
	.table {
		display: block;
		border-radius: 0;
	}
	.table tbody {
		width: 100%;
		display: block;
	}
	.table tr {
		display: block;
		border-radius: 8px;
		overflow: hidden;
	}
	.table tr + tr {
		margin-top: 0.5em;
	}
	.table tr th {
		display: block;
		padding: 0.5em 1em;
	}
	.table tr td {
		display: block;
		padding: 0.5em 1em;
	}
}
.link__anchor {
	padding-top: 160px;
	margin-top: -160px;
}

@media (max-width: 600px) {
	.link__anchor {
		padding-top: 100px;
		margin-top: -100px;
	}
}
.schedule__upper {
	text-align: center;
	margin: 20px auto 0;
	background: #fdd35d;
	border-radius: 8px;
	max-width: 540px;
	padding: 14px 20px 20px 40px;
	font-weight: 900;
	position: relative;
}
.schedule__upper::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid;
	border-radius: 8px;
	box-sizing: border-box;
}

.schedule__period {
	font-size: 3.4rem;
}

.schedule {
	max-width: 540px;
	margin: 40px auto 0;
	padding-top: 0px;
	padding-bottom: 28px;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.schedule::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #5cbdbf;
	z-index: -1;
	border-radius: 8px;
}

.schedule__body {
	width: 340px;
	position: relative;
	margin: auto;
}

.schedule__theme {
	font-size: 2.4rem;
	font-weight: 900;
	color: #354756;
	position: relative;
	margin-bottom: 12px;
	z-index: 1;
	margin-top: -20px;
}
.schedule__theme span {
	border: 3px solid #354756;
	border-radius: 1000px;
	display: block;
	padding: 0.2em 0;
	position: relative;
}
.schedule__theme span::before {
	content: "";
	display: block;
	border-left: 8px solid #fdd35d;
	border-top: 8px solid #fdd35d;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateX(4px);
}
.schedule__theme span::after {
	content: "";
	display: block;
	border-bottom: 3px solid #354756;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 18px;
	transform: rotate(-45deg) translate3d(1px, 1px, 0px);
	transform-origin: top right;
}
.schedule__theme::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 4px;
	z-index: -1;
	background: #fdd35d;
	border-radius: 1000px;
	left: 0;
}

.schedule__copy {
	font-size: 2.4rem;
	letter-spacing: 0.04em;
}

.schedule__box {
	display: flex;
	margin-top: -7px;
	justify-content: space-around;
}

.schedule__start,
.schedule__end {
	display: flex;
	align-items: flex-end;
}

.schedule__end {
	margin-left: 50px;
	position: relative;
}
.schedule__end::before {
	content: "";
	border-top: 9px solid transparent;
	border-left: 12px solid #ffffff;
	border-bottom: 9px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -31px;
	height: 0;
	transform: translateY(3px);
}
.schedule__end .schedule__week {
	margin-left: 7px;
}

.schedule__year {
	font-size: 2.1rem;
	writing-mode: tb-rl;
	line-height: 1;
	margin-bottom: 4px;
}

.schedule__date {
	font-size: 6rem;
	line-height: 1;
	margin-left: 2px;
	letter-spacing: -0.04em;
}

.schedule__week {
	font-size: 1.4rem;
	line-height: 1;
	width: 2em;
	height: 2em;
	border: 2px solid;
	border-radius: 1000px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* margin-bottom: -4px; */
	margin-left: 1px;
}

@media (max-width: 960px) {
	.schedule__upper {
		max-width: 420px;
	}

	.schedule {
		width: 100%;
		max-width: 420px;
		padding: 0 12px 18px;
	}
	.schedule::before {
		right: 0;
	}

	.schedule__box {
		justify-content: center;
		margin-top: 0;
	}
}
@media (max-width: 600px) {
	.schedule__upper {
		max-width: 280px;
		padding: 8px 16px 13px;
	}
	.schedule__upper::before {
		border-width: 2px;
	}

	.schedule {
		width: 100%;
		margin: 24px 0 0;
		padding: 0 12px 18px;
	}
	.schedule::before {
		right: 0;
	}

	.schedule__body {
		width: 100%;
	}

	.schedule__theme {
		font-size: 1.4rem;
		max-width: 200px;
		margin-top: -10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
	}
	.schedule__theme span {
		border-width: 2px;
		padding: 0.5em 0;
	}
	.schedule__theme span::before {
		border-width: 6px;
		transform: translateX(6px);
	}
	.schedule__theme span::after {
		border-width: 2px;
		width: 14px;
		transform: rotate(-45deg) translate3d(3px, 3px, 0px);
	}

	.schedule__copy {
		font-size: 1.4rem;
	}

	.schedule__period {
		font-size: 2rem;
	}

	.schedule__box {
		justify-content: center;
		margin-top: 0;
	}

	.schedule__year {
		font-size: 1.4rem;
		margin-bottom: 3px;
	}

	.schedule__date {
		font-size: 4rem;
	}

	.schedule__week {
		font-size: 1.4rem;
		border-width: 1px;
		width: 1.7em;
		height: 1.7em;
		margin-left: 1px;
		line-height: 1;
	}

	.schedule__end {
		margin-left: 19px;
	}
	.schedule__end::before {
		left: -11px;
		border-top-width: 5px;
		border-left-width: 6px;
		border-bottom-width: 5px;
	}
}
.attention {
	text-align: center;
}
.attention .attention_body {
	display: inline-block;
	text-align: left;
	padding-left: 2em;
	position: relative;
}
.attention .attention_num {
	position: absolute;
	top: 0;
	left: 0;
}

.font__bold {
	font-weight: 700;
}

.font__bolder {
	font-weight: 900;
}

.visual__promotion {
	background: #ffffff;
}

.promotion__banner {
	background: #f98900;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.promotion__banner::before {
	content: "";
	display: block;
	width: 800px;
	padding-top: 800px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -200px;
	margin: auto;
	background: url(../images/bg-promotion.png);
	z-index: -1;
	border-radius: 1000px;
}

.promotion__banner_body {
	max-width: 800px;
	padding: 32px 0;
	margin: auto;
	color: #ffffff;
}

.promotion__banner_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.promotion__banner_image {
	margin-right: 12px;
}

.promotion__banner_target {
	font-size: 1.6rem;
	line-height: 1.3;
	margin-right: 18px;
}

.promotion__banner_present {
	font-size: 3rem;
}
.promotion__banner_present .present_price {
	font-size: 3.6rem;
}
.promotion__banner_present .present_small {
	font-size: 1.9rem;
	margin-right: 4px;
}
.promotion__banner_present .present_attention {
	font-size: 1.4rem;
	background: #ffffff;
	color: #fca45d;
	padding: 0 0.5em;
	display: inline-block;
}

.promotion__banner_btn {
	width: 200px;
	margin-left: 40px;
}

.promotion__attention {
	font-size: 1rem;
}

@media (max-width: 960px) {
	.promotion__banner_body {
		flex-direction: column;
	}

	.promotion__banner_inner {
		display: block;
	}

	.promotion__banner_image {
		text-align: center;
		margin-right: 0;
	}

	.promotion__banner_target {
		margin-right: 0;
	}
	.promotion__banner_target br {
		display: none;
	}

	.promotion__banner_present {
		margin-top: -8px;
	}

	.promotion__banner_btn {
		margin-top: 8px;
	}
}
@media (max-width: 600px) {
	.promotion__banner_body {
		padding: 22px 0;
		text-align: center;
	}

	.promotion__banner_image {
		width: 80px;
		margin: auto;
	}

	.promotion__banner_target {
		font-size: 1.4rem;
	}

	.promotion__banner_present {
		font-size: 2rem;
		margin-top: -4px;
	}
	.promotion__banner_present .present_price {
		font-size: 2.6rem;
	}
	.promotion__banner_present .present_small {
		font-size: 1.6rem;
	}
}
body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-size: 2560px auto;
}

.container {
	overflow: hidden;
}

@media (max-width: 600px) {
	body {
		background-image: url(../images/bg-sp.png);
		background-repeat: repeat-y;
		background-size: 100% auto;
	}
}
.is__pc {
	display: block;
}

@media (max-width: 960px) {
	.is__pc {
		display: none;
	}
}
.inline_block {
	display: inline-block;
}

.text__sm {
	font-size: 0.8em;
}

.text__lg {
	font-size: 1.2em;
}

.text__xl {
	font-size: 1.4em;
}

.text__2xl {
	font-size: 1.6em;
}

.list__disc > li {
	padding-left: 1em;
	position: relative;
}
.list__disc > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 4px;
	height: 4px;
	background: #5cbdbf;
	border-radius: 1000px;
}

.ver2 {
	background-image: url(../images/bg2.png);
}
.ver2 .exhibit .exhibit__column .exhibit__list_item::before {
	background: #fca45d;
}
.ver2 .hero .hero__balloon {
	background: #fca45d;
}
.ver2 .hero .hero__balloon.item_first::after {
	border-left-color: #fca45d;
}
.ver2 .hero .hero__balloon.item_second::after {
	border-right-color: #fca45d;
}
.ver2 .hero .hero__schedule::before {
	background: #fca45d;
}
.ver2 main .section__title {
	color: #fca45d;
}
.ver2 .entry .entry__title_strong {
	color: #fca45d;
}
.ver2 .entry .entry__comment {
	background: #fca45d;
}

@media (max-width: 960px) {
	.ver2 header .header__nav_icon_wrap {
		background-color: #fca45d;
	}
	.ver2 header .header__nav_body {
		background-image: url(../images/bg-navigation2.png);
	}
}
@media (max-width: 600px) {
	.ver2 {
		background-image: url(../images/bg-sp2.png);
	}
}
.ver3 {
	background-image: url(../images/bg3.png);
}
.ver3 .exhibit .exhibit__column .exhibit__list_item::before {
	background: #fc8989;
}
.ver3 .hero .hero__balloon {
	background: #fc8989;
}
.ver3 .hero .hero__balloon.item_first::after {
	border-left-color: #fc8989;
}
.ver3 .hero .hero__balloon.item_second::after {
	border-right-color: #fc8989;
}
.ver3 .hero .hero__schedule::before {
	background: #fc8989;
}
.ver3 main .section__title {
	color: #fc8989;
}
.ver3 .entry .entry__title_strong {
	color: #fc8989;
}
.ver3 .entry .entry__comment {
	background: #fc8989;
}

@media (max-width: 960px) {
	.ver3 header .header__nav_icon_wrap {
		background-color: #fc8989;
	}
	.ver3 header .header__nav_body {
		background-image: url(../images/bg-navigation3.png);
	}
	.ver3 header .header__nav_body a {
		color: #354756;
	}

	.ver3 header .header__nav_body a.btn {
		color: #ffffff;
	}
}
@media (max-width: 600px) {
	.ver3 {
		background-image: url(../images/bg-sp3.png);
	}
}

/*# sourceMappingURL=styles.css.map */
