<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/* !Layout
---------------------------------------------------------- */
html {
  /* overflow-y: scroll; */
  font-size: 10px;
}
body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 130%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  -webkit-text-size-adjust: none;
}
body.is_popup {
	height: 100vh;
}

.pc {
  display: none !important;
}

@font-face {
  src: url("RoGSanSrfStd-Bd.otf");
  font-family: "s";
}
@font-face {
  src: url("AcuminProCondensed.ttf");
  font-family: "acumin-pro";
}

.acumin {
  font-family: "acumin-pro", sans-serif;
}
.barlow {
  font-family: "Barlow", sans-serif;
}
.roGsan {
  /*  font-family: "Ro GSan Serif Std", sans-serif;*/
}
.dm-sans {
  font-family: "DM Sans", serif;
}


/* !wrapper
---------------------------------------------------------- */
#app_lp_wrapper {
  width: 100%;
  min-width: 320px;
  padding: 0 0 58px;
  margin: 0 auto;
}
.app_lp_inner {
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/* !header
---------------------------------------------------------- */
#app_lp_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  background: #fff;
  /*min-width: 1140px;*/
  box-sizing: border-box;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app_lp_nav {
  width: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 999;
  min-width: 320px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 8px 16px;
  background: rgba(250, 250, 250, 0.88);
}
.app_lp_nav a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.app_lp_nav a img {
  width: 100%;
}
.app_menu {
  background: rgba(255, 255, 255, 0.8);
  height: 290px;
  padding-top: 30px;
  width: 100%;
  position: absolute;
  bottom: -400px;
  left: 0;
  z-index: -1;
  transition: ease 0.3s;
}
.app_menu.active {
  bottom: 0;
}
.app_menu li {
  text-align: center;
  margin-bottom: 30px;
}
.app_menu li a {
  font-size: 18px;
}
.cv-btn-menu {
  width: calc(100% - 60px);
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.menu-btn {
  width: 60px;
  height: 50px;
  right: 0;
  bottom: 5px;
  position: absolute;
}
/* !app_lp_mainVisual
---------------------------------------------------------- */
#app_lp_mainVisual {
  margin-bottom: 0;
  position: relative;
}
#app_lp_mainVisual img {
  width: 100%;
}
#app_lp_mainVisual .kv_btn {
  width: 85px;
  position: absolute;
  bottom: 80px;
  left: 15px;
}
#app_lp_mainVisual .kv_btn.g {
  width: 85px;
  position: absolute;
  bottom: 80px;
  left: 100px;
}

#app_lp_mainVisual .kv_btn.g.pc {
  display: none;
}

/* !title
---------------------------------------------------------- */
.app_lp_sec_title {
  margin-bottom: 2.4rem;
}
.app_lp_sec_title_en {
  display: inline-block;
  font-size: 6.4rem;
  line-height: 1.203125;
  font-weight: bold;
  color: #000;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}
.app_lp_sec_title_en:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 10rem;
  height: 0.6rem;
  background: #d40000;
}
.app_lp_sec_title_jp {
  font-size: 2rem;
  line-height: 1.2;
  color: #201715;
  font-weight: 800;
}
.app_lp_sec_title_jp span {
  color: #d40000;
  /*  font-weight: 400;*/
  /*  font-family: "Ro GSan Serif Std", sans-serif;*/
}

.app_lp_sec_headlarge {
	padding: 0 0 32px 40px;
}
.app_lp_sec_headlarge .eng {
	display: block;
	position: relative;
	z-index: 2;
	line-height: 1;
	font-style: italic;
	font-size: 48px;
	font-weight: 900;
}
.app_lp_sec_headlarge .eng:before {
	content: "";
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: no-repeat left center;
	background-size: 32px;
}
.app_lp_sec_headlarge .icon_star:before {
	background-image: url(../image/common/ico_star.svg);
}
.app_lp_sec_headlarge .icon_money:before {
	background-image: url(../image/common/ico_jc.svg);
}
.app_lp_sec_headlarge .icon_pt:before {
	background-image: url(../image/common/ico_pt.svg);
}
.app_lp_sec_headlarge .icon_bulb:before {
	background-image: url(../image/common/ico_function.svg);
}
.app_lp_sec_headlarge .icon_faq:before {
	background-image: url(../image/common/ico_qa.svg);
}
.app_lp_sec_headlarge .icon_how:before {
	background-image: url(../image/common/ico_how.svg);
}
.app_lp_sec_headlarge .icon_rank:before {
	background-image: url(../image/common/ico_rankup.svg);
}
.app_lp_sec_headlarge .icon_phone:before {
	background-image: url(../image/common/ico_checkin.svg);
}

.app_lp_sec_headlarge .eng:after {
	content: attr(head-data);
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: -1;
	color: transparent;
	-webkit-text-stroke:1px #C9C9C9;
}
.app_lp_sec_headlarge .jap {
	display: block;
	margin-top: 4px;
	line-height: 1.1;
	font-size: 20px;
	font-weight: bold;
}




/* !CAMPAIGN
---------------------------------------------------------- */
#app_lp_campaign {
  margin-top: 3rem;
  padding-bottom: 4.8rem;
  background: url(../image/bg/bg_dot01_sp.png) no-repeat right top;
  background-size: auto;
}
.app_lp_campaign_list {
}
.app_lp_campaign_item {
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.app_lp_campaign_item:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 100%;
  bottom: -20px;
  margin-left: -127px;
  z-index: -1;
  background: url(../image/bg/bg_dot01_sp.png) no-repeat 15px top,
    url(../image/bg/slash01.png) no-repeat right top 170px;
  background-size: auto, 408px auto;
}

/* amp-lightbox {
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
} */

.app_lp_campaign_item .firstview_wrapper {
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

.fancybox-container {
  z-index: 1001;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.8);
  font-size: 0;
}

.fancybox-content {
  padding: 0;
  overflow: visible;
}

.app_lp_campaign_item .box {
  position: absolute;
  left: 15px;
  top: 40px;
}

.app_lp_campaign_item .box {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: calc(100% - 30px);
  padding-bottom: 100px;
}

.fancybox-content.modal_contents {
  width: calc(100% - 30px);
  max-width: 480px;
  top: 40px;
  top: 58px;
}

.fancybox-content.modal_contents .box {
  /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;*/
  padding-bottom: 70px;
}

.fancybox-content .box .icon-close,
.app_lp_campaign_item .box .icon-close {
  font-family: "Noto Sans JP";
  cursor: pointer;
  position: absolute;
  color: #000;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  top: 0px;
  right: 0px;
  transform: translate(50%, -50%);
  border-radius: 30px;
  z-index: 100;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.fancybox-content .box .links,
.app_lp_campaign_item .box .links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancybox-content .box .links a,
.app_lp_campaign_item .box .links a {
  width: 100px;
  margin: 0 10px;
}

.fancybox-content .box .links img,
.app_lp_campaign_item .box .links img {
  height: auto;
}

.app_lp_campaign_item a.modal {
  display: block;
  background: #fff;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);
}
.app_lp_campaign_item_cont {
  padding: 10px;
  text-align: center;
}
.app_lp_campaign_item_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 9px;
}

.app_lp_campaign_item_close {
  margin-top: 20px;
}

.app_lp_infor_cont {
  max-width: 480px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.app_lp_infor_cont .app_lp_campaign_item_cont {
  padding: 10px 20px 30px;
}
.app_lp_infor_cont .app_lp_campaign_item_title {
  margin-bottom: 10px;
}
.app_lp_infor_cont .app_lp_campaign_item_text {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: left;
}
.app_lp_infor_cont .app_lp_campaign_item_text a {
  text-decoration: underline;
}

.app_lp_campaign_item_btn img,
.app_lp_campaign_item_close img {
  width: 156px;
}

/*fancybox*/
.fancybox-overlay {
  max-height: 90vh;
  overflow: hidden;
  /* margin: 50px 0; */
  background: rgba(255, 255, 255, 0.77);
}
.fancybox-close {
  position: absolute;
  top: -27px;
  right: 0px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 8040;
  visibility: visible;
  background: url(../image/icon/fancy_close.svg) no-repeat;
  background-size: 100% auto;
}
.fancybox-skin {
  padding: 0 !important;
  border-radius: 0;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #000;
}
.fancybox-inner {
  box-sizing: border-box;
}

/* !remotecheck in
---------------------------------------------------------- */
#app_lp_remote {
  padding: 30px 0 50px;
}
#app_lp_remote .app_lp_sec_title_jp {
  font-size: 2.1rem;
}
.app_lp_remote_dl {
  max-width: 900px;
  margin: 0 auto;
}
.app_lp_remote_dl dt {
  text-align: center;
}
.app_lp_remote_dl dt img {
  width: 174px;
}
.app_lp_remote_dl dd {
  position: relative;
  margin-top: -19px;
  padding: 15px;
  background: #fffbb3;
  box-shadow: -5px 5px 6px rgba(0, 0, 0, 0.36);
  font-size: 1.3rem;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.app_lp_remote_p01 {
  text-align: center;
  margin: 30px 0 11px;
}
.app_lp_remote_p01 img {
  width: 228px;
}
.app_lp_remote_box {
  border-radius: 15px;
  border: 1px solid #000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  overflow: hidden;
}
.app_lp_remote_box_tablist {
  display: flex;
}
.app_lp_remote_box_tablist li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
  height: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #9b9b9b;
}
.app_lp_remote_box_tablist.se li {
  width: 50%;
}
.app_lp_remote_box_tablist li:nth-child(2) {
  background: #afafaf;
}
.app_lp_remote_box_tablist li:nth-of-type(3) {
  background: #c3c3c3;
}
.app_lp_remote_box_tablist li.active {
  background: #d40000;
}

.app_lp_remote_slider,
.app_lp_remote_slider-se,
.app_lp_remote_slider-th {
  margin: 30px 0 18px;
}

.app_lp_remote_slider .slick-arrow,
.app_lp_remote_slider-se .slick-arrow,
.app_lp_remote_slider-th .slick-arrow {
  width: 24px;
  height: 24px;
  top: 144px;
  transform: translateY(0);
}
/*　追加 (matchHeightに頼らない)　*/
.app_lp_remote_slider .draggable &gt; div,
.app_lp_remote_slider-se .draggable &gt; div,
.app_lp_remote_slider-th .draggable &gt; div {
  display: flex !important;
}

.app_lp_remote_slider .slick-slide,
.app_lp_remote_slider-se .slick-slide,
.app_lp_remote_slider-th .slick-slide {
  margin: 0 17px;
  position: relative;
  height: auto !important;
}

.app_lp_remote_slider .slick-slide &gt; div,
.app_lp_remote_slider-se .slick-slide &gt; div,
.app_lp_remote_slider-th .slick-slide &gt; div {
  height: 100%;
}

.app_lp_remote_slider .slick-slide .app_lp_remote_slist,
.app_lp_remote_slider-se .slick-slide .app_lp_remote_slist,
.app_lp_remote_slider-th .slick-slide .app_lp_remote_slist {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.app_lp_remote_slider .slick-slide .app_lp_remote_slist_text,
.app_lp_remote_slider-se .slick-slide .app_lp_remote_slist_text,
.app_lp_remote_slider-th .slick-slide .app_lp_remote_slist_text {
  flex-grow: 1;
}
/*　追加ここまで　*/
.slick-arrow.slick-prev {
  z-index: 2;
  background: url(../image/icon/slick_prev.svg) no-repeat;
  background-size: contain;
  left: 40px;
}
.slick-arrow.slick-next {
  background: url(../image/icon/arrow01.svg) no-repeat;
  background-size: contain;
  right: 40px;
}
.app_lp_remote_slist_img {
  text-align: center;
  position: relative;
}
.app_lp_remote_slist_img img {
  width: 174px;
}
.app_lp_remote_slist_img .phone.se {
  width: 190px;
  padding-right: 20px;
}
.app_lp_remote_slist_categ {
  position: absolute;
  left: 66px;
  left: calc(50% - 88px);
  top: 138px;
  z-index: 2;
  width: 53px;
}
.app_lp_remote_slider-se .app_lp_remote_slist_categ {
  left: 18px;
  top: 38px;
}
.app_lp_remote_slider-th .app_lp_remote_slist_categ {
  top: 35px;
  left: 30px;
  width: 40px;
}
.app_lp_remote_slist_categ.categ02 {
  top: 156px;
}
.app_lp_remote_slider-th .app_lp_remote_slist_categ.categ02 {
  left: 100px;
  top: 165px;
  width: 40px;
}
.app_lp_remote_slider-th .app_lp_remote_slist_categ.categ03 {
  left: 100px;
  top: 170px;
  width: 40px;
}
.app_lp_remote_slist_categ.categ03 {
  left: 11px;
  left: calc(50% - 143px);
  top: 213px;
  width: 77px;
}
.app_lp_remote_slist_text {
  position: relative;
  z-index: 2;
  margin-top: -75px;
  border-radius: 10px;
  border: 1px solid #d40000;
  background: #fff;
  padding: 20px 15px;
  font-size: 1.3rem;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
}
.app_lp_remote_slist_text.se {
  margin-top: -65px;
}
.app_lp_remote_notice {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.app_lp_remote_notice li {
  font-size: 1.3rem;
  line-height: 21px;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}

/* !function
---------------------------------------------------------- */
#app_lp_function {
  padding: 48px 0;
  background: url(../image/bg/bg_dot01_sp.png) no-repeat right top 20px,
    url(../image/bg/bg_dot01_sp.png) no-repeat left bottom 300px,
    url(../image/bg/slash01.png) no-repeat right -265px bottom #fff;
  background-size: auto, auto, 408px, auto;
}
#app_lp_check {
  padding: 30px 0 10px;
  background: url(../image/bg/bg_dot01_sp.png) no-repeat right top 20px,
    url(../image/bg/bg_dot01_sp.png) no-repeat left 20px bottom 20px,
    url(../image/bg/slash01.png) no-repeat left -265px bottom #fffdf0;
  background-size: auto, auto, 408px auto;
}
#app_lp_function .app_lp_sec_title_jp {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
#app_lp_function .app_lp_sec_title_jp font {
  color: #d40000;
  font-size: 3.4rem;
}
.app_lp_function_p01 {
  text-align: center;
  padding: 0 30px;
}
.app_lp_function_p02 {
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 0;
}
.app_lp_function_p02 img {
  width: auto;
  margin-top: 6px;
}
.app_lp_function_anchor {
  width: 345px;
  margin: 0 auto;
}
.app_lp_function_anchor li {
  float: left;
  width: 168px;
  box-sizing: border-box;
  margin: 0 2px 11px;
  text-align: center;
}
.app_lp_function_movie iframe {
  display: block;
  width: 100%;
  height: 51vw;
}
.app_lp_function_movie_text {
  font-size: 1.2rem;
  line-height: 16px;
  font-weight: bold;
  margin: 9px 0 50px;
}

.app_lp_function_flow_dl dt {
  float: right;
  width: 157px;
  margin-left: 10px;
  text-align: right;
  position: relative;
  z-index: 3;
}
.app_lp_function_flow_dl dt.nowd img {
  max-width: none;
  max-height: 338px;
  float: right;
}
.app_lp_function_flow_dl dd {
  float: left;
  width: calc(100% - 167px);
}
.app_lp_function_flow_point {
  display: flex;
  align-items: center;
  position: relative;
}
.app_lp_function_flow_point:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 5px;
  background: #d40000;
}
.app_lp_function_flow_point span {
  min-width: 58px;
  font-size: 5rem;
  line-height: 1.2;
  color: #d40000;
  font-family: "Barlow", sans-serif;
}
.app_lp_function_flow_point font {
  font-size: 1.3rem;
  line-height: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 2px 0 0 0;
}
.app_lp_function_flow_title {
  margin: 15px 0 10px;
  font-size: 1.5rem;
  line-height: 22px;
  display: flex;
  align-items: center;
}
.app_lp_function_flow_title.sm {
  font-size: 1.4rem;
}
.app_lp_function_flow_title.sm02 {
  font-size: 1.4rem;
}
.app_lp_function_flow_text {
  font-size: 1.2rem;
  line-height: 22px;
  font-weight: bold;
}

#app_lp_check .app_lp_sec_title_en {
  line-height: 0.9;
  padding: 1rem 0 1.5rem 0;
}

/* !download
---------------------------------------------------------- */
.app_lp_download {
	overflow: hidden;
  padding: 22px 0;
  background: #e1e0dc;
}
.app_lp_download_dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.app_lp_download_dl dt {
  margin-right: 10px;
  width: 60px;
  min-width: 60px;
}
.app_lp_download_dl dd {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.app_lp_download_p01 {
  font-size: 1.6rem;
  font-weight: bold;
}
.app_lp_download_p01 font {
  color: #ff0000;
}
.app_lp_download_p02 {
  font-size: 1.4rem;
  font-weight: bold;
}
.app_lp_download_ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.app_lp_download_ul li {
  text-align: center;
  width: calc(50% - 15px);
  max-width: 148px;
}
.app_lp_download_ul li + li {
  margin-left: 30px;
}
.app_lp_download_ul li a {
  display: block;
  margin-top: 6px;
}

.app_lp_download_ul_google {
  /*width: 166px;*/
}

.app_lp_download.white {
  padding: 37px 0;
}
.app_lp_download.white .app_lp_download_dl {
  display: block;
  text-align: center;
}
.app_lp_download.white .app_lp_download_dl dt {
  margin: 0 auto;
}
.app_lp_download.white .app_lp_download_p01 {
  padding: 15px 0 5px;
}
/* !collect
---------------------------------------------------------- */
#app_lp_collect {
  padding: 30px 0 20px;
  background: url(../image/bg/bg_dot01_sp.png) no-repeat right top 20px,
    url(../image/bg/bg_dot01_sp.png) no-repeat left 20px bottom 20px,
    url(../image/bg/slash01.png) no-repeat right -265px bottom #fff;
  background-size: auto, auto, 408px auto;
}
#app_lp_collect .app_lp_sec_title_jp {
  font-size: 2.2rem;
}
.app_lp_collect_title {
  border-radius: 5px;
  border: 2px solid #d40000;
  background: url(../image/icon/gold/gold.svg) no-repeat left 10px center #fff;
  background-size: 34px auto;
  font-size: 1.6rem;
  line-height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  box-sizing: border-box;
  font-weight: 800;
}
.app_lp_collect_title.unusual_pair {
  font-size: 1.5rem;
  padding-left: 3rem;
}
.app_lp_collect_title.unusual_dazn {
  justify-content: end;
  padding-right: 2rem;
}

.app_lp_collect_title_img {
  height: 208px;
  object-fit: cover;
}

.rankup dl {
  margin-bottom: 35px;
}
.app_lp_collect_text {
  margin: 10px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
}
.app_lp_collect_text.let {
  letter-spacing: -0.05em;
}
.app_lp_collect_btp {
  text-align: center;
  font-size: 1.9rem;
  line-height: 29px;
  padding: 9px 0 35px;
  background: url(../image/bg/bg_btp_sp.svg) no-repeat left 40% center;
  background-size: auto 100%;
}
@media screen and (min-width: 1000px) {
  .app_lp_collect_title.unusual_pair {
    justify-content: center;
    padding-right: 0;
    padding-left: 0.8rem;
  }
  .app_lp_collect_title.unusual_dazn {
    justify-content: center;
    padding-right: 0;
    padding-left: 0.8rem;
  }
}

/* !rank up
---------------------------------------------------------- */
#app_lp_rankup {
  padding: 30px 0 40px;
  background: url(../image/bg/bg_dot01_sp.png) no-repeat right top 20px,
    url(../image/bg/bg_dot01_sp.png) no-repeat left 20px bottom 20px,
    url(../image/bg/slash01.png) no-repeat right -265px bottom #fffdf0;
  background-size: auto, auto, 408px auto;
}
#app_lp_rankup .app_lp_sec_title_jp {
  font-size: 2.1rem;
}
#app_lp_rankup .app_lp_remote_dl dd {
  margin-top: 0;
}
.app_lp_rankup_p01 {
  margin: 40px 0 15px;
  text-align: center;
}
.app_lp_rankup_p01 span {
  margin: 0 -15px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  background: #d40000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.app_lp_rankup_ul {
}
.app_lp_rankup_ul li {
  margin-bottom: 20px;
}
.app_lp_rankup_item {
  background: #fff;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.2);
}
.app_lp_rankup_dl {
  display: flex;
}
.app_lp_rankup_dl dt {
  width: 120px;
  min-width: 120px;
}
.app_lp_rankup_dl dt img {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.36);
}
.app_lp_rankup_dl dd {
  padding: 7px 10px 7px;
  position: relative;
  width: 100%;
}
.app_lp_rankup_item_btn {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 1;
}
.app_lp_rankup_item_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  width: 53px;
  height: 16px;
  background: #d40000;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
.app_lp_rankup_item_btn span.close {
  display: none;
}
.app_lp_rankup_item_btn.active span {
  display: none;
}
.app_lp_rankup_item_btn.active span.close {
  display: flex;
}
.app_lp_rankup_item_title {
  font-size: 1.2rem;
  line-height: 15px;
  font-weight: bold;
}
.app_lp_rankup_item_text {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px;
  display: none;
}

/* !footer
---------------------------------------------------------- */
.app_lp_page_top a {
  position: fixed;
  bottom: 85px;
  left: calc(50% + 240px - 40px - 33px - 15px);
  z-index: 99;
  opacity: 0;
}
.app_lp_page_top a.active {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .app_lp_page_top a {
    bottom: 40px;
    left: calc(50% + 240px - 40px - 33px);
  }
}

#app_lp_footer {
  text-align: center;
}

#app_lp_copyright {
}

p.infoLink a {
  display: none !important;
}

.hide {
  display: none;
}
.dn {
  display: none !important;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
a:hover {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.op {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.op:hover {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}

.gr-tit {
  width: calc(100% + 15px);
  margin-left: -15px;
  height: 45px;
  background: #008000;
  margin-bottom: 20px;
  border-radius: 0 40px 40px 0;
  /*display: grid;
  place-items: center;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.gr-tit p {
  font-size: 18px;
  color: #fff;
  margin-left: 15px;
  font-weight: 800;
  /*text-align: center;*/
}

.remote-toggle {
  width: 100%;
  height: 45px;
  font-size: 13px;
  line-height: 45px;
  color: #fff;
  background: #000;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.remote-toggle::after {
  content: "ー";
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 60px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.remote-toggle.close::after {
  content: "＋";
}
#app_lp_campaign .remote-toggle {
  margin-top: 48px;
}
#app_lp_campaign .remote-toggle::after {
  display: none;
}
.gr-sub {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 20px;
}
#faq {
  padding: 40px 0 18px;
}
#faq .qa li {
	padding: 0 16px;
	margin-bottom: 24px;
	background: #FAFAFA;
}
#faq .qa .p1 {
	cursor: pointer;
  position: relative;
  padding: 8px 36px 8px 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: bold;
}
#faq .qa .p1::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	transition-duration: 0.3s;
	height: 100%;
	width: 20px;
	background: url(../image/common/arrow_red.svg)no-repeat center;
	background-size: 100%;
}
#faq .qa .p1.open {
  border-bottom: 1px solid;
}
#faq .qa .p1.open::after {
	transform: rotate(180deg);
}
#faq .qa .p2 {
	padding: 8px 0 16px;
  line-height: 1.75;
  font-size: 18px;
}
#faq .qa .p2 a {
  color: #008000;
}

.toggleBox {
	display: none;
}

.app_lp_faq_end{
  text-align: center;
	line-height: 1.5;
	/* color: #e60012; */
  color: #000000;
	font-weight: bold;
	font-size: 18px;
}

/* .kv-slider .slick-dots {
  bottom: 80px;
}
.kv-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
}
.kv-slider .slick-dots li.slick-active {
  background: #e60012;
}
.kv-slider .slick-arrow.slick-prev {
  width: 27px;
  height: 80px;
  background: url(../image/kv_prev_renew.svg) no-repeat center;
  left: 0;
}
.kv-slider .slick-arrow.slick-next {
  width: 27px;
  height: 80px;
  background: url(../image/kv_next_renew.svg) no-repeat center;
  right: 0;
}
.kv-slider .slick-slide {
  position: relative;
  z-index: 2;
}
.kv-slider .kv-det {
  position: absolute;
  width: 240px;
  bottom: 140px;
  left: calc(50% - 120px);
  display: block;
}
.kv-slider .slick-disabled {
  opacity: 0.5;
} */

@keyframes arrowmove {
  0% {
    bottom: 4%;
  }
  50% {
    bottom: 6%;
  }
  100% {
    bottom: 4%;
  }
}

.kv-relative {
  position: relative;
  /*visibility: hidden;
  opacity: 0;*/
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
/* Swiperが初期化された後に表示 */
.kv-relative.is-ready {
  visibility: visible;
  opacity: 1;
}

.kv-relative .kv {
	overflow: hidden;
  padding: 180px 60px 20px;
  background: url("../image/kv/bg_kv.png")no-repeat center top #e60012;
  background-size: 100%;
}
.kv-relative .kv:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 4;
	width: 100%;
	height: 71px;
	background: url("../image/kv/bg_kv_circle.png")no-repeat center;
	background-size: 100% 100%;
}
.kv-relative .kv .phone {
  position: relative;
  z-index: 3;
  margin-left: -16px;
  animation: fadein-up 0.5s;
}
.kv-relative .kv .bubble {
  position: absolute;
  left: 2rem;
  bottom: 48px;
  z-index: 5;
  width: 125px;
  transform: scale(0,0);
  transform-origin: 50% 100%;
  animation: probe1 0.5s forwards;
  animation-delay: 0.6s;
}
.kv-relative .kv .mascot {
	opacity: 0;
  position: absolute;
  right: 5px;
  bottom: 5rem;
  z-index: 2;
  width: 110px;
  animation: probe2 0.4s forwards;
  animation-delay: 1.2s;
  transform: rotate(-50deg);
  transform-origin: 50% 100%;
}
@keyframes fadein-up {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes probe1 {
	0% {
	  transform: scale(0,0);
	}
	20% {
	  transform: scale(1.2,1.2);
	}
	40% {
	  transform: scale(0.8,0.8);
	}
	60% {
	  transform: scale(1.2,1.2);
	} 
	100% {
	  transform: scale(1,1);
	}
}
@keyframes probe2 {
  0% {
	  opacity: 0;
    transform: rotate(-50deg);
  }
  100% {
	  opacity: 1;
    transform: rotate(0);
  }
}

#scroll {
  position: absolute;
  bottom: 0;
  z-index: 100;
  width: 50px;
  text-align: center;
  left: calc(50% - 25px);
  animation: arrowmove 1s ease-in-out infinite;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

/*0207*/
.app_lp_nav_sp {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  min-width: 320px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.app_lp_nav_sp ul {
  width: 100%;
  position: relative;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
}
.app_lp_nav_sp li {
  width: calc((100% - 86px)/3);
}
.app_lp_nav_sp li + li {
  border-left: 1px solid #d3d3d3;
}
.app_lp_nav_sp li.small {
  width: 43px;
}

.app_lp_nav_sp li a {
	overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  text-indent: -999px;
  text-align: center;
  font-weight: bold;
}

.app_lp_nav_sp li a:before,
.app_lp_nav_sp li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}

.app_lp_nav_sp li a:after {
  z-index: 2;
  opacity: 0;
}

.app_lp_nav_sp li a#menu_1:before {
  background-image: url(../image/header/btn_top_bk.svg);
}
.app_lp_nav_sp li a#menu_5:before {
  background-image: url(../image/header/btn_top_bk.svg);
}
.app_lp_nav_sp li a#menu_9:before {
  background-image: url(../image/header/btn_top_bk.svg);
}
.app_lp_nav_sp li a#menu_13:before {
  background-image: url(../image/header/btn_top_bk.svg);
}

.app_lp_nav_sp li a#menu_2:before {
  background-image: url(../image/header/btn_challenge_bk.svg);
}
.app_lp_nav_sp li a#menu_6:before {
  background-image: url(../image/header/btn_challenge_bk.svg);
}
.app_lp_nav_sp li a#menu_10:before {
  background-image: url(../image/header/btn_challenge_bk.svg);
}
.app_lp_nav_sp li a#menu_14:before {
  background-image: url(../image/header/btn_challenge_bk.svg);
}

.app_lp_nav_sp li a#menu_3:before {
  background-image: url("../image/header/btn_pair_ticket_bk.svg");
}
.app_lp_nav_sp li a#menu_7:before {
  background-image: url(../image/header/btn_pair_ticket_bk.svg);
}
.app_lp_nav_sp li a#menu_11:before {
  background-image: url(../image/header/btn_pair_ticket_bk.svg);
}
.app_lp_nav_sp li a#menu_15:before {
  background-image: url(../image/header/btn_pair_ticket_bk.svg);
}

.app_lp_nav_sp li a#menu_4:before {
  background-image: url(../image/header/btn_checkin_bk.svg);
}
.app_lp_nav_sp li a#menu_8:before {
  background-image: url(../image/header/btn_checkin_bk.svg);
}
.app_lp_nav_sp li a#menu_12:before {
  background-image: url(../image/header/btn_checkin_bk.svg);
}
.app_lp_nav_sp li a#menu_16:before {
  background-image: url(../image/header/btn_checkin_bk.svg);
}

.app_lp_nav_sp li a#menu_5:before {
  background-image: url(../image/header/btn_faq_bk.svg);
}

.app_lp_nav_sp li a#menu_1:after {
  background-image: url(../image/header/btn_top_red.svg);
}
.app_lp_nav_sp li a#menu_9:after {
  background-image: url(../image/header/btn_top_red.svg);
}
.app_lp_nav_sp li a#menu_13:after {
  background-image: url(../image/header/btn_top_red.svg);
}

.app_lp_nav_sp li a#menu_2:after {
  background-image: url(../image/header/btn_challenge_red.svg);
}
.app_lp_nav_sp li a#menu_6:after {
  background-image: url(../image/header/btn_challenge_red.svg);
}
.app_lp_nav_sp li a#menu_10:after {
  background-image: url(../image/header/btn_challenge_red.svg);
}
.app_lp_nav_sp li a#menu_14:after {
  background-image: url(../image/header/btn_challenge_red.svg);
}

.app_lp_nav_sp li a#menu_3:after {
  background-image: url(../image/header/btn_pair_ticket_red.svg);
}
.app_lp_nav_sp li a#menu_7:after {
  background-image: url(../image/header/btn_pair_ticket_red.svg);
}
.app_lp_nav_sp li a#menu_11:after {
  background-image: url(../image/header/btn_pair_ticket_red.svg);
}
.app_lp_nav_sp li a#menu_15:after {
  background-image: url(../image/header/btn_pair_ticket_red.svg);
}

.app_lp_nav_sp li a#menu_4:after {
  background-image: url(../image/header/btn_checkin_red.svg);
}
.app_lp_nav_sp li a#menu_8:after {
  background-image: url(../image/header/btn_checkin_red.svg);
}
.app_lp_nav_sp li a#menu_12:after {
  background-image: url(../image/header/btn_checkin_red.svg);
}
.app_lp_nav_sp li a#menu_16:after {
  background-image: url(../image/header/btn_checkin_red.svg);
}

.app_lp_nav_sp li a#menu_5:after {
  background-image: url(../image/header/btn_faq_red.svg);
}

.app_lp_nav_sp li.is_active a:after {
  opacity: 1;
}

.app_lp_flow_slider {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.app_lp_flow_slider .app_lp_flow_slist {
  padding: 0 15px;
}

.app_lp_flow_slider,
.app_lp_collect_slider {
  margin-bottom: 40px;
  padding-bottom: 35px;
}

.app_lp_collect_slider.jchallenge_guide {
  margin-bottom: 0;
}

.app_lp_slider_tool .slick-dots {
  bottom: 7px;
}
.app_lp_slider_tool .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #d3d3d3;
  margin: 0 5px;
}
.app_lp_slider_tool .slick-dots li.slick-active {
  background: #e60012;
}
.app_lp_slider_tool .slick-arrow.slick-prev {
  width: 24px;
  height: 24px;
  background: url(../image/icon/slick_prev.svg) no-repeat center;
  background-size: 100% auto;
  left: 30px;
  top: auto;
  transform: translate(0);
  bottom: 0;
}
.app_lp_slider_tool .slick-arrow.slick-next {
  width: 24px;
  height: 24px;
  background: url(../image/icon/arrow01.svg) no-repeat center;
  background-size: 100% auto;
  right: 30px;
  top: auto;
  transform: translate(0);
  bottom: 0;
}
.app_lp_slider_tool .slick-arrow {
  z-index: 99;
  cursor: pointer;
}
.app_lp_slider_tool .slick-disabled {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .app_lp_fixed_download {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .app_lp_fixed_download {
    position: fixed;
    right: 30px;
    bottom: 48px;
    z-index: 2;
    max-width: 114px;
  }
  .app_lp_fixed_download {
    text-align: center;
    font-weight: bold;
  }
  .app_lp_fixed_download_dl dt img {
    width: 73px;
  }
  .app_lp_fixed_download_p01 {
    font-size: 12px;
    margin: 16px 0 7px;
  }
  .app_lp_fixed_download_p01 font {
    color: #ff0000;
    display: block;
  }
  .app_lp_fixed_download_p02 {
    font-size: 10px;
    line-height: 1.4;
    /*white-space: nowrap;
    display: flex;
    justify-content: center;*/
    margin-bottom: 20px;
  }

  .app_lp_fixed_download_ul li + li {
    margin-top: 30px;
  }
  .app_lp_fixed_download_ul li a {
    display: block;
    margin: 5px auto 18px;
    width: 113px;
  }
  .app_lp_fixed_download_ul li .qr {
    max-width: 78px;
  }
  .app_lp_fixed_download_ul li .arrow {
    max-width: 10px;
  }

  .br_sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 1200px) {
  .app_lp_nav_sp_p01,
  .app_lp_nav_sp_p02,
  .app_lp_nav_sp_p03 {
    display: none;
  }
}
#app_lp_wrapper {
  background: #fff;
}
#app_lp_wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../image/bg/bg_wrapper02.jpg) no-repeat center center;
  background-size: cover;
}

#app_lp_wrapper,
.app_lp_nav a,
.app_lp_nav_sp ul,
.fancybox-content.modal_contents {
  max-width: 400px;
}
@media screen and (min-width: 1201px) {
  #app_lp_wrapper:before {
    background: url(../image/bg/bg_wrapper.jpg) no-repeat center center;
    background-size: cover;
  }
  #app_lp_wrapper,
  .app_lp_nav a,
  .app_lp_nav_sp ul,
  .fancybox-content.modal_contents {
    max-width: 480px;
  }

  .app_lp_fixed_download {
    position: fixed;
    right: 64px;
    /*right: 4.68vw;*/
    bottom: 50%;
    transform: translateY(50%);
    z-index: 2;
    max-width: 260px;
    max-width: none;
  }
  .app_lp_fixed_download {
    text-align: center;
    font-weight: bold;
  }
  .app_lp_fixed_download_dl dt img {
    width: 96px;
  }
  .app_lp_fixed_download_p01 {
    font-size: 16px;
    margin: 16px 0 7px;
  }
  .app_lp_fixed_download_p01 font {
    color: #ff0000;
    display: inline;
  }
  .app_lp_fixed_download_p02 {
    font-size: 14px;
    line-height: 1.4;
    /*white-space: nowrap;
    display: flex;
    justify-content: center;*/
    margin-bottom: 28px;
  }

  .app_lp_fixed_download_ul li + li {
    margin-top: 40px;
  }
  .app_lp_fixed_download_ul li a {
    display: block;
    margin: 6px auto 24px;
    width: 148px;
  }
  .app_lp_fixed_download_ul li .qr {
    max-width: 102px;
  }
  .app_lp_fixed_download_ul li .arrow {
    max-width: none;
  }

  .app_lp_nav_sp {
    position: fixed;
    width: 264px;
    left: 60px;
    top: 70px;
    min-width: auto;
    max-width: none;
    display: block;
  }
  .app_lp_nav_sp ul {
    width: 100%;
    position: relative;
    display: block;
    box-shadow: none;
    background: none;
  }
  .app_lp_nav_sp li,
  .app_lp_nav_sp li.small {
    width: 100%;
  }
  .app_lp_nav_sp li + li {
    border-left: 0;
  }
  .app_lp_nav_sp li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    height: 72px;
    border-bottom: 4px solid #d3d3d3;
    font-size: 18px;
    line-height: 1.22;
    font-weight: bold;
    background: url(../image/icon/arrow_nav_pc.svg) no-repeat right center;
    background-size: auto;
    padding-bottom: 0px;
    padding-left: 40px;
    box-sizing: border-box;
    text-indent: 0;
  }
  .app_lp_nav_sp li a:before,
  .app_lp_nav_sp li a:after {
    display: none;
  }
  .app_lp_nav_sp li.is_active a {
    color: #d40000;
    border-bottom: 4px solid #d40000;
    background: url(../image/icon/arrow_nav_on_pc.svg) no-repeat right center;
    background-size: auto;
  }

  .app_lp_nav_sp_p01 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .app_lp_nav_sp_p02 {
    margin-bottom: 40px;
  }
  .app_lp_nav_sp_p03 {
    position: fixed;
    bottom: 0;
    left: 64px;
    z-index: 2;
  }

  #app_lp_wrapper {
    padding: 0;
  }
  .app_lp_nav {
    display: none;
  }

  .fancybox-content.modal_contents {
    top: 40px;
  }
  .fancybox-content.modal_contents .box {
    padding-bottom: 40px;
  }
}

/*function*/

.app_lp_function_title {
  position: relative;
  width: 100%;
  height: 45px;
  margin-bottom: 20px;
}

.app_lp_function_slist .gr-tit {
  justify-content: flex-start;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.app_lp_function_slist .gr-tit.slick-current,
.app_lp_function_slist .gr-tit.slick-active {
  opacity: 1;
}

.app_lp_function_slider {
}
.app_lp_function_slider .slick-list {
  overflow: visible;
}
.app_lp_function_slider .slick-dots {
  bottom: auto;
  top: 30px;
}
.app_lp_function_slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #d3d3d3;
  margin: 0 5px;
}
.app_lp_function_slider .slick-dots li.slick-active {
  background: #e60012;
}
.app_lp_function_slider .slick-arrow.slick-prev {
  background: url(../image/icon/slick_prev.svg) no-repeat center;
  background-size: 100% auto;
  left: -27px;
}
.app_lp_function_slider .slick-arrow.slick-next {
  background: url(../image/icon/arrow01.svg) no-repeat center;
  background-size: 100% auto;
  right: -27px;
}
.app_lp_function_slider .slick-arrow {
  width: 24px;
  height: 24px;
  top: -185px;
  transform: translate(0);
  z-index: 99;
  cursor: pointer;
}
.app_lp_function_slider .slick-disabled {
  opacity: 0.5;
}

.app_lp_function_slist_box {
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 16px 16px;
  margin: 0 15px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.app_lp_function_phone {
  width: 171px;
  padding: 3px 7px;
  margin: 0 auto;
  background: url(../image/phone_frame.svg) no-repeat top center;
  background-size: 100% auto;
  position: relative;
  box-sizing: border-box;
}
.app_lp_function_phone_cont {
  position: relative;
  z-index: -1;
  overflow: hidden;
  border-radius: 20px;
}
.app_lp_function_phone_tap {
  position: absolute;
  left: 50%;
  top: -3px;
  z-index: 2;
  transform: translateX(-50%);
  width: 260px;
  max-width: none;
  opacity: 0;
  transition: opacity 1.1s;
}
.slick-current.app_lp_function_phone_tap,
.slick-active.app_lp_function_phone_tap {
  opacity: 1;
  transition: opacity 1.1s linear;
  transition-delay: 0.7s;
}
.app_lp_function_slist_ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 64px 0 5px;
  line-height: 1;
}
.app_lp_function_slist_txt {
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}
.app_lp_function_slist_btn {
  margin-top: 20px;
  text-align: center;
}
.app_lp_function_phone_cont .item {
  border-radius: 20px;
  overflow: hidden;
}

/*checkin*/
@font-face {
  font-family: "poppins-blackitalic";
  src: url(../font/Poppins-BlackItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto";
  src: url(../font/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url(../font/Roboto-Bold.ttf) format("truetype");
  font-weight: bold;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

ul,
ol {
  list-style: none;
}

.lg_title {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

.remote_title_area {
  position: relative;
}

.remote_title {
  width: 100%;
  font-size: 2rem;
  color: #fff;
  padding: 1.5rem 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.remote_title:after {
  width: 100vw;
  height: 100%;
  background-color: #006e39;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
}

.remote_title_area .remote_title_eng {
  font-size: 2.8rem;
  line-height: 1;
  color: #006e39;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  font-style: italic;
  text-align: right;
  padding: 0 1.6rem 0 3.6rem;
  position: absolute;
  right: 0;
  top: -100%;
  margin-top: 0;
  z-index: 3;
}

.remote_title_area .remote_title_eng:after {
  width: 100vw;
  height: 100%;
  background-color: #f9f8e8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  clip-path: polygon(15px 0, 100% 0, 100% 100%, 0 100%);
}

.remote_title.green {
}

.remote_title.blue {
  background-color: #2454d0;
}

.sub_title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff79f;
  line-height: 1.42;
  margin-bottom: 2rem;
}

.sm_txt {
  font-size: 1.2rem;
  line-height: 1.6;
}

.sm_txt.white {
  color: #fff;
}

.txt {
  font-size: 1.8rem;
  line-height: 2;
}

.txt.white {
  color: #fff;
}

.box_shadow {
  display: block;
  width: fit-content;
  padding: 0.7rem 1.1rem;
  background-color: #fff;
  line-height: 1;
  border: 1px solid;
}

.box_shadow:not(:last-child) {
  margin-bottom: 1.3rem;
}

.box_shadow.green {
  border-color: #006e39;
  box-shadow: 0.4rem 0.4rem 0 #004323;
}

.box_shadow.blue {
  color: #2454d0;
  border-color: #2454d0;
  box-shadow: 0.4rem 0.4rem 0 #15378d;
}

section .inner {
  width: 92%;
  margin: 0 auto;
}

.header {
  height: 4rem;
  position: fixed;
  top: 46px;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  background-color: #fff;
  z-index: 100;
  width: 100%;
  max-width: 400px;
}

.header .inner {
  width: 92%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  width: 13.6rem;
  height: auto;
}

.header .nav_icon {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
}

.header .nav_icon .inner {
  width: 1.8rem;
  height: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.header .nav_icon .inner span {
  width: 100%;
  height: 0.2rem;
  display: block;
  background-color: #000;
  transition: transform 0.2s, width 0.2s, opacity 0.2s;
}

.header .global_nav {
  position: fixed;
  width: fit-content;
  max-width: 80%;
  top: 4rem;
  right: 0;
  background-color: #f7f7f7;
  padding: 5rem 2.8rem 5rem 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

.header .global_nav .nav_link {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.header .global_nav .nav_link.lg {
  font-size: 1.8rem;
}

.header .global_nav .nav_link a {
  display: inline-block;
  width: 100%;
  color: #36464e;
  text-decoration: none;
}

.header .global_nav .nav_link:not(:last-of-type):not(:first-of-type) a {
  padding: 0.9rem 0;
}

.header .global_nav .nav_link:first-of-type a {
  padding-bottom: 0.9rem;
}

.header .global_nav .nav_link:last-of-type a {
  padding-top: 0.9rem;
}

.header .global_nav .nav_link.space {
  margin-bottom: 3.1rem;
}

.header.opened .nav_icon .inner span:nth-of-type(2) {
  transform: trnaslate(100%);
  width: 0;
  opacity: 0;
}

.header.opened .nav_icon .inner span:first-of-type {
  transform: translateY(0.5rem) rotate(-45deg);
}

.header.opened .nav_icon .inner span:last-of-type {
  transform: translateY(-0.5rem) rotate(45deg);
}

.header.opened .global_nav {
  opacity: 1;
  pointer-events: auto;
}

.download_btn {
  width: 22.2rem;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 100;

  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  box-sizing: border-box;
}

.download_btn img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.download_btn a {
  display: block;
  width: 100%;

  width: 22.2rem;
}

.download_btn_2 {
  width: 100%;
  height: 9.2rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 98;
}

.download_btn_2 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.download_btn_2 a {
  display: block;
  width: 30rem;
}

.from_pc_btn {
  display: none;
}

.key_visual {
  position: relative;
}

.key_visual .main_visual {
  width: 100%;
  vertical-align: bottom;
}

.key_visual.front {
  z-index: 99;
}

.about {
  background-color: #006e39;
  padding: 3.2rem 0 112%;
  position: relative;
  margin-top: -1px;
}

.about .dazn_title {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  line-height: 1.3;
  color: #fffbb3;
  font-size: 2rem;
  font-weight: bold;
}

.about .dazn_title img {
  width: 5.6rem;
  height: auto;
  margin-right: 1rem;
}

.about .txt {
  color: #fff;
  margin-bottom: 2.5rem;
}

.about .btn {
  display: block;
  width: 89.85%;
  margin: 0 auto;
}

.about .btn img {
  width: 100%;
  height: auto;
}

.about .checkin_img {
  position: absolute;
  width: 100%;
  bottom: -8.4rem;
  left: 0;
}

.about .checkin_img p {
  position: absolute;
  font-family: "poppins-blackitalic";
  color: #006e39;
  background-color: #f9f8e8;
  line-height: 1;
  font-size: 2.6rem;
  width: 20rem;
  height: 3.6rem;
  top: -1.8rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(2rem 0, 100% 0, 100% 100%, 0 100%);
}

.about .checkin_img img {
  width: 94.4%;
  height: auto;
  margin-right: auto;
}

.howto_remote {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.howto_remote_inner {
  background-color: #f9f8e8;
  padding: 1.6rem 0 8rem;
  position: relative;
  z-index: 3;
}

.howto_remote .howto_slider {
  margin-bottom: 2rem;
}

.description li {
  margin-bottom: 1.4rem;
  position: relative;
  margin-left: 1rem;
}

.description li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0.6rem;
  left: -1rem;
}

.description li:last-child {
  margin-bottom: 0;
}

.cv_area {
  padding: 2.3rem 0 3rem;
  background-color: #e1e0dc;
}

.cv_area .inner {
  width: 92%;
  margin: 0 auto;
}

.cv_area img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.4rem;
}

.cv_area p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.cv_area.second {
  padding: 4rem 0 5.3rem;
}

.cv_area.second p {
  margin-bottom: 3rem;
}

.cv_area.second img.other_functions_btn {
  width: 90%;
  margin: 0 auto;
}

.j_challenge {
  padding: 5rem 0 112%;
  background-color: #2454d0;
  position: relative;
}

.j_challenge .txt {
  margin-bottom: 1.5rem;
}

.medal {
  padding: 12.6rem 0 6rem;
  background-color: #f9f8e8;
}

.medal .remote_title {
  margin-bottom: 1.4rem;
}

.medal .txt {
  line-height: 1.77;
  color: #36464e;
  margin-bottom: 1.5rem;
}

.medal .about_medal img {
  display: block;
  width: 74.8%;
  margin: 0 auto 4.4rem;
}

.medal .col_medal .remote_title {
  width: 92%;
  margin: 0 auto 1.4rem;
}

.medal .col_medal .txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #485861;
  text-align: center;
}

.medal .col_medal .swiper {
  width: 100%;
  padding: 0 4%;
}

.medal .col_medal .swiper .swiper-slide .swiper-visual {
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
  border-radius: 1.5rem;
}

.medal .col_medal .swiper .swiper-slide .swiper-title {
  color: #485861;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-weight: bold;
  line-height: 1.3;
}

.medal .col_medal .swiper .swiper-slide .swiper-title img {
  width: 2.24rem;
  height: auto;
  margin-right: 1rem;
}

.medal .col_medal .swiper .swiper-slide .swiper-text {
  font-size: 1.4rem;
  color: #485861;
  line-height: 1.7;
}

.remote_slider_container {
  margin-bottom: 2rem;
}

.remote_slider_container .slider_inner {
  width: 100%;
  border-radius: 15px;
  border: 2px solid #006e39;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  overflow: hidden;
}

.remote_slider_container .tablist {
  display: flex;
}

.remote_slider_container .tablist li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
  height: 40px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: #c3c3c3;
}

.remote_slider_container .tablist li.active {
  background: #d40000;
}

.remote_slider_container .remote_slider {
  position: relative;
}

.remote_slider_container .remote_slider .slide {
  padding: 0.7rem 1.7rem 2rem;
}

.remote_slider_container .remote_slider .slide .slide_visual {
  position: relative;
}

.remote_slider_container .remote_slider .slide .slide_visual .slide_accessory {
  position: absolute;
  z-index: 2;
}

.remote_slider_container
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory.first {
  width: 17%;
  bottom: 16.4%;
  left: 58%;
}

.remote_slider_container
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory.second {
  width: 17%;
  left: 5.8%;
  bottom: 1.7%;
}

.remote_slider_container
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory.third {
  width: 22.6%;
  left: -5.5%;
  top: 65.86%;
}

.remote_slider_container
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory.fourth {
  width: 20%;
  bottom: 16.4%;
  left: 56%;
}

.remote_slider_container
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory
  img {
  width: 100%;
  height: auto;
}

.remote_slider_container .remote_slider .slide .slide_visual .main_visual img {
  width: 83.8%;
  height: auto;
}

.remote_slider_container .remote_slider .slide .slide_text {
  z-index: 2;
  border-radius: 10px;
  border: 2px solid #d40000;
  background: #fff;
  height: 11.1rem;
  padding: 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1.83;
  display: flex;
  align-items: center;
  justify-content: center;
}

.remote_slider_container .slick-arrow.slick-prev {
  z-index: 2;
  background: url(../image/checkin/button/slick_prev.svg) no-repeat;
  background-size: contain;
  left: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  top: 37%;
}

.remote_slider_container .slick-arrow.slick-next {
  background: url(../image/checkin/button/arrow01.svg) no-repeat;
  background-size: contain;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  top: 37%;
}

.remote_slider_container.second {
  position: absolute;
  width: 92%;
  left: 50%;
  bottom: -8.4rem;
  transform: translateX(-50%);
}

.remote_slider_container.second .slider_inner {
  border: 2px solid #d6e2ff;
}

.remote_slider_container.second .remote_slider .slide {
  padding: 0.7rem 1.7rem 2rem;
}

.remote_slider_container.second
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory {
  position: absolute;
  z-index: 2;
}

.remote_slider_container.second
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory.first {
  width: 54.8%;
  bottom: 6.5%;
  left: 29.5%;
}

.remote_slider_container.second
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory.second {
  width: 8.7%;
  left: 0;
  bottom: 30%;
}

.remote_slider_container.second
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory.third {
  width: 8.7%;
  right: -2.2%;
  left: auto;
  top: 13.9%;
}

.remote_slider_container.second
  .remote_slider
  .slide
  .slide_visual
  .slide_accessory
  img {
  width: 100%;
  height: auto;
}

.remote_slider_container.second .remote_slider .slide .slide_text {
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .header {
    max-width: 480px;
    top: 0;
  }
  .download_btn {
    max-width: 480px;
  }
}

/* toppage_link */
/* #page_link {
  padding-top: 30px;
} */

#page_link .app_lp_sec_title {
  margin-bottom: 4.8rem;
}

#page_link .app_lp_sec_title img {
  text-align: center;
  display: block;
  margin: 2.4rem auto 0;
}

#app_lp_collect .jchallenge_desc_link img {
  display: block;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.heed {
  margin-bottom: 15px;
}

.app_lp_collect_slist .remote_slider_container.second {
  position: relative;
  bottom: unset;
  margin-bottom: 0;
}

.titBlockArea {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ccc;
  zoom: 1;
  display: inline-block;
  display: block;
  height: 100%;
  overflow: hidden;
}
.titBlockArea.noBoder {
  border-bottom: none;
}
.titBlockArea:after {
  content: "";
  display: block;
  clear: both;
}
.titBlockArea .blockTit {
  font-weight: bold;
  border-left: 3px solid #e60012;
  color: #333;
  padding: 0 0 0 11px;
  float: left;
}
.titBlockArea .detaLink {
  font-weight: bold;
  color: #333;
  float: right;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0px;
}
.titBlockArea .detaLink::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -7px;
  left: auto;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.titGrayBlockArea {
  position: relative;
  padding: 5px 8px;
  background-color: #4f4f4f;
  display: block;
}
.titGrayBlockArea .grayBlockTit {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
.ttlNoLink.inLogo h3 {
  background-color: #777;
}
.bottomArea .snsNav li a:before {
  box-sizing: content-box;
}

.app_lp_main_title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.app_lp_main_title .app_lp_main_title_num {
  font-size: 120px;
  line-height: 1;
  min-width: 148px;
  font-weight: 700;
}

.app_lp_main_title .app_lp_main_title_name {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 25px;
}

.app_lp_main_title .app_lp_main_title_name span {
  font-size: 21px;
}

.app_lp_main_list .app_lp_main_item:nth-child(odd) .app_lp_main_title {
  color: #201715;
}

.app_lp_main_list .app_lp_main_item:nth-child(even) .app_lp_main_title {
  color: #e60012;
}

.app_lp_main_box {
  position: relative;
  z-index: 2;
  padding: 4px 0 50px;
}

.app_lp_main_box:before {
  position: absolute;
  z-index: -1;
  width: calc(100% + 30px);
  left: -15px;
  top: -15px;
  height: 350px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  content: "";
}

.app_lp_main_list .app_lp_main_item:nth-child(odd) .app_lp_main_box:before {
  background: #201715;
}

.app_lp_main_list .app_lp_main_item:nth-child(even) .app_lp_main_box:before {
  background: #e60012;
}

.app_lp_main_text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  margin-bottom: 16px;
}

.app_lp_main_text .underline {
  background: linear-gradient(#fff, #fff) center bottom no-repeat;
  background-size: 100% 3px;
  padding-bottom: 4px;
}

.app_lp_main_image {
  max-width: 260px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 16px;
}

.app_lp_main_image.mascot_01:before {
  position: absolute;
  width: 138px;
  height: 139px;
  left: 100%;
  margin-left: -44px;
  bottom: 0;
  z-index: 2;
  content: "";
  background: url(../image/top/img_mascot_01.svg) center center no-repeat;
  background-size: cover;
}

.app_lp_main_image.mascot_02:before {
  position: absolute;
  width: 110px;
  height: 155px;
  right: 100%;
  margin-right: -29px;
  bottom: 0;
  z-index: 2;
  content: "";
  background: url(../image/top/img_mascot_02.svg) center center no-repeat;
  background-size: cover;
}

.app_lp_main_image.mascot_03:before {
  position: absolute;
  width: 135px;
  height: 182px;
  left: 100%;
  margin-left: -56px;
  bottom: 0;
  z-index: 2;
  content: "";
  background: url(../image/top/img_mascot_03.svg) center center no-repeat;
  background-size: cover;
}

.app_lp_main_image.mascot_04:before {
  position: absolute;
  width: 161px;
  height: 100px;
  right: 100%;
  margin-right: -103px;
  bottom: -12px;
  z-index: 2;
  content: "";
  background: url(../image/top/img_mascot_04.svg) center center no-repeat;
  background-size: cover;
}

.app_lp_main_links {
  text-align: center;
}

.app_lp_main_links a {
  line-height: 1;
  display: block;
  max-width: 311px;
  margin: 0 auto;
}

#app_lp_collect .app_lp_sec_title_en {
  font-size: 5.6rem;
}

.app_lp_collect_navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}

.app_lp_collect_navi a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border: 2px solid #201715;
  border-radius: 8px;
  box-shadow: 0 2px 0 #000;
  padding: 0 20px 0 0;
  background: url(../image/icon/allow_anchor.svg) right 20px center no-repeat
    #fff;
  background-size: 8px auto;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  color: #201715;
  text-align: center;
}

.checkin_anchor {
  padding: 33px 15px 0;
}

@media screen and (min-width: 768px) {
  .about_area {
    background: #006e39;
    padding: 6.4rem 1.5rem 3.2rem;
    position: relative;
  }

  .about_area .about_image {
    width: calc(100% + 1.5rem);
    margin-left: -1.5rem;
  }

  .about_area .about_flow {
    position: absolute;
    right: 1.5rem;
    top: 3.2rem;
    z-index: 2;
    text-align: center;
  }

  .about_area .about_flow .about_flow_item01 {
    font-weight: 700;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.142;
    position: relative;
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .about_area .about_flow .about_flow_item01:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    width: 1.3rem;
    height: 0.8rem;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
  }

  .about_area .about_flow .about_flow_item02 {
    width: 16.8rem;
    background: #fff;
    height: 7.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.2rem solid #000;
    border-radius: 0.8rem;
    box-shadow: 0 0.2rem 0 #000;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #201715;
    font-weight: 700;
  }

  .about_area .about_flow .about_flow_item02 span {
    display: block;
    padding-bottom: 2rem;
    position: relative;
  }

  .about_area .about_flow .about_flow_item02 span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 1.2rem;
    background: url(../image/checkin/icon_link.svg) center center no-repeat;
    background-size: auto 100%;
    content: "";
  }

  .howto_remote {
    margin-top: -8rem;
  }

  .howto_stadium {
    margin-top: -4rem;
  }

  .howto_remote_inner,
  .howto_stadium_inner {
    margin-top: -12rem;
  }
}

@media screen and (max-width: 768px) {
  .about_area {
    background: #006e39;
    padding: 16.8vw 4vw 8.53vw;
    position: relative;
  }

  .about_area .about_image {
    width: 93.33vw;
    margin-left: -4vw;
  }

  .about_area .about_flow {
    position: absolute;
    right: 4vw;
    top: 8.53vw;
    z-index: 2;
    text-align: center;
  }

  .about_area .about_flow .about_flow_item01 {
    font-weight: 700;
    font-size: 3.733vw;
    color: #fff;
    line-height: 1.142;
    position: relative;
    padding-bottom: 4.266vw;
    margin-bottom: 4.266vw;
  }

  .about_area .about_flow .about_flow_item01:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 1;
    width: 3.46vw;
    height: 2.13vw;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
  }

  .about_area .about_flow .about_flow_item02 {
    width: 44.8vw;
    background: #fff;
    height: 19.73vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.53vw solid #000;
    border-radius: 2.13vw;
    box-shadow: 0 0.53vw 0 #000;
    font-size: 3.733vw;
    line-height: 1.5;
    color: #201715;
    font-weight: 700;
  }

  .about_area .about_flow .about_flow_item02 span {
    display: block;
    padding-bottom: 5.33vw;
    position: relative;
  }

  .about_area .about_flow .about_flow_item02 span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 3.2vw;
    background: url(../image/checkin/icon_link.svg) center center no-repeat;
    background-size: auto 100%;
    content: "";
  }

  .howto_remote {
    margin-top: -18.13vw;
  }

  .howto_stadium {
    margin-top: -10vw;
  }

  .howto_remote_inner,
  .howto_stadium_inner {
    margin-top: -33.6vw;
  }
}

.howto_stadium {
	overflow: hidden;
  position: relative;
  z-index: 2;
}

.howto_stadium_inner {
  background-color: #262626;
  padding: 1.6rem 0 4rem;
  position: relative;
  z-index: 3;
}

.howto_stadium_inner:after {
  background: #262626;
  position: absolute;
  left: 0;
  bottom: -4rem;
  width: 100%;
  height: 4.5rem;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 0.5rem, 50% 100%, 0 0.5rem);
}

.howto_stadium .description li {
  color: #fff;
}

.howto_stadium .description li::before {
  background-color: #fff;
}

.howto_stadium .remote_slider_container .remote_slider .slide .slide_text,
.howto_photo .remote_slider_container .remote_slider .slide .slide_text {
  height: 8.2rem;
  margin-top: 1.6rem;
}

.howto_photo {
  position: relative;
  z-index: 2;
  padding: 8rem 0 0;
}

.howto_photo_image {
  padding: 0 15px;
}

.howto_photo_image img {
  width: 100%;
}

.howto_photo_inner {
  background-color: #fff;
  padding: 2rem 0 6rem;
  position: relative;
  z-index: 3;
}

.app_lp_function_navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
  padding-top: 82px;
}

.app_lp_function_navi a {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.25;
  font-weight: bold;
  color: #201715;
  text-align: center;
  position: relative;
  z-index: 3;
}

.app_lp_function_navi a.icon_function01:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -82px;
  z-index: -1;
  content: "";
  background: url(../image/function/img_btn_01.svg) center top no-repeat;
  background-size: 121px auto;
}

.app_lp_function_navi a.icon_function02:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -82px;
  z-index: -1;
  content: "";
  background: url(../image/function/img_btn_02.svg) center top no-repeat;
  background-size: 103px auto;
}

.app_lp_function_navi .anchor_head {
  display: block;
  background: #201715;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 29px;
  border: 2px solid #201715;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.app_lp_function_navi .anchor_body {
  display: block;
  background: url(../image/icon/allow_anchor.svg) center bottom 7px no-repeat
    #fff;
  background-size: 8px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  padding-bottom: 16px;
  border-radius: 0 0 8px 8px;
  border: 2px solid #201715;
  border-top: 0;
  box-shadow: 0 2px 0 #000;
}

.app_lp_checkin_navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 30px;
  padding-top: 80px;
}

.app_lp_checkin_navi a {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #201715;
  text-align: center;
  position: relative;
  z-index: 3;
}

.app_lp_checkin_navi a.icon_checkin01:before {
  width: 100%;
  height: 150%;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1;
  content: "";
  background: url(../image/checkin/icon_howto_remote.svg) center 16px no-repeat
    #006e39;
  background-size: 35px auto;
  border-radius: 8px;
}

.app_lp_checkin_navi a.icon_checkin02:before {
  width: 100%;
  height: 150%;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1;
  content: "";
  background: url(../image/checkin/icon_howto_stadium.svg) center 16px no-repeat
    #006e39;
  background-size: 65px auto;
  border-radius: 8px;
}

.app_lp_checkin_navi .anchor_body {
  display: block;
  background: url(../image/icon/allow_anchor.svg) center bottom 5.5px no-repeat
    #fff;
  background-size: 8px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 77px;
  padding-bottom: 24px;
  border-radius: 8px;
  border: 2px solid #201715;
  box-shadow: 0 2px 0 #000;
}

.modal_wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 990;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 74px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
}

.modal_wrap.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.modal_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.modal_contents {
  position: relative;
  z-index: 2;
  width: calc(100% - 42px);
  max-width: 400px;
  margin: 0 auto;
}

.modal_contents .box .icon-close {
  font-family: "Noto Sans JP";
  cursor: pointer;
  position: absolute;
  color: #000;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  top: 0px;
  right: 0px;
  transform: translate(50%, -50%);
  border-radius: 30px;
  z-index: 100;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.modal_contents .box .links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_contents .box .links a {
  width: 100px;
  margin: 0 10px;
}

.modal_contents .box .links img {
  height: auto;
}

@media screen and (min-width: 1201px) {
  .modal_wrap {
    padding: 40px 0;
  }

  .modal_contents {
    width: 100%;
    max-width: 480px;
  }
}

/* 20250207 */
.app_lp_nav_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: translateY(-100%);
	transition-duration: 0.3s;
	padding: 0 16px;
	width: 100%;
	height: 56px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.app_lp_nav_header.show_scroll {
	transform: translateY(0);
}
.app_lp_nav_header .headlogo img {
	width: 140px;
}
.app_lp_nav_header .headmenu {
	width: 40px;
	height: 40px;
	background: url(../image/header/btn_menu.svg)no-repeat center;
	background-size: 100%;
}
.app_lp_nav_header .headmenu.active {
	background-image: url(../image/header/btn_close.svg);
}
.app_lp_nav_header .nav {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 100%;
	transition-duration: 0.3s;
	padding: 32px 16px;
	width: 100%;
	height: calc(100vh - 56px);
	background: #fff;
}
.app_lp_nav_header .nav.open {
	opacity: 1;
	visibility: visible;
}
.app_lp_nav_header .nav li {
	border-top: 2px solid #e8e8e8;
}
.app_lp_nav_header .nav li a {
	display: block;
	padding: 20px 0;
}
.app_lp_nav_header .nav .app_lp_sec_headlarge {
	padding-bottom: 0;
}
.app_lp_nav_header .nav .app_lp_sec_headlarge .eng {
	font-size: 24px;
}
.app_lp_nav_header .nav .app_lp_sec_headlarge .eng:after {
	content: none;
}
.app_lp_nav_header .nav .app_lp_sec_headlarge .jap {
	font-size: 16px;
}


.fancybox_hidden {
	display: none;
}

.color_red {
	color: #E60012;
}
.color_green {
	color: #008000;
}

.app_lp_pickup {
	padding: 48px 0 40px;
}
.js_column_list.list-flex {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px 16px;
}
.app_lp_pickup_list li a {
	display: block;
}
.app_lp_pickup_list li .img {
	margin-bottom: 4px;
}
.app_lp_pickup_list li .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;  
	-webkit-line-clamp: 3; 
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}
.app_lp_pickup_list li .detail {
	text-align: right;
}
.app_lp_pickup_list li .detail span {
	display: inline-block;
	padding-right: 26px;
	background: url(../image/common/btn_plus.svg)no-repeat right center;
	background-size: 24px;
	line-height: 24px;
	color: #E60012;
	font-size: 14px;
}

.fancybox-slide--html {
    padding: 0;
}
.fancybox_display {
	padding: 72px 0 0;
	background: url(../image/common/bg_wt.png)no-repeat center 16px;
	background-size: 100% 56px;
}
.fancybox-button svg {
	display: none;
}
.fancybox-slide--html .fancybox-close-small {
	opacity: 1;
	top: 16px;
	right: 16px;
}
.fancybox-close-small {
	width: 56px;
	height: 56px;
	background: url(../image/common/ico_close.svg)no-repeat center;
	border-radius: 50%;
	border: 2px solid #fff;
}
.fancybox_pickup_display {
	position: relative;
	padding: 32px 32px 24px;
	max-height: calc(100vh - 72px);
	background: rgba(250,250,250,0.96);
}
.fancybox_pickup_display .img {
	margin-bottom: 16px;
}
.fancybox_pickup_display .tit {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}
.fancybox_pickup_display .txt {
	overflow-y: scroll;
	height: 280px;
	line-height: 1.75;
	font-size: 16px;
}

.app_lp_payticket {
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 0 0 68px;
	margin-top: 40px;
	color: #fff;
}
.app_lp_payticket .bgcircle {
	position: absolute;
	left: 50%;
	top: 43px;
	bottom: 18px;
	transform: translateX(-50%);
	width: 220%;
	background: #E60012;
	border-radius: 50%;
}
.app_lp_payticket .bgcircle:after {
	content: "";
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	transform: translateX(-50%);
	border-top: 18px solid #E60012;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.app_lp_payticket .logo {
	text-align: center;
}
.app_lp_payticket .logo img {
	width: 86px;
}
.app_lp_payticket .head1 {
	margin-bottom: 16px;
	text-align: center;
	line-height: 1.5;
	font-size: 32px;
	font-weight: bold;
}
.app_lp_payticket .head1 .foucs {
	display: inline-block;
	padding: 0 5px;
	background: #fff;
	color: #E60012;
}
.app_lp_payticket .head2 {
	margin-bottom: 24px;
	text-align: center;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}
.app_lp_payticket .head2 .big {
	font-size: 24px;
}
.app_lp_payticket .head2 .foucs {
	text-emphasis: filled #fff;
}
.app_lp_payticket .head3 {
	margin-top: 24px;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	font-weight: bold;
}
.app_lp_payticket .head3 .big {
	font-size: 32px;
	font-weight: 900;
}
.app_lp_payticket .display .pic {
	margin-bottom: 8px;
	animation: bouncupdown 1.5s infinite;
}
@keyframes bouncupdown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.app_lp_payticket .display .sub {
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}

.app_lp_challenge {
	padding: 40px 0;
}
.app_lp_challenge .display + .display {
	margin-top: 40px;
}
.app_lp_challenge .display .img {
	margin-bottom: 8px;
}
.app_lp_challenge .display .info {
	padding: 0 16px;
}
.app_lp_challenge .display .txt {
	line-height: 1.75;
	font-size: 16px;
}
.app_lp_challenge .display .tit {
	margin-bottom: 4px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}
.app_lp_challenge .display .note {
	margin-top: 8px;
	line-height: 1.5;
	font-weight: 400;
}
.app_lp_challenge .display .notes {
	margin-top: 8px;
}
.app_lp_challenge .display .notes li {
	line-height: 1.5;
	font-weight: 400;
}
.app_lp_challenge .display .notes li:before {
	content: "•";
	margin: 0 5px;
}
.app_lp_detail {
	margin-top: 16px;
	text-align: center;
}
.app_lp_detail img {
	max-width: 311px;
}

.app_lp_function_top {
	padding: 80px 0;
	background: #FFF5F6;
}
.app_lp_function_cates {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px 10px;
}
.app_lp_function_cates li {
	padding: 0 10px;
	width: calc(50% - 5px);
}
.app_lp_function_cates li .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 4px;
	width: 114px;
	height: 114px;
	background: #e60012;
	border-radius: 100%;
}
.app_lp_function_cates li .tit {
	min-height: 48px;
	text-align: center;
	line-height: 1.5;
	font-size: 16px;
}

.app_lp_function_top .app_lp_head_end {
	margin-top: 24px;
}
.app_lp_head_end {
	text-align: center;
	line-height: 1.3;
	color: #e60012;
	font-weight: bold;
	font-size: 24px;
}
.app_lp_head_end span {
	display: inline-flex;
	justify-content: center;
	align-items: flex-end;
}
.app_lp_head_end span:before,
.app_lp_head_end span:after {
	content: "";
	display: block;
	height: 32px;
	margin: 0 10px;
	border-left: 2px solid;
}
.app_lp_head_end span:before {
	transform: rotate(-30deg);
}
.app_lp_head_end span:after {
	transform: rotate(30deg);
}

/* jleague_challenge */
.app_lp_teaser_head {
	overflow: hidden;
	position: relative;
	padding: 34px 0 54px;
}
.app_lp_teaser_head:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 0;
	width: 120%;
	height: 100%;
	background: #e60012;
	border-radius: 0 0 50% 50%;
}
.app_lp_teaser_head:after {
	content: "";
	opacity: 0.32;
	position: absolute;
	right: 6px;
	top: 0;
	z-index: 1;
	width: 136px;
	height: 143px;
	background: url(../image/jchallenge/bg_illust_jc.png)no-repeat center;
	background-size: 100%;
}
#pair_ticket .app_lp_teaser_head:after {
	background-image: url(../image/pairticket/bg_illust_pt.png);
}
.app_lp_teaser_head h2 {
	position: relative;
	z-index: 3;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 56px;
	font-style: italic;
	font-weight: 900;
}

.app_lp_about {
	padding: 40px 0;
}
.app_lp_about .head {
	margin-bottom: 32px;
	line-height: 1.5;
	color: #008000;
	font-size: 24px;
	font-weight: bold;
}
.app_lp_about .head .big {
	font-size: 28px;
}
.app_lp_about .head .foucs {
	text-emphasis: filled #008000;
}
.app_lp_about .head .note {
	display: block;
	margin-top: 8px;
	color: #000;
	font-size: 12px;
	font-weight: 400;
}
.app_lp_about_display {
	padding: 0 16px;
	background: url(../image/jchallenge/bg_line_gr.svg)no-repeat center;
}
.app_lp_about_display li + li {
	margin-top: 40px;
	padding-top: 40px;
	background: url(../image/common/arrow_bk.svg)no-repeat center top;
}
.app_lp_about_display .img {
	margin-bottom: 8px;
}
.app_lp_about_display .txt {
	text-align: center;
	line-height: 1.75;
	font-size: 14px;
}
.app_lp_about_display .tit {
	margin-bottom: 4px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: bold;
}
.app_lp_about .about_illust {
	animation: bouncupdown 1.5s infinite;
	text-align: center;
}
.app_lp_about .about_illust img {
	max-width: 282px;
}

.app_lp_howto {
	padding: 40px 0;
}
.app_lp_howto .head1 {
	margin-bottom: 16px;
	line-height: 1.75;
	font-size: 16px;
}
.app_lp_howto .head1 .foucs {
	display: block;
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: bold;
}
.app_lp_howto_head {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 2px solid;
	line-height: 1;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.app_lp_howto .coin_display .img {
	text-align: center;
}
.app_lp_howto .coin_display img {
	max-width: 254px;
}
.app_lp_howto_medals {
	padding: 40px 0;
}
.app_lp_howto_medals .medals_section {
	position: relative;
}
.app_lp_howto_medals .section {
	position: sticky;
	top: 56px;
	left: 0;
	padding: 24px 32px;
	margin: 0 -15px;
	background: #E60012;
	border-radius: 24px;
	color: #fff;
}
.app_lp_howto_medals .section + .section {
	margin-top: 32px;
}
.app_lp_howto_medals .bg_bk {
	background: #000;
}
.app_lp_howto_medals .section .img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 16px;
	width: 232px;
	height: 232px;
	background: #fff;
	border-radius: 50%;
}
.app_lp_howto_medals .section .img img {
	max-width: 180px;
	max-height: 163px;
}
.app_lp_howto_medals .section .tit {
	margin-bottom: 4px;
	line-height: 1.5;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.app_lp_howto_medals .section .txt {
	line-height: 1.75;
	font-weight: 500;
}
.app_lp_howto_medals .st2 .section {
	background: #FFF5F6;
	border: 4px solid #E60012;
	color: #000;
}
.app_lp_howto_medals .st2 .section .img {
	background: #E60012;
}
.app_lp_howto_medals .st2 .section .tit {
	color: #E60012;
}
.app_lp_howto .app_lp_head_end {
	margin-top: 16px;
}

.app_lp_rankup {
	padding: 40px 0 80px 0;
}
.app_lp_rankup .head {
	line-height: 1.5;
	font-size: 24px;
	font-weight: bold;
}
.app_lp_rankup .head .foucs {
	padding: 0 5px;
	background: #E60012;
	color: #fff;
}
.app_lp_rankup .display .img {
	margin: 0 auto;
	max-width: 311px;
}
.app_lp_rankup .example {
	position: relative;
	margin-top: 24px;
}
.app_lp_rankup .example .img1 {
	margin-left: auto;
	width: 49.56%;
	min-width: 170px;
}
.app_lp_rankup .example .img2 {
	margin-right: auto;
	margin-top: -42px;
	width: 56.27%;
	min-width: 193px;
}
.app_lp_rankup .example .img3 {
	margin-left: auto;
	margin-top: -42px;
	width: 66.76%;
	min-width: 229px;
}

.howto_anchor {
	display: flex;
	justify-content: space-between;
	gap: 0 9px;
	margin-bottom: 32px;
}
.howto_anchor a {
	display: block;
	padding: 4px;
	width: calc((100% - 9px)/2);
	border-radius: 50px;
	border: 2px solid #008000;
	text-align: center;
	color: #008000;
	font-size: 16px;
	font-weight: bold;
}
.howto_anchor span {
	display: block;
	padding: 8px 0 24px;
	background: url(../image/common/arrow_gre.svg) no-repeat center bottom 4px;
	background-size: 20px;
	border-radius: 50px;
	border: 2px solid #008000;
}
.howto_anchor .choice {
	color: #fff;
}
.howto_anchor .choice span {
	background-color: #008000;
	background-image: url(../image/common/arrow_wh.svg);
}
.anchor_area {
	position: relative;
}
.anchor_area .anchor {
	position: absolute;
	top: -56px;
}

@media screen and (min-width: 1201px) {
	.app_lp_nav_header.show_scroll {
		transform: translateY(-100%);
	}
	
	.app_lp_challenge {
		padding: 64px 0 0;
	}
	.app_lp_challenge + .app_lp_download {
		margin-top: 64px;
	}
	
	.app_lp_function_top {
		margin-top: 64px;
	}
}
@media screen and (min-width: 768px) {
	.kv-relative .kv {
		padding: 240px 60px 20px;
	}
	
	.fancybox_display {
		margin: 0 auto;
		max-width: 400px;
	}
}
@media screen and (max-width: 767px) {
	
}</pre></body></html>