@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,main,figure{margin:0;padding:0}table{font-size:100%;font-family:inherit}fieldset,img{border:0}img,svg{vertical-align:middle}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%}q:before,q:after{content:''}abbr,acronym{border:0}select,input,textarea{font-size:100%}header,footer,nav,main,section,article,figure,aside{display:block}.clearfix:after,.row:after{content:"";display:table;clear:both}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #000;
	word-wrap: break-word;
	overflow-wrap: break-word;

	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a[href] {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a[href]:hover {
	text-decoration: none;
}
a[href].a_reverse,
.a_reverse a[href] {
	text-decoration: none;
}
@media screen and (min-width: 768px), print {
	a[href].a_reverse:hover,
	.a_reverse a[href]:hover {
		text-decoration: underline;
	}
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
}

@media screen and (min-width: 768px), print {
}
@media screen and (max-width: 767px) {
	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}


/* pc / sp
============================================================================================================ */
.sp {
	display: none !important;
}
@media screen and (min-width: 768px), print {
	.pc_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.pc_hidden {
		position: relative;
		overflow: hidden;
		display: block;
		height: 0;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	td.sp, th.sp {
		display: table-cell !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
}

/* transition
============================================================================================================ */
@media screen and (min-width: 769px) {
	a[href],
	a[href]::before,
	a[href]::after,
	button,
	.basic_trs,
	.basic_trs::before,
	.basic_trs::after,
	.basic_trs *,
	.basic_trs *::before,
	.basic_trs *::after {
		-webkit-transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
		-o-transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
		transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
	}
}

/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 1px;
	top: -10px;
}
@media screen and (max-width: 767px) {
	.target {
	}
}


/* w
============================================================================================================ */
.w {
	position: relative;
}
@media screen and (min-width: 768px), print {
	.w {
		width: 910px;
		margin: 0 auto;
	}
	.mw {
		min-width: 1100px;
	}
}
@media screen and (max-width: 767px) {
}


/* spパディング
============================================================================================================ */
@media screen and (max-width: 767px) {
	.sp_pd {
		padding-left: 5vw !important;
		padding-right: 5vw !important;
	}
	.sp_full {
		margin-left: -5vw !important;
		margin-right: -5vw !important;
	}
	.sp_full_l {
		margin-left: -5vw !important;
	}
	.sp_full_r {
		margin-right: -5vw !important;
	}
}



/* container
============================================================================================================ */
#container {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.8;
}
#container::before,
#container::after {
	content: "";
	display: block;
	height: 70px;
	background: #f5ca00 url(../img/slash.png) 50%;
}
@media screen and (max-width: 767px) {
	#container {
		font-size: 1.4rem;
	}
	#container::before,
	#container::after {
		height: 20px;
		background-size: 85px;
	}
}


/* main
============================================================================================================ */
#main {
	overflow: hidden;
	position: relative;
	padding-bottom: 90px;
	background-color: #f5ca00;
}
#main::before {
	content: "";
	position: absolute;
	top: 0;
	width: 75px;
	height: 400px;
	background: url(../img/main_crane.png) no-repeat;
	z-index: 4;
}
#main h1 {
	position: relative;
	text-align: center;
	z-index: 2;
}
#main .lead {
	position: absolute;
	font-size: 3.8rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	transform-origin: 0 100%;
	transform: rotate(-10deg);
	z-index: 3;
}
#main .notes {
	text-align: right;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
}
@media screen and (min-width: 768px), print {
	#main::before {
		left: 50%;
		margin-left: 520px;
	}
	#main .lead {
		left: 50%;
		top: 170px;
		margin-left: -560px;
	}
	#main .notes {
		width: 980px;
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
	#main {
		padding: 0 1vw 60px;
	}
	#main::before {
		right: 15px;
		height: 15%;
		background-position: 100% 100%;
		background-size: 25px;
	}
	#main .lead {
		left: 2vw;
		top: 13%;
		font-size: 1.5rem;
	}
	#main .notes {
		margin-top: 10px;
		padding-right: 3vw;
		font-size: 1rem;
	}
}


/* entry_btn
============================================================================================================ */
.entry_btn a {
	display: block;
	position: relative;
	padding: 20px;
	background-color: #2381b8;
	border-radius: 10px;
	color: #f5ca00;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 5.6rem;
	line-height: 1.4;
}
.entry_btn a .arrow {
	display: inline-block;
	position: relative;
	top: -10px;
	height: 10px;
	width: 16px;
	margin: 0 50px;
	vertical-align: middle;
}
.entry_btn a .arrow:first-child {
	margin-left: 0;
}
.entry_btn a .arrow:last-child {
	margin-right: 0;
}
.entry_btn a .arrow::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 16px;
	height: 30px;
	background-color: #f5ca00;
}
.entry_btn a .arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -22px;
	border-style: solid;
	border-width: 38px 22px 0 22px;
	border-color: #f5ca00 transparent transparent transparent;
}
@media screen and (min-width: 768px), print {
	.entry_btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.entry_btn a {
		padding: 20px 0;
		font-size: 2.4rem;
	}
	.entry_btn a .arrow {
		top: -2px;
		width: 8px;
		margin: 0 25px;
	}
	.entry_btn a .arrow::before {
		width: 8px;
		height: 15px;
	}
	.entry_btn a .arrow::after {
		margin-left: -11px;
		border-width: 19px 11px 0 11px;
	}
}

/* bnr_block
============================================================================================================ */
.bnr_block {
	position: relative;
	padding-bottom: 150px;
	background-color: #f5ca00;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.7;
}


/* item_block
============================================================================================================ */
.item_block {
	position: relative;
	padding-bottom: 150px;
	background-color: #f5ca00;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.7;
}
.item_block .lead {
	margin-bottom: 40px;
	font-size: 5.3rem;
	line-height: 1.4;
}
.item_block .entry_btn {
	margin-top: 70px;
}
@media screen and (min-width: 768px), print {
	.item_block .item {
		position: relative;
		padding-right: 320px;
	}
	.item_block .lead {
		white-space: nowrap;
	}
	.item_block .img {
		position: absolute;
		right: 0;
		top: -10px;
	}
}
@media screen and (max-width: 767px) {
	.bnr_block {
		padding-bottom: 70px;
	}
	.item_block {
		padding-bottom: 70px;
		font-size: 1.5rem;
	}
	.item_block .lead {
		margin-bottom: 25px;
		font-size: 2.8rem;
	}
	.item_block .img {
		width: 120px;
		float: right;
	}
	.item_block .img + * {
		margin-right: 140px;
	}
	.item_block .entry_btn {
		margin-top: 30px;
	}
}


/* present_section
============================================================================================================ */
.present_section {
	position: relative;
	padding: 30px 0 120px;
	color: #fff;
}
.present_section::before,
.present_section::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50.1%;
	background-color: #2381b8;
}
.present_section::before {
	left: 0;
	transform-origin: 100% 0;
	transform: skewY(10deg);
}
.present_section::after {
	right: 0;
	transform-origin: 0 0;
	transform: skewY(-10deg);
}
.present_section > * {
	position: relative;
	z-index: 3;
}
.present_section h2 {
	font-size: 80%;
}
.present_section h2 .free {
	color:#e4007f;
	background-color: #f6ca00;
}
@media screen and (max-width: 767px) {
	.present_section {
		padding: 30px 0 60px;
	}
}

.present_section header {
	margin-bottom: 70px;
	font-size: 4.8rem;
	line-height: 1.5;
}
.present_section header .bg {
	display: inline-block;
	background-color: #f5ca00;
	line-height: 1;
}
.present_section header .dot {
	position: relative;
	display: inline-block;
}
.present_section header .dot::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -15px;
	width: 8px;
	height: 8px;
	margin-left: -4px;
	background-color: #fff;
	border-radius: 100%;
}
@media screen and (min-width: 768px), print {
	.present_section header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.present_section header {
		margin-bottom: 50px;
		font-size: 2.6rem;
		text-align: center;
	}
	.present_section header .dot::before {
		top: -8px;
		width: 4px;
		height: 4px;
		margin-left: -2px;
	}
	.present_section header p {
		width: 70%;
		margin: 0 auto 15px;
	}
}
.present_section .soon {
	position: relative;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 20px;
	color: #000;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.4;
}
.present_section .soon .title {
	position: absolute;
	left: 35px;
	top: -25px;
	width: 375px;
	text-align: center;
	padding: 6px 0;
	background-color: #f5ca00;
	border-radius: 15px;
	color: #2381b8;
	font-size: 3.2rem;
	line-height: 1.5;
}
.present_section .soon .title::before {
	content: "";
	position: absolute;
	right: 40px;
	bottom: -18px;
	width: 24px;
	height: 18px;
	background: url(../img/soon_fukidashi.png) no-repeat 50%;
	background-size: 100%;
}
.present_section .soon .img02 span {
	display: block;
	margin-top: 5px;
	font-size: 1.3rem;
}
@media screen and (min-width: 768px), print {
	.present_section .soon {
		height: 195px;
		padding: 55px 35px 0;
	}
	.present_section .soon .img01 {
		position: absolute;
		left: 432px;
		top: 24px;
	}
	.present_section .soon .img02 {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.present_section .soon {
		padding: 35px 15px 20px;
		border-radius: 10px;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.present_section .soon .title {
		left: 10%;
		top: -20px;
		width: 80%;
		padding: 4px 0;
		border-radius: 10px;
		font-size: 2.2rem;
	}
	.present_section .soon .title::before {
		content: "";
		position: absolute;
		right: 20px;
		bottom: -9px;
		width: 12px;
		height: 9px;
	}
	.present_section .soon .img {
		margin-top: 10px;
		display: flex;
		align-items: flex-end;
		margin-right: -5px;
	}
	.present_section .soon .img01 {
		width: 70%;
		padding-right: 10px;
	}
	.present_section .soon .img02 {
		width: 30%;
	}
	.present_section .soon .img02 span {
		margin-top: 4px;
		font-size: 1rem;
	}
}

.present_section section + section {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.present_section section + section {
		margin-top: 40px;
	}
}
.present_section .l_title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 3.6rem;
	line-height: 1.4;
	color: #f5ca00;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
	.present_section .l_title {
		margin-bottom: 15px;
		font-size: 2.6rem;
	}
	.oubo {
		padding: 15px 0px;
		background: url(../img/extension.png) no-repeat right/35%;
	}
}

.present_section .limit {
	color: #f5ca00;
	font-weight: bold;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.5;
}
.present_section .limit .date {
	margin-bottom: 20px;
	color: #f5ca00;
	font-weight: bold;
	text-align: center;
	font-size: 7rem;
	line-height: 0.8;
	letter-spacing: -2px;
}
.present_section .limit .date > * {
	position: relative;
	display: block;
}
.present_section .limit .date .year {
	font-size: 4rem;
	margin-right: 5px;
	vertical-align: middle;
	letter-spacing: -1px;
}
.present_section .limit .date .n {
	font-size: 9rem;
}
.present_section .limit .date .notes {
	display: block;
	margin-top: 10px;
	padding-right: 10px;
	font-size: 2.4rem;
	text-align: right;
	line-height: 1.2;
	letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
	.present_section .limit .date {
		display: flex;
		justify-content: center;
		white-space: nowrap;
	}
	.present_section .limit .date > * + * {
		padding-left: 60px;
	}
	.present_section .limit .date > * + *::before {
		content: "";
		position: absolute;
		top: 30px;
		left: 20px;
		border-style: solid;
		border-width: 19px 0 19px 24px;
		border-color: transparent transparent transparent #f5ca00;
	}
	
	.oubo {
		padding: 15px 0px;
		background: url(../img/extension.png) no-repeat top 0px right 30px;
	}
}
@media screen and (max-width: 767px) {
	.present_section .limit {
		font-size: 1.8rem;
	}
	.present_section .limit .date {
		font-size: 4rem;
		letter-spacing: -1px;
	}
	.present_section .limit .date > * {
		display: table;
		margin: auto;
	}
	.present_section .limit .date > * + * {
		padding-top: 50px;
	}
	.present_section .limit .date > * + *::before {
		content: "";
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -14px;
		border-style: solid;
		border-width: 18px 14px 0 14px;
		border-color: #f5ca00 transparent transparent transparent;
	}
	.present_section .limit .date .year {
		font-size: 3rem;
		margin-right: 5px;
		letter-spacing: 0;
	}
	.present_section .limit .date .n {
		font-size: 6rem;
	}
	.present_section .limit .date .notes {
		padding-right: 0;
		font-size: 1.6rem;
	}
}

.present_section .conditions {
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.5;
}
.present_section .conditions .dot {
	color: #f5ca00;
}
.present_section .conditions .dot li {
	position: relative;
	margin-bottom: 0.2em;
	padding-left: 1.1em;
}
.present_section .conditions .dot li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.present_section .conditions .dot li .s {
	display: block;
	font-size: 70%;
}
.present_section .conditions .notes {
	margin-top: 20px;
	font-size: 2rem;
}
.present_section .conditions .notes li {
	position: relative;
	padding-left: 1.1em;
}
.present_section .conditions .notes li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.present_section .conditions {
		font-size: 1.6rem;
	}
	.present_section .conditions .notes {
		margin-top: 10px;
		font-size: 1.4rem;
	}
}


.present_section .rules {
	font-size: 1.2rem;
}
.present_section .rules h3 {
	font-size: 2rem;
}
.present_section .rules .scroll {
	height: 185px;
	margin-top: 5px;
	overflow: auto;
	padding-right: 10px;
}
.present_section .rules .circle > li {
	position: relative;
	padding-left: 1.1em;
}
.present_section .rules .circle > li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}
.present_section .rules .dot > li {
	position: relative;
	padding-left: 1.1em;
}
.present_section .rules .dot > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.present_section .rules dl {
	margin-top: 1em;
}
.present_section .rules .underline {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.present_section .rules {
		font-size: 1rem;
	}
	.present_section .rules h3 {
		margin-bottom: 5px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
}
.privacy_checkbox {
	position: relative;
	margin-top: 20px;
	font-size: 2rem;
	font-weight: bold;
}
.privacy_checkbox input {
	position: absolute;
	visibility: hidden;
}
.privacy_checkbox label {
	position: relative;
	display: table;
	margin: auto;
	padding: 6px 0 6px 30px;
	cursor: pointer;
}
.privacy_checkbox .check {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #c5c2b7;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}
.privacy_checkbox .check::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 1px;
	width: 7px;
	height: 14px;
	border-right: 3px solid #2381b8;
	border-bottom: 3px solid #2381b8;
	opacity: 0;
	transition: opacity .1s;
	transform: rotate(45deg);
}
.privacy_checkbox input:checked + label .check{
	background-color: #f5ca00;
	border-color: #f5ca00;
}
.privacy_checkbox input:checked + label .check:after {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.privacy_checkbox {
		margin-top: 15px;
		font-size: 1.6rem;
	}
}


.present_section .method {
	text-align: center;
	font-weight: bold;
	font-size: 3.6rem;
	line-height: 1.4;
}
.present_section .method .note {
	display: none;
	padding: 5px 10px;
	background-color: #cc0000;
	margin-top: 10px;
	font-size: 2.2rem;
}
.present_section .method .note.show {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.present_section .method {
		font-size: 2rem;
	}
	.present_section .method .note {
		font-size: 1.3rem;
		padding: 3px 5px;
	}
}

.present_section .btn li {
	margin-top: 25px;
}
.present_section .btn li {
	margin-top: 25px;
}
.present_section .btn a {
	display: block;
	position: relative;
	padding: 20px;
	background-color: #000000;
	border-radius: 10px;
	color: #c9c9ca;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-size: 5.6rem;
	line-height: 1.4;
	pointer-events: none;
}
.present_section .btn.active a {
	color: #f5ca00;
	pointer-events: auto;
}
@media screen and (min-width: 768px), print {
	.present_section .btn a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.present_section .btn li {
		margin-top: 15px;
	}
	.present_section .btn a {
		padding: 20px 0;
		font-size: 2.4rem;
	}
}


/* movie_section
============================================================================================================ */
.movie_section {
	position: relative;
	padding: 40px 0 50px;
}
.movie_section h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 6rem;
	line-height: 1.4;
	color: #2381b8;
}
.movie_section .movie {
	position: relative;
	padding-top: 56.25%;
}
.movie_section .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie_section .use {
	margin-top: 30px;
}
.movie_section .entry_btn {
	margin-top: 40px;
}
.movie_section .entry_btn .arrow {
	transform: rotate(180deg);
	top: -5px;
}
@media screen and (max-width: 767px) {
	.movie_section {
		padding: 30px 0 50px;
	}
	.movie_section h2 {
		margin-bottom: 15px;
		font-size: 3rem;
	}
	.movie_section .use {
		margin-top: 20px;
	}
	.movie_section .entry_btn {
		margin-top: 30px;
	}
	.movie_section .entry_btn .arrow {
		top: -2px;
	}
}


/* footer
============================================================================================================ */
#footer {
	padding: 40px 0 30px;
	background-color: #f5ca00;
	text-align: center;
}
#footer .btn a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	background: #2381b8;
	border-radius: 10px;
}
#footer dl {
	margin-top: 30px;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.5;
}
#footer dl dt {
	background-color: #000;
	color: #f5ca00;
	text-align: center;
}
@media screen and (min-width: 768px), print {
	#footer .btn a:hover {
		opacity: 0.7;
	}
	#footer dl {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		text-align: left;
	}
	#footer dl dt {
		padding: 2px 10px;
		font-size: 90%;
	}
	#footer dl dd {
		padding: 0 0 0 10px;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 30px 5vw 20px;
	}
	#footer .btn a {
		width: 200px;
		padding: 10px;
	}
	#footer .btn a img {
		width: 120px;
	}
	#footer dl {
		margin-top: 30px;
		font-size: 1.5rem;
	}
	#footer dl dt {
		margin-bottom: 10px;
		padding: 5px;
	}
}

