@charset "utf-8";

/*-----------------------------------------------------*/
/* 初期設定など
/*-----------------------------------------------------*/
@font-face {
    font-family: 'WebSymbolsgfeditRegular';
    src: url('/css/font/websymbols_gf-edit-webfont.eot');
    src: url('/css/font/websymbols_gf-edit-webfont.eot?#iefix') format('embedded-opentype'),
        url('/css/font/websymbols_gf-edit-webfont.woff') format('woff'),
        url('/css/font/websymbols_gf-edit-webfont.ttf') format('truetype'),
        url('/css/font/websymbols_gf-edit-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	box-sizing: inherit;
}
*, ::before, ::after {
    box-sizing: inherit;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	box-sizing: border-box;
}
img {
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	display: block;
	height: auto;
}
a {
	display: inline-block;
}
h2 {
	text-align: center;
}
h2 img {
	width: 100%;
}
/* ↓ページ内リンクずれる対策 */
.return {
	padding-top: 100px;
	margin-top: -100px;
}
@media screen and (max-width:1260px) {
	.courseLink {
		padding: 0 2%;
	}
}
/*-----------------------------------------------------*/
/* パンくずエリアのスタイル
/*-----------------------------------------------------*/
div#breadSns {
	width:980px;
	margin:0 auto;
	padding:0;
	height:32px;
}
div#bread {
	float:left;
	margin:6px 0 0 5px;
}
div#bread p.crumbs {
	font-size:10px;
}
/*    IE用　　*/
div#bread {
	margin/*\**/: 0 0 0 5px;
}
#snsBox {
	/*	width:400px;*/
	float:right;
	margin: 5px 0px 0px 0;
	vertical-align: top;
}
/*    IE用　　*/
#snsBox {
	margin/*\**/: 0 0 7px 0\9;
}
#snsBox ul li {
	float: left;
	padding: 0px;
	display: inline;
}
#snsBox ul li.fb {
	margin: 0 10px 0 0 !important;
}
#snsBox ul li.fb div {
	width: 110px!important;
}
#snsBox ul li.gg {
	margin: 0 10px 0 -10px !important;
}
#snsBox ul li.tw {
	margin: 0 10px 0 -10px !important;
}
@media screen and (min-width: 641px) {
    div#bread {
        float: left;
        margin: 6px 0 0 5px;
    }
	#snsBox {
        /* width: 400px; */
        float: right;
        margin: 5px 0px 0px 0;
        vertical-align: top;
    }
}
@media (max-width: 1024px) {
    div#breadSns {
        width: 100%;
    }
}
/*-----------------------------------------------------*/
/* スタイル（太字・改行の位置）
/*-----------------------------------------------------*/
.bold {
	font-weight: bold;
}
.pc-br {
	display: block;
}
.sp-br {
	display: none;
}
/* 900px以下で改行 */
@media screen and (max-width: 900px) {
	.pc-br {
		display: none;
	}
	.sp-br {
		display: block;
	}
	.dl__apps .pc-br {
		display: block;
	}
}
/* DLのテキストだけの指定 */
@media screen and (max-width: 800px) {
	.dl__apps .pc-br {
		display: none;
	}
}
/*-----------------------------------------------------*/
/* レイアウトのスタイル
/*-----------------------------------------------------*/
#container {
    width: 100%;
    margin: 0 auto;
    text-align: left;
	background-color: #fafae6;
}
.inner {
	max-width: 1260px;
	margin: 0 auto;
	padding-inline: 9rem;
}
.inner a:visited {
	color: #fff;
}
@media screen and (max-width: 1260px) {
	#outline table {
		width: 100%;
	}
	.inner {
		width: 100%;
        padding: 0 2%;
		padding-inline: calc((9rem / 126rem) * 100vw);
	}
}
@media screen and (max-width: 800px) {
	.inner {
		padding-inline: calc((5rem / 80rem) * 100vw);
	}
}
@media screen and (max-width: 640px) {
	.inner {
		padding-inline: clamp(1.6rem, 9.057vw - 1.796rem, 4rem);
	}
}
/*-----------------------------------------------------*/
/* メインビジュアル
/*-----------------------------------------------------*/
.mainvisual {
	position: relative;
}
.mainvisual__logo {
	position: absolute;
	top: 25px;
	right: 3%;
	z-index: 1;
	width: 23vw;
}
.mainvisual h1{
	/* width: 980px; */
	margin: 0 auto;
	padding: 0;
}
.mainvisual__on {
	position: relative;
	background:url(images/KV_bg.jpg) no-repeat;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	aspect-ratio: 1920 / 970;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	padding-top: 6.7rem;
}
.mainvisual__onImage {
	position: relative;
	z-index: 2;
	width: 43vw;
	max-width: 780px;
	max-width: 77rem;
	height: auto;
	margin: 0 auto;
}
.mainvisual__imageContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: clamp(-12rem, -10.167vw + 7.52rem, -5.3rem);
    left: 0;
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	z-index: 2;
}
.mainvisual__image {
	width: 41%;
	height: auto;
	position: absolute;
}
.mainvisual__sp {
	display: none;
}
.mainvisual__image:first-of-type {
	top: 27%;
}
.mainvisual__image:nth-of-type(2) {
	top: 48%;
	width: clamp(28.3rem, 32.976vw + 1.886rem, 65.2rem);
	max-width: 652px;
}
.mainvisual__image:nth-of-type(3) {
	top: 57%;
	z-index: 3;
}
.mainvisual__image:nth-of-type(4) {
	top: 70%;
	width: clamp(52vw, -33.333vw + 111.000rem, 52vw);
	min-width: 376px;
	max-width: 900px;
}
@media screen and (max-width: 1260px) {
	.mainvisual__imageContainer {
		top: clamp(-10%, -1.089vw + 3.725%, -5%);
	}
	.mainvisual__image:nth-of-type(4) {
		top: 67%;
	}
}
@media screen and (max-width:980px) {
	.mainvisual h1{
		width: 100%;
		/* padding: 0 2%; */
		box-sizing: border-box;
	}
	.mainvisual__on {
		background-size: cover;
	}
}
@media screen and (max-width: 800px) {
	.mainvisual__imageContainer {
		width: 98%;
		height: 98%;
		top: clamp(2%, -0.629vw + 7.031%, 3%);
	}
	.mainvisual__on {
		height: clamp(540px, 138.824vw + 19.412px, 1130px);
		background-size: cover;
		background-image: url(images/KV_bg-sp.jpg);
	}
	.mainvisual__onImage {
		width: 85%;
		top: 48%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}
	.mainvisual__image:first-of-type {
		top: 24%;
		width: 90%;
	}
	.mainvisual__image:nth-of-type(2) {
		top: 40%;
		width: 75%;
	}
	.mainvisual__image:nth-of-type(3) {
		top: 48%;
		z-index: 3;
		width: 87%;
	}
	.mainvisual__image:nth-of-type(4) {
		top: 57%;
		width: 106%;
	}
}
@media screen and (max-width:640px) {
	.mainvisual h1 {
		padding: 0;
	}
	.mainvisual__imageContainer {
		width: 100%;
		height: 100%;
		top: clamp(-4rem, -12.830vw + 42.113px, -0.6rem);
	}
	.mainvisual__on {
		background-image: url(images/KV_bg-sp.jpg);
	}
	.mainvisual__onImage {
		width: 84%;
        top: clamp(40%, 3.019vw + 28.679%, 48%);
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0;
    }
	.mainvisual__logo {
		z-index: 1;
		width: 30vw;
	}
	.mainvisual__image:first-of-type {
		top: 21%;
		width: 91%;
	}
	.mainvisual__image:nth-of-type(2) {
		top: 38%;
		width: 77%;
	}
	.mainvisual__image:nth-of-type(3) {
		top: 46%;
		z-index: 3;
		width: 90%;
	}
	.mainvisual__image:nth-of-type(4) {
		top: 56%;
		left: 0;
		width: 96%;
		width: 100%;
	}
}
/*-----------------------------------------------------*/
/* レイアウトのスタイル（MV下のグリーンの部分）
/*-----------------------------------------------------*/
.detail {
	position: relative;
	background-image: url('images/green.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-top: clamp(-19rem, -11.618vw + 33.056px, -6rem);
	padding-bottom: clamp(127px, calc(67.57px + 7.42vw), 210px);
	padding-bottom: clamp(11rem, 10.893vw + 22.745px, 16rem);
}
.detail__image {
	position: absolute;
	top: -95px;
	z-index: 3;
	left: 3%;
}
.detail__inner {
	margin-top: 14rem;
	padding: 0 30px;
}
.detail__btns {
	position: relative;
	display: flex;
	gap: 27px;
	justify-content: center;
	margin-bottom: 50px;
}
.detail__btn {
	border-radius: 31.61px;
	box-shadow: 4px 4px 0px 2px rgba(196, 205, 134, 0.8);
	transition: all .3s;
}
.detail__btn:hover {
	opacity: .7;
}
@media screen and (max-width: 1500px) {
	.detail__inner {
		margin-top: 12rem
	}
}
@media screen and (max-width: 1260px) {
	.detail__image {
		top: clamp(-7.2rem, -6.972vw + 1.584rem, -4rem);
		width: 7vw;
	}
}
@media screen and (max-width: 1024px) {
	.detail__inner {
		margin-top: 11rem
	}
}
@media screen and (max-width: 800px) {
	.detail {
		padding-bottom: clamp(80px, 14.118vw + 27.059px, 140px);
		margin-top: -10px;
	}
	.detail__inner {
		margin-top: clamp(65px, 10.588vw + 25.294px, 110px);
	}
	.detail__image {
		width: 15vw;
		top: -22%;
		left: 10%;
	}
	.detail__btns {
		flex-direction: column;
	}
	.detail__btns img {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.detail__image {
		top: clamp(-20%, -3.019vw - 0.679%, -12%);
		top: clamp(-12rem, -20.755vw + 1.283rem, -6.5rem);
	}
}
/*-----------------------------------------------------*/
/* キャンペーン必要条件と対象
/*-----------------------------------------------------*/
#cp-conditions {
	margin: 0 auto !important;
	position: relative;
	margin: 0 auto min(10vw, 100px);
    padding-left: min(3vw, 30px);
    padding-right: min(3vw, 30px);
    max-width: 1260px;
    text-align: left;
}
#term{
	background-color:#e7470e;
}
#term p.term{
	width: 980px;
	margin: 0 auto;
	padding: 0 0 2px;
}
dl.display_terms dt::before {
	top: 10px;
}
.term_item li {
	font-size: 16px;
}
@media screen and (min-width: 641px) {
	dl.display_terms {
		/* width: 940px; */
		width: 100%;
		max-width: 1260px;
		margin: 5px 0;
		padding: 0 20px;
		letter-spacing: -.4em;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    }
	dl.display_terms dt {
		position: relative;
		padding: 3px 20px 0 0;
		font-weight: bold;
		display: inline-block;
		letter-spacing: normal;
		width: 110px;
    }
	dl.display_terms dt::before {
        position: absolute;
        width: 7px;
        height: 7px;
        right: 10px;
        top: 6px;
        border-top: 2px solid #333333;
        border-right: 2px solid #333333;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        content: "";
    }
	dl.display_terms dd {
        vertical-align: top;
        display: inline-block;
        letter-spacing: normal;
        width: 85%;
    }
	dl.display_terms dd ul.term_item {
        text-align: left;
        letter-spacing: -.4em;
        width: auto;
    }
	dl.display_terms dd ul.term_item li {
        background-color: #0086CD;
        border: 1px solid #0086CD;
        border-radius: 4px;
        padding: 2px 4px;
        margin: 0 5px 5px 0;
        color: #FFFFFF;
        font-weight: bold;
        display: inline-block;
        letter-spacing: normal;
    }
}
@media screen and (max-width: 1260px) {
	dl.display_terms {
		padding: 0 !important;
	}
}
@media screen and (max-width: 980px) {
	#term p.term {
		width: 98%;
		margin: 0 1%;
	}
}
@media screen and (max-width: 740px) {
    dl.display_terms dt {
        width: 15%;
    }
}
@media screen and (max-width: 640px) {
    dl.display_terms {
        margin: 5px 0;
        padding: 0;
        letter-spacing: -.4em;
        text-align: left;
    }
	#term {
		margin-bottom: 10px;
		padding:10px;
		color:#FFFFFF;
		height: auto;
	}
	#term p.pc {
		display: none;
	}
	#term dl.sp {
		display: block;
		text-align: center;
	}
	#term dl {
		letter-spacing:-0.4em;
		text-align:left;
	}
	#term dt,
	#term dd {
		display:inline;
		zoom:1;
		letter-spacing:normal;
		font-size: 3.8vw;
		line-height: 130%;
		font-weight:bold;
	}
	dl.display_terms dt {
        /* width: 27vw; */
		position: relative;
        padding-right: 20px;
        padding: 3px 10% 0 0;
        font-weight: bold;
        display: inline-block;
        letter-spacing: normal;
        width: 19%;
    }
	dl.display_terms dt::before {
        position: absolute;
        width: 7px;
        height: 7px;
        right: 10px;
        top: 5px;
        border-top: 2px solid #333333;
        border-right: 2px solid #333333;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        vertical-align: middle;
        content: "";
    }
	dl.display_terms dd {
		width: 63vw;
		vertical-align: top;
        display: inline-block;
        letter-spacing: normal;
	}
	dl.display_terms dd ul.term_item {
        text-align: left;
        letter-spacing: -.4em;
    }
	dl.display_terms dd ul.term_item li {
        background-color: #0086CD;
        border: 1px solid #0086CD;
        border-radius: 4px;
        padding: 2px 4px;
        margin: 0 5px 5px 0;
        color: #FFFFFF;
        font-weight: bold;
        display: inline-block;
        letter-spacing: normal;
    }
}
@media screen and (max-width: 370px) {
    dl.display_terms dt {
        width: 30vw;
    }
	dl.display_terms dd {
		width: 60vw;
	}
}
/*-----------------------------------------------------*/
/* コンテンツのスタイル（PGM Webからの予約＆プレーで～）
/*-----------------------------------------------------*/
.h2_lead {
    text-align: center;
    padding-block: 8rem 4rem;
	padding-inline: 0;
	font-size: clamp(40px, 1.667vw + 25px, 46px);
	line-height: calc(68 / 46);
	color: #f75e00;
}
.leadbox {
	display: flex;
	justify-content: space-between;
	gap: 28px;
}
.lead {
	font-size: 26px;
	font-size: clamp(20px, 1.667vw + 5px, 26px);
	line-height: calc(46 / 26);
	width: 65%;
    flex-shrink: 0;
}
.lead__image {
	width: 35%;
    flex: 1;
    flex-shrink: 0;
    min-width: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	align-items: stretch;
}
.lead__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 900px) {
	.leadbox {
		flex-direction: column;
		align-items: center;
	}
	.lead {
		width: 100%;
		font-size: calc((28px / 900px) * 100vw);
	}
	.h2_lead {
		font-size: calc((42px / 900px) * 100vw);
	}
	.lead__image {
		width: 40%;
	}
}
@media screen and (max-width: 640px) {
	.leadbox {
		padding-inline: 0px;
		gap: clamp(14px, 5.283vw - 5.811px, 28px);
	}
	.lead {
		width: 100%;
		font-size: clamp(16px, 2.264vw + 7.509px, 22px);
	}
	.h2_lead {
		font-size: clamp(22px, 3.396vw + 9.264px, 31px);
		padding: clamp(25px, 5.66vw + 3.774px, 40px) 0;
	}
	.lead__image {
		width: 50%;
	}
}
/*-----------------------------------------------------*/
/* コンテンツのスタイル（ご利用の流れ(STEP)）
/*-----------------------------------------------------*/
.step {
	position: relative;
	margin: 0 auto;
	margin-top: -1.5rem;
	background:url(images/step_bg.png) no-repeat;
	background-size: cover;
	padding: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	padding-bottom: 21rem;
	overflow: hidden;
}
.step__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5.6rem;
	padding-bottom: clamp(15.8rem, 4.783vw + 11.9739rem, 18rem);
}
.step__title {
	margin: 0 auto;
	padding-top: 12.7rem;
	padding-bottom: 8.6rem;
}
.step__title img {
	margin: 0 auto;
}
.step__title img:first-child {
	display: block;
	max-width: 507px;
	width: calc((507px / 1260px) * 100vw);
}
.step__title img:last-child {
	display: none;
}
.step__flow {
	position: relative;
	z-index: 2;
	display: inline-block;
}
.step__text {
	position: absolute;
	left: 30%;
	font-size: clamp(2.9rem, 0.652vw + 2.3783rem, 3.2rem);
}
.step__flow:first-of-type .step__text {
	top: 20%;
}
.step__flow:nth-of-type(2) .step__text {
	top: 30%;
}
.step__flow:last-of-type .step__text {
	top: 12%;
	font-size: clamp(3.1rem, 2.1vw + 1.754rem, 4.4rem);
}
.step__flow .step__image:first-of-type {
	display: block;
}
.step__flow .step__image:nth-of-type(2) {
	display: none;
}
.step__btn {
	position: absolute;
	top: 35%;
	left: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.7rem;
	margin-top: 20px;
	width: 60%;
	transition: all .3s;
	background-color: #ff7700;
	padding-block: 1rem;
	border-radius: 1rem;
	text-decoration: none;
	font-size: 2.5rem;
	color: #ffffff;
	border: 3px solid #ffffff;
	box-shadow: 0.4rem 0.4rem 0.1rem 0.2px #e5dbd2;
}
.step__btn:first-of-type {
	display: flex;
}
.step__btn:nth-of-type(2) {
	display: none;
}
.step__btn::after {
	content: "";
	display: inline-block;
	background-image: url(images/btnarrow.png);
	background-size: cover;
	width: 2.9rem;
	height: 2.9rem;
}
.step__btn:hover {
	opacity: .7;
	color: #ffffff;
}
.step__cloud {
	position: absolute;
	z-index: 1;
}
.step__cloud:nth-of-type(2) {
	top: 30%;
    left: 5%;
}
.step__cloud:nth-of-type(3) {
	top: 20%;
    right: 5%;
}
.step__cloud:nth-of-type(4) {
	top: 82%;
    right: 0;
}
.step__mountain {
	width: 100%;
	position: absolute;
	top: 89%;
	bottom: 0;
	z-index: 2;
}
.step__goal {
	position: absolute;
	top: -1.2rem;
	left: 8%;
}
@media screen and (max-width: 1260px) {
	.step__goal {
		top: -50px;
	}
}
@media screen and (max-width: 800px) {
	.step__title {
		position: relative;
		z-index: 2;
		padding-top: clamp(6rem, 21.176vw - 1.941rem, 15rem);
		padding-bottom: clamp(6rem, 6.118vw + 3.706rem, 8.6rem);
	}
	.step__title img:first-child {
		display: none;
	}
	.step__title img:last-child {
		display: block;
		width: clamp(15rem, 54.824vw - 5.559rem, 38.3rem);
	}
	.step__text {
		font-size: calc((29px / 800px) * 100vw);
		left: 27%;
	}
	.step__flow:nth-of-type(2) .step__text {
		top: 27%;
	}
	.step__flow:last-of-type .step__text {
		top: 11%;
	}
	.step__btn {
		margin-top: 1.2rem;
	}
	.step__btn:hover, .step__btn:active {
		transform: scale(1.05);
	}
	.step__cloud:nth-of-type(2) {
		top: 14%;
		left: -13%;
	}
	.step__cloud:nth-of-type(3) {
		top: 45%;
		right: 0;
	}
	.step__goal {
		top: -60px;
	}
}
@media screen and (max-width: 640px) {
	.step {
		padding-bottom: 158px;
	}
	.step__inner {
		padding-bottom: clamp(7rem, 33.208vw - 5.453rem, 15.8rem);
		gap: calc((5rem / 64rem) * 100vw);
	}
	.step__image {
		width: 100%;
	}
	.step__flow .step__image:first-of-type {
		display: none;
	}
	.step__flow .step__image:nth-of-type(2) {
		display: block;
	}
	.step__text {
		font-size: calc((24px / 640px) * 100vw);
		font-size: clamp(1.4rem, 3.774vw + 0.015rem, 2.4rem);
		left: 25%;
	}
	.step__flow:nth-of-type(2) .step__text {
		top: 27%;
	}
	.step__flow:last-of-type .step__text {
		font-size: clamp(1.9rem, 5.283vw - 0.081rem, 3.3rem);
		top: 9%;
	}
	.step__btn {
		font-size: clamp(1.6rem, 2.264vw + 0.7509rem, 2.2rem);
		padding-block: clamp(5px, 1.887vw - 2.075px, 10px);
		gap: 10px;
		margin-top: clamp(0.4rem, 3.019vw - 0.732rem, 1.2rem);
	}
	.step__btn::after {
		width: clamp(2.2rem, 1.132vw + 1.7755rem, 2.5rem);
		height: clamp(2.2rem, 1.132vw + 1.7755rem, 2.5rem);
	}
	.step__btn:first-of-type {
		display: none;
	}
	.step__btn:nth-of-type(2) {
		display: flex;
	}
	.step__cloud:nth-of-type(4) {
		top: 80%;
		right: -24%;
		width: 83vw;
	}
	.step__cloud:nth-of-type(2), .step__cloud:nth-of-type(3) {
		width: 50vw;
	}
	.step__goal {
		top: clamp(-7.2rem, -8.302vw - 1.8868rem, -5rem);
		left: 5%;
		width: clamp(4rem, 9.434vw + 0.462rem, 6.5rem);
		height: auto;
	}
}
/*-----------------------------------------------------*/
/* コンテンツのスタイル（ダウンロードについて）
/*-----------------------------------------------------*/
.dl {
	position: relative;
	margin: 0 auto;
	margin-top: -80px;
	background:url(images/dl2.png) no-repeat;
	background-size: cover;
	padding: 0;
	background-position: center top;
	z-index: 2;
	padding-bottom: 140px;
	width: 100%;
}
.dl__title {
	position: relative;
	max-width: 800px;
	width: clamp(30rem, 56.497vw + 8.814rem, 80rem);
	margin: -100px auto 0 auto;
	margin-top: -10px;
	z-index: 10;
	top: -7rem;
}
.dl__title img {
    width: 100%;
    height: auto;
    display: block;
}
.dl__title-text {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: clamp(3.5rem, 2.832vw + 1.231rem, 4.8rem);
	white-space: pre;
}
.dl__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) clamp(280px, (330px / 1260px) * 100vw, 330px);
	grid-template-rows: auto auto auto;
	row-gap: clamp(30px, 3.261vw + 3.913px, 45px);
	column-gap: 30px;
	padding-bottom: 80px;
	align-items: start;
}
.dl__desc-text {
	font-size: clamp(2.7rem, 1.961vw + 1.13rem, 3.6rem);
	line-height: calc(62 / 36);
}
.dl__desc-imageSP {
	display: none;
}
.dl__image {
	grid-row: 1 / 4;
	grid-column: 2 / 3;
	width: 100%;
}
.dl__image img {
	width: 100%;
	height: auto;
}
.dl__desc,
.dl__apps,
.dl__trademark {
    min-width: 0;
}
.dl__apps {
	position: relative;
	width: 97%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(1rem, 2.179vw - 0.745rem, 2rem);
	text-decoration: none;
	border-radius: 30px;
	transition: all .3s;
	background-color: #ffffff99;
	padding-block: clamp(1.5rem, 3.268vw - 1.118rem, 3rem);
	padding-inline: clamp(2rem, 2.179vw + 0.255rem, 3rem);
}
.dl__apps-top {
	display: flex;
	gap: 20px;
	align-items: center;
}
.dl__desc-imagePC {
	width: 80px;
}
.dl__apps-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(2.5rem, 5.447vw - 1.863rem, 5rem);
}
.dl__apps-link {
	display: inline-block;
	height: 6.3rem;
	transition: all .3s;
}
.dl__apps-link:hover, .dl__apps-link:active {
	opacity: .7;
}
.dl__apps-link img {
	display: block;
	width: auto;
	height: 100%;
	object-fit: contain;
}
.dl__apps-pgm {
	width: 80px;
}
.dl__apps-text {
	font-size: clamp(2rem, 3.486vw - 0.792rem, 3.6rem);
	color: #000000;
}
.dl__trademark {
	font-size: 1.6rem;
}
.dl__goal {
	position: absolute;
	top: -50px;
	left: 5%;
}
@media screen and (max-width: 800px) {
	.dl__content {
		grid-template-columns: minmax(0, 1fr) clamp(280px, (208px / 800px) * 100vw, 208px);
		grid-template-columns: 1fr 230px;
		grid-template-rows: repeat(4, auto);
		column-gap: clamp(0rem, 7.059vw - 2.647rem, 3rem);
		align-items: start;
		padding-bottom: clamp(0rem, 18.824vw - 7.059rem, 8rem);
	}
	.dl__title {
		top: clamp(-4rem, -6.289vw + 1.031rem, -3rem);
	}
	.dl__title-text {
		font-size: clamp(2rem, 3.529vw + 0.676rem, 3.5rem);
	}
	.dl__desc {
		grid-row: 1 / 3;
		grid-column: 1 / 2;
		place-self: center;
	}
	.dl__desc-text {
		padding-bottom: 1.5rem;
		font-size: calc((28px / 800px) * 100vw);
		font-size: clamp(1.5rem, 3.059vw + 0.353rem, 2.8rem);
	}
	.dl__image {
		grid-row: 1 / 3;
		grid-column: 2 / 3;
	}
	.dl__desc-imageSP {
		display: block;
		margin: 0 auto;
		grid-row: 2 / 3;
		grid-column: 1 / 2;
		width: clamp(7rem, 11.765vw + 2.588rem, 12rem);
	}
	.dl__desc-imageSP img {
		margin: 0 auto;
	}
	.dl__apps {
		width: 100%;
		grid-row: 3 / 4;
		grid-column: 1 / 3;
		padding-inline: 1.8rem;
		padding-block: 1.8rem;
		row-gap: clamp(0rem, 4.706vw - 1.765rem, 2rem);
		border-radius: 10px;
	}
	.dl__apps-top {
		display: block;
		text-align: center;
		gap: 0;
	}
	.dl__desc-imagePC{
		display: none;
	}
	.dl__apps-text {
		text-wrap: nowrap;
		font-size: clamp(1.7rem, 3.059vw + 0.553rem, 3rem);
	}
	.dl__apps-bottom {
		gap: clamp(2rem, 7.059vw - 0.647rem, 5rem);
	}
	.dl__trademark {
		grid-row: 4 / 5;
		grid-column: 1 / 3;
		font-size: clamp(1rem, 1.176vw + 0.559rem, 1.5rem);
	}
}
@media screen and (max-width: 640px) {
	.dl__title {
		top: clamp(-3rem, -9.057vw + 2.396rem, -1rem);
	}
	.dl__content {
		grid-template-columns: 0.5fr 0.5fr;
	}
}
/*-----------------------------------------------------*/
/* コンテンツのスタイル（エリア）
/*-----------------------------------------------------*/
.area {
	width: 100%;
	/* margin-top: 50px; */
}
.area__title {
	max-width: 1120px;
	margin: 0 auto;
	padding-top:5.9rem;
	padding-bottom: 8.6rem;
}
.area__title img:first-child {
	display: block;
}
.area__title img:last-child {
	display: none;
}
.area-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    gap: 30px;
    width: 100%;
    margin: 0 auto;
	margin-bottom: 100px;
}
.btn {
	transition: all .3s;
}
.btn:hover {
	opacity: .7;
}
.area-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: none;
    height: 70px;
    padding: 0 40px;
    box-sizing: border-box;
    background-color: #ff7700;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 5px 6px 0px 0px #d0752a;
    text-decoration: none;
    font-size: var(--fz30);
    transition: .5s;
    cursor: pointer;
    box-sizing: border-box;
    padding: 50px 0px;
}
.btn__text:first-child {
	font-size: 4rem;
	display: inline-block;
	padding-right: 5px;
}
.btn__text:last-child {
	font-size: 3rem;
}
@media (min-width: 768px) {
    .area-buttons .btn.sp {
        display: none;
    }
}
@media screen and (max-width: 980px) {
	.area-buttons {
		width: 100%;
		gap: 20px;
    }
	.btn__text:first-child {
		font-size: 3.5rem;
	}
	.btn__text:last-child {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 850px) {
	.btn__text:first-child {
		font-size: clamp(2.5rem, 4.306vw - 2.603px, 3.4rem);
	}
	.btn__text:last-child {
		font-size: clamp(1.93rem, 2.967vw + 0.032rem, 2.55rem);
	}
}
@media screen and (max-width: 800px) {
	.area__title {
		padding-top: clamp(0rem, 21.176vw - 7.941rem, 9rem);
		padding-bottom: clamp(6rem, 6.118vw + 3.706rem, 8.6rem);
	}
	.area__title img:first-child {
		display: none;
	}
	.area__title img:last-child {
		display: block;
	}
	.area-buttons {
		margin-bottom: clamp(8rem, 4.706vw + 6.235rem, 10rem);
	}
}
@media screen and (max-width: 767px) {
	.area-buttons .btn.pc {
		display: none;
	}
	a.btn.sp.area {
		margin-top: 0;
	}
	.btn.sp {
		display: flex;
	}
}
@media screen and (max-width: 640px) {
	.area-buttons {
        grid-template-columns: 1fr;
		gap: clamp(2.4rem, 2.264vw + 1.551rem, 3rem);
        max-width: 500px;
		padding-inline: clamp(0rem, -11.321vw + 7.245rem, 3rem);
    }
	.area-buttons .btn {
        height: auto;
        padding: clamp(1.8rem, 2.642vw + 0.809rem, 2.5rem) 0;
    }
	.btn__text:first-child {
		font-size: clamp(2rem, 5.660vw - 0.123rem, 3.5rem);
	}
	.btn__text:last-child {
		font-size: clamp(1.5rem, 5.660vw - 0.623rem, 3rem);
	}
}
/*-----------------------------------------------------*/
/* ページ下部のキャンペーン詳細
/*-----------------------------------------------------*/
#cp-detail {
    /* margin: 0 auto min(10vw, 100px); */
	margin: 0 auto;
    padding-left: min(3vw, 30px);
    padding-right: min(3vw, 30px);
    max-width: 1260px;
    text-align: left;

	/* 今回用でマージンで指定すると背景色がつかないから代わりにpaddingで指定 */
    padding-bottom:  min(10vw, 100px);
}
#outline {
    padding-top: 60px;
    margin-top: -140px;
}
#outline h2 {
    margin-top: 80px;
    padding: 7px;
    border-left: 10px solid #2ca6e0;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
#outline table {
    border-collapse: collapse;
    font-size: 16px;
    border-top: 1px solid #dedede;
}
#outline th {
    width: 180px;
    padding: 0 5px;
    text-align: left;
    vertical-align: middle;
    color: #565656;
    border-bottom: 1px solid #dedede;
}
#outline td {
    width: 100%;
	width: 1080px;
    padding: 10px 5px;
    border-bottom: 1px solid #dedede;
    line-height: 1.3;
}
#outline dt {
    margin-bottom: 5px;
    font-weight: bold;
	margin-top: 0.4em;
}
#outline table {
	border-collapse: collapse;
    font-size: 16px;
}
#outline table.cp_attentiontable {
    background: #eee;
    border: 1px dotted #666666;
}
#outline table.cp_attentiontable th {
    background: #eee;
    font-weight: bold;
    color: #333;
    border-right: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
    text-align: center;
}
#outline ul li, #outline ol li {
    text-indent: -1em;
    padding-left: 1em;
}
#outline table.cp_attentiontable td {
    padding: 2px;
    text-align: center;
    background: #ffffff;
    border-bottom: 1px dotted #666666;
    border-right: 1px dotted #666666;
}

@media screen and (min-width: 641px) {
	#outline .cp_attentiontable th {
        background: #eee;
        padding: 8px 8px 5px 8px;
    }
}
@media screen and (max-width: 768px) {
	#outline {
        margin: 0 auto;
        padding: 0;
    }
    #outline th {
        border-bottom: 1px dotted #dedede;
        padding-top: 15px;
        padding-bottom: 10px;
        font-size: 16px;
        color: #333333;
	}
	#outline td {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 1.5;
        border-bottom: 1px solid #dedede;
    }
	#outline th, #outline td {
        display: block;
        width: auto;
    }
}
@media screen and (max-width:640px) {
	#cp-detail {
        padding-top: 0;
        margin-top: 0;
    }
	#outline th {
		width: auto;
	}
	#freeplay_dtl {
		padding-top: 60px;
		margin-top: -60px;
		display: block;
	}
	.return {
		padding-top: 0;
		margin-top: 0;
	}
	.btn_return {
		font-size: 20px;
		margin-bottom: 50px;
	}
	/*IE行間調整 IE10以上*/
	@media all and (-ms-high-contrast: none) {
	}
}
/*-----------------------------------------------------*/
/* フッター
/*-----------------------------------------------------*/
/* ↓ common.cssでmargin-top: 50pxがついてることで背景色がつかなくなる範囲が出てくるのを打ち消している */
#footer {
	margin-top: 0;
}
#footer_link {
    min-width: auto;
}
/* ↓pc表示時にフッターの後に空欄ができてしまうのの打消し */
#footer::after {
	content: "";
}
@media screen and (max-width: 640px) {
    .pc, #footer, #breadSns {
        display: none;
    }
}
/*-----------------------------------------------------*/
/* ページトップボタンのスタイル
/*-----------------------------------------------------*/
#pagetop_btn {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
#pagetop {
	position: fixed;
	z-index: 20;
	opacity: 0;
	transform: translateX(100px);
	display: none;
	cursor: pointer;
	right: 1%;
	bottom: 2%;
	font-size:0.9vw;
}
#pagetop a {
	display: inline-block;
	transition:all 0.3s;
	color: #fff;
	width: 60px;
	height:60px;
	box-sizing:border-box;
	text-decoration: none;
	position:relative;
	text-align: center;
	background-color:#555555;
	border-radius: 4px;
}
#pagetop a span {
	position: absolute;
	top: 43%;
	left: 50%;
	width: 32%;
	height: 32%;
	margin-left: -15%;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
#pagetop a:hover {
	text-decoration: none;
	background: #929292;
}

/*　左の動き　*/
#pagetop.LeftMove {
	animation: LeftAnime 0.5s forwards;
}
@keyframes LeftAnime {
	from {
		opacity: 0;
		transform: translateX(130px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/*　右の動き　*/
#pagetop.RightMove {
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
	from {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 1;
		transform: translateX(300px);
	}
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#reserve-btn {
	position: fixed;
	z-index: 20;
	opacity: 0;
	transform: translateX(100px);
	display: none;
	cursor: pointer;
	right: 1%;
	bottom: 110px;
	font-size: 0.9vw;
}
#reserve-btn a {
	display: inline-block;
	transition: all 0.3s;
	color: #fff;
	padding: 13px 40px 10px 30px;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	text-align: center;
	background-color: #ff7700;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 600;
}
#pagetop.LeftMove, #pagetop.RightMove,
#reserve-btn.LeftMove, #reserve-btn.RightMove {
	display: block;
}
li.reserve_Animation a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .4em;
    height: .4em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
    right: 0.8em;
}
a.btn_booking.sp {
	display: none!important;
}
@media (max-width: 640px) {
	a.btn_booking.sp {
		display: inline-block!important;
	}
	a.btn_booking.pc {
		display: none!important;
	}
}

/* アニメーションは Page top と同じ動きに合わせる */
#reserve-btn.LeftMove {
	animation: LeftAnime 0.5s forwards;
}
#reserve-btn.RightMove {
	animation: RightAnime 0.5s forwards;
}

/*-----------------------------------------------------*/
/* SP表示時に左が空くのを消すための指定（念のため）
/*-----------------------------------------------------*/
html, body {
	overflow-x: hidden;
	position: relative;
	width: 100%;
}