@charset "utf-8";

/*---------------------------------------
common
---------------------------------------*/

html {
	width: 100%;
	overflow-x:hidden;

}

.eng{
	font-family: "Lato", sans-serif;
}

img{
	width:100%;
	-webkit-backface-visibility: hidden;
}

a{
	transition: 0.4s ;
	text-decoration:none;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display: none !important;
}

@media screen and (max-width:769px) {

	.sp{
	display: block !important;
	}
}

/*--------------------------------------
loading
----------------------------------------*/
.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color:#fff;
	top:0;
	z-index:9999;
}

.loader {
	opacity: 1;
	transition: opacity 1.2s .1s;
}

.is_loaded .loader {
	opacity: 0;
}

/*---------------------------------------
global_navi
---------------------------------------*/
#global_navi{
	width:100%;
	height:11.7vw;
	position: fixed;
	z-index: 9000;
	top: 2.6vw;
	transition: all 0.6s;
}

#global_navi h1{
	width:24.7vw;
	position:absolute;
	left:5.85vw;
	top:3.25vw;
}

#nav_toggle {
	position:absolute;
	width:11.7vw;
	height:11.7vw;
	aspect-ratio: 1 / 1;
	right:5.85vw;
	top:0;
}

#nav_toggle:hover {
	cursor:pointer;
}

#nav_toggle::after{
	content: "";
	position: absolute;
	left:0;
	top: 0;
	width:11.7vw;
	height:11.7vw;
	aspect-ratio: 1 / 1;
	border:0.26vw solid #fff;
	border-radius:50%;
}

#nav_toggle span {
	position: absolute;
	left: 3.64vw;
	width: 4.68vw;
	height: 1px;
	background-color: #fff;
	transition: all 0.6s;
}

#nav_toggle span:nth-of-type(1) {
	top: 4.16vw;
}

#nav_toggle span:nth-of-type(2) {
top: calc(50% - 0.13vw);
}

#nav_toggle span:nth-of-type(3) {
	bottom: 4.16vw;
}

.open #nav_toggle span:nth-of-type(1) {
	transform: translateY(1.56vw) rotate(-45deg);
}

.open #nav_toggle span:nth-of-type(2) {
	opacity: 0;
}

.open #nav_toggle span:nth-of-type(3) {
	transform: translateY(-1.56vw) rotate(45deg);
}

#sidebar {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 300;
	background: url(../images/menu_bg.jpg) no-repeat center top;
	background-size:cover;
	right:-110%;
	transition: all 0.6s;
	overflow-y: scroll;
}

#global-nav{
	width: 100%;
	height:100%;
	position:relative;
	transition: all 0.6s;
}

.open #sidebar{
	right: 0;
}

#global-nav ul.navi_list{
	width:78.02vw;
	margin:0 auto 6.5vw;
	justify-content: center;
	align-items: top;
	display: flex;
	flex-wrap: wrap;
	padding-top:28.6vw;
}

#global-nav ul.navi_list li{
	width:100%;
}

#global-nav ul.navi_list li a{
	color:#004b8f;
	font-size:6.76vw;
	letter-spacing:0.65vw;
	padding:1.3vw 0 1.3vw 3.9vw;
	display:block;
	width:100%;
	display:block;
	position: relative;
	box-sizing:border-box;
	font-weight:500;
}

#global-nav ul.online_btn{
	width:67.62vw;
	position:relative;
	margin:9.1vw auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#global-nav ul.online_btn li{
	margin-bottom:3.9vw;
}

#global-nav ul.online_btn li a{
	width:67.62vw;
	height:13.0vw;
	border-radius:6.5vw;
	font-size:3.9vw;
	letter-spacing:0.26vw;
	box-shadow: 0.65vw 0.65vw 0 #004b8f;
}

.menu_sns{
	text-align:center;
	padding:5.2vw 0 13.0vw;
}

.menu_sns p{
	color:#004b8f;
	font-size:4.16vw;
	font-weight:500;
}

.menu_sns a{
	display:block;
	width:3.9vw;
	position:relative;
	margin:1.3vw auto 0;
}

/*---------------------------------------
bg
---------------------------------------*/
#bg{
	width:100%;
	height: 100vh;
	position:fixed;
	left:0;
	top:0;
	z-index:1;
}

/*---------------------------------------
container
---------------------------------------*/
#container{
	width:375px;
	margin:0 auto;
	position:relative;
	z-index:10;
	overflow:hidden;
}

@media screen and (max-width:769px) {
	#container{
	width:100%;
	}
}

/*---------------------------------------
left_area
---------------------------------------*/
#left_area{
	width: calc((100vw - 375px) / 2);
	height: 100vh;
	position: fixed;
	left: 0;
	top:0;
	z-index:10;
}

#left_area #left_inner{
	width:330px;
	height: 100vh;
	min-height: 640px;
	position: relative;
	margin:0 auto;
}

#left_area #left_inner a.logo_jex{
	display:block;
	width:100px;
	height:50px;
	position: absolute;
	left: 20px;
	top:50px;
}

#left_area #left_inner a.logo_jex ul,
#left_area #left_inner a.logo_jex ul li{
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	top:0;
}

#left_area #left_inner ul.logo_chillcon{
	width:310px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
}

#left_area #left_inner ul.logo_chillcon li{
	width:100%;
	height:100%;
	position: absolute;
	left: 0;
	top:0;
}

#left_area #left_inner 

@media screen and (min-width: 769px) and (max-width: 1029px) {
	#left_area #left_inner{
	width:100%;
	}

	#left_area #left_inner 
}

@media screen and (max-width:769px) {
	#left_area{
	display:none;
	}
}

/*---------------------------------------
right_area
---------------------------------------*/
#right_area{
	width: calc((100vw - 375px) / 2);
	height: 100vh;
	min-height: 640px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

#right_area > ul{
	position: static !important;
	width: 200px;
	margin: 0;
	padding: 0;
}

#right_area ul li{
	width:200px;
	height:50px;
	position:relative;
	margin-bottom:3.9vw;
}

#right_area ul li:last-child{
	margin-bottom:0;
}

#right_area ul li a,
#right_area ul li a ul{
	padding:0;
	display:block;
	width:200px;
	height:50px;
	position:relative;
}

@media screen and (max-width:769px) {
	#right_area{
	display:none;
	}
}

/*---------------------------------------
main
---------------------------------------*/
#main{
	width:375px;
	height:auto;
	position:relative;
}

#main #mainvisual picture{
	display:block;
	width:100%;
	height:100%;
}

#main #mainvisual picture img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

#main #catch1{
	width:236px;
	position:absolute;
	left:40px;
	top:70px;
	z-index:2;
}

#main #catch2{
	width:181px;
	position:absolute;
	left:0;
	right:0;
	top:500px;
	margin:auto;
	z-index:2;
}

#main #bnr{
	width:330px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:2;
}

/* picture対応（main内） */
#main picture{
	display:block;
}

#main picture img{
	display:block;
}

@media screen and (max-width:769px) {
	#main{
	width:100%;
	height:auto;
	position:relative;
	background-color:#fff;
	}

	#main #catch1{
	width:128.0vw;
	position:absolute;
	left:20.0vw;
	top:40.0vw;
	z-index:2;
	}

	#main #catch2{
	width:98.67vw;
	position:absolute;
	left:0;
	right:0;
	top:277.33vw;
	margin:auto;
	z-index:2;
	}

	#main #bnr{
	width:180.0vw;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	z-index:2;
	}
}

/*---------------------------------------
product
---------------------------------------*/

/* picture対応（product内） */

ul.online_btn{
	width:240px;
	position:relative;
	margin:20px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

ul.online_btn li{
	margin-bottom:15px;
}

ul.online_btn li a{
	display:block;
	width:240px;
	height:40px;
	box-sizing:border-box;
	border-radius:20px;
	background-color:#fff;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color:#004b8f;
	font-size:14px;
	font-weight:400;
	letter-spacing:2px;
	box-shadow: 3px 3px 0 #004b8f;
}

@media screen and (max-width:769px) {
	ul.online_btn{
	width:130.67vw;
	position:relative;
	margin:13.33vw auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	}

	ul.online_btn li{
	margin-bottom:8.0vw;
	}

	ul.online_btn li a{
	width:130.67vw;
	height:24.0vw;
	border-radius:12.0vw;
	font-size:7.47vw;
	letter-spacing:0.53vw;
	box-shadow: 1.33vw 1.33vw 0 #004b8f;
	}
}

/*---------------------------------------
follow
---------------------------------------*/

/* picture対応（follow内） */

/*---------------------------------------
footer
---------------------------------------*/
#footer{
	width:100%;
	margin:0 auto;
	position:relative;
	background-size:100% auto;
}

#footer ul{
	width:330px;
	position:relative;
	margin:0 auto;
	padding-top:80px;
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}

#footer ul li{
	width:156px;
	position:relative;
	margin-bottom:20px;
}

#footer ul li a{
	display:block;
	width:156px;
	height:50px;
	position:relative;
	box-sizing:border-box;
	border:1px solid #66bdb8;
	padding:10px 0 10px 12px;
}

/* picture対応（footer内） */
#footer picture{
	display:block;
	width:100%;
	height:100%;
}

#footer picture img{
	display:block;
}

#footer ul li a img{
	width:110px;
}

#footer ul li a::after{
	content: "";
	position: absolute;
	right:10px;
	top: calc(50% - 7px);
	width: 15px;
	height: 15px;
	background: url(../images/blank_icon.png) no-repeat center center;
	background-size:cover;
}

#footer a.fortop{
	display:inline-block;
}

#footer a.fortop p{
	width: 45px;
	margin:0 auto;
}

#footer a.fortop span{
	display:block;
	color:#004b8f;
	font-size:14px;
	font-weight:400;
	text-align:center;
}

#copyright{
	font-size:8px;
	text-align:center;
	color:#131313;
	padding:50px 0 20px;
}

@media screen and (max-width:769px) {
	#footer ul {
		width: 88.0vw; /* 330px ÷ 375 × 100 */
		position: relative;
		margin: 0 auto;
		padding-top: 21.33vw; /* 80px ÷ 375 × 100 */
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
	}

	#footer ul li {
		width: 41.6vw; /* 156px ÷ 375 × 100 */
		position: relative;
		margin-bottom: 5.33vw; /* 20px ÷ 375 × 100 */
	}

	#footer ul li a {
		display: block;
		width: 41.6vw; /* 156px ÷ 375 × 100 */
		height: 13.33vw; /* 50px ÷ 375 × 100 */
		border: 1px solid #66bdb8;
		padding: 2.67vw 0 2.67vw 3.2vw; /* 10px/12px ÷ 375 × 100 */
	}

	#footer ul li a img {
		width: 29.33vw; /* 110px ÷ 375 × 100 */
	}

	#footer ul li a::after {
		content: "";
		position: absolute;
		right: 2.67vw; /* 10px ÷ 375 × 100 */
		top: calc(50% - 1.87vw); /* 7px ÷ 375 × 100 */
		width: 4.0vw; /* 15px ÷ 375 × 100 */
		height: 4.0vw;
		background: url(../images/blank_icon.png) no-repeat center center;
		background-size: cover;
	}

	#footer a.fortop p {
		width: 22.4vw; /* 84px ÷ 375 × 100 */
		margin: 0 auto;
	}

	#footer a.fortop span {
		font-size: 7.47vw; /* 28px ÷ 375 × 100 */
	}

	#copyright {
		font-size: 2.13vw; /* 8px ÷ 375 × 100 */
		padding: 21.33vw 0 13.33vw; /* 80px/50px ÷ 375 × 100 */
	}
}

/*---------------------------------------
animation
---------------------------------------*/
#bg ul li,
ul#logo li,
ul.logo_chillcon li {
	opacity: 0;
	transition: opacity 0.6s ease;
}

#bg ul li:nth-child(1),
body.is_story #bg ul li:nth-child(2),
body.is_product #bg ul li:nth-child(3),
ul#logo li:nth-child(1),
body.is_story ul#logo li:nth-child(2),
body.is_product ul#logo li:nth-child(3),
ul.logo_chillcon li:nth-child(1),
body.is_story ul.logo_chillcon li:nth-child(2),
body.is_product ul.logo_chillcon li:nth-child(3){
	opacity: 1;
}

body.is_story #bg ul li,
body.is_product #bg ul li,
body.is_story ul#logo li,
body.is_product ul#logo li,
body.is_story ul.logo_chillcon li,
body.is_product ul.logo_chillcon li {
	opacity: 0;
}

#right_area ul li a p{
	width:200px;
	height:50px;
	color:#2a5591;
	font-size:18px;
	font-weight:500;
	letter-spacing:2px;
	line-height:1.0;
	text-align:center;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	z-index:10;
	transition: color 0.6s ease;
}

#right_area ul li a ul{
	width:200px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

#right_area ul li a ul li{
	width:200px;
	height:50px;
	position:absolute;
	left:0;
	top:0;
	border-radius:25px;
	opacity: 0;
	transition: opacity 0.6s ease;
}

#right_area ul li a ul li:nth-child(1){
	background: linear-gradient(to right, #daf3fc, #fff, #daf3fc);
	box-sizing:border-box;
	border-radius:25px;
	filter: drop-shadow(0 0 10px rgba(91, 202, 247, 1.0));
}

#right_area ul li a ul li:nth-child(2){
	background: linear-gradient(to right, #7ccdf3, #0284cf);
	color:#fff;
	filter: none;
}

#right_area ul li a ul li:nth-child(3){
	background: linear-gradient(to right, #74b0e1, #ea8695);
	color:#fff;
	filter: none;
}

#right_area ul li a ul li:nth-child(1),
body.is_story #right_area ul li a ul li:nth-child(2),
body.is_product #right_area ul li a ul li:nth-child(3){
	opacity: 1;
}

body.is_story #right_area ul li a ul li:nth-child(1),
body.is_product #right_area ul li a ul li:nth-child(1){
	opacity: 0;
}

body.is_story #right_area ul li a p,
body.is_product #right_area ul li a p{
	color:#fff;
}

@keyframes floating {
	0% {
	transform: translateY(-5%);
	}
	100% {
	transform: translateY(5%);
	}
}

@keyframes floating2 {
	0% {
	transform: translateY(-5%);
	}
	100% {
	transform: translateY(5%);
	}
}

/*---------------------------------------
CSS変数
---------------------------------------*/
:root {
	--color-bg-primary: #53cfcd;
	--color-primary: #004b8f;
	--color-gray: #6d6d6d;
	--color-schedule1: #38bdf5;
	--color-schedule2: #6bcdbb;
	--color-schedule3: #f19cb9;
	--color-schedule4: #c6a4d4;
	--color-chillcon: #faca72;
	--color-chillcon-now: #fdf8b6;
	--color-chillcon-end: #aeaeae;
	--color-chillcon-soon: #fff;
}

/*---------------------------------------
font-size 初期設定上書き
---------------------------------------*/
@media (min-width: 770px) {
	html {
	font-size: 16px;
	}
}

@media (max-width: 769px) {
	html {
	font-size: 4.27vw; /* 16px ÷ 375 × 100 ≒ 4.27vw */
	}
}

/*---------------------------------------
body 基本設定
---------------------------------------*/
body {
	width: 100%;
	height: 100%;
	color: #004b8f;
	line-height: 1.6;
	font-family: "Zen Maru Gothic", sans-serif;
	font-feature-settings: "palt" 1;
	font-optical-sizing: auto;
	letter-spacing: 0.05em;
	font-weight: 600;
	background-image: url('../images/bg.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #6dd5e0;
}

/*---------------------------------------
left_area 整理
---------------------------------------*/

#left_area #left_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 100vh;
	min-height: 640px;
	position: relative;
	margin: 0 auto;
	overflow: visible;
}

/* JEXロゴ：左上に固定 */
#left_area #left_inner a.logo_jex {
	display: block;
	width: 100px;
	position: absolute;
	left: 20px;
	top: 50px;
}

#left_area #left_inner a.logo_jex img {
	width: 100%;
	height: auto;
}

/*---------------------------------------
logo_campaign_block
Chillconロゴ＋キャンペーンをまとめて中央配置
---------------------------------------*/
#left_area #left_inner .logo_campaign_block {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-50%);
	width: 350px;
}

/* Chillconロゴ */
#left_area #left_inner .logo_chillcon {
	width: 100%;
	position: relative;
}

#left_area #left_inner .logo_chillcon picture {
	display: block;
	width: 100%;
}

#left_area #left_inner .logo_chillcon picture img {
	width: 100%;
	height: auto;
	display: block;
}

/*---------------------------------------
x_campaing
2枚をabsoluteで重ねて余白を詰める
---------------------------------------*/
#left_area #left_inner .x_campaing {
	position: relative;
	width: 350px;
	height: 200px;
	margin: 0 auto;
}

/* テキスト画像：上から配置 */
#left_area #left_inner .x_campaing span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	display: block;
}

/* ボタン画像：下から配置 */
#left_area #left_inner .x_campaing a {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	display: block;
}

#left_area #left_inner .x_campaing picture img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (min-width: 769px) and (max-width: 1029px) {
	#left_area #left_inner {
	width: 100%;
	}

	#left_area #left_inner .logo_campaign_block {
	width: 80%;
	}

	#left_area #left_inner .x_campaing {
	width: 65%;
	height: 110px;
	}
}

/*---------------------------------------
既存の背景を透明にする
---------------------------------------*/

/*---------------------------------------
right_area ナビ書体修正
---------------------------------------*/
#right_area ul li a p {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
	#right_area ul li a p {
	font-size: 3.73vw;
	}
}
/*---------------------------------------
x_campaing ホバー
---------------------------------------*/
#left_area #left_inner .x_campaing a:hover {
	opacity: 0.7;
}
/*---------------------------------------
SP ナビ h1ロゴ 左上固定・余白なし
---------------------------------------*/
#global_navi h1 {
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 31.2%;
}

#global_navi h1 a {
	display: block;
	margin: 0;
	padding: 0;
}

#global_navi h1 a picture {
	display: block;
}

#global_navi h1 a picture img {
	display: block;
	height: auto;
}
/*---------------------------------------
#main 要素を%/vwで統一（PC・SP共通）
---------------------------------------*/
#main #catch1 {
	width: 38.66%;
	left: 0;
	right: 0;
	margin: auto;
	top: 10%;
}

#main #catch2 {
	width: 94.2%;
	top: 12%;
	left: 0;
	right: 0;
	margin: auto;
}

#main #catch3 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 53%;
	text-align: center;
	z-index: 2;
}
#main #catch3 p {
	font-size: 14px;
}

@media screen and (max-width: 769px) {
	#main #catch3 p {
	font-size: 3.73vw;
	}
}

/* SPのmain heightはcommon.cssでautoに設定済み */

/*---------------------------------------
.white_block（汎用クラス）
白背景・角丸・中央配置ブロック
どのID内でも使用可能
---------------------------------------*/
/* white_block base */
.white_block {
	width: 327px;
	background-color: #fff;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

/* rounded variation */
.white_block--round {
	border-radius: 30px;
}
.white_block--padding0 {
	padding: 0 0 0 0;
}

@media screen and (max-width: 769px) {
	.white_block {
	width: 87.2vw;
	padding: 3.47vw;
	}

	.white_block--round {
	border-radius: 8.0vw;
	}

	.white_block--padding0 {
	padding: 0 0 0 0;
	}
}

/*---------------------------------------
.prize_attention
白ブロック左上に飛び出して表示
---------------------------------------*/
.prize_attention {
	position: absolute;
	top: -50px;
	left: -20px;
	width: 115px;
}

.prize_attention picture {
	display: block;
	width: 100%;
}

.prize_attention picture img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 769px) {
	.prize_attention {
	top: -12.0vw; /* 45 ÷ 375 × 100 */
	left: -4.0vw; /* 15 ÷ 375 × 100 */
	width: 30.67vw; /* 115 ÷ 375 × 100 */
	}
}

/*---------------------------------------
#campaign_block1
---------------------------------------*/
#campaign_block1 {
	background-color: var(--color-bg-primary);
	padding: 2em 0 0 0;
	font-size: 14px;
}

@media screen and (max-width: 769px) {
	#campaign_block1 {
	font-size: 3.73vw;
	}
}

/*---------------------------------------
#prize
---------------------------------------*/
#prize {
	background-color: var(--color-bg-primary);
	padding: 20px 0 0 0;
	background-image: url('../images/schedule_bg.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
}

@media screen and (max-width: 769px) {
	#prize {
		padding: 12.33vw 0 0 0; /* 20px ÷ 375 × 100 */
	}
}

#prize h2 {
	width: 141px;
	margin: 0 auto 15px;
}

#prize h2 picture {
	display: block;
	width: 100%;
}

#prize h2 picture img {
	width: 100%;
	height: auto;
	display: block;
}

#prize .prize_text {
	text-align: center;
	font-size: 16px;
	margin: 0.5em;
}

@media screen and (max-width: 769px) {
	#prize .prize_text {
		font-size: 4.27vw; /* 16px ÷ 375 × 100 */
	}
}

#prize .prize_text2 {
	border-top: solid 1px var(--color-primary);
	text-align: center;
	font-size: 12px;
	margin: 0.5em;
	padding: 15px 0 0 0;
}

@media screen and (max-width: 769px) {
	#prize .prize_text2 {
		padding: 4.0vw 0 0 0; /* 15px ÷ 375 × 100 */
		font-size: 3.2vw; /* 12px ÷ 375 × 100 */
	}
}
#prize .prize_text3 {
	text-align: center;
	font-size: 16px;
	line-height: 1;
}
#prize .prize_text3 span {
	font-size: 29px;
}

@media screen and (max-width: 769px) {
	#prize .prize_text3 {
	font-size: 4.27vw; /* 16px ÷ 375 × 100 */
	}
	#prize .prize_text3 span {
	font-size: 7.73vw; /* 29px ÷ 375 × 100 */
	}
}
#prize .prize_text4_box {
	width: 327px;
	margin: 0 auto;
}
#prize .prize_text4_box .prize_text4 {
	text-align: right;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	margin-top: 0.25em;
}
#prize .prize_campaign {
	padding: 35px 0 70px 0;
}

@media screen and (max-width: 769px) {
	#prize .prize_text4_box {
		width: 87.2vw; /* 327px ÷ 375 × 100 */
	}
	#prize .prize_text4_box .prize_text4 {
		font-size: 2.67vw; /* 10px ÷ 375 × 100 */
	}
	#prize .prize_campaign {
		padding: 9.33vw 0 18.67vw 0; /* 35px/70px ÷ 375 × 100 */
	}
}

@media screen and (max-width: 769px) {
	#prize .prize_campaign {
		padding: 9.33vw 0 18.67vw 0; /* 35px/70px ÷ 375 × 100 */
	}
}
#prize .prize_campaign .prize_campaign_img {
	width: 70.66%;
	margin: 0 auto 0;
}

@media screen and (max-width: 769px) {
	#prize h2 {
	width: 37.6vw; /* 141 ÷ 375 × 100 */
	}
}

/*---------------------------------------
#schedule
---------------------------------------*/
#schedule {
	background-color: var(--color-chillcon);
}
#schedule .schedule_wrap {
	background: linear-gradient(
		180deg,
		#b3e6fb 0%,
		#7bcbcf 95%,
		rgba(123,203,207,0) 100%
	);
	padding: 0 0 100px 0;
}

@media screen and (max-width: 769px) {
	#schedule .schedule_wrap {
		padding: 0 0 26.67vw 0; /* 100px ÷ 375 × 100 */
	}
}
#schedule .schedule_text1 {
	font-size: 16px;
	text-align: center;
	line-height: 2.25em;
	color: var(--color-primary);
}

@media screen and (max-width: 769px) {
	#schedule .schedule_text1 {
	font-size: 4.27vw; /* 16px ÷ 375 × 100 */
	}
}

/* --- 文字の縁取り＋ぼかし（別アプローチ：重ね描き） --- */
.outline_glow {
	position: relative;
	display: inline-block;
	color: var(--color-primary);
	-webkit-text-fill-color: var(--color-primary);
	z-index: 0;
}

/* ぼかした縁（ガウス3px相当） */
.outline_glow::before {
	content: attr(data-text);
	position: absolute;
	inset: 0;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #fff;
	filter: blur(3px);
	opacity: 0.85;
	z-index: -2;
	pointer-events: none;
}

/* くっきりした縁（白2px） */
.outline_glow::after {
	content: attr(data-text);
	position: absolute;
	inset: 0;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #fff;
	z-index: -1;
	pointer-events: none;
}

/* stroke非対応環境のフォールバック（擬似アウトライン） */
@supports not (-webkit-text-stroke: 1px #fff) {
	.outline_glow {
	text-shadow:
	0 0 3px rgba(255, 255, 255, 0.8),
	2px 0 0 #fff,
	-2px 0 0 #fff,
	0 2px 0 #fff,
	0 -2px 0 #fff,
	2px 2px 0 #fff,
	2px -2px 0 #fff,
	-2px 2px 0 #fff,
	-2px -2px 0 #fff;
	}
}

#schedule .schedule_block {
	padding: 50px 0 0 0;
}

@media screen and (max-width: 769px) {
	#schedule .schedule_block {
		padding: 13.33vw 0 0 0; /* 50px ÷ 375 × 100 */
	}
}
#schedule .schedule_block h2 {
	position: absolute;
	width: 141px;
	margin: 0 auto;
	top: -15px;
	right: 0;
	left: 0;
}

@media screen and (max-width: 769px) {
	#schedule .schedule_block h2 {
		width: 37.6vw; /* 141px ÷ 375 × 100 */
		top: -4.0vw; /* 15px ÷ 375 × 100 */
	}
}

#schedule .schedule_block [class^="schedule_cap"] {
	width: 100px;
	margin: 20px auto 15px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 30px;
}

@media screen and (max-width: 769px) {
	#schedule .schedule_block [class^="schedule_cap"] {
		width: 26.67vw; /* 100px ÷ 375 × 100 */
		margin: 5.33vw auto 4.0vw; /* 20px/15px ÷ 375 × 100 */
		border-radius: 8.0vw; /* 30px ÷ 375 × 100 */
		font-size: 3.2vw; /* 12px ÷ 375 × 100 */
	}
}

#schedule .schedule_block .schedule_cap1 {
	background-color: var(--color-primary);
}

#schedule .schedule_block .schedule_cap2 {
	background-color: var(--color-gray);
	margin: 40px auto 15px;
}

@media screen and (max-width: 769px) {
	#schedule .schedule_block .schedule_cap2 {
		margin: 10.67vw auto 4.0vw; /* 40px/15px ÷ 375 × 100 */
	}
}

#schedule .schedule_block [class^="schedule_title"] {
	width: 100%;
	margin: 20px auto 5px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.5em;
}
#schedule .schedule_block [class^="schedule_title"] span {
	font-size: 22px;
}

@media screen and (max-width: 769px) {
	#schedule .schedule_block [class^="schedule_title"] {
		margin: 5.33vw auto 1.33vw; /* 20px/5px ÷ 375 × 100 */
		font-size: 3.73vw; /* 14px ÷ 375 × 100 */
	}
	#schedule .schedule_block [class^="schedule_title"] span {
		font-size: 5.87vw; /* 22px ÷ 375 × 100 */
	}
}
#schedule .schedule_block .schedule_title1 {
	background-color: var(--color-schedule1);
}
#schedule .schedule_block .schedule_title2 {
	background-color: var(--color-schedule2);
}
#schedule .schedule_block .schedule_title3 {
	background-color: var(--color-schedule3);
}
#schedule .schedule_block .schedule_title4 {
	background-color: var(--color-schedule4);
}
#schedule .schedule_block .schedule_text2 {
	text-align: center;
	font-size: 16px;
	line-height: 1;
}
#schedule .schedule_block .schedule_text2 span {
	font-size: 29px;
}
#schedule .schedule_block .schedule_block2 {
	display: flex;
	justify-content: space-between;
	padding: 25px 20px 0 20px;
}
#schedule .schedule_block .schedule_block2 picture {
	width: 115px;
}

@media screen and (max-width: 769px) {
	#schedule .schedule_block .schedule_block2 {
		padding: 6.67vw 5.33vw 0 5.33vw; /* 25px/20px ÷ 375 × 100 */
	}
	#schedule .schedule_block .schedule_block2 picture {
		width: 30.67vw; /* 115px ÷ 375 × 100 */
	}
}
#schedule .schedule_block .schedule_block3 {
	font-size: 14px;
}

@media screen and (max-width: 769px) {
	#schedule .schedule_block .schedule_block3 {
		font-size: 3.73vw; /* 14px ÷ 375 × 100 */
	}
}
#schedule .schedule_block ul {
	margin: 0 0 1em 1.5em;
}
#schedule .schedule_block ul li {
	font-size: 14px;
	font-weight: 400;
	list-style-type: disc;
}

@media screen and (max-width: 769px) {
	#schedule .schedule_block ul li {
		font-size: 3.73vw; /* 14px ÷ 375 × 100 */
	}
}

@media screen and (max-width: 769px) {
	#schedule .schedule_block .schedule_text2 {
	font-size: 4.27vw; /* 16px ÷ 375 × 100 */
	}
	#schedule .schedule_block .schedule_text2 span {
	font-size: 7.73vw; /* 29px ÷ 375 × 100 */
	}
}
/*---------------------------------------
#catch_img
---------------------------------------*/
#main #catch_img {
	width: 45.33%;
	position: absolute;
	left: 23.5%;
	right: auto;
	margin: 0;
	top: 59%;
	z-index: 1;
}

/*---------------------------------------
.x_campaing_box（汎用クラス）
どのID内でも使用可能
---------------------------------------*/
.x_campaing_box {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 160px; /* テキスト＋ボタンの合計高さ、要調整 */
}

/* テキスト画像：上から配置 */
.x_campaing_box span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 72.8%;
	display: block;
}

/* ボタン画像：下から配置 */
.x_campaing_box a {
	position: absolute;
	top: 19%;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	display: block;
}

.x_campaing_box a:hover {
	opacity: 0.7;
}

.x_campaing_box picture {
	display: block;
	width: 100%;
}

.x_campaing_box picture img {
	width: 100%;
	height: auto;
	display: block;
}

/*---------------------------------------
.kiyaku_area（利用規約スクロール表示）
---------------------------------------*/
.h2_kiyaku {
	position: relative !important;
	top: 0 !important;
	width: 100% !important;
	background-color: var(--color-primary);
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.kiyaku_area {
		max-height: 300px;
		overflow-y: auto;
	padding: 15px 15px 15px 15px;
		line-height: 1.8;
		font-size: 14px;
}

.kiyaku_area h3 {
		margin-top: 1.5em;
		font-size: 16px;
}

.kiyaku_area ul {
		margin: 0 0 1em 1.5em;
}

.kiyaku_area li {
		list-style-type: disc;
		margin-bottom: 0.5em;
}

@media screen and (max-width: 769px) {
	.kiyaku_area {
		max-height: 60vw;
		padding: 4.0vw; /* 15px ÷ 375 × 100 */
		font-size: 3.5vw;
	}
	.h2_kiyaku {
		font-size: 4.27vw; /* 16px ÷ 375 × 100 */
	}
	.kiyaku_area h3 {
		font-size: 4.27vw; /* 16px ÷ 375 × 100 */
	}
}

/*---------------------------------------
#chillcon
---------------------------------------*/
#chillcon {
	letter-spacing: 0.05em;
	background-image: url('../images/chillcon_bg.png');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: var(--color-chillcon);
}
#chillcon .chillcon_wrap {
	background-image: url('../images/footer_bg.png');
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 0 0 70px 0;
}
#chillcon h2 {
	font-size: 30px;
	text-align: center;
	padding: 20px 0 25px 0;
}

@media screen and (max-width: 769px) {
	#chillcon h2 {
		padding: 5.33vw; /* 20px ÷ 375 × 100 */
	}
}
#chillcon p {
	font-size: 14px;
	margin: 0 0 35px 0;
	text-align: center;
	line-height: 2em;
	font-weight: 400;
}
#chillcon .chill_box2 {
	width: 285px;
	margin: 0 auto 80px auto;
}
#chillcon .chill_box3 {
	width: 327px;
	margin: 0 auto 0 auto;
}
#chillcon .chill_box3 .chill_entry {
	border-radius: 5px;
	padding: 7px 7px 7px 7px;
	margin:  0 0 14px 0;
	color: #808080;
}

@media screen and (max-width: 769px) {
	#chillcon .chill_box2 {
		width: 76.0vw; /* 285px ÷ 375 × 100 */
		margin: 0 auto 21.33vw auto; /* 80px ÷ 375 × 100 */
	}
	#chillcon .chill_box3 {
		width: 87.2vw; /* 327px ÷ 375 × 100 */
	}
	#chillcon .chill_box3 .chill_entry {
		border-radius: 1.33vw; /* 5px ÷ 375 × 100 */
		padding: 1.87vw; /* 7px ÷ 375 × 100 */
	}
}
#chillcon .chill_box3 .chill_now {
	background-color: var(--color-chillcon-now);
}
#chillcon .chill_box3 .chill_soon {
	background-color: var(--color-chillcon-soon);
	border: solid 1px var(--color-chillcon-end);
}
#chillcon .chill_box3 .chill_end {
	background-color: var(--color-chillcon-end);
	color: #fff;
}
#chillcon .chill_box3 .chill_entry dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 20px;
}
#chillcon .chill_box3 .chill_entry dl dt {
	font-size: 18px;
	line-height: 1;
	padding: 0 0 0 50px;
}
#chillcon .chill_box3 .chill_entry dl dt span {
	font-size: 35px;
}
#chillcon .chill_box3 .chill_entry dl dd {
	font-size: 18px;
	line-height: 1;
}

@media screen and (max-width: 769px) {
	#chillcon .chill_box3 .chill_entry dl dt {
		font-size: 4.8vw; /* 18px ÷ 375 × 100 */
		padding: 0 0 0 13.33vw; /* 50px ÷ 375 × 100 */
	}
	#chillcon .chill_box3 .chill_entry dl dt span {
		font-size: 9.33vw; /* 35px ÷ 375 × 100 */
	}
	#chillcon .chill_box3 .chill_entry dl dd {
		font-size: 4.8vw; /* 18px ÷ 375 × 100 */
	}
}

@media screen and (max-width: 769px) {
	#chillcon h2 {
		font-size: 8.0vw; /* 30px ÷ 375 × 100 */
	}
	#chillcon p {
		font-size: 3.73vw; /* 14px ÷ 375 × 100 */
	}
}

/*---------------------------------------
#footer
---------------------------------------*/
#footer {
	background-color: #fff !important;
}