@charset "UTF-8";
/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


html {
	width: 100%;
	max-width: 100%; 
	font-size: 62.5%;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
	width: 100%;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
/* Sections */
/* ============================================ */

main {
	width: 100%;
	margin: 0 auto;
}

/* Headings 
============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
/* This Site 
============================================ */
body {
	height: 100%;
	background-color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	color: #231815;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	position: relative;/*←相対位置*/
	text-rendering: optimizeLegibility;
	}
section {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}
	h2 {
  font-weight: 900;
  font-style: normal;
	font-size: 3.6rem;
	font-size: clamp(2.4rem, 4.5vw, 3.6rem);
	color: #231815;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
	}
/*	非表示*/
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}
@media screen and (max-width: 699px) {
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
section {
	padding: 10px 0;
}
}

	/*注釈リスト*/
.annotation {
	list-style: none;
	padding-left: 1.5em;
}
.annotation li {
	text-indent: -1.5em;
	margin: 0 0 6px 0;
	line-height: 1.4;
}
.annotation li:before {
	content: "※";
	margin-right: 0.5em;
}

	/*角丸ボタン*/
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem ;
  font-size: 2.4rem;
	font-weight: 500;
  color: #FFF;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #5cc2cf;
  border-radius: 40px; /* (buttonの高さ / 2) の値 */
	margin: 0 auto;
}
@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }
  .buttonRound:hover {
    background-color: #01D6E4;
  }
}
	/*角丸ボタン*/
.buttonRound_off {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem ;
  font-size: 1.8rem;
	font-weight: 600;
  color: #444;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #DDD;
  border-radius: 40px; /* (buttonの高さ / 2) の値 */
	margin: 0 auto;
	width: 80%;
}
@media screen and (max-width: 699px) {
.buttonRound_off {
  padding: 1.6rem ;
  font-size: 1.6rem;
	width: 95%;
}}
/* 上に戻るボタン 
============================================ */
/*　　ボタン関係の部品を全部囲うタグ：ここのidがjQueryの動作と連動する */
#page_top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  opacity: 0.9;
	font-size: 4.8rem;
	color: #5cc2cf;
}
/* ボタン画像のサイズ指定 */
#page_top .c-up-to-btn_a {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 539px) {
#page_top {
  right: 8px;
  bottom: 40px;
	font-size: 4rem;
}
/* ボタン画像のサイズ指定 */
#page_top .c-up-to-btn_a {
  width: 32px;
  height: 32px;
}
}
/*============================================ */
.header {
	width: 100%;
	background-color: #5cc2cf;
	background-image: url("../images/back_pattern.png");
	background-repeat: repeat;
	height: 100%;
	max-height: 1010px;
	padding:  5% 0 0 0;
	margin: 0 auto;
	text-align: center;
}
.header_wrap {
	width: 100%;
	height: 100%;
	background-image: url("../images/back_cloud.svg");
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	position: relative;	
	text-align: center;
}
.dl_button {
	width: 200px;
	height: 40px;
	padding: 8px;
	background:rgba(255,234,0,0.9);	
	position: fixed;
	left: 40px;
	top: 0;
	z-index: 10;
	border-radius: 0 0 8px 8px;
}
.dl_button p {
	font-weight: 600;
	font-size:1.6rem;
	line-height: 1.3;
	color: #231815;
}

.premium_rate {
	width: 20%;
	max-width: 180px;
	position: absolute;
	left: 50%;
	bottom: 20%;
	margin: 0 0 0 200px;
	z-index: 8;

}
.header_contaner {
	width: 58%;
	height: 100%;
	max-width: 1024px;
	min-width: 720px;
	margin: 0 auto;
	}
.top_tit {
	width: 100%;
	max-width: 720px;
	min-width: 300px;
	height: 42%;
	margin: 0 auto 16px auto;
	}
.top_logo {
	width: 68%;
	max-width: 640px;
	min-width: 560px;
	height: 14%;
	margin: 0 auto;
	display: block;
	}
	.top_img {
	width: 100%;
	max-width: 610px;
	min-width: 300px;
	height: 31%;
	min-height: 280px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	position: relative;
	background-image: url("../images/main_img.svg");
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size: auto 100%;
	display: block;
	}
	
.top_logo_sp {
	display: none;
	}
	.top_release_date {
		width: 100%;
		max-height: 240px;
		background-color: #5cc2cf;
		padding: 24px 0;
		margin: 0 auto;
		text-align: center;
	}
	.top_release_date img {
		width: 48%;
		max-width: 800px;
		min-width: 600px;
		max-height: 240px;
		background-color: #5cc2cf;
		padding: 0 0 20px 0;
		margin: 0 auto;
	}
.term {
		width: 54%;
		font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: clamp(1.9rem, 1.8vw, 2.1rem);
		font-weight: 600;
    white-space: nowrap;
		background-color: #c9e8f7;
		text-align: center;
		margin: 0 auto;
		padding: 12px 8px;
		border-radius: 10px;
		max-width: 780px;
		min-width: 500px;
}

	
@media screen and (max-width: 1023px) {
.header {
	padding:  60px 0 0 0;
}
.header_wrap {
}
.header_contaner {
	width: 82%;
	max-width: 720px;
	min-width: 300px;
	margin: 0 auto;
	}
.top_tit {
	width: 100%;
	margin: 0 auto 10px auto;
	}
.top_logo {
	width: 82%;
	margin: 0 auto;
	min-width: 300px;
	}
	.top_img {
	width: 100%;
	max-width: 580px;
	min-width: 300px;
	height: 55%;
	margin: 0 auto;
	background-size: 100% auto;
	}
	}
@media screen and (max-width: 699px) {
.header {
height: auto;
	max-height: 850px;
	padding:  15% 0 0 0;
	margin: 0 auto;
	text-align: center;
}
.dl_button {
	width: 190px;
	height: 36px;
	left: 0;
	top: 0;
	border-radius: 0 0 8px 0;
}
.dl_button p {
	font-size:1.5rem;
}
.premium_rate {
	width: 21%;
	position: absolute;
	left: 77%;
	bottom: 25%;
	margin: 0;
}
.top_tit {
	height: 35%;
	}
.top_logo {
		display: none;
	}
	.top_img {
		display: none;
	}
.top_logo_sp {
	display: block;
	}	
	.top_release_date {
		width: 100%;
	}
	.top_release_date img {
		width: 97%;
		max-width: 650px;
		min-width: 300px;
		max-height: 240px;
		padding: 0 0 16px 0;
		margin: 0 auto;
	}
.term {
		width: 97%;
		font-size: clamp(1.6rem, 2.8vw, 3rem);
		font-weight: 600;
		margin: 0 auto;
		padding: 12px 8px;
		border-radius: 10px;
		max-width: 780px;
		min-width: auto;
    white-space: normal;
}
}

@media screen and (max-width: 499px) {
.premium_rate {
	width: 24%;
	position: absolute;
	bottom: 28%;
	left: 74%;
}

}
	/*=========================*/
	.main {
		width: 100%;
		min-width: 320px;
		background-color: #FFF;
	}
	/*=========================*/
	
	
	/*=========================*/		
.app_dl_wrapper {
 width: 98%;
	max-width: 900px;
	min-width: 320px; 
	margin:20px auto;
	padding: 20px 10px 0;
}

.app_dl_containar {
	text-align: center;
}

.app_dl_containar .section_title{
	font-size: clamp(2.4rem, 4.5vw, 3.6rem);
}
.app_dl_containar p {
	font-size: 2rem;
	font-weight: 600;
	margin: 0  auto;
	word-break: keep-all;
	overflow-wrap: break-word;
	line-height: 1.4;
}
.mark {
	font-weight: 500;
}
.mark span {
  background: linear-gradient(transparent 50%, #ffe96e 40%);
	line-height: 1;
	font-weight: 500;
	font-size: 1.6rem;
}
.app_dl_content {
	width: 430px;
	margin: 0 auto 30px auto;
	display: flex; 
	justify-content: space-between;
	padding: 16px 0 0 0;
}

.iphone_dl ,
.android_dl {
	width: 45%
}
.app_qr {
	width: 140px;
	display: inline-block;
}
.app_banner {
	width: 86%;
}
.app_dl_wrapper .annotation {
	text-align: left;
	font-size: 1.4rem;
	width: 640px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
.app_dl_content {
	width: 94%;
	justify-content: space-around;
}
.app_dl_containar .section_title{
	font-size: 2.8rem;
}
.app_banner {
	width: 90%;
}
.app_qr {
	width: 140px;
	display: none;
}
.app_dl_wrapper .annotation {
	width: 90%;
}
.mark {
	font-weight: 500;
	font-size: 1.4rem;
}
  }
.inquiry_wrapper {
	 width: 100%;
	max-width: 900px;
	min-width: 320px;
	margin: 0 auto 40px;
	}
.inquiry_box {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	border: 6px solid #5cc2cf;
	border-radius: 20px;
}
.inquiry_tit {
	text-align: left;
	background-color: #5cc2cf;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: 600;
	padding: 24px 30px;
	margin-bottom: 0;
}
.inquiry_text {
	padding: 36px 36px;
	line-height: 1.5;
}
.inquiry_text h3 {
	font-size: 2.4rem;
	font-weight: 600;
}
.inquiry_text	.inquiry_tel {
	font-size: 2.6rem;
	font-weight: 600;
}
.inquiry_text p {
	font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
.inquiry_box {
	width:90%;
	border: 4px solid #5cc2cf;
	border-radius: 6px;
}
.inquiry_tit {
	text-align: center;
	background-color: #5cc2cf;
	color: #FFF;
	font-size: 2.3rem;
	font-weight: 600;
	padding: 16px 18px;
	margin-bottom: 18px;
}
.inquiry_text {
	padding: 0 0 18px 18px;
}
.inquiry_text h3 {
	font-size: 1.8rem;
}
.inquiry_text .inquiry_tel {
	font-size: 2.4rem;
}
}
.footer {
width: 100%;
background-color: #e5f5f7;
}
.footer_contents {
	width: 100%;
	padding: 60px 0;
	text-align: center;
}
.footer_tit {
	width: 220px;
	margin: 0 auto 20px auto;
}
.footer_tit  a:hover {
	width: 220px;
	opacity: 0.8;
	}	
.footer	.banner {
	width: 200px;
	text-align: center;
	margin: 0 auto;	
	}
.footer	.banner a {
	width: 100%;
	}
.footer	.banner a:hover {
	opacity: 0.6;
	}
.sponsorship {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center;
	line-height: 1.5;
	font-size: 1.6rem;
}
.copyright {
	width: 100%;
	background-color: #5cc2cf;
	text-align: center;
	padding: 8px 0;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 500;
}

/*//////////動画//////////*/
.movie_flame {
	text-align: center;
	width: 100%;
	margin: 0 auto 40px;
	max-width: 650px;
}
.movie_flame .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	border: 1px solid #CCC;
}
.movie_flame .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

del {
    background-image: linear-gradient(#fe3464, #fe3464);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    color: #777;
    margin: 0 0.4em;
    text-decoration: none;
}



