html {
  height: 100%;
}

body {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Arial,"Roboto Condensed", "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "MS Pゴシック", sans-serif;
	font-size: 90%;
	overflow-x: hidden;
  height: 100%;	

}
header {
    min-height: 64px;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid rgba(48,61,80,.1);
	text-align: center;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.pc_inline {
	display: inline-block;
}

.w100p {
	width: 100%;
}
.mat_under30 {
	margin: -30px 0 0 0;
}

.mgb_10 {
	margin-bottom: 10px!important;	
}
.mgb_30 {
	margin-bottom: 30px!important;
}

.mgb_50 {
	margin-bottom: 50px!important;
}

.pa_tb13 {
	padding: 13rem 0;
}
nav{
 display: flex;
}

footer small {
    padding: 5px 10px;
    text-align: center;
    font-size: 70%;
    line-height: 140%;
    display: block;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #00deff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation svg {
	width: 500px;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.container {
	position:relative;
	z-index: 0;
}

h1 {
	flex: 30%;
	margin: 0;
} 

a.logo img {
    width: 125px;
    height: auto;	
}

.top_sec {
	position: relative;
	background: url("../images/topbg01.jpg?v3") no-repeat bottom;
	background-size: cover;
}

.top_sec_in01 p {
	 font-size: 13px;
    text-align: right;
    line-height: 1.5rem;
}

.swiper-container {
	width: 48rem;
    height: 47rem;
    border-radius: 50%;
    position: absolute!important;
    top: -6%;
    right: -7%;
}

.txt_mark {
	color: #ff3b00;
}

.txt_bold {
	font-weight: bold;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.swiper-slide img {
    height: 760px;
    position: relative;
    right: 300px;
}

.about01,.about02,.about03,.about04,.about05,.about06 {
	width: 100%;
}

.about01 {
	background: url("../images/topbg02.jpg?v3") no-repeat bottom;
	background-size: cover;
}

.about02 {
	background: url("../images/topbg03.jpg?v3") no-repeat bottom;
	background-size: cover;
}

.about03 {
	background: url("../images/topbg04.jpg?v3") no-repeat bottom;
	background-size: cover;
}

.about04 {
	background: url("../images/topbg05.jpg?v3") no-repeat bottom;
	background-size: cover;
}

.about05 {
	background: url("../images/topbg06.jpg?v3") no-repeat bottom;
	background-size: cover;
}

.about06 {
	background: url("../images/topbg07.jpg?v3");
	padding: 0 0 30px 0;
}

.conclude_sec {
	background: url("../images/topbg08.jpg?v3") no-repeat bottom;
	background-size: cover;
}

.about_in,.conclude_sec_in {
    max-width: 1120px;
    box-sizing: content-box;
    margin: auto;
}
.conclude_sec_in {
	padding: 11rem 0 5rem;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;	
}
.about01:after,.about03:after,.about05:after {
    content: "";
    width: 30%;
    height: 250px;
    background: rgba(0,222,255,0.25);
    position: absolute;
    left: -6%;
    top: 350px;
    z-index: -1;
}

.about02:after,.about04:after {
    content: "";
    width: 30%;
    height: 250px;
    background: rgba(0,222,255,0.25);
    position: absolute;
    right: -6%;
    top: 55%;
    z-index: -1;
} 

.about01 h2:before,.about02 h2:before,.about03 h2:before,.about04 h2:before,.about05 h2:before,.about06 h2:before {
	content: "「";
	font-size: 80px;
	font-weight: 900;
	margin-right: 4px;
	color:#ccf8ff;
	position: relative;
    left: -10px;
    top: 0px;
	z-index: 0;
}

.about01 h2:after,.about02 h2:after,.about03 h2:after,.about04 h2:after,.about05 h2:after,.about06 h2:after {
	content: "」";
	font-size: 80px;
	font-weight: 900;
	margin-right: 4px;
	color:#ccf8ff;
	z-index: 0;
	right: -10px;
	bottom: -20px;
	position: relative;
}

.about01 h2,.about02 h2,.about03 h2,.about04 h2,.about05 h2,.about06 h2 {
    font-size: 50px;
	padding: 50px 0 0 0;
    margin: 0;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(179deg, rgba(32,156,255,1) 0%, rgba(104,224,207,1) 80%);
    color: transparent;
}
.about01 h3,.about02 h3,.about03 h3,.about05 h3 {
  position: relative;
	display: inline-block;
}
.about01 h3:before,.about02 h3:before,.about03 h3:before,.about05 h3:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50%;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: rgba(48,61,80,.9);	
}

.about_sec_in {
display: flex;
    padding: 5rem 0rem;
    min-height: 58%;
	justify-content: space-between;
}
.about_sec_in p {
}
.about01 .about_sec_l,.about03 .about_sec_l,.about05 .about_sec_l {
    padding: 0 20px 0 0;
    width: 45%;
}
.about02 .about_sec_l,.about04 .about_sec_l,.about06 .about_sec_l {
    padding: 0;
    width: 45%;
}

.about_sec_l p,.about_sec_r p,.conclude_sec_in p {
	line-height: 2.2rem;
	color: rgba(48,61,80,.9);
}
.about_sec_l h3,.about_sec_r h3 {
    font-size: 24px;
    margin: 0 0 30px 0;
	white-space: nowrap;
    color: rgba(48,61,80,.9);	
}

.features_list ul {
	display: flex;
	align-items: flex-start;	
    list-style: none;
    justify-content: center;
    text-align: center;
    gap: 30px;
    padding: 0;
}
.features_list ul li {
    width: 25%;
    overflow: hidden;
    padding: 50px 15px 10px;
    color: rgba(48,61,80,.9);	
}
.features_list ul li span {
	margin: 15px auto 0;
	display: block;
	font-size: 20px;
	text-align: center;
}
.features_list ul li a {
	text-decoration: none;
	display: block;
}
.features_list ul li p {
	font-size: 14px
}
.features_list ul li img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
	transition: .7s;
}

.fade-in {
	opacity: 0;
	-webkit-animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
			animation-delay: 1.2s;			
}

.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.8s both;
	        animation: fade-in-bottom 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1.8s both;
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}



/* ----------------------------------------------
 * Generated by Animista on 2021-8-9 17:49:59
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */



.js-marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fff94e, #fff94e);
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-size: 0 30%;
  transition: all 1s ease-in-out;
}

.nomove_marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fff94e, #fff94e);
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-size: 100% 30%; 
}

.js-marker.inview {
    background-size: 100% 80%;
    background-position: 0px 11px;
}

.flex_col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.max_width_ctr {
	max-width: 1200px;
	margin: auto;
}

.top_sec_in01 {
	width: 400px;
}

.top_sec_in02 {
	width: 370px;
	margin: 0 0 0 40px;
}

.top_sec_in03 {
	width: 285px;
	text-align: center;
    margin: 11rem 0 0 0;	
}

.information_col {
    max-width: 100%;
    background: #00deff;
    display: flex;
    justify-content: space-between;
	
}

.information_col h2 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding-left: 1rem;
    position: relative;
    line-height: 1.7rem;
}

.information_col h2::after {
border-right: 1px solid rgba(255,255,255,0.7);
    border-top: 1px solid rgba(255,255,255,0.7);
    content: "";
    display: inline-block;
    height: 2.3rem;
    position: absolute;
    right: -2.5rem;
    top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 2.3rem;
}

.information_col p {
	width: 72%;
	color:  #FFFFFF;
}

.information_more a {
    display: block;
    text-decoration: none;
    color: #00deff;
    padding-block-start: 1em;
    padding-block-end: 1em;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    width: 140px;
    text-align: center;
    background: #ccf8ff;
    font-weight: bold;
}

.top_sec_in03 a.regist_btn,.about_sec_r .regist_btn,.conclude_sec_in .regist_btn {
    display: block;
	width: 280px;
    padding: 17px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: white;
    box-shadow: inset 1px 1px 1px rgb(255 255 255 / 10%), inset -1px -1px 1px rgb(0 0 0 / 5%), 1px 1px 7px rgb(0 0 0 / 10%);
    background: #00deff;
	margin: 0 auto 30px;
	position: relative;
}

.regist_btn span {
	position: relative;
	z-index: 3;
	
}

footer {
  position: sticky;
  top: 100vh;
    height: 85px;
}

footer ul {
    display: flex;
    list-style-type: none;
    max-width: 960px;
    justify-content: space-around;
    margin: 20px auto;
}

footer ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 90%;
}

footer ul li a:hover {
	opacity: 0.8;
}

a.twitter_icon {
    position: absolute;
    top: -10px;
    right: 45px;
    width: 35px;		
}

a.twitter_icon img {
    width: 70px;
	height: auto;
}

.top_system_col h3 {
	text-align: center;
}

.top_system_col img {
    width: 85%;
	height: auto;
    margin: 0 auto 50px;
    display: block;
}

.hide-area{
  display: none;
}

.modaal-fullscreen .modaal-close{/*ボタンの色、位置*/
  background:none;
  right:20px;
}

/*クローズボタンの×の色変更*/
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}
.modaal-content h2 {
	font-size: 40px;
    padding: 10px 0 0 0;
    margin: 0;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(179deg, rgba(32,156,255,1) 0%, rgba(104,224,207,1) 80%);
    color: transparent;
}
.modaal-content p {
	text-align: center;
}
.modaal-content ul {
    display: flex;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    justify-content: center;
}
.modaal-content ul li {
	text-align: center;	
}
.modaal-content ul li span {
	display: block;
	text-align: center;
	font-weight: bold;
}
.modaal-container {
	background: none!important;
	width: 70%;
	box-shadow:none!important;
}
.qr_img {
    border-radius: 20px;
    display: block;
    margin: 20px auto;
}
.store_btn {
	width: 50%;
	text-align: center;
	height: auto;
}

.store_list {
    display: flex;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    justify-content: center;
}

.store_list li img.store_btn {
	width: 90%;
}


.conclude_sec_in img {
	width: auto;
}
.bgcenterout:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background: #00bfdb;
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin:center;
    border-radius: 40px;	
}

/*hoverした際の形状*/
.bgcenterout:hover:before{
  transform:scale(1, 1);
	    border-radius: 40px;
}



/*ここからTOP以外のCSS*/
.other_container section:not(:last-child) {
    border-bottom: 1px solid rgba(48,61,80,.1);
    margin: 0 0 40px 0;	
}

#other h1 {
    padding: 0 48px;
    margin: 0 0 2.5rem 0;
    font-size: 21px;
    font-weight: normal;
    line-height: 7rem;
    background-color: #f9f9fa;
}

#other .other_container {
	padding: 48px 0;
	margin: 0 48px;	
}

#other .other_container h2 {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
	color: rgba(48,61,80,.9);
}

#other .other_container h3 {
	font-size: 15px;
    color: rgba(48,61,80,.65);
}
ol.other_list>li:before {
    display: inline-block;
    text-indent: 0;
}
ol.other_list li {
    margin: 0 0 16px;
    color: rgba(48,61,80,.65);
}

ol.other_list li ul,ol.other_list li ol {
	margin: 20px 0;
}

.agreement_box {
	width: 93%;
    height: 360px;
    margin: 10px auto!important;
    padding: 10px!important;
    overflow-y: scroll;
    box-shadow: inset 1px 1px 5px #cccccc;
}

.agreement_box p {
    color: rgba(48,61,80,.9);
}
.registration_enter {
    background: url(../images/registration_before_bg.png) no-repeat 35% 0;
    background-size: cover;
background-color:rgba(255,255,255,0.6);
background-blend-mode:lighten;	
    z-index: -1;
}
.registration_col {
	width: 960px;
    margin: 50px auto 0;
    padding: 10px 0;
    font-size: 95%;
    line-height: 1.8;
	
}
.registration_col ul {
	display: flex;
	list-style: none;
    margin: 60px 0 0;
	padding: 0;
	gap: 20px;
}
.registration_col ul li {
	width: 50%;
    margin: 0;
    padding: 30px;
    border: 7px solid #e6e6e7;
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.7);
    box-shadow: 2px 2px 4px #ededf0;
}
.registration_col ul li p {
	font-size: 95%;
	line-height: 2.5em;
	margin: -35px 0 20px 0;
}	
.registration_col ul li a.star_btn {
	border: 3px solid #e69d35;
	border-radius: 10px;
	padding: 10px;
	text-indent: 50px;
	display: block;
	text-decoration:  none;
	text-align: center;
	color: #e69d35;
	background: #FFFFFF;
	font-weight: bold;
	margin-top: auto;
	transition: background 0.5s;
	position: relative;
}
.registration_col ul li a.star_btn::before {
	content:"";
	background: url("../images/staregg_icn.png") no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: cover;
	position: absolute;
	left: 35px;
	top: 6px;
}

.registration_col ul li a.star_btn:hover {
	background: #e69d35;
	color: #FFFFFF;
}

.registration_col ul li strong {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 125%;
	color: #FFFFFF;
}

.registration_col ul li a.star_btn span,.registration_col ul li a.support_btn span {
	font-size: 180%;
}
.registration_col ul li a.support_btn {
	border: 3px solid #00b4f9;
	border-radius: 10px;
	padding: 10px;
	text-indent: 50px;	
	display: block;
	text-decoration:  none;
	text-align: center;
	color: #00b4f9;
	font-weight: bold;
	margin-top: auto;
	background: #FFFFFF;
    transition: background 0.5s;	
	position: relative;	
}

.registration_col ul li a.support_btn::before {
	content:"";
	background: url("../images/supporter_icn.png") no-repeat;
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: cover;
	position: absolute;
	left: 35px;
	top: 6px;
}

.registration_col ul li a.support_btn:hover {
	background: #00b4f9;
	color: #FFFFFF;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 17px 20px;
  border-radius: 60px;
  min-width: 120px;
  max-width: 100%;
  background: #55ccff;
  top: -4rem;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #55ccff;
}

.code_col_adjust {
    padding: 50px 0 0!important;
    text-align: center;
}

.code_col_adjust ul {
	display: flex;
	justify-content: center;
    gap: 15px;		
}

.code_col_adjust ul li input {
	width: 60px;
	text-align: center;
}

.code_col_adjust strong {
	display: block;
	margin: 20px 0 0!important;
    color: rgba(48,61,80,.9);	
}

.form_spacing_adjust {
    padding: 120px 20px!important;	
}

.followme {
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
}

.followme a {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  color: #1d9bf0;
  border: 4px solid #1d9bf0;
  border-radius: 30px;
  transition: .2s;
	text-decoration: none;
	
}

.followme a::after {
  content: "";
  width: 30px;
  height: 30px;
  margin: -2px 0 0 6px;
  background-image: url(../images/twitter_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .2s;
}

.followme a:hover {
  background-color: #1d9bf0;
  color: #fff;
}

.error_logo {
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto 40px;
}
ul.info_list {
	list-style: none;
    margin: 0;
    padding: 0;	
}
ul.info_list li {
	border-bottom: 1px solid #eee;
	padding: 2rem 0;
	color: rgba(48,61,80,.9);
}  
.info_date {
    margin-right: 1rem;
}
.info_title {
	font-weight: bold;	
}

.guide_col h2 {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0!important;
}

.guide_col h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
    font-size: 22px;
    margin: 0 10px 0 0;
}

.guide_slider li .guide_slider_col {
	width: 375px;
	position: relative;	
}
.guide_slider li {
	position: relative;
}
.guide_slider li p {
color: rgba(48,61,80,.9);
	padding: 0 5px;
    font-size: 93%;
	line-height: 1.8em;
	}
.guide_slider li:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    font-weight: 900;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 37%;
    color: #55ccff;
}
.guide_slider li:last-child:after{
    content: "";
    font-weight: 900;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 37%;
    color: #55ccff;
}
.guide_slider img {
    width: 200px;
    margin: 20px auto;
    text-align: center;
    height: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 13px;	
}

.guide_num {
	background-color: #c3c3c3;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 4rem;
    width: 4rem;
    position: absolute;
    left: 70px;
    top: -10px;
}


.guide_menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: flex-start;
    margin: 40px auto;
    padding: 0;
    align-items: stretch;
    max-width: 1080px;
}
.guide_menu li {
	width: calc(100%/4 - 2px);
	display: flex;
	align-items: stretch;
}

.guide_menu li a {
    text-decoration: none;
border-radius: 2px;
    border: 1px solid rgb(89 91 94 / 60%);
    display: block;
    padding: 15px;
    color: rgb(89 91 94 / 90%);
    font-weight: bold;
    transition: .2s;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide_col span.sub_txt {
	font-size: 90%;
	display: block;
	margin: 0 0 20px 0;
	color: rgba(48,61,80,.9);
}

.guide_menu li a:hover {
  background-color: #55ccff;
    border: 1px solid #55ccff;	
  color: #fff;
}

.pagination__item a, .pagination__item--current, .pagination__btn--prev, .pagination__btn--next, .pagination__btn--first, .pagination__btn--last {
    box-sizing: border-box;
    display: block;
    color: rgb(48 61 80 / 90%);
    text-decoration: none;
    text-align: center;
    background: #FFF;
    border: 1px solid rgb(48 61 80 / 90%);
    border-radius: 1em;
    min-width: 2em;
    transition: all .2s;
    padding: calc(0.5em - 1px) 0.5em;
}

.pagination__item a:hover, .pagination__item--current:hover, .pagination__btn--prev:hover, .pagination__btn--next:hover, .pagination__btn--first:hover, .pagination__btn--last:hover {
  color: #FFF;
  background: #6E6E6E;
  border: 1px solid #6E6E6E;
}

@media (min-width: 520px) {
  .pagination__item a, .pagination__item--current, .pagination__btn--prev, .pagination__btn--next, .pagination__btn--first, .pagination__btn--last {
    margin: 0 .28em;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}

.pagination__list {
  display: none;
}

.pagination__pos {
  order: 2;
  margin: 0 1em;
  padding: .5em;
}

.pagination__btn--prev {
  order: 1;
}

.pagination__btn--next {
  order: 3;
}

.pagination__btn--first {
  display: none;
}

.pagination__btn--last {
  display: none;
}

@media (min-width: 520px) {
  .pagination__list {
    order: 2;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination__item {
    margin: 0;
  }
  .pagination__item--current {
    background: #6E6E6E;
    color: #fff;
    font-weight: bold;
    border: none;
    margin: 0 .28em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0em;
}	  
  .pagination__pos {
    display: none;
  }
  .pagination__btn--prev {
    margin-right: 1.14em;
  }
  .pagination__btn--next {
    margin-left: 1.14em;
  }
}

@media (min-width: 960px) {
  .pagination__list {
    order: 3;
  }
  .pagination__btn--prev {
    order: 2;
  }
  .pagination__btn--next {
    order: 4;
  }
  .pagination__btn--first {
    order: 1;
    display: block;
  }
  .pagination__btn--last {
    order: 5;
    display: block;
  }
}

.slick-current .guide_num {
	background-color:#55ccff;
    transform: scale(1.2);
    -webkit-transition-timing-function: ease-out;	
}

.sp_thx_col .about_in {
	position: relative;
	margin: 10px auto 0;
	border: 4px double #ccf8ff;
}

.sp_thx_col .about_in h2 {
    position: relative;
    display: inline-block;
    padding: 0.5em 2em;
    background: #00deff;
    color: #fff;
    font-weight: bold;
    top: 10px;
    left: -14px;
    margin: 0 0 10px;
}
.sp_thx_col .about_in h2:after {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 900;
    font-size: 11px;
    vertical-align: super;
    margin: 0px 0 0 4px;
    color: #fdfaa8;
}

.sp_thx_col .about_in h2::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 10px rgb(149, 158, 155);
	}	

.sp_thx_col .about_in ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    line-height: 2.2rem;
    color: rgba(48,61,80,.9);
    margin: 15px 0;
    padding: 0 25px;
    justify-content: center;
}
.sp_thx_col .about_in ul li {
	display: flex;
	align-items: center;
	gap:10px;
}
.sp_thx_col .about_in ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f192";
    font-weight: 900;
    font-size: 12px;
    color: rgb(204 248 255);
}
.sp_thx_col .about_in p {
    color: rgba(48,61,80,.9);
    font-weight: bold;
    text-align: center;
    margin: -30px 0 35px 0;
}

.sp_thx_col .about_in a {
    display: table;
    text-align: center;
    color: #00deff;
    margin: 10px auto 20px;
}

.sp_thx_col .about_in a:hover {
	text-decoration: none;
}

.men_only {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 64px;
    right: 14px;
    transform: rotate(16deg);
}
.attention_list {
    margin: 30px 0;
    padding: 30px 20px 20px;
}

.attention_list span {
    color: #fb7291;
    font-weight: bold;
}

.attention_list p {
    margin: 5px 0 10px;
    font-size: 94%;
    line-height: 2em;
}

ul.shop_list {
	display: block;
    width: 800px;
}
ul.shop_list li {
    position: relative;
    margin: 0;
    padding: 0;
}
ul.shop_list li:before {
    left: -15px;
    top: 0;
    content: "「";
    font-size: 50px;
    font-weight: 900;
    color: #afb7bc;
    position: absolute;
}
ul.shop_list li:after {
	content: "」";
    font-size: 50px;
    font-weight: 900;
    color: #afb7bc;
    position: absolute;
    right: -15px;
    bottom: 0;
}
ul.shop_list img {
    width: 90%;
    margin: 30px;
    border: 7px solid #222222;
}
.regist_col_in {
    border-radius: 20px!important;
    background: #eae9e9!important;
    margin: 0;
    padding: 50px;
}

.shop_list_col {
    background-image: linear-gradient(310deg, rgba(32,156,255,1) 0%, rgba(104,224,207,1) 80%);
    padding: 50px 80px;
    margin: 40px 0 20px;
	display: flex;
    justify-content: space-around;
}

.shop_list_col p {
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
}
.shop_list_col p span {
	font-size: 168%;
	color: #FFFF00;
}

.shop_list_col a {
    display: block;
    width: 410px;
    padding: 17px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #00deff;
    box-shadow: inset 1px 1px 1px rgb(255 255 255 / 10%), inset -1px -1px 1px rgb(0 0 0 / 5%), 1px 1px 7px rgb(0 0 0 / 10%);
    background: #ffffff;
    margin: 30px 0;
    position: relative;
	transition: all .2s;	
}

.shop_list_col a:hover {
	background: #00deff;
	color: #FFFFFF;
	
}

.modaal-content-container {
	padding: 0!important;
}

@media only screen and (max-width:850px) {
body {
		font-size: 85%;
}	
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}	
	
.top_subcatch {
	font-size: 85%;
	text-align: center;
	line-height: 1.4rem;
		
	}
	
h1 {
	flex: inherit;
}
.container {
	width: 100%;
	overflow: hidden;
}
.about_sec {
	width: 100%;
}
.pc_inline {
	display: block;
}

.top_sec {
	height: auto;
}

.logo {
    width: 30%;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    height: auto;
}
.logo_top {
width: 100%;
	height: auto;
}	
.loading-animation svg {
	width: 100%;
}
.top_sec {
    background: url(../images/topbg01.jpg?v3) no-repeat 62% bottom;
	background-size: cover;
	padding: 0 3%;
}
	
.about01 {
    background-size: cover;
    padding: 0 3%;
    background-position: 92% bottom;
}
.about02 {
    background-size: cover;
    padding: 0 3%;
    background-position: 1% bottom;
}
.about03 {
    background-size: cover;
    padding: 0 3%;
    background-position: 87% bottom;
}
	
.about04 {
    background-size: cover;
    padding: 0 3%;
    background-position: 19% bottom;
}
	
.about05 {
    background-size: cover;
    padding: 0 3%;
    background-position: 19% bottom;
}	
	
.conclude_sec {
	background-position: 79% bottom;
    padding: 1px 3%;
    background-size: auto;
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
}

	
.top_sec .pa_tb13 {
    padding: 3rem 0 1rem;
	}
.top_sec_in01 {
    width: 60%;
}	
.top_sec_in02 {
    width: 40%;
    margin: 0 0 0 1rem;
    height: auto;
}	
.top_sec_in03 {
    width: 100%;
    text-align: center;
    margin: 0;
}	
	
.top_sec_in03 a.regist_btn, .about_sec_r .regist_btn, .conclude_sec .regist_btn {
    display: block;
    width: 70%;
    padding: 17px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: white;
    box-shadow: inset 1px 1px 1px rgb(255 255 255 / 10%), inset -1px -1px 1px rgb(0 0 0 / 5%), 1px 1px 7px rgb(0 0 0 / 10%);
    background: #00deff;
    margin: 20px auto;
    position: relative;
}	

.user_login {
	margin: 0 auto 30px;
	}  	
	
.information_col {
background: #00deff;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: -6%;
    width: 112%;
    max-width: inherit;
    padding: 0.5rem 0;
    align-items: center;
}

.information_col h2 {
    color: #fff;
    display: inline-block;
    font-weight: normal;
    padding-left: 1rem;
    position: relative;
    width: 26%;
    font-size: 85%;
    margin: 0;
}
	
.information_col h2::after {
    border-right: 1px solid rgba(255,255,255,0.7);
    border-top: 1px solid rgba(255,255,255,0.7);
    content: "";
    display: inline-block;
    height: 1.5rem;
    position: absolute;
    right: 0.5rem;
    top: 0%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    width: 1.5rem;
}
	
.information_col p {
    width: 100%;
    color: #FFFFFF;
    margin: 0px 7px 0;
}
	
.information_more {
	text-align: right;
	}
	
.information_more a {
    display: block;
    text-decoration: none;
    color: #00deff;
    padding-block-start: 0.5rem;
    padding-block-end: 0.4rem;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    width: 115%;
    text-align: right;
    background: #ccf8ff;
    font-weight: bold;
    margin: 0px 0 0 -11%;
    padding: 5px 7px 4px 0px;
}	
	
.about01 h2, .about02 h2, .about03 h2, .about04 h2, .about05 h2, .about06 h2 {
    font-size: 1.6rem;
	}
	
.about01 h2, .about02 h2, .about03 h2, .about04 h2, .about05 h2, .about06 h2 {
    font-size: 1.4rem;
    padding: 50px 0px 0 0px;
    margin: 0;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(179deg, rgba(32,156,255,1) 0%, rgba(104,224,207,1) 80%);
    color: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
	
.about01 h2:before, .about02 h2:before, .about03 h2:before, .about04 h2:before, .about05 h2:before, .about06 h2:before {
	content: "「";
    font-size: 2.4rem;
    font-weight: 900;
    color: #ccf8ff;
    position: relative;
    left: -10px;
    top: -10px;
    line-height: 0;
    z-index: 0;
    margin: 0;
}
	
.about01 h2:after, .about02 h2:after, .about03 h2:after, .about04 h2:after, .about05 h2:after, .about06 h2:after {
    content: "」";
    font-size: 2.4rem;
    font-weight: 900;
    margin-right: 4px;
    color: #ccf8ff;
    z-index: 0;
    right: -10px;
    bottom: -10px;
    position: relative;
    line-height: 0;
}
	
.about_sec_in {
    display: block;
    padding: 3rem 0rem;
	}

.about01 .about_sec_l, .about03 .about_sec_l, .about05 .about_sec_l,.about02 .about_sec_l, .about04 .about_sec_l, .about06 .about_sec_l {
    padding: 0;
    width: 100%;
}	
	
.about_sec_l h3, .about_sec_r h3 {
    font-size: 100%;
    margin: 0 0 2.4rem 0;
}
	
.top_system_col h3 {
    text-align: center;
    margin: 0;
}	

.about_sec_in .top_system_col img {	
width: 100%;
    margin: 2rem 0;
    height: auto;
}
	
.about_sec_l p, .about_sec_r p{
    line-height: 2.2rem;
    font-size: 90%;
}	
	
.conclude_sec_in p {
    line-height: 2.2rem;
    font-size: 90%;
	text-align: center;
}		
	
.about01:after, .about03:after, .about05:after,.about02:after, .about04:after {
    content: "";
    width: 70%;
}
	
.about01:after, .about03:after, .about05:after {
	top:14rem;
	}	

.about_sec_l {
    padding: 0;
}

.about_sec_r {
	text-align: right;
}
	
.about_sec_l img {
    width: 100%;
    margin: 0 0 3rem 0;
    height: auto;
}	
	
.about04 .about_sec_l img {
	display: block;
    width: 80%;
    margin: 0 auto 3rem;
    height: auto;	
	}
	
.about05 .about_sec_r img {
	display: block;
    width: 80%;
    margin: 3rem auto 0;
    height: auto;	
	}	

.about_sec_r img {
width: 100%;
    margin: 4rem 0 0 0;
    height: auto;
}
	
	
.about_point ol li {
	height: auto;
	display: block;
}
	
.features_list ul {
    flex-wrap: wrap;
	gap: 10px;
}
	
.features_list ul li {
    width: 45%;
    overflow: hidden;
    padding: 50px 15px 0px;
}
	
.features_list ul li span {
    font-size: 100%;
}
	
.features_list ul li p {
    font-size: 90%;	
    line-height: 1.6rem;	
	}	

.conclude_sec_in {
	display: block;	
    padding: 3rem 0 0rem;	
	}	
	
.conclude_sec_in img {
    width: 75%;
    height: auto;
    margin: 0 auto;
    display: block;
	}
footer ul {
	flex-wrap: wrap;
    padding: 0 15px;
}
footer ul li {
	width: 50%;
	line-height: 2rem;
	}	
footer ul:after {
    content: "after";
    width: 50%;
    color: aliceblue;
    background-color: #FFFFFF;
}	
	
footer small {
    padding: 0px 10px 30px;
}
	
.store_list li img.store_btn {
    width: 60%;
}	
	
	
/*ここからTOP以外*/
	
#other h1 {
	margin: 0 0 3rem 0;
    padding: 0 28px;	
	}
#other .other_container {
    padding: 5% 0;
    margin: 0 5%;
}	
	
.other_list {
    margin: 0;
    padding: 0 0 0 5%;	
}
	
ol.other_list li ul {
    margin: 20px 0;
    padding: 0 0 0 5%;
}	
	
#other footer {
	border-top: 1px solid rgba(48,61,80,.1);
	}	
	
#other a.twitter_icon {
    top: 15px;
}	
	

.registration_col {
    width: 100%;
}

.registration_col ul {
	display: block;
} 
.registration_col ul li {
    width: 100%;
	padding: 10px;
}
.registration_col ul li:first-child {
	margin: 0 0 80px 0;
	}
.registration_col ul li strong {
    font-size: 107%;	
	}	
.registration_col ul li a.star_btn {
	padding: 8px;	
	margin-bottom: 10px;
	/*text-indent: inherit;*/
	}	
.registration_col ul li a.star_btn::before {
    top: 0px;
    left: 12px;	
	}
/*.registration_col ul li a.support_btn {
	text-indent: inherit;	
	}
*/.registration_col ul li a.support_btn::before {
left: 16px;
    top: 4px;
	}
.registration_col ul li a.star_btn span, .registration_col ul li a.support_btn span {
    font-size: 160%;
}	
.registration_enter {
	background: none;
}	
.registration_enter::before {
  background: url(../images/registration_before_bg.png) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
background-color:rgba(255,255,255,0.6);
background-blend-mode:lighten;	
    z-index: -1;	
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}	
	
.info_date {
display: block;
margin: 0 0 10px 0;	
	}	
	
.slick-slider {
		padding: 0;
	}	
.guide_menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin: 10px 0 25px;
    padding: 0;
    justify-content: space-between;
}	
.guide_menu li {
	width: calc(100%/2 - 1px);
	}	
.guide_menu li a {
    padding: 15px 5px;
    font-size: 95%;	
 }	
	
	.balloon1 {
    padding: 17px 12px;
	}	
	.form_txt_right {
text-align: right;
display: block;		
	}
	
	
.sp_thx_col .about_in {
    margin: 14px;
}
.sp_thx_col .about_in ul {
gap: 5px 10px;
	padding: 0 10px;
}	
.sp_thx_col .about_in ul li {
    width: 45%;
}
.sp_thx_col .about_in p {
    color: rgba(48,61,80,.9);
    font-weight: bold;
    text-align: center;
    margin: 25px 0 20px 0;
}	
.men_only {
    width: 50px;
    height: 50px;
    bottom: 48px;
    right: -10px;
}
ul.shop_list {
    display: block;
    width: 100%;
}
.shop_list_col {
	display: block;	
    padding: 17px;	
}	
	
.shop_list_col a {
    width: 100%;
    font-size: 100%;	
}

.shop_list_col p {
    text-align: center;
}
	
.shop_list_col img {
    width: 100%;
    height: auto;
}
ul.shop_list img {
    width: 84%;
}
.modaal-wrapper .modaal-container {
	    width: 100%!importantim;
	}

	
}

.other_container a.link {
    display: table;
    text-align: center;
    color: #00deff;
    margin: 10px auto 20px;
}