<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0 auto;
	font-family: Noto Sans JP;
}
header {

}
.header_content {
    margin: auto 4vw;
    position: relative;
}
main {

}
.main_content {
    background-color: #f00;
    margin: auto 4vw;

}
footer {
	background: #000;
	color: #fff;
	position: relative;
	margin-top: 235px;
}
section {
    padding: 20px 0;
}
.pc {
    display: none;
}

.sp {
    display: block;
}

a {
    text-decoration: none;
}


/* 繝ｬ繧､繧｢繧ｦ繝� */
h1 {
    text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.side_img {
    position: absolute;
    top: 30vh;
    left: 7vw;
    flex: 0 0 auto;
    width: 20%;
}
.side_menu {
    position: absolute;
    top: 30vh;
    right: 2vw;
}
.pc_top {
    display: none;
}
img {
	margin: 25px auto;
	display: block;
}
img.title {
	margin: 10px auto;
}
p {
	text-align: left;
}
.text--left {
	text-align: left;
}
/* 繝懊ち繝ｳ */
.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	width: 100%;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1.5rem 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

.btn_side {
    font-size: 1.6rem;
    width: 100%;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
    padding: 1rem 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}

a.btn-gradient {
	font-size: 14px;
	color: #fff;
	background-color: #28a590;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	border: 1px solid #fff;
	margin: 10px 0;
}


a.btn-gradient:hover {
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}


.round_arrow {
	position: relative;
	padding: 0 60px;
}
.round_arrow a {
color: #00b3ff;
}

.round_arrow a::before { /* 閭梧勹縺ｮ陦ｨ遉ｺ險ｭ螳� */
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 25px;
	width: 30px; /* 讓ｪ蟷� */
	height: 30px; /* 鬮倥＆ */
	border-radius: 50%; /* 隗偵�荳ｸ縺ｿ */
	background-color: #0066ff;
	border: 1px solid #fff;
	z-index: 100;
}
.round_arrow a::after { /* 縺上�蟄励�陦ｨ遉ｺ險ｭ螳� */
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left:33px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	z-index: 101;
}

.fixed_btn { 
	position: fixed;
	bottom: 5%;
	right: 10px;
	padding: 30px 18px;
    border-radius: 50%;
	font-family: Noto Sans JP;
	font-size: 18px;
	color: #fff;
	border: 2px solid #fff;
	background: linear-gradient(45deg, #0080c6, #28a590);
	opacity: 1;
	visibility: visible;
	z-index: 100;
	box-shadow: rgb(100 100 100 / 20%) 3px 3px 10px 0;
	}
.area {
	text-align: center;
	margin: 0 auto;
	width: 375px;
}
.content {
	margin: 20px auto;
	width: 90%;
    border-radius: 25px;
}
.content p {
	padding: 0 20px;
}
.about_content {
	border: 1px solid white;
    box-shadow: gray 0px 4px 8px -2px;
}
#movie {
	background: #f5f5f5;
}
#movie iframe {
	margin: 0 auto;
    width: 100%;
    aspect-ratio: 16/9;
}
#collaboration {
	background: #0080c6;
}
#collaboration h1 {
	color: #fff;
}

.collaboration_content {
	border: 1px solid white;
	background: #fff;
	margin-top: 140px;
}
.collaboration_content h1 {
	color: #000 !important;
	font-size: 20px !important;
	padding: 0 25px;
	text-align: left;
}

.collaboration_content iframe {
	margin: 0 auto;
    width:90%;
    aspect-ratio: 16/9;
	border-radius: 25px;
	margin-top: 65px;
	margin-bottom: 20px;
}
.collabo_box {
	position: relative;
}
.collabo_box img {
	position: absolute;
    top: -152px;
    left: 125px;
}
#how_to_use {
	background: #0072ff38;
}
.how_to_use_content {
	border: 1px solid white;
	background: #fff;
	padding: 20px;
}
.how_to_use_content h1 {
	color: #000 !important;
	font-size: 20px !important;
}
.step {
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
	color: #1f47e5;/*髱槫ｯｾ蠢懊�繝悶Λ繧ｦ繧ｶ縺ｧ縺ｮ譁�ｭ苓牡繧定ｨｭ螳�*/
	background: -webkit-linear-gradient(312deg, #69c7fc, #1f47e5);/*閭梧勹濶ｲ縺ｫ繧ｰ繝ｩ繝��繧ｷ繝ｧ繝ｳ繧呈欠螳�*/
	-webkit-background-clip: text;/*繝�く繧ｹ繝医〒縺上ｊ謚懊￥*/
	-webkit-text-fill-color: transparent; /*縺上ｊ謚懊＞縺滄Κ蛻��閭梧勹繧定｡ｨ遉ｺ*/
	margin-bottom: 5px;
}
#features {
	background: #e5f0ff;
}
.features_content {
	margin-bottom: 70px;
}
.features_content:last-child {
  margin-bottom: 20px;
}
.features_content h1 {
	text-align: left;
	padding: 0 25px;
	display: flex;
	align-items: center;
}
.number {
	margin-right: 10px;
	font-size: 25px;
	color: #1f47e5;/*髱槫ｯｾ蠢懊�繝悶Λ繧ｦ繧ｶ縺ｧ縺ｮ譁�ｭ苓牡繧定ｨｭ螳�*/
	background: -webkit-linear-gradient(312deg, #69c7fc, #1f47e5);/*閭梧勹濶ｲ縺ｫ繧ｰ繝ｩ繝��繧ｷ繝ｧ繝ｳ繧呈欠螳�*/
	-webkit-background-clip: text;/*繝�く繧ｹ繝医〒縺上ｊ謚懊￥*/
	-webkit-text-fill-color: transparent; /*縺上ｊ謚懊＞縺滄Κ蛻��閭梧勹繧定｡ｨ遉ｺ*/
}
.settlement_content p {
	margin: 30px auto;
}
.settlement_content table {
	width: 80%;
	margin: 20px auto;
}
.settlement_content table:last-child{
	width: 100%;
	margin: 20px auto;
}

.settlement_content table img {
	margin: 0 auto;
	width: 70%;
}
.settlement_content table img:last-child {
	margin: 0 auto;
	width: 80%;
}
.button-img {
    width: 80%;
    border: solid 1px #bbbbbb;
    border-radius: 10px;
	margin: 20px auto;
	background: #fff;
}
.button-img img {
	margin: 10px auto;
}
#footer {
	background: #fafafa;
	padding-bottom: 0;
}
.copyright {
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid;
	width: 90%;
}
.absolute-img {
    position: absolute;
    top: -229px;
    left: 60px;
}
.pc_back {
    float: left;
	margin: 0 !important;
}
#collaboration {
	background: -webkit-linear-gradient(340deg, #0eacfd, #203fe4);/*閭梧勹濶ｲ縺ｫ繧ｰ繝ｩ繝��繧ｷ繝ｧ繝ｳ繧呈欠螳�*/
}
footer ul {
    list-style:  none;      /* 繝�ヵ繧ｩ繝ｫ繝医�繧｢繧､繧ｳ繝ｳ繧呈ｶ医☆ */
}
footer li {
	text-align: left;
	margin-bottom: 15px;
}
footer li a{
	color: #fff;
}
footer li a:hover{
	color: #0eacfd;
}

footer li:before {
    content:  "��";     /* 遨ｺ縺ｮ隕∫ｴ�菴懈� */
    width:  10px;               /* 蟷�欠螳� */
    height:  10px;              /* 鬮倥＆謖�ｮ� */
    display:  inline-block;     /* 繧､繝ｳ繝ｩ繧､繝ｳ繝悶Ο繝�け縺ｫ縺吶ｋ */
	margin-right: 15px;
}
.sns-icon {
	display: flex;
}
.store_content h2 {
	font-size: 18px;
    text-align: center;
	font-weight: bold;
	color: #0066ff;
}
.food_box h1 {
	font-size: 16px;
}
.food_box img {
	border-radius: 10px;
	margin-bottom: 10px;
}
/* 繧ｿ繝悶Ξ繝�ヨ */
@media screen and (min-width: 520px) {
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 150;
}

.header_content {
    margin: 0;
}
main {
    position: relative;
}
.main_content {
    background-color: #f00;
    margin: auto 2vw;
}
.area {
	width: 375px;
    border-radius: 40px;
    text-align: center;
    background-color: #ffffff;
    overflow: hidden;
    margin: 40px auto;
    position: relative;
    z-index: 200;
    box-shadow: 0 0 30px 0 rgb(18 76 65 / 25%);
}
.pc_top {
    display: block;
}
.pc_back {
    float: left;
	margin: 0 !important;
}

.fixed_btn {
	display: none;
}
.pc {
    display: block;
}

}


/* PC */
@media screen and (min-width: 960px) {
.sp {
    display: none;
}
.area {
	width: 375px;
}

}
</pre></body></html>