@charset "UTF-8";
/* font
========================================================================== */
/* 背景
========================================================================== */
/* header　line
========================================================================== */
/* FV
========================================================================== */
/* tab
========================================================================== */
/* headline
========================================================================== */
/*--headline01--*/
/*--headline01-2--*/
/*--headline02--*/
/*--headline03--*/
/* produc list
========================================================================== */
/* みらい エントランスとは
========================================================================== */
/* こんなところに、みらい エントランス
========================================================================== */
/* product
========================================================================== */
/* mv
================= */
/* mv　エリア
================= */
/* ソリューション　概要
======================= */
/*--カード--*/
/* ソリューション
======================= */
/* スライド
======================= */
/*-- キャプチョン --*/
/*-- arrow dot BOX --*/
/*-- arrow --*/
/*-- dot stop BOX --*/
/*-- dot --*/
/*-- start stop --*/
/* 一時停止 */
/* 再生 */
/* プラン
======================= */
/* お客様に合わせた最適なソリューションをご提案いたします
========================================================================== */
/*--カード--*/
/* FAQ
========================================================================== */
/*--FAQ切り替えボタン--*/
/*--FAQ box--*/
/*--FAQ item--*/
/*--FAQ summary--*/
/*-- Q --*/
/*-- A --*/
/* アプリ
========================================================================== */
/* アプリ　タイトル */
/* アプリ　リンク
========================================================================== */
/* youtube
========================================================================== */
/* お問い合わせフォーム
========================================================================== */
/*--フォーム確認画面--*/
/* お電話でのお問い合わせ
========================================================================== */

.bg-gray {
  background: #F7F6F4;
}

.bg-green {
  background: #9DE2D9;
}

.bg-blue {
  background: #B0CDEF;
}

.bg-yellow {
  background: #FCEBA5;
}

.bg-orange {
  background: #F7CFA0;
}

.bg-pink {
  background: #fed4e6;
}

.header_wrap {
  position: relative;
  top: 0;
}
.header_wrap::after {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 5px;
  content: "";
  width: 1px;
  height: 213vw;
  background: #1B2C26;
}
.header_wrap::before {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 5px;
  content: "";
  width: 1px;
  height: 213vw;
  background: #1B2C26;
}

.top-fv-wrap {
  position: relative;
  top: 0;
}

.top-fv {
  position: relative;
  height: 146vw;
  margin: 0 auto;
  background: url("../img/top/fv_img-sp.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 375/489;
  /*
  &::before {
  	position: absolute;
  	bottom: 35px;
  	right: 0;
  	content: "";
  	display: block;
  	background-image: url("../img/top/fv_copy.png");
  	background-position: center center;
  	background-size: contain;
  	background-repeat: no-repeat;
  	width: 100%;
  	height: 78.93vw;
  	max-height: 300px;
  	aspect-ratio: 248.15/295.49;
  }
   */
}
.top-fv .kv_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-fv .kv_movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-fv .kv_movie:after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top-fv .kv_pic {
  position: absolute;
  top: 50%;
  transform: translateY(-42%);
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.top-fv .kv_pic img {
  width: 80%;
  max-width: 240px;
}
.top-fv .kv_pic .kv_pic__msg {
  width: 310px;
  max-width: calc(100% - 48px);
  height: 82px;
  margin: 0 auto;
  margin-top: 72px;
  border-radius: 76px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  line-height: 1;
}
.top-fv .kv_pic .kv_pic__msg span {
  padding-top: 0.7em;
  font-size: 1.05rem;
  line-height: 1.45;
}

.top-fv__container {
  width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.top-fv__tel {
  position: absolute;
  top: 70px;
  right: 30px;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.top-fv__tel .tel {
  font-size: 1.8rem;
}
.top-fv__tel .time {
  font-size: 1.2rem;
}

.tab-wrap {
  position: relative;
  z-index: 1;
  top: -22px;
  bottom: 0;
  width: 100%;
  border-bottom: solid 1px #333;
}
.tab-wrap:after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 128px;
  background: #1258C9;
  border-top: 1px solid #1B2C26;
  border-bottom: 1px solid #1B2C26;
  z-index: -1;
}

.tab {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 320px;
}
.tab li {
  position: relative;
  width: 160px;
}
.tab li:nth-child(1) {
  height: 92px;
  margin-right: -1px;
  background-image: url("../img/top/g--1_sp.svg");
  background-size: 100% auto;
}
.tab li:nth-child(1):hover {
  background-image: url("../img/top/g--1_sp_hov.svg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.tab li:nth-child(2) {
  height: 92px;
  margin-left: -1px;
  background-image: url("../img/top/g--2_sp.svg");
  background-size: 100% auto;
  background-position: top right;
}
.tab li:nth-child(2):hover {
  background-image: url("../img/top/g--2_sp_hov.svg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.tab li:nth-child(3) {
  margin-top: -13px;
  height: 74px;
  margin-top: -22px;
  margin-right: -1px;
  background-image: url("../img/top/g--3_sp.svg");
  background-size: 100% auto;
}
.tab li:nth-child(3):hover {
  background-image: url("../img/top/g--3_sp_hov.svg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.tab li:nth-child(4) {
  margin-top: -13px;
  height: 74px;
  margin-top: -22px;
  margin-left: -1px;
  background-image: url("../img/top/g--4_sp.svg");
  background-size: 100% auto;
  background-position: top right;
}
.tab li:nth-child(4):hover {
  background-image: url("../img/top/g--4_sp_hov.svg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.tab li::after {
  position: absolute;
  top: 46px;
  right: 10px;
  content: "";
  display: block;
  background-image: url("../img/top/tab_arrow.png");
  width: 16px;
  height: 16px;
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.tab li a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.tab li a small {
  padding-left: 1rem;
  padding-top: 1.3rem;
  font-size: 0.6em;
}

.tab-name {
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  width: 100%;
  height: 16px;
  font-size: 1rem;
  line-height: 0.6;
  color: #fff;
  letter-spacing: 0.1em;
}

.tab-title {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 60px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  height: 0.9em;
  padding-left: 2px;
}
.tab-title span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin-left: -5px;
}

.headline01 {
  font-size: 2.4rem;
  text-align: center;
}
.headline01 span {
  display: inline-block;
  border-bottom: 4px solid #22BCDD;
}

.headline01-2 {
  position: relative;
  font-size: min(6.4vw, 2.4rem);
  text-align: center;
}
.headline01-2:after {
  content: "";
  display: block;
  width: 240px;
  height: 4px;
  background-color: #22BCDD;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.headline02 {
  position: relative;
  font-size: 3.47vw;
  letter-spacing: 1rem;
  line-height: 1.3;
  padding-bottom: 4vw;
  padding-left: 20vw;
}
.headline02::after {
  position: absolute;
  content: "";
  background-color: #22BCDD;
  border: 1px solid #1B2C26;
  width: 28.8vw;
  height: 4px;
  bottom: 0;
  left: 20vw;
}
.headline02::before {
  position: absolute;
  content: "";
  background: url("../img/top/logo_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14.4vw auto;
  width: 14.4vw;
  height: 16.53vw;
  bottom: 0;
  left: 0;
}
.headline02 span {
  display: block;
  text-shadow: 1.4px 1.4px 1.2px #1B2C26, -1.4px -1.4px 1.2px #1B2C26, -1.4px 1.4px 1.2px #1B2C26, 1.4px -1.4px 1.2px #1B2C26, 1.4px 0px 1.2px #1B2C26, -1.4px 0px 1.2px #1B2C26, 0px 1.4px 1.2px #1B2C26, 0px -1.4px 1.2px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 0px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26;
  font-weight: 600;
  font-size: 7.47vw;
  letter-spacing: 1rem;
  color: #9DE2D9;
}

.headline02-2 {
  position: relative;
  font-size: 3.47vw;
  letter-spacing: 1rem;
  line-height: 1.3;
  padding-bottom: 4vw;
  padding-left: 20vw;
}
.headline02-2::after {
  position: absolute;
  content: "";
  background-color: #22BCDD;
  border: 1px solid #1B2C26;
  width: 28.8vw;
  height: 4px;
  bottom: 0;
  left: 20vw;
}
.headline02-2::before {
  position: absolute;
  content: "";
  background: url("../img/top/logo_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14.4vw auto;
  width: 14.4vw;
  height: 16.53vw;
  bottom: 0;
  left: 0;
}
.headline02-2 span {
  display: block;
  text-shadow: 1.4px 1.4px 1.2px #1B2C26, -1.4px -1.4px 1.2px #1B2C26, -1.4px 1.4px 1.2px #1B2C26, 1.4px -1.4px 1.2px #1B2C26, 1.4px 0px 1.2px #1B2C26, -1.4px 0px 1.2px #1B2C26, 0px 1.4px 1.2px #1B2C26, 0px -1.4px 1.2px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 0px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26;
  font-weight: 600;
  font-size: 7.47vw;
  letter-spacing: 1rem;
  color: #9DE2D9;
  color: #fff;
  font-family: "Montserrat";
}

.headline03 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
}
.headline03 .name {
  font-size: 2rem;
  font-weight: 700;
}
.headline03 .sub {
  display: block;
  text-shadow: 1.4px 1.4px 1.2px #1B2C26, -1.4px -1.4px 1.2px #1B2C26, -1.4px 1.4px 1.2px #1B2C26, 1.4px -1.4px 1.2px #1B2C26, 1.4px 0px 1.2px #1B2C26, -1.4px 0px 1.2px #1B2C26, 0px 1.4px 1.2px #1B2C26, 0px -1.4px 1.2px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 0px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26;
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: 1rem;
  color: #fff;
  margin-top: 10px;
}
.headline03 .sub.product1 {
  color: #D5E8FF;
}
.headline03 .sub.product2 {
  color: #F7CFA0;
}
.headline03 .sub.product3 {
  color: #FFD6E8;
}

.product-list {
  font-size: 2.8rem;
}
.product-list li.title {
  line-height: 1.2;
}
.product-list li a {
  padding: 10px 20px;
  border-radius: 24px;
  font-size: 1.5rem;
  border: 1px solid #1B2C26;
}
.product-list li a.cm {
  background: #22BCDD;
}
.product-list li a.cm:hover {
  background: #7FEBDD;
}
.product-list li a.fm {
  background: #629CE0;
}
.product-list li a.fm:hover {
  background: #B7D2F2;
}
.product-list li a.im {
  background: #F9D74C;
}
.product-list li a.im:hover {
  background: #F7E7A8;
}
.product-list li a.ps {
  background: #F09F43;
}
.product-list li a.ps:hover {
  background: #F4D1AA;
}

#mirai-entrance {
  margin-top: 60px;
  margin-bottom: 74px;
  min-height: 398.4vw;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#mirai-entrance .left {
  position: relative;
  width: 100%;
  height: 58.1333333333vw;
}
#mirai-entrance .left .l-img01 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 47.2vw;
  height: auto;
}
#mirai-entrance .left .l-img01 img {
  border-radius: 0 6.4vw 6.4vw 0;
}
#mirai-entrance .left .l-img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 47.2vw;
  height: auto;
}
#mirai-entrance .left .l-img02 img {
  border-radius: 6.4vw 0 0 6.4vw;
}
#mirai-entrance .main {
  width: 100%;
  padding: 12.5333333333vw 6.9333333333vw;
}
#mirai-entrance .main .logo {
  margin: 0 auto;
  height: auto;
  width: 72vw;
  margin: 0 auto 7.2vw;
}
#mirai-entrance .main .headline {
  margin: 0 0 5.8666666667vw;
  width: 100%;
  border-radius: 45px;
  background: transparent linear-gradient(90deg, #1258C9 0%, #F45BA0 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #1B2C26;
  opacity: 1;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 20px;
  font-weight: 700;
  color: #fff;
}
#mirai-entrance .main .summary_pic {
  margin: 0 0 7.4666666667vw;
}
#mirai-entrance .main .cap {
  position: relative;
  font-size: 2rem;
  line-height: 1.6em;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#mirai-entrance .main .cap::after {
  position: absolute;
  content: "";
  background-color: #22BCDD;
  border: 1px solid #1B2C26;
  width: 73px;
  height: 4px;
  bottom: 0;
  left: 0;
}
#mirai-entrance .main .txt {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8em;
}
#mirai-entrance .right {
  position: relative;
  width: 100%;
  height: 58.1333333333vw;
}
#mirai-entrance .right .r-img01 {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 47.2vw;
  height: auto;
}
#mirai-entrance .right .r-img01 img {
  border-radius: 0 6.4vw 6.4vw 0;
}
#mirai-entrance .right .r-img02 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  width: 47.2vw;
  height: auto;
}
#mirai-entrance .right .r-img02 img {
  border-radius: 6.4vw 0 0 6.4vw;
}

#konnatokoroni {
  background: #F7F6F4;
  border-top: 1px solid #1B2C26;
  border-bottom: 1px solid #1B2C26;
  padding: 80px 0 100px;
}
#konnatokoroni .title {
  position: relative;
  font-size: 7.47vw;
  margin-top: -10.67vw;
  padding-bottom: 5.33vw;
  line-height: 1.5em;
}
#konnatokoroni .title::after {
  position: absolute;
  content: "";
  background-color: #22BCDD;
  border: 1px solid #1B2C26;
  width: 73px;
  height: 4px;
  bottom: 0;
  left: 0;
}
#konnatokoroni .caseBox {
  position: relative;
  min-width: 100%;
  margin-top: 50px;
}
#konnatokoroni .caseBox .case__tab {
  background: url("../img/top/case_tab-sp.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  height: 16vw;
}
#konnatokoroni .caseBox .case {
  position: absolute;
  top: 2.67vw;
  left: 10.67vw;
  width: 53.33vw;
  padding-left: 10vw;
  font-size: 3.73vw;
  line-height: 8.27vw;
}
#konnatokoroni .caseBox .case::before {
  position: absolute;
  left: 0;
  content: "";
  width: 7.47vw;
  height: 8.27vw;
  background-image: url("../img/top/logo_icon.png");
  background-position: center left;
  background-size: 7.47vw auto;
  background-repeat: no-repeat;
}
#konnatokoroni .caseBox .case_img {
  position: absolute;
  top: -8vw;
  width: 100%;
  height: 32vw;
  background-position: top right 8vw;
  background-size: contain;
  background-repeat: no-repeat;
}
#konnatokoroni .caseBox .case_img1 {
  background-image: url("../img/top/case_01-img01.png");
}
#konnatokoroni .caseBox .case_img2 {
  background-image: url("../img/top/case_02-img01.png");
}
#konnatokoroni .caseBox .case_img3 {
  background-image: url("../img/top/case_03-img01.png");
}
#konnatokoroni .caseBox .case__content-wrap {
  background: url("../img/top/case_tab-sp-back.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: bottom center;
  border-bottom: 2px solid #1B2C26;
  padding: 21.33vw 8vw 8vw 8vw;
}
#konnatokoroni .caseBox .dot-point { /* 圏点の種類（filled dot = 塗りつぶしの丸）と、色（水色）を指定 */
  position: relative;
  display: inline-block; /* 位置を正しく制御するために必要 */
  /* 1. ドットの「サイズ」と「色」を設定 */
  /* 4px の大きさで #32b9db（水色）の円を作り、残りは透明（transparent）にする */
  background-image: none;
  /* 2. ドットを文字の上に配置し、文字ごとに繰り返す */
  background-size: 1em 1em; /* 1文字分の幅に合わせる */
  background-position: left 0.05em top -15px; /* 【ここを調整！】横位置は中央、縦位置は文字の上側にずらす */
  background-repeat: repeat-x; /* 横方向に文字数分繰り返す */
}
#konnatokoroni .caseBox .dot-point::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -0.28em;
  height: 0.32em;
  content: "";
  background-image: radial-gradient(circle, #32b9db 3px, transparent 3.5px);
  background-size: 1em 100%;
  background-position: left center;
  background-repeat: repeat-x;
}
#konnatokoroni .caseBox .case__content-txt p {
  font-weight: 400;
}
#konnatokoroni .caseBox .case__img2 {
  width: 100%;
  margin: 20px 0 0;
}

#merit3 {
  border-top: 1px solid #1B2C26;
  border-bottom: 1px solid #1B2C26;
  background: #fff;
}
#merit3 h2 {
  text-align: center;
}
#merit3 .merit_ttl img {
  width: min(90vw, 340px);
  max-width: 100%;
  height: auto;
}

#products {
  padding: 60px 0 0;
}
#products h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: min(4.5vw, 3.2rem);
  margin-bottom: 150px;
  padding-bottom: min(12vw, 10px);
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  position: relative;
}
#products h1 span {
  display: block;
  text-shadow: 1.4px 1.4px 1.2px #1B2C26, -1.4px -1.4px 1.2px #1B2C26, -1.4px 1.4px 1.2px #1B2C26, 1.4px -1.4px 1.2px #1B2C26, 1.4px 0px 1.2px #1B2C26, -1.4px 0px 1.2px #1B2C26, 0px 1.4px 1.2px #1B2C26, 0px -1.4px 1.2px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 0px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26;
  font-weight: 600;
  font-size: 7.2rem;
  font-size: min(9vw, 7.2rem);
  letter-spacing: 1rem;
  color: #B0CDEF;
  font-family: "Montserrat";
  line-height: 0.8;
  padding-left: 0;
  margin-bottom: min(6vw, 0.16em);
}
#products h1:after {
  position: absolute;
  content: "";
  background-color: #22BCDD;
  border: 1px solid #1B2C26;
  width: min(29vw, 200px);
  height: min(5vw, 4px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mv {
  aspect-ratio: 856/490;
  width: 100%;
}
.mv iframe {
  width: 100%;
  height: 100%;
}

.mv-content_area {
  width: 100%;
  margin: 0 auto;
}

.mv-content-container {
  width: 100%;
}

.mv-tab-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-top: 13.33vw;
}
@media screen and (max-width: 750px) {
  .mv-tab-container {
    gap: 2.6666666667vw 0;
  }
}

.mv-tab {
  width: 72.53vw;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .mv-tab {
    width: 100%;
    max-width: 72.5333333333vw;
    aspect-ratio: 272/86;
  }
}

.mv-content {
  display: none;
}

.mv-content.show {
  position: relative;
  display: block;
}

.mv__btn {
  position: relative;
  font-size: 2.93vw;
  font-weight: 700;
  text-align: left;
  border-top: 1px solid #1B2C26;
  border-left: 1px solid #1B2C26;
  border-right: 1px solid #1B2C26;
  border-bottom: 7px solid #1B2C26;
  padding: 5vw 5vw 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2rem;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (max-width: 1500px) {
  .mv__btn {
    height: 10.6vw;
  }
}
@media screen and (max-width: 1600px) {
  .mv__btn {
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .mv__btn {
    height: 100%;
    padding-bottom: 2%;
  }
}
.mv__btn::after {
  position: absolute;
  top: 0;
  right: 4vw;
  content: "";
  display: block;
  background-image: url("../img/top/tab_arrow2.png");
  width: 7.2vw;
  height: 100%;
  background-position: center center;
  background-size: 7.2vw auto;
  background-repeat: no-repeat;
}
.mv__btn .mv__btn-name {
  line-height: 1;
  font-size: 5.87vw;
  font-weight: 800;
  margin-left: -1.24vw;
}
.mv__btn .mv__btn-sub {
  display: block;
  font-size: 4vw;
  line-height: 4vw;
}
@media screen and (max-width: 750px) {
  .mv__btn .mv__btn-sub {
    line-height: 1.9;
    padding-left: 0.6em;
    font-size: 3.5vw;
  }
}

.mv__btn.cm {
  background: #B0CDEF;
}
.mv__btn.cm:hover {
  background: #DBE6F4;
}

.mv__btn.fm {
  background: #F7CFA0;
}
.mv__btn.fm:hover {
  background: #FCE8D2;
}

.mv__btn.im {
  background: #FFD6E8;
}
.mv__btn.im:hover {
  background: #FFEBF4;
}

.mv__btn.ps {
  background: #F09F43;
}
.mv__btn.ps:hover {
  background: #F4D1AA;
}

.mv-tab.disable {
  pointer-events: none;
}
.mv-tab.disable .mv__btn {
  border-bottom: 1px solid #1B2C26;
  color: #C7C2B8;
}
.mv-tab.disable .mv__btn::after {
  background-image: url("../img/top/tab_arrow2-off.png");
}
.mv-tab.disable .mv__btn.cm {
  background: #fff;
}
.mv-tab.disable .mv__btn.fm {
  background: #fff;
}
.mv-tab.disable .mv__btn.im {
  background: #fff;
}
.mv-tab.disable .mv__btn.ps {
  background: #fff;
}

.product-info {
  position: absolute;
  bottom: -5vw;
  right: 50%;
  transform: translate(50%, 0);
  background: #fff;
  border: 2px solid #1B2C26;
  width: 52vw;
  width: 32vw;
  font-size: 3.2vw;
  padding: 2vw 5vw;
  border-radius: 40px;
}
.product-info:hover {
  opacity: 0.7;
}
.product-info::after {
  position: absolute;
  top: 0;
  right: 3vw;
  content: "";
  display: block;
  background-image: url("../img/top/tab_arrow.png");
  width: 4.8vw;
  height: 100%;
  background-position: center center;
  background-size: 4.8vw auto;
  background-repeat: no-repeat;
}
.product-info--blank::after {
  background-image: url("../img/top/tab_blank.png");
  width: 3.6vw;
  height: 90%;
}
.product-info--blank {
  top: 2.4vw;
  right: 2.4vw;
  bottom: auto;
  transform: none;
  width: 24vw;
  font-size: 2.67vw;
  padding: 1vw 5.6vw 1vw 3vw;
}

.about_card__wrap {
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.about_txt {
  font-size: min(5.33vw, 2rem);
  font-weight: 700;
}

.about_img-wrap {
  text-align: right;
}

.about_img {
  width: 64vw;
  max-width: 240px;
}

.about_item-img-wrap {
  width: 100%;
  margin-bottom: 10px;
}
.about_item-img-wrap img {
  width: 100%;
  height: auto;
  border: 1px solid #1B2C26;
}

.about_item-tab {
  background-image: url("../img/top/merit_img-tab.png");
  width: 61.87vw;
  height: 10vw;
  background-position: top center;
  background-size: 61.87vw auto;
  background-repeat: no-repeat;
  padding-left: 8vw;
  font-size: min(5.9vw, 2.2rem);
  line-height: 10vw;
  font-family: "Montserrat";
}

.about_item-lead {
  position: relative;
  font-size: min(5.33vw, 2rem);
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.about_item-lead::after {
  position: absolute;
  content: "";
  background-color: #22BCDD;
  border: 1px solid #1B2C26;
  width: 80px;
  height: 4px;
  bottom: 0;
  left: 0;
}

.about_item-txt {
  font-size: min(4.27vw, 1.6rem);
}

.solution_bg {
  position: relative;
}
.solution_bg::before {
  position: absolute;
  top: -13vw;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 15vw;
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.solution_bg .tab {
  width: 40vw;
  position: absolute;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.93vw;
  line-height: 8vw;
  padding-left: 5vw;
  letter-spacing: 0.2rem;
}
.solution_bg .tab::before {
  position: absolute;
  left: 0;
  content: "";
  width: 8.2vw;
  height: 8vw;
  background-image: url(../img/top/logo_icon.png);
  background-position: center left;
  background-size: 8.2vw auto;
  background-repeat: no-repeat;
}

.solution_bg--green::before {
  background-image: url("../img/top/bg/bg-green-sp.png");
}

.solution_bg--blue::before {
  background-image: url("../img/top/bg/bg-blue-sp.png");
}

.solution_bg--yellow::before {
  background-image: url("../img/top/bg/bg-yellow-sp.png");
}

.solution_bg--orange::before {
  background-image: url("../img/top/bg/bg-orange-sp.png");
}

.solution_bg--pink::before {
  background-image: url("../img/top/bg/bg-pink-sp.png");
}

.solution {
  padding: 30px 0 0;
}

.solution_white_wrapper {
  background: #fff;
  border-radius: 24px;
  padding: 30vw 40px 40px 40px;
  border: 1px solid #1B2C26;
  margin-top: 30vw;
  position: relative;
}
.solution_white_wrapper .solution_maru_pic {
  position: absolute;
  top: 0;
  right: 1rem;
  transform: translateY(-85%);
  width: 240px;
}
@media screen and (max-width: 900px) {
  .solution_white_wrapper .solution_maru_pic {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  .solution_white_wrapper .solution_maru_pic {
    width: 48vw;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.solution_white_wrapper .solution_catch {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .solution_white_wrapper .solution_catch {
    margin-bottom: 1em;
  }
}
.solution_white_wrapper .productcontent-item {
  background: #F2EADE;
}

.solution_txt {
  font-weight: 400;
  font-size: 1.6rem;
}

.solution_bottom_conts {
  background: #fff;
  margin-top: 110px;
  padding-top: 40px;
  padding-bottom: 30px;
}
.solution_bottom_conts .headline03 {
  margin-bottom: 1.8em;
  font-family: "Montserrat";
}
.solution_bottom_conts .slide-nav {
  margin-top: 6rem;
}

.solution_bottom_slider {
  margin-bottom: 4rem;
}
.solution_bottom_slider .solution_bottom_slider__item {
  width: 278px;
  margin: 0 17px;
}
.solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider__image img {
  border: solid 1px #1B2C26;
  margin-bottom: 1rem;
}
.solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab {
  width: 45.8666666667vw;
  height: 9.6vw;
  background-size: 45.8666666667vw auto;
  font-size: 3.2vw;
  padding: 0.6em 0 0 1.9em;
  font-family: "Montserrat";
  line-height: 1;
  display: flex;
  align-items: center;
}
.solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab span {
  font-weight: 700;
  font-size: 2.1em;
  padding-left: 0.2em;
  line-height: 1.3;
}
.solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab.product1 {
  background-image: url("../img/top/point_tab-blue.png");
}
.solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab.product2 {
  background-image: url("../img/top/point_tab-orange.png");
}
.solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab.product3 {
  background-image: url("../img/top/point_tab-pink.png");
}
.solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-lead {
  line-height: 1.5;
  font-size: min(5.33vw, 2rem);
  position: relative;
  padding-bottom: 1em;
}
.solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-lead:after {
  position: absolute;
  content: "";
  background-color: #22BCDD;
  border: 1px solid #1B2C26;
  width: 80px;
  height: 4px;
  bottom: 0;
  left: 0;
}
.solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-txt {
  padding-top: 1em;
  font-size: min(4vw, 1.6rem);
  line-height: 1.5;
}

.plan-wrap .headline03 {
  font-family: "Montserrat";
}

.productcontent {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.productcontent-item {
  text-align: center;
  width: 53.33vw;
  background: #fff;
  border: 1px solid #1B2C26;
  border-radius: 45px;
  padding: 10px 30px;
  font-size: min(4.27vw, 1.6rem);
  font-weight: 700;
}

.productcontent-puton {
  margin: 20px;
  display: inline-block;
  width: 5.67vw;
  height: 5.67vw;
  background-image: url(../img/top/x.png);
  background-position: center center;
  background-size: 5.67vw auto;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.slide-items {
  width: 100%;
  max-width: 85.33vw;
  height: 100%;
  margin: 60px 10px 30px;
  position: relative;
}
.slide-items img {
  border-radius: 24px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #1B2C26;
}

.caption {
  margin-top: 10px;
}

.caption-txt {
  display: inline-block;
  width: calc(100% - 130px);
  font-size: min(3.73vw, 1.4rem);
}

.caption-plan {
  display: inline-block;
  width: 130px;
  background: #fff;
  border-radius: 2vw;
  border: 1px solid #1B2C26;
  text-align: center;
  font-size: min(2.44vw, 1rem);
  line-height: 4vw;
}

.slide-nav {
  position: relative;
}

.arrow_box01 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 300px;
  margin: 0 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arrow_box02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 300px;
  margin: 0 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arrow_box03 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 300px;
  margin: 0 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arrow_box04 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 300px;
  margin: 0 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.prev-arrow {
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
  background-image: url("../img/common/slider/arrow.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.prev-arrow:hover {
  opacity: 0.7;
}

.next-arrow {
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
  background-image: url("../img/common/slider/arrow.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.next-arrow:hover {
  opacity: 0.7;
}

.dot_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dots-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 43px;
  padding: 0 10px;
  border-radius: 23px;
  border: 1px solid #1B2C26;
  margin: 0 10px;
}
.dots-wrap li {
  width: 6px;
  height: 6px;
  margin: 0 5px;
  background: #C7C2B8;
  border-radius: 50%;
  cursor: pointer;
}
.dots-wrap li:hover {
  background: #1B2C26;
  width: 38px;
  height: 6px;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.dots-wrap li.slick-active {
  background: #1B2C26;
  width: 38px;
  height: 6px;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
}

.btn01 {
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  background-image: url("../img/common/slider/stop.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}
.btn01:hover {
  opacity: 0.7;
}

.btn02 {
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  background-image: url("../img/common/slider/stop.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}
.btn02:hover {
  opacity: 0.7;
}

.btn03 {
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  background-image: url("../img/common/slider/stop.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}
.btn03:hover {
  opacity: 0.7;
}

.btn04 {
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  background-image: url("../img/common/slider/stop.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}
.btn04:hover {
  opacity: 0.7;
}

.btn01.playback {
  background-image: url("../img/common/slider/start.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn02.playback {
  background-image: url("../img/common/slider/start.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn03.playback {
  background-image: url("../img/common/slider/start.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn04.playback {
  background-image: url("../img/common/slider/start.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.plan-wrap {
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .plan-wrap {
    padding: 60px 0 17vw;
  }
}

.plan_box {
  background: #F7F6F4;
  border: 1px solid #1B2C26;
  border-radius: 24px;
  padding: 10vw 3vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.plan_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42.67vw;
  text-shadow: 1px 1px 0.5px #1B2C26, -1px -1px 0.5px #1B2C26, -1px 1px 0.5px #1B2C26, 1px -1px 0.5px #1B2C26, 1px 0px 0.5px #1B2C26, -1px 0px 0.5px #1B2C26, 0px 1px 0.5px #1B2C26, 0px -1px 0.5px #1B2C26;
  color: #fff;
  font-size: min(6.4vw, 2.4rem);
  text-align: center;
  letter-spacing: 0.5rem;
  line-height: 5vw;
  border-bottom: 3px solid #C7C2B8;
  margin-bottom: 20px;
  font-family: "Montserrat";
}
.plan_name span {
  display: block;
  font-size: min(14.4vw, 5.4rem);
  line-height: 16vw;
}
.plan_name .bronze {
  color: #9A6229;
}
.plan_name .silver {
  color: #A8A3A0;
}
.plan_name .gold {
  color: #C39953;
}

.plan_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 2.06vw;
}

.plan_content-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background: #EDEDED;
  border-radius: 12px;
  padding: 10px;
}
.plan_content-item:not(:last-child) {
  margin-bottom: -20px;
}
.plan_content-item:last-child {
  margin-right: 0;
}

.plan_content-item-cap {
  font-size: min(4.8vw, 1.8rem);
  line-height: 1.4;
}
.plan_content-item-cap span {
  font-size: min(6.4vw, 2.4rem);
  font-weight: 800;
}

.plan_content-item-txt {
  font-size: min(3.5vw, 1.3rem);
  line-height: 1.6;
}

.plan_content-plus {
  z-index: 1;
  margin-bottom: -20px;
  text-shadow: 1px 1px 0.5px #1B2C26, -1px -1px 0.5px #1B2C26, -1px 1px 0.5px #1B2C26, 1px -1px 0.5px #1B2C26, 1px 0px 0.5px #1B2C26, -1px 0px 0.5px #1B2C26, 0px 1px 0.5px #1B2C26, 0px -1px 0.5px #1B2C26;
  font-size: min(16vw, 6rem);
  line-height: 1;
  z-index: 1;
  margin-bottom: -20px;
  text-shadow: 1px 1px 0.5px #1B2C26, -1px -1px 0.5px #1B2C26, -1px 1px 0.5px #1B2C26, 1px -1px 0.5px #1B2C26, 1px 0px 0.5px #1B2C26, -1px 0px 0.5px #1B2C26, 0px 1px 0.5px #1B2C26, 0px -1px 0.5px #1B2C26;
  font-size: min(16vw, 6rem);
  line-height: 1;
  z-index: 1;
  margin-bottom: -20px;
  text-shadow: 1px 1px 0.5px #1B2C26, -1px -1px 0.5px #1B2C26, -1px 1px 0.5px #1B2C26, 1px -1px 0.5px #1B2C26, 1px 0px 0.5px #1B2C26, -1px 0px 0.5px #1B2C26, 0px 1px 0.5px #1B2C26, 0px -1px 0.5px #1B2C26;
  font-size: min(16vw, 6rem);
  line-height: 1;
  font-family: "Montserrat";
}

#compact-mapping .plan_content-item {
  border: 1px solid #629CE0;
}
#compact-mapping .plan_content-plus {
  color: #B0CDEF;
}
#compact-mapping .plan_price span {
  color: #B0CDEF;
}

#vgacha .plan_content-item {
  border: 1px solid #F09F43;
}
#vgacha .plan_content-plus {
  font-family: "Montserrat";
  color: #F09F43;
}
#vgacha .plan_price span {
  color: #F09F43;
}

#vnade .headline03 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#vnade .headline03 img {
  width: 388px;
}
@media screen and (max-width: 750px) {
  #vnade .headline03 img {
    width: 84vw;
  }
}
#vnade .plan_content-item {
  border: 1px solid #F29AC1;
}
#vnade .plan_content-plus {
  color: #F29AC1;
}
#vnade .plan_price span {
  color: #F29AC1;
}

#p-signage .plan_content-item {
  border: 1px solid #F09F43;
}
#p-signage .plan_content-plus {
  color: #F09F43;
}
#p-signage .plan_price span {
  color: #F7CFA0;
}

.plan_price-wrap {
  display: flex;
  align-items: center;
}

.plan_equal {
  font-size: min(16vw, 6rem);
  padding-right: 20px;
  font-family: "Montserrat";
}

.plan_price {
  font-family: "Montserrat";
  text-align: right;
  font-size: min(4.8vw, 1.8rem);
  white-space: nowrap;
}
.plan_price span {
  text-shadow: 1.4px 1.4px 1.2px #1B2C26, -1.4px -1.4px 1.2px #1B2C26, -1.4px 1.4px 1.2px #1B2C26, 1.4px -1.4px 1.2px #1B2C26, 1.4px 0px 1.2px #1B2C26, -1.4px 0px 1.2px #1B2C26, 0px 1.4px 1.2px #1B2C26, 0px -1.4px 1.2px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, -1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, 1px 6px 0.7px #1B2C26, -1px 0px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26, 0px 6px 0.7px #1B2C26;
  font-size: min(21.33vw, 8rem);
  padding-right: 10px;
  line-height: 9rem;
}

.caution {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px 0;
}

/* PLAN redesign */
#compact-mapping .plan-wrap,
#tenogame .plan-wrap {
  --plan-accent: #7BB8F0;
  --plan-heading: #B0CDEF;
  --plan-subscription: #8FB7DD;
}
#vgacha .plan-wrap {
  --plan-accent: #F4A64C;
  --plan-heading: #F7CFA0;
  --plan-subscription: #F4A64C;
}
#vnade .plan-wrap {
  --plan-accent: #F5A5C9;
  --plan-heading: #FFD6E8;
  --plan-subscription: #F5A5C9;
}

.plan-wrap {
  padding: 62px 0 70px;
}
.plan-wrap .headline03 {
  margin-bottom: 18px;
}
.plan-wrap .headline03 .sub {
  color: var(--plan-heading);
}
.plan_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(100%, 1090px);
  margin: 0 auto;
}
.plan_box {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 210px;
  gap: 14px;
  align-items: center;
  min-height: 134px;
  padding: 14px 18px;
  background: #F7F6F4;
  border: 1px solid #1B2C26;
  border-radius: 18px;
}
.plan_name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 98px;
  margin: 0;
  border: 0;
  border-right: 2px solid #C7C2B8;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.14em;
  text-shadow: 1px 1px 0 #1B2C26, -1px -1px 0 #1B2C26, -1px 1px 0 #1B2C26, 1px -1px 0 #1B2C26;
}
.plan_name .plan_name-en {
  display: block;
  font-size: 1.25rem;
  line-height: 1.1;
}
.plan_name .plan_name-ja {
  display: block;
  margin-top: 4px;
  color: #9A6229;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.7rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}
.plan_body {
  min-width: 0;
}
.plan_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.plan_content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  padding: 0;
  margin: 0;
  border: 1px solid var(--plan-accent);
  border-radius: 50%;
  background: transparent;
  text-align: center;
}
.plan_content-item:not(:last-child),
.plan_content-item:not(:first-child) {
  margin: 0;
}
.plan_content-item-cap {
  color: #1B2C26;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.55;
}
.plan_content-item-cap small {
  font-size: 0.82em;
  font-weight: 700;
}
.plan_content-plus {
  margin: 0 4px;
  color: var(--plan-accent);
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 1px 1px 0 #1B2C26, -1px -1px 0 #1B2C26, -1px 1px 0 #1B2C26, 1px -1px 0 #1B2C26;
}
.plan_note {
  margin-top: 8px;
  color: #1B2C26;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
}
.plan_price-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
.plan_equal {
  padding-right: 18px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1;
}
.plan_price {
  width: auto;
  min-width: 150px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  white-space: nowrap;
}
.plan_price-before {
  position: relative;
  display: inline-block;
  color: var(--plan-subscription);
  font-size: 2.45rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 1px 1px 0 #1B2C26, -1px -1px 0 #1B2C26, -1px 1px 0 #1B2C26, 1px -1px 0 #1B2C26;
}
.plan_price-before::after {
  position: absolute;
  left: -8px;
  right: -8px;
  top: 50%;
  height: 3px;
  content: "";
  background: #FF3E72;
  transform: rotate(-18deg);
  transform-origin: center;
}
.plan_price-before span,
.plan_price-current span {
  padding-right: 4px;
}
.plan_campaign {
  margin-top: 4px;
  color: #FF3E72;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #1B2C26;
}
.plan_price-current {
  display: flex;
  align-items: flex-end;
  color: #1B2C26;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}
.plan_price-current span:first-child {
  color: #FF3E72;
  font-size: 5.2rem;
  line-height: 0.9;
  text-shadow: 1.4px 1.4px 0 #1B2C26, -1.4px -1.4px 0 #1B2C26, -1.4px 1.4px 0 #1B2C26, 1.4px -1.4px 0 #1B2C26, 0 6px 0 #1B2C26;
}
.plan_box--subscription .plan_price-current span:first-child {
  color: var(--plan-subscription);
}
.plan_price-unit {
  padding-bottom: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.25;
}
.plan_price-current--single {
  align-items: flex-end;
}

@media screen and (max-width: 750px) {
  .plan-wrap {
    padding: 46px 0 15vw;
  }
  .plan-wrap .headline03 {
    margin-bottom: 14px;
  }
  .plan-wrap .headline03 .sub {
    font-size: 2.8rem;
  }
  .plan_list {
    width: 100%;
    gap: 14px;
  }
  .plan_box {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 22px 22px 24px;
    border-radius: 9px;
  }
  .plan_name {
    width: 132px;
    height: auto;
    padding-bottom: 8px;
    border-right: 0;
    border-bottom: 2px solid #C7C2B8;
  }
  .plan_name .plan_name-en {
    font-size: 1rem;
  }
  .plan_name .plan_name-ja {
    font-size: 2.8rem;
  }
  .plan_body {
    width: 100%;
    margin-top: 16px;
  }
  .plan_content {
    flex-direction: column;
    gap: 0;
  }
  .plan_content-item {
    width: 100%;
    height: 66px;
    border-radius: 7px;
    background: #EDEDED;
  }
  .plan_content-item-cap {
    font-size: 1.32rem;
    line-height: 1.35;
  }
  .plan_content-plus {
    margin: -2px 0;
    font-size: 3.1rem;
    line-height: 0.9;
  }
  .plan_note {
    margin-top: 12px;
    font-size: 0.8rem;
    line-height: 1.45;
  }
  .plan_price-wrap {
    width: 100%;
    justify-content: flex-start;
    margin-top: 14px;
  }
  .plan_equal {
    padding-right: 16px;
    font-size: 4.2rem;
  }
  .plan_price {
    min-width: 0;
  }
  .plan_price-before {
    font-size: 2.8rem;
  }
  .plan_campaign {
    margin-top: 2px;
    font-size: 1.14rem;
  }
  .plan_price-current {
    font-size: 1.35rem;
  }
  .plan_price-current span:first-child {
    font-size: 4.8rem;
  }
  .plan_price-unit {
    padding-bottom: 4px;
    font-size: 1.22rem;
  }
}

.step_card__wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 30px;
}

.step_card__item {
  position: relative;
}
.step_card__item:not(:first-child) {
  margin-top: 5vw;
}
.step_card__item:not(:last-child)::after {
  position: absolute;
  right: 0;
  bottom: -12vw;
  content: "";
  display: block;
  width: 100%;
  height: 6.67vw;
  background: url("../img/top/step-arrow-b.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#step {
  background: #fff;
}
#step .step_item-lead {
  position: relative;
  font-size: min(5.33vw, 2rem);
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#step .step_item-lead::after {
  position: absolute;
  content: "";
  background-color: #22BCDD;
  border: 1px solid #1B2C26;
  width: 80px;
  height: 4px;
  bottom: 0;
  left: 0;
}
#step .step_item-txt {
  font-size: min(4.27vw, 1.6rem);
}

#faq {
  border-top: 2px solid #1B2C26;
}

.faq_header {
  margin-top: -24vw;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.faq_img {
  text-align: right;
}
.faq_img img {
  width: 31.47vw;
  max-width: 118px;
  height: auto;
}

.faq_btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 3vw;
  width: 100%;
}

.faq_btn {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  border-radius: 7vw;
  background: #fff;
  border: 1px solid #1B2C26;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 5vw;
  font-size: min(3.47vw, 1.3rem);
  box-shadow: 0px 4px 0px #1B2C26;
  height: 12vw;
  max-height: 50px;
  font-weight: 700;
}
.faq_btn:hover {
  background: #22BCDD;
}

.faq_btn.is-current {
  background: #22BCDD;
}

.faq_contents {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}

.faq_contents.is-open {
  height: auto;
  opacity: 1;
}

.faq-item {
  position: relative;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 6vw 4vw;
  border: 1px solid #1B2C26;
  background: #fff;
  border-radius: 24px;
}
.faq-item summary {
  position: relative;
  top: 0;
  list-style-type: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:before {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  content: "＋";
  font-size: min(9.1vw, 3.4rem);
  color: #fff;
  text-shadow: 1px 1px 0.8px #1B2C24, -1px -1px 0.8px #1B2C24, -1px 1px 0.8px #1B2C24, 1px -1px 0.8px #1B2C24, 1px 0px 0.8px #1B2C24, -1px 0px 0.8px #1B2C24, 0px 1px 0.8px #1B2C24, 0px -1px 0.8px #1B2C24, 1px 4px 0.7px #1B2C24, -1px 4px 0.7px #1B2C24, -1px 4px 0.7px #1B2C24, 1px 4px 0.7px #1B2C24, 1px 4px 0.7px #1B2C24, -1px 0px 0.7px #1B2C24, 0px 4px 0.7px #1B2C24, 0px 4px 0.7px #1B2C24;
  line-height: 3.4rem;
  cursor: pointer;
  font-family: "Montserrat";
}
.faq-item summary details[open] summary:before {
  content: "ー";
  top: 7%;
  transform: translateY(0);
}
.faq-item summary:after {
  position: absolute;
  content: "Q";
  top: 30%;
  left: 0;
  text-shadow: 1px 1px 0.8px #1B2C24, -1px -1px 0.8px #1B2C24, -1px 1px 0.8px #1B2C24, 1px -1px 0.8px #1B2C24, 1px 0px 0.8px #1B2C24, -1px 0px 0.8px #1B2C24, 0px 1px 0.8px #1B2C24, 0px -1px 0.8px #1B2C24, 1px 4px 0.7px #1B2C24, -1px 4px 0.7px #1B2C24, -1px 4px 0.7px #1B2C24, 1px 4px 0.7px #1B2C24, 1px 4px 0.7px #1B2C24, -1px 0px 0.7px #1B2C24, 0px 4px 0.7px #1B2C24, 0px 4px 0.7px #1B2C24;
  color: #F9D74C;
  font-weight: 600;
  font-size: min(9.1vw, 3.4rem);
  line-height: 3.4rem;
  cursor: pointer;
  font-family: "Montserrat";
}
.faq-item details[open] summary:before {
  content: "ー";
  top: 7%;
  transform: translateY(0);
}

.faq-question__title {
  font-weight: bold;
  color: #3B3B3B;
  font-size: min(4.27vw, 1.6rem);
  padding: 0 10vw;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 6vw;
}

.faq-answer__wrap {
  background: #fff;
  padding: 0;
  transition: ease all 0.5s;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.faq-answer__txt {
  position: relative;
  font-size: min(4.27vw, 1.6rem);
  padding: 5vw 0 0 10vw;
}
.faq-answer__txt::before {
  position: absolute;
  top: 5vw;
  left: 0;
  text-shadow: 1px 1px 0.8px #1B2C24, -1px -1px 0.8px #1B2C24, -1px 1px 0.8px #1B2C24, 1px -1px 0.8px #1B2C24, 1px 0px 0.8px #1B2C24, -1px 0px 0.8px #1B2C24, 0px 1px 0.8px #1B2C24, 0px -1px 0.8px #1B2C24, 1px 4px 0.7px #1B2C24, -1px 4px 0.7px #1B2C24, -1px 4px 0.7px #1B2C24, 1px 4px 0.7px #1B2C24, 1px 4px 0.7px #1B2C24, -1px 0px 0.7px #1B2C24, 0px 4px 0.7px #1B2C24, 0px 4px 0.7px #1B2C24;
  color: #B4DFE7;
  content: "A";
  font-weight: 600;
  font-size: min(9.1vw, 3.4rem);
  line-height: 9.1vw;
  font-family: "Montserrat";
}

.about-appli {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.about-appli__headline {
  position: relative;
  font-size: 1.8rem;
  color: #2A367D;
  text-align: center;
  padding-top: 70px;
}
.about-appli__headline::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 62px;
  background-position: center center;
  background-size: 62px auto;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.about-appli__headline::after {
  position: absolute;
  content: "";
  background-color: #2A367D;
  width: 40px;
  height: 3px;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.about-appli__headline.appli-all::before {
  background-image: url("../img/top/logo_appli-all.png");
}

.about-appli__headline.sg::before {
  background-image: url("../img/scan-and-go/logo_sg.png");
}

.about-appli__headline.ignica::before {
  background-image: url("../img/ignica-store/logo_ignica.png");
  background-size: 155px auto;
}

.about-appli__headline.oe::before {
  background-image: url("../img/order-and-eat/logo_oe.png");
  background-size: 110px auto;
}

.about-appli__headline.od::before {
  background-image: url("../img/online-delivery/logo_od.png");
  background-size: 110px auto;
}

.about-appli__icon {
  font-size: 1.1rem;
  width: 110px;
  margin-bottom: 20px;
}
.about-appli__icon a {
  display: block;
  text-align: center;
  color: #2A367D;
}
.about-appli__icon a::before {
  content: "";
  display: block;
  width: 110px;
  height: 90px;
  background-position: top center;
  background-size: 90px auto;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.about-appli__title {
  position: relative;
  background: #6A6F8E;
  line-height: 88px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.8rem;
  padding-left: 80px;
}
.about-appli__title::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-size: 48px auto;
  background-repeat: no-repeat;
}

.about-appli__link {
  gap: 10px 0;
}
.about-appli__link li {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 12px 0 0 12px;
}
.about-appli__link li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid #2A367D;
  border-right: 2px solid #2A367D;
  transform: rotate(45deg);
}
.about-appli__link li a {
  display: block;
  width: 100%;
  padding: 20px 45px 20px 20px;
  font-size: 1.4rem;
  color: #383838;
}

.youtube {
  display: flex;
  gap: 20px;
}

.youtube-mv {
  width: 90%;
  aspect-ratio: 16/9;
}
.youtube-mv iframe {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.contact_lead {
  text-align: center;
  border-bottom: 1px solid #1B2C24;
  font-weight: 400;
  font-size: min(4.27vw, 1.6rem);
}

.contact-form.completed .contact_lead {
  font-size: min(6.4vw, 2.4rem);
  font-weight: 700;
}

.contact_lead-txt {
  font-size: min(5.33vw, 2rem);
  font-weight: 400;
  text-align: center;
}

.contact-form {
  margin: 0 auto;
  width: 100%;
}
.contact-form .required {
  display: inline-block;
  color: #D00000;
  font-weight: 400;
  font-size: min(3.73vw, 1.4rem);
}
.contact-form span.required {
  margin-left: 5px;
}
.contact-form dl {
  width: 100%;
  margin: 4vw 0;
}
.contact-form dl span {
  display: block;
  color: #ff0000;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact-form dt {
  font-size: min(4.8vw, 1.8rem);
}
.contact-form dt span.optional {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #EAE5E5;
  color: #EB7E11;
  font-size: 1rem;
  text-align: center;
  border-radius: 8px;
  margin-right: 10px;
}
.contact-form dt.start {
  font-size: min(5.33vw, 2rem);
}
@media screen and (max-width: 767px) {
  .contact-form dt.start {
    font-size: 4.3vw;
  }
}
.contact-form dd {
  margin: 0 0 0;
}
.contact-form dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-form dd ul {
  display: flex;
  gap: 10px 0;
}
.contact-form dd ul li {
  width: 50%;
}
.contact-form dd ul li img {
  height: 20px;
  width: auto;
}
.contact-form dd input[type=text] {
  width: 100%;
  background: #F7F6F4;
  border: 1px solid #1B2C26;
  border-radius: 30px;
  height: 58px;
  padding: 20px 20px;
  font-size: min(4.8vw, 1.8rem);
}
.contact-form dd input[type=email] {
  width: 100%;
  background: #F7F6F4;
  border: 1px solid #1B2C26;
  border-radius: 30px;
  height: 58px;
  padding: 20px 20px;
  font-size: min(4.8vw, 1.8rem);
}
.contact-form dd textarea {
  width: 100%;
  background: #F7F6F4;
  border: 1px solid #1B2C26;
  border-radius: 30px;
  height: 58px;
  padding: 20px 20px;
  font-size: min(4.8vw, 1.8rem);
  height: 240px;
}
.contact-form dd::-moz-placeholder {
  color: #999999;
}
.contact-form dd::placeholder {
  color: #999999;
}
.contact-form dd.name {
  display: flex;
  gap: 10px;
}
.contact-form .privacy {
  text-align: center;
  font-size: min(3.73vw, 1.4rem);
}
.contact-form .privacy a {
  text-decoration: underline;
}
.contact-form .form_submit {
  cursor: pointer;
  width: 74.67vw;
  margin: 0 auto;
  border: 1px solid #1B2C26;
  border-radius: 12vw;
  height: 22.4vw;
  background-color: #22BCDD;
  box-shadow: 0px 4px 0px #1B2C26;
  font-size: 2rem;
  font-weight: 700;
  background-image: url("../img/top/contact-arrow-btn_white.png");
  background-position: center right 5vw;
  background-size: 6.67vw auto;
  background-repeat: no-repeat;
  color: #fff;
}
.contact-form .form_submit:hover {
  background-color: #48cfed;
}
.contact-form .form_reset {
  cursor: pointer;
  width: 53.33vw;
  margin: 0 auto;
  border: 2px solid #A8A3A0;
  border-radius: 12.5vw;
  height: 14.4vw;
  background-color: #fff;
  color: #A8A3A0;
  font-size: min(3.73vw, 1.4rem);
  font-weight: 700;
}
.contact-form .form_reset:hover {
  background-color: #A8A3A0;
  color: #fff;
}
.contact-form .form_back {
  cursor: pointer;
  width: 53.33vw;
  margin: 0 auto;
  border: 2px solid #A8A3A0;
  border-radius: 12.5vw;
  height: 14.4vw;
  background-color: #fff;
  color: #A8A3A0;
  font-size: min(3.73vw, 1.4rem);
  font-weight: 700;
  background-color: #A8A3A0;
  color: #fff;
}
.contact-form .form_back:hover {
  background-color: #fff;
  color: #A8A3A0;
}

.contact-form-block {
  padding: 0 0;
}
.contact-form-block:first-child {
  padding: 0 0 15px;
}

.contact-form-block.last {
  border-bottom: none;
  padding: 15px 0 0;
}

.contact-form-block.name-wrap dl {
  width: 100%;
}

.contact-form-block.mail-wrap dl {
  width: 100%;
}

#contact fieldset {
  padding: 0;
}
#contact .contact-checkbox {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1em 2.4%;
  border: none;
  font-size: min(5.33vw, 1.8rem);
}
#contact .contact-checkbox small {
  font-size: min(4.3vw, 1.4rem);
}
#contact .contact-checkbox label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
  background: #F7F6F4;
  border: solid 1px #EAE4CF;
  padding: 0.6em 0 0.6em 1.2em;
  border-radius: 3em;
  width: 100%;
  min-height: 3.4em;
}
@media screen and (max-width: 767px) {
  #contact .contact-checkbox label {
    min-height: 13.3vw;
  }
}
#contact .contact-checkbox label::before {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 2px solid #1B2C26;
  content: "";
  background: #fff;
}
#contact .contact-checkbox label:has(:checked)::after {
  position: absolute;
  top: 0.2vw;
  top: 20%;
  left: 5vw;
  transform: rotate(45deg);
  top: 50%;
  transform: translateY(-64%) rotate(45deg);
  width: 14px;
  height: 22px;
  border: solid #22BCDD;
  border-width: 0 5px 5px 0;
  content: "";
}
#contact .contact-checkbox input {
  display: none;
}
#contact .selectdiv {
  position: relative;
  width: 100%;
  float: left;
}
#contact .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 58px;
  padding: 0px 0 0 24px;
  border-radius: 30px;
  font-size: 1.8rem;
  line-height: 1.75;
  background-color: #F7F6F4;
  border: 1px solid #1B2C26;
  background-image: url("../img/top/contact-arrow.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
#contact .selectdiv select:hover {
  opacity: 0.9;
}
#contact .contact-form.confirm .contact-checkbox label {
  cursor: default;
}
#contact .contact-form.confirm .contact-checkbox label.disable {
  color: #C7C2B8;
}
#contact .contact-form.confirm .contact-checkbox label.disable::before {
  border: 2px solid #C7C2B8;
}
#contact .contact-form.confirm dd input[type=text] {
  pointer-events: none;
  background: #fff;
  line-height: 1.8;
}
#contact .contact-form.confirm dd input[type=email] {
  pointer-events: none;
  background: #fff;
  line-height: 1.8;
}
#contact .contact-form.confirm dd textarea {
  pointer-events: none;
  background: #fff;
  line-height: 1.8;
}
#contact .contact-form.confirm::-moz-placeholder {
  color: #1B2C26;
}
#contact .contact-form.confirm::placeholder {
  color: #1B2C26;
}
#contact .contact-form.confirm .selectdiv select {
  pointer-events: none;
  background-color: #fff;
  background-image: url("../img/top/contact-arrow-off.png");
}

.inquiry-tel .contact {
  font-size: 1.4rem;
}
.inquiry-tel .tel {
  font-size: 3.8rem;
  color: #2A367D;
  text-decoration-color: #2A367D;
  text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 5px;
}
.inquiry-tel .time {
  font-size: 1.2rem;
}

.pc-hide {
  display: inline;
}

@media screen and (min-width: 750px) {
  .pc-hide {
    display: none;
  }
  .header_wrap::after {
    right: 20px;
    height: 75vw;
  }
  .header_wrap::before {
    left: 20px;
    height: 75vw;
  }
  .top-fv-wrap {
    top: 0;
  }
  .top-fv {
    height: 56.24vw;
    background: url("../img/top/fv_img.png");
    background-size: cover;
    aspect-ratio: 1456/820;
    /*
    &::before {
    	bottom: 60px;
    	background-image: url("../img/top/fv_copy.png");
    	background-size: contain;
    	height: 34.34vw;
    	max-height: 500px;
    	aspect-ratio: 1006.96/496.56;
    }
        */
  }
  .top-fv .kv_pic {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .top-fv .kv_pic img {
    width: 80%;
    max-width: 484px;
    width: 34.5714285714%;
  }
  .top-fv .kv_pic .kv_pic__msg {
    width: 540px;
    height: 76px;
    width: min(38.5714285714vw, 540px);
    height: min(5.4285714286vw, 76px);
    margin: 0 auto;
    margin-top: 30px;
    margin-top: min(2.1428571429vw, 30px);
    border-radius: 76px;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-size: min(1.5714285714vw, 2.2rem);
    line-height: 1;
  }
  .top-fv .kv_pic .kv_pic__msg span {
    padding-top: 0.7em;
    font-size: 1.2rem;
    font-size: min(0.8571428571vw, 1.2rem);
  }
  .top-fv__tel {
    top: 120px;
    right: 80px;
  }
  .top-fv__tel .tel {
    font-size: 2.7rem;
  }
  .top-fv__tel .time {
    font-size: 1.8rem;
  }
  #merit3 .merit_ttl img {
    width: auto;
    max-width: 100%;
  }
  .tab-wrap {
    top: -28px;
  }
  .tab-wrap:after {
    height: 263px;
    height: 244px;
  }
  .tab {
    width: 648px;
  }
  .tab li:nth-child(1) {
    width: 324px;
    height: 160px;
    margin-right: -1px;
    background-image: url("../img/top/g--1_sp.svg");
    background-size: 100% auto;
  }
  .tab li:nth-child(2) {
    width: 324px;
    height: 160px;
    margin-left: -1px;
    background-image: url("../img/top/g--2_sp.svg");
    background-size: 100% auto;
    background-position: top right;
  }
  .tab li:nth-child(3) {
    width: 324px;
    height: 159px;
    height: 140px;
    margin-top: -27px;
    margin-right: -1px;
    background-image: url("../img/top/g--3_sp.svg");
    background-size: 100% auto;
  }
  .tab li:nth-child(4) {
    width: 324px;
    height: 159px;
    height: 140px;
    margin-top: -27px;
    margin-left: -1px;
    background-image: url("../img/top/g--4_sp.svg");
    background-size: 100% auto;
    background-position: top right;
  }
  .tab li::after {
    top: 76px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-size: 36px auto;
  }
  .tab li a {
    padding-bottom: 3rem;
  }
  .tab li a small {
    padding-top: 2.6rem;
    padding-left: 2rem;
    font-size: 100%;
  }
  .tab-name {
    height: 32px;
    font-size: 2rem;
  }
  .tab-title {
    font-size: 2.8rem;
    padding-left: 5px;
  }
  .tab-title span {
    font-size: 2rem;
    margin-left: -10px;
  }
  .headline01 {
    font-size: min(1.99vw, 2.9rem);
  }
  .headline01 span {
    display: inline;
    border-bottom: 5px solid #22BCDD;
  }
  .headline01-2 {
    font-size: min(1.99vw, 2.9rem);
  }
  .headline01-2:after {
    width: 280px;
    height: 5px;
    bottom: 0;
  }
  .headline02 {
    font-size: min(1.65vw, 2.4rem);
    line-height: 1.3;
    padding-bottom: 20px;
    padding-left: 120px;
  }
  .headline02::after {
    left: 120px;
    width: 200px;
  }
  .headline02::before {
    background-size: 100px auto;
    width: 100px;
    height: 115px;
  }
  .headline02 span {
    font-size: min(3.57vw, 5.2rem);
  }
  .headline02-2 {
    font-size: min(1.65vw, 2.4rem);
    line-height: 1.3;
    padding-bottom: 20px;
    padding-left: 120px;
  }
  .headline02-2::after {
    left: 120px;
    width: 200px;
  }
  .headline02-2::before {
    background-size: 100px auto;
    width: 100px;
    height: 115px;
  }
  .headline02-2 span {
    font-size: min(3.57vw, 5.2rem);
  }
  .headline03 {
    font-size: min(1.44vw, 2.1rem);
    line-height: 1.3;
  }
  .headline03 .name {
    font-size: min(2vw, 3.2rem);
  }
  .headline03 .sub {
    font-size: min(3.57vw, 5.2rem);
    letter-spacing: 1rem;
    margin-top: 10px;
  }
  .product-list {
    font-size: min(1.92vw, 2.8rem);
  }
  .product-list li {
    margin-top: 2px;
  }
  .product-list li a {
    padding: 10px 20px;
    font-size: min(1vw, 1.5rem);
  }
  #konnatokoroni {
    padding: 120px 0 150px;
  }
  #konnatokoroni .title {
    font-size: min(3.29vw, 4.8rem);
    margin-top: -5vw;
    margin-bottom: 1.4vw;
    padding-bottom: 2vw;
    line-height: 1.5em;
  }
  #konnatokoroni .caseBox {
    margin-top: 8.87vw;
  }
  #konnatokoroni .caseBox .case__tab {
    background: url("../img/top/case_tab.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 7.5vw;
  }
  #konnatokoroni .caseBox .case {
    top: 2.1vw;
    left: 4.5vw;
    width: 20vw;
    padding-left: 3.43vw;
    font-size: min(2.1vw, 3rem);
    line-height: 2.75vw;
  }
  #konnatokoroni .caseBox .case::before {
    width: 2.4vw;
    height: 2.75vw;
    background-size: 2.4vw auto;
  }
  #konnatokoroni .caseBox .case_img {
    top: -1.8vw;
    height: 17.51vw;
    max-height: 250px;
    background-position: top right 70px;
    background-size: contain;
  }
  #konnatokoroni .caseBox .case_img1 {
    background-position: top right 70px;
  }
  #konnatokoroni .caseBox .case_img2 {
    background-position: top right 100px;
  }
  #konnatokoroni .caseBox .case_img3 {
    background-position: top right 120px;
  }
  #konnatokoroni .caseBox .case__content-wrap {
    background: url("../img/top/case_tab-back.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: bottom center;
    padding: 4.81vw 4.81vw 4.81vw;
  }
  #konnatokoroni .caseBox .case__content {
    display: flex;
    justify-content: space-between;
  }
  #konnatokoroni .caseBox .case__content-txt {
    width: 50%;
    font-size: min(1.24vw, 1.8rem);
  }
  #konnatokoroni .caseBox .case__img2 {
    width: 50%;
    margin: 0 0 0 10px;
  }
  .mv-content_area {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .mv-content-container {
    width: 58vw;
    max-width: 856px;
  }
  .mv-tab-container {
    width: 29vw;
    max-width: 410px;
    margin-top: 0;
    max-height: 490px;
  }
  .mv-tab {
    width: 100%;
  }
  .mv__btn {
    font-size: min(0.96vw, 1.4rem);
    padding: 1.8vw 1.72vw;
    max-height: 100%;
    height: 10.3947368421vw;
  }
  .mv__btn::after {
    right: 1.1vw;
    width: 2.82vw;
    background-size: 2.82vw auto;
  }
  .mv__btn .mv__btn-name {
    font-size: min(2.2vw, 3.4rem);
    margin-left: -1.24vw;
    font-weight: 700;
  }
  .mv__btn .mv__btn-sub {
    font-size: min(1.2vw, 1.8rem);
    line-height: 2vw;
    margin-bottom: 0.2em;
  }
  .product-info {
    bottom: auto;
    top: 2.1vw;
    right: 2.1vw;
    transform: translate(0);
    width: 11.17vw;
    font-size: min(0.96vw, 1.4rem);
    padding: 0.69vw 2.1vw;
  }
  .product-info::after {
    right: 1.1vw;
    width: 1.79vw;
    background-size: 1.79vw auto;
  }
  .about_card__wrap {
    margin-top: -50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 2.75vw;
  }
  .about_card__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 5px;
  }
  .about_card__buttom {
    margin-top: 30px;
  }
  .about_txt {
    font-size: min(1.65vw, 2.4rem);
    padding-bottom: 50px;
  }
  .about_img {
    width: 24.18vw;
    max-width: 352px;
  }
  .about_item-tab {
    width: 16.28vw;
    height: 2.54vw;
    background-size: 16.28vw auto;
    padding-left: 4vw;
    font-size: min(0.69vw, 1rem);
    line-height: 2.54vw;
  }
  .about_item-lead {
    font-size: min(1.65vw, 2.4rem);
  }
  .about_item-txt {
    font-weight: 400;
    font-size: min(1.24vw, 1.8rem);
  }
  .solution_bg::before {
    top: -6vw;
    height: 9.18vw;
    background-size: auto 9.18vw;
  }
  .solution_bg .tab {
    width: 15.11vw;
    top: -4.12vw;
    left: 50%;
    font-size: min(1.24vw, 1.8rem);
    line-height: 2.88vw;
    padding-left: 2vw;
    letter-spacing: 0.2rem;
  }
  .solution_bg .tab::before {
    width: 3.2vw;
    height: 2.88vw;
    background-size: 3vw auto;
  }
  .solution_bg--green::before {
    background-image: url("../img/top/bg/bg-green.png");
  }
  .solution_bg--blue::before {
    background-image: url("../img/top/bg/bg-blue.png");
  }
  .solution_bg--yellow::before {
    background-image: url("../img/top/bg/bg-yellow.png");
  }
  .solution_bg--orange::before {
    background-image: url("../img/top/bg/bg-orange.png");
  }
  .solution_bg--pink::before {
    background-image: url("../img/top/bg/bg-pink.png");
  }
  .solution {
    padding: 20px 0 0;
  }
  .solution_white_wrapper {
    border-radius: min(2vw, 2.8rem);
    padding: min(4vw, 5rem);
    margin-top: 3rem;
    /*
    .solution_catch{
    font-size: min(2vw, 2.8rem);
    }
    */
  }
  .solution_bottom_conts {
    margin-top: 110px;
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .solution_bottom_conts .headline03 {
    margin-bottom: 1.8em;
    font-family: "Montserrat";
  }
  .solution_bottom_conts .slide-nav {
    margin-top: 6rem;
  }
  .solution_bottom_slider {
    margin-bottom: 4rem;
  }
  .solution_bottom_slider .solution_bottom_slider__item {
    width: 278px;
    margin: 0 17px;
  }
  .solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider__image img {
    border: solid 1px #1B2C26;
    margin-bottom: 1rem;
  }
  .solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab {
    width: 172px;
    height: 36px;
    background-size: 172px auto;
    font-size: min(0.8vw, 1.2rem);
    padding: 0.6em 0 0 1.9em;
    font-family: "Montserrat";
    line-height: 1;
    display: flex;
    align-items: center;
  }
  .solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab span {
    font-weight: 700;
    font-size: 2.1em;
    padding-left: 0.2em;
    line-height: 1.3;
  }
  .solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab.product1 {
    background-image: url("../img/top/point_tab-blue.png");
  }
  .solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab.product2 {
    background-image: url("../img/top/point_tab-orange.png");
  }
  .solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-tab.product3 {
    background-image: url("../img/top/point_tab-pink.png");
  }
  .solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-lead {
    line-height: 1.5;
    font-size: min(5.33vw, 2rem);
    position: relative;
    padding-bottom: 1em;
  }
  .solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-lead:after {
    position: absolute;
    content: "";
    background-color: #22BCDD;
    border: 1px solid #1B2C26;
    width: 80px;
    height: 4px;
    bottom: 0;
    left: 0;
  }
  .solution_bottom_slider .solution_bottom_slider__item .solution_bottom_slider-txt {
    padding-top: 1em;
    font-size: min(4vw, 1.6rem);
    line-height: 1.5;
  }
  #p-signage.solution {
    padding: 120px 0 50px;
  }
  .productcontent {
    flex-direction: row;
  }
  .productcontent-item {
    width: 300px;
    border-radius: 45px;
    padding: 10px 30px;
    font-size: min(1.65vw, 2.4rem);
  }
  .productcontent-puton {
    margin: 20px;
    display: inline-block;
    width: 2.4vw;
    height: 2.4vw;
    background-size: 2.4vw auto;
  }
  .slide-items {
    max-width: 856px;
    margin: 60px 60px 30px;
  }
  .caption-txt {
    width: calc(100% - 130px);
    font-size: 2.4rem;
  }
  .caption-plan {
    width: 130px;
    border-radius: 23px;
    font-size: 1.5rem;
    line-height: 46px;
  }
  .plan-wrap {
    padding: 80px 0;
  }
  .plan-wrap .headline03 {
    margin-bottom: 0.5em;
  }
  .plan_box {
    border-radius: 24px;
    padding: 1.6vw 0.69vw;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .plan_name {
    width: 9.16vw;
    max-width: 140px;
    font-size: min(1.65vw, 2.4rem);
    letter-spacing: 0.5rem;
    line-height: 1.92vw;
    border-right: 3px solid #C7C2B8;
    border-bottom: 0;
    height: 8.93vw;
    margin-bottom: 0;
  }
  .plan_name span {
    font-size: min(3.71vw, 5.4rem);
    line-height: 3.98vw;
  }
  .plan_content {
    flex-direction: row;
    align-items: center;
    width: 60vw;
    padding: 0 1.8vw;
  }
  .plan_content-plus {
    margin-bottom: 0;
    margin-left: -0.5vw;
    font-size: min(16vw, 6rem);
  }
  .plan_price-wrap {
    width: 25vw;
    max-width: 380px;
  }
  .plan_equal {
    font-size: min(4.12vw, 6rem);
  }
  .plan_price {
    width: 14vw;
    font-size: min(1.65vw, 2.4rem);
  }
  .plan_price span {
    font-size: min(6.18vw, 9rem);
    padding-right: 10px;
    line-height: 9rem;
  }
  .plan_content-item {
    width: 8.93vw;
    height: 8.93vw;
    max-width: 130px;
    max-height: 130px;
    border-radius: 50%;
  }
  .plan_content-item:not(:first-child) {
    margin-left: -0.5vw;
  }
  .plan_content-item:not(:last-child) {
    margin-bottom: 0;
  }
  .plan_content-item:last-child {
    margin-right: 0;
  }
  .plan_content-item-cap {
    font-size: min(0.96vw, 1.4rem);
    line-height: 1.4;
  }
  .plan_content-item-cap span {
    font-size: min(1.65vw, 2.4rem);
    font-weight: 800;
  }
  .plan_content-item-txt {
    font-size: min(0.69vw, 1rem);
    line-height: 1.6;
  }
  .step_card__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 2.75vw;
    padding: 0 0 100px;
  }
  .step_card__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 5px;
  }
  .step_card__item:not(:first-child) {
    margin-top: 0;
  }
  .step_card__item:not(:last-child)::after {
    right: -3.2vw;
    top: 30%;
    display: inline-block;
    width: 3.43vw;
    height: 1.72vw;
    background: url("../img/top/step-arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  #step .step_item-lead {
    font-size: min(1.65vw, 2.4rem);
  }
  #step .step_item-txt {
    font-weight: 400;
    font-size: min(1.24vw, 1.8rem);
  }
  .faq_header {
    margin-top: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: end;
  }
  .faq_img img {
    width: 13.74vw;
    max-width: 200px;
  }
  .faq_btn-wrap {
    gap: 2.1vw 1.34vw;
    width: calc(100% - 200px);
  }
  .faq_btn {
    border-radius: 40px;
    padding: 0 2.1vw;
    font-size: min(1.24vw, 1.8rem);
    height: 4.12vw;
    max-height: 60px;
  }
  .faq-item {
    border-radius: 1.65vw;
    padding: 2.1vw;
  }
  .faq-item summary {
    padding-bottom: 0;
  }
  .faq-item summary:before {
    top: 50%;
    transform: translateY(-50%);
    font-size: min(2.88vw, 4.2rem);
    line-height: 4.2rem;
  }
  .faq-item summary details[open] summary:before {
    top: 0;
  }
  .faq-item summary:after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: min(2.88vw, 4.2rem);
    line-height: 4.2rem;
  }
  .faq-item details[open] summary:before {
    top: 0;
    top: 2%;
  }
  .faq-question__title {
    font-size: min(1.51vw, 2.2rem);
    padding: 0 5vw;
    line-height: 1.51vw;
  }
  .faq-answer__wrap {
    padding: 0;
  }
  .faq-answer__txt {
    font-size: min(1.51vw, 2.2rem);
    padding: 2vw 0 0 5vw;
  }
  .faq-answer__txt::before {
    top: 2vw;
    font-size: min(2.88vw, 4.2rem);
    line-height: 2.88vw;
  }
  .about-appli__headline {
    font-size: 2.8rem;
    margin: 0;
    padding-top: 100px;
  }
  .about-appli__headline::before {
    height: 86px;
    background-size: 86px auto;
  }
  .about-appli__headline::after {
    width: 60px;
    height: 4px;
    bottom: -10px;
  }
  .about-appli__headline.ignica::before {
    background-size: 200px auto;
  }
  .about-appli__headline.oe::before {
    background-size: 160px auto;
  }
  .about-appli__headline.od::before {
    background-size: 180px auto;
  }
  .about-appli__icon {
    font-size: 1.6rem;
    width: 200px;
    white-space: nowrap;
  }
  .about-appli__icon a::before {
    width: 200px;
    height: 120px;
    background-position: top center;
    background-size: 120px auto;
  }
  .about-appli__title {
    font-size: 2.4rem;
  }
  .about-appli__link {
    gap: 20px 30px;
    display: flex;
    align-items: stretch;
  }
  .about-appli__link li {
    position: relative;
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    border-radius: 12px;
  }
  .about-appli__link li::after {
    right: 30px;
  }
  .about-appli__link li a {
    font-size: 1.8rem;
    padding: 20px 50px 20px 30px;
  }
  .youtube {
    gap: 50px;
  }
  .youtube-mv {
    width: calc(50% - 25px);
  }
  .contact_lead {
    font-size: min(1.37vw, 2rem);
  }
  .contact-form.completed .contact_lead {
    font-size: min(2.2vw, 3.2rem);
  }
  .contact_lead-txt {
    font-size: min(1.37vw, 2rem);
  }
  .contact-form {
    /*
    width: 80%;
    max-width: 1032px;
    */
  }
  .contact-form .required {
    display: inline-block;
    font-size: min(1.24vw, 1.8rem);
  }
  .contact-form dl {
    margin: 0;
  }
  .contact-form dt {
    font-size: min(1.24vw, 1.8rem);
  }
  .contact-form dt span.optional {
    width: 49px;
    height: 49px;
    line-height: 49px;
    font-size: 1.2rem;
  }
  .contact-form dt.start {
    font-size: min(1.65vw, 2.4rem);
  }
  .contact-form dd {
    margin: 5px 0 0;
  }
  .contact-form dd ul li {
    width: 20%;
  }
  .contact-form dd ul li img {
    height: 2.8vw;
    max-height: 36px;
  }
  .contact-form input[type=text] {
    height: 64px;
    padding: 20px 20px;
    font-size: 1.8rem;
  }
  .contact-form input[type=email] {
    height: 64px;
    padding: 20px 20px;
    font-size: 1.8rem;
  }
  .contact-form textarea {
    height: 64px;
    padding: 20px 20px;
    font-size: 1.8rem;
    height: 200px;
  }
  .contact-form .privacy {
    text-align: center;
  }
  .contact-form .form_submit {
    width: 24.73vw;
    max-width: 360px;
    border-radius: 2.88vw;
    height: 5.77vw;
    max-height: 84px;
    font-size: min(1.37vw, 2rem);
    background-position: center right 1.5vw;
    background-size: 1.71vw auto;
  }
  .contact-form .form_reset {
    width: 13.73vw;
    max-width: 200px;
    border-radius: 2.1vw;
    height: 3.71vw;
    max-height: 54px;
    font-size: min(0.96vw, 1.4rem);
  }
  .contact-form .form_back {
    width: 13.73vw;
    max-width: 200px;
    border-radius: 2.1vw;
    height: 3.71vw;
    max-height: 54px;
    font-size: min(0.96vw, 1.4rem);
  }
  .contact-form-block {
    padding: 0 0 20px;
    display: flex;
    gap: 30px;
  }
  .contact-form-block:not(:first-child) {
    padding: 1.37vw 0;
  }
  .contact-form-block.last {
    border-bottom: none;
    padding: 20px 0 0;
  }
  .contact-form-block.name-wrap dl {
    width: calc(50% - 15px);
  }
  .contact-form-block.mail-wrap dl {
    width: calc(50% - 15px);
  }
  #contact .contact-checkbox {
    padding-top: 0;
    flex-direction: row;
    font-size: min(1.23vw, 1.6rem);
  }
  #contact .contact-checkbox small {
    font-size: min(1vw, 1.2rem);
  }
  #contact .contact-checkbox label {
    width: 23.2%;
  }
  #contact .contact-checkbox label::before {
    width: 1.34vw;
    max-width: 21px;
    height: 1.34vw;
    max-height: 21px;
    border-radius: 3px;
    border: 2px solid #1B2C26;
    content: "";
  }
  #contact .contact-checkbox label:has(:checked)::after {
    top: 0.4vw;
    top: 26%;
    top: 50%;
    transform: translateY(-58%) rotate(45deg);
    left: 0.4vw;
    left: 1.65em;
    width: 0.48vw;
    height: 0.9vw;
    border-width: 0 3px 3px 0;
  }
  .inquiry-tel .contact {
    font-size: 2.6rem;
  }
  .inquiry-tel .tel {
    font-size: 7.3rem;
    text-decoration-thickness: 6px;
    text-underline-offset: 8px;
  }
  .inquiry-tel .time {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1520px) {
  .mv__btn {
    height: 158px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .tab-wrap {
    top: -23px;
    width: 100%;
  }
  .tab-wrap:after {
    height: 97px;
  }
  .tab {
    flex-wrap: nowrap;
  }
  .tab li {
    min-width: 324px;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .tab li:nth-child(1) {
    height: 120px;
    background-image: url("../img/top/g--1.svg");
    background-size: 100% auto;
  }
  .tab li:nth-child(1):hover {
    background-image: url("../img/top/g--1_hov.svg");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .tab li:nth-child(2) {
    height: 120px;
    background-image: url("../img/top/g--2.svg");
    background-size: 100% auto;
    margin-left: -1px;
  }
  .tab li:nth-child(2):hover {
    background-image: url("../img/top/g--2_hov.svg");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .tab li:nth-child(3) {
    margin-top: 0;
    height: 120px;
    background-image: url("../img/top/g--3.svg");
    background-size: 100% auto;
    margin-left: -1px;
  }
  .tab li:nth-child(3):hover {
    background-image: url("../img/top/g--3_hov.svg");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .tab li:nth-child(4) {
    margin-top: 0;
    height: 120px;
    background-image: url("../img/top/g--4.svg");
    background-size: 100% auto;
    margin-left: -1px;
  }
  .tab li:nth-child(4):hover {
    background-image: url("../img/top/g--4_hov.svg");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .tab li::after {
    top: 60px;
    right: 20px;
    width: 26px;
    height: 26px;
    background-size: 26px auto;
  }
  .tab li a small {
    font-size: 1.55rem;
    padding-left: 2.5rem;
  }
  .tab-name {
    height: 22px;
    font-size: 1rem;
  }
  .tab-title {
    font-size: 2.8rem;
    padding-left: 10px;
  }
  .tab-title span {
    font-size: 1.8rem;
    margin-left: -10px;
  }
}
@media screen and (max-width: 1500px) {
  #contact .contact-checkbox label {
    width: 31.733%;
  }
}
@media screen and (max-width: 1240px) {
  #contact .contact-checkbox label {
    width: 26.9230769231vw;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-checkbox label {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  #mirai-entrance {
    margin-top: 120px;
    margin-bottom: 76px;
    min-height: 62.293956044vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #mirai-entrance .left {
    position: relative;
    width: 100%;
    height: 62.293956044vw;
    width: 24.7252747253vw;
  }
  #mirai-entrance .left .l-img01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 24.7252747253vw;
    height: auto;
  }
  #mirai-entrance .left .l-img01 img {
    border-radius: 0 2.4725274725vw 2.4725274725vw 0;
  }
  #mirai-entrance .left .l-img02 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24.7252747253vw;
    height: auto;
  }
  #mirai-entrance .left .l-img02 img {
    border-radius: 0 2.4725274725vw 2.4725274725vw 0;
  }
  #mirai-entrance .main {
    width: 35.782967033vw;
    padding: 0;
  }
  #mirai-entrance .main .logo {
    width: 21.7032967033vw;
    margin-bottom: 2.4725274725vw;
  }
  #mirai-entrance .main .headline {
    font-size: min(1.99vw, 2.9rem);
    padding: 5px 10px;
    margin-bottom: 1.8543956044vw;
  }
  #mirai-entrance .main .summary_pic {
    margin-bottom: 1.510989011vw;
  }
  #mirai-entrance .main .cap {
    font-size: min(1.65vw, 2.22rem);
    padding-bottom: 1.2362637363vw;
    margin-bottom: 0.8928571429vw;
  }
  #mirai-entrance .main .txt {
    font-size: min(1.24vw, 1.8rem);
    line-height: 1.5;
  }
  #mirai-entrance .right {
    position: relative;
    width: 100%;
    height: 62.293956044vw;
    width: 24.7252747253vw;
  }
  #mirai-entrance .right .r-img01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 24.7252747253vw;
    height: auto;
  }
  #mirai-entrance .right .r-img01 img {
    border-radius: 2.4725274725vw 0 0 2.4725274725vw;
  }
  #mirai-entrance .right .r-img02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24.7252747253vw;
    height: auto;
  }
  #mirai-entrance .right .r-img02 img {
    border-radius: 2.4725274725vw 0 0 2.4725274725vw;
  }
}
@media screen and (min-width: 600px) {
  .faq_header {
    margin-top: -15vw;
  }
}
/*---------------------------------------------------------------
  未来エントランスの本番フォームからのCSS
---------------------------------------------------------------*/
.contact {
  padding: 5.3571428571vw 0 9.6153846154vw;
  background: #fff;
}

body.confirm .contact {
  padding-top: 0;
}
body.confirm .contact__conts .form_item--gaiyou {
  margin-top: 0;
}
body.confirm .contact__conts .form_flex .form_item input[type=text] {
  pointer-events: none;
  background: #fff;
}
body.confirm .contact__conts .form_flex .form_item input[type=email] {
  pointer-events: none;
  background: #fff;
}
body.confirm .contact__conts .form_flex .form_item input[type=number] {
  pointer-events: none;
  background: #fff;
}
body.confirm .contact__conts .form_flex .form_item select {
  pointer-events: none;
  background: #fff;
}
body.confirm .contact__conts .form_flex .form_item textarea {
  pointer-events: none;
  background: #fff;
}
body.confirm .contact__conts .form_flex .form_item .cont--select:before {
  height: 3.3653846154vw;
  width: 4.4642857143vw;
  top: 0vw;
  right: 0.0686813187vw;
  background: #C7C2B8;
}
@media screen and (max-width: 767px) {
  body.confirm .contact__conts .form_flex .form_item .cont--select:before {
    width: 16vw;
    height: 100%;
  }
}
body.confirm .contact__conts .btnset_confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: center;
  justify-content: center;
}

.contact_lead {
  text-align: center;
  border-bottom: 1px solid #1B2C24;
  font-weight: 400;
  font-size: min(1.37vw, 2rem);
}

.contact__conts {
  width: 55.3571428571vw;
  /*width:100%;*/
  margin: 0 auto;
  padding-top: 1.2362637363vw;
}
.contact__conts .hissu_txt {
  color: #d00000;
  font-size: 0.9615384615vw;
  margin-bottom: 2.0604395604vw;
  line-height: 1;
}
.contact__conts label.error {
  color: #d00000;
  font-style: italic;
}
.contact__conts .form_item:nth-of-type(n + 1) {
  margin-top: 2.0604395604vw;
}
.contact__conts .form_item .ttl {
  line-height: 1;
  font-size: 1.2362637363vw;
  margin-bottom: 1.0302197802vw;
}
.contact__conts .form_item .ttl i {
  color: #d00000;
}
.contact__conts .form_item--gaiyou .cont {
  display: flex;
  flex-wrap: wrap;
}
.contact__conts .form_item--gaiyou .cont p {
  position: relative;
  padding: 0.5em 0.5em 0.5em 2.1em;
  line-height: 2.4rem;
  width: 50%;
}
.contact__conts .form_item--gaiyou .cont p:nth-of-type(1) {
  width: 50%;
}
.contact__conts .form_item--gaiyou .cont p:nth-of-type(4) {
  width: 50%;
}
.contact__conts .form_item--gaiyou .cont p:nth-of-type(2) {
  width: 50%;
}
.contact__conts .form_item--gaiyou .cont p:nth-of-type(5) {
  width: 50%;
}
.contact__conts .form_item--gaiyou .cont p:nth-of-type(3) {
  width: 50%;
}
.contact__conts .form_item--gaiyou .cont p:nth-of-type(6) {
  width: 50%;
}
.contact__conts .form_item--gaiyou .cont p input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.contact__conts .form_item--gaiyou .cont p input:checked + label:after {
  opacity: 1;
}
.contact__conts .form_item--gaiyou .cont p label:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 0%;
  border: 0.0686813187vw solid #707070;
  border-radius: 20%;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%) scale(1.1);
  top: 50%;
  left: 0.1373626374vw;
}
.contact__conts .form_item--gaiyou .cont p label:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 0.2747252747vw solid #22BCDD;
  border-left: 0.2747252747vw solid #22BCDD;
  opacity: 0;
  height: 0.8em;
  width: 1.2em;
  transform: rotate(-45deg) scale(1.1);
  top: 0.1em;
  left: 0.2em;
}
.contact__conts .form_item--gaiyou .cont p.unchecked {
  opacity: 0.4;
}
.contact__conts .form_item--jiki .cont {
  display: flex;
  flex-wrap: wrap;
}
.contact__conts .form_item--jiki .cont p {
  position: relative;
}
.contact__conts .form_item--jiki .cont p:nth-of-type(1) {
  width: 7.5em;
}
.contact__conts .form_item--jiki .cont p:nth-of-type(2) {
  width: 7em;
}
.contact__conts .form_item--jiki .cont p:nth-of-type(3) {
  width: 6.6em;
}
.contact__conts .form_item--jiki .cont p:nth-of-type(4) {
  width: 7em;
}
.contact__conts .form_item--jiki .cont p input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.contact__conts .form_item--jiki .cont p input:checked + label:after {
  opacity: 1;
}
.contact__conts .form_item--jiki .cont p label {
  padding-left: 1.7em;
}
.contact__conts .form_item--jiki .cont p label:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  border: 0.0686813187vw solid #707070;
  border-radius: 100%;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%) scale(1.2);
  top: 50%;
  left: 0.1373626374vw;
}
.contact__conts .form_item--jiki .cont p label:after {
  content: "";
  display: block;
  position: absolute;
  background: #d00000;
  box-sizing: content-box;
  border-radius: 100%;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%) scale(70%);
  top: 50%;
  left: 0.1373626374vw;
  opacity: 0;
}
.contact__conts .form_item--jiki .cont p.unchecked {
  opacity: 0.4;
}
.contact__conts .form_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact__conts .form_flex .form_item {
  width: 26.9230769231vw;
}
.contact__conts .form_flex .form_item:nth-of-type(n + 1) {
  margin-top: 2.0604395604vw;
}
.contact__conts .form_flex .form_item input[type=text] {
  width: 100%;
  height: 3.4340659341vw;
  border-radius: 3.4340659341vw;
  border: solid 0.0686813187vw #C9C9C9;
  padding-left: 1.3736263736vw;
  background: #F7F6F4;
}
.contact__conts .form_flex .form_item input[type=email] {
  width: 100%;
  height: 3.4340659341vw;
  border-radius: 3.4340659341vw;
  border: solid 0.0686813187vw #C9C9C9;
  padding-left: 1.3736263736vw;
  background: #F7F6F4;
}
.contact__conts .form_flex .form_item input[type=number] {
  width: 100%;
  height: 3.4340659341vw;
  border-radius: 3.4340659341vw;
  border: solid 0.0686813187vw #C9C9C9;
  padding-left: 1.3736263736vw;
  background: #F7F6F4;
}
.contact__conts .form_flex .form_item select {
  width: 100%;
  height: 3.4340659341vw;
  border-radius: 3.4340659341vw;
  border: solid 0.0686813187vw #C9C9C9;
  background: #F7F6F4;
  padding-left: 1.3736263736vw;
}
.contact__conts .form_flex .form_item textarea {
  width: 100%;
  height: 16.4835164835vw;
  border-radius: 1.717032967vw;
  border: solid 0.0686813187vw #C9C9C9;
  background: #F7F6F4;
  padding: 1.0989010989vw 1.3736263736vw;
}
.contact__conts .form_flex .form_item .cont--select {
  position: relative;
}
.contact__conts .form_flex .form_item .cont--select:before {
  content: "";
  display: block;
  height: 3.2967032967vw;
  width: 4.4642857143vw;
  position: absolute;
  top: 0.0686813187vw;
  right: 0.0686813187vw;
  border-radius: 0 3.2967032967vw 3.2967032967vw 0;
  pointer-events: none;
  /*background-image: url(../img/top/contact-arrow.png);*/
  background-color: #22BCDD;
  background-size: auto 100%;
}
.contact__conts .form_flex .form_item .cont--select:after {
  content: "";
  display: block;
  height: 2.1978021978vw;
  width: 0.9615384615vw;
  position: absolute;
  top: 0.6181318681vw;
  right: 1.7857142857vw;
  background: url(../img/top/form_select_icon.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.contact__conts .form_flex .form_item--tel {
  margin-right: 30%;
}
.contact__conts .form_flex .form_item--msg {
  width: 100%;
}
.contact__conts .btnset_input {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact__conts .btnset_input .b_reset {
  text-align: center;
  border: none;
  background: #fff;
  border: 1px solid #A8A3A0;
  border-radius: 2.0604395604vw;
  margin: 2.0604395604vw auto 0;
  padding: 0 0;
  width: 14.010989011vw;
  height: 3.7087912088vw;
  font-size: 0.9615384615vw;
  line-height: 1;
  color: #A8A3A0;
  font-weight: bold;
  cursor: pointer;
}
.contact__conts .btnset_input .b_reset:hover {
  opacity: 0.7;
}
.contact__conts .btnset_input.hide {
  display: none;
}
.contact__conts .btnset_confirm .b_back {
  text-align: center;
  border: none;
  background: #A8A3A0;
  border: 1px solid #A8A3A0;
  border-radius: 2.0604395604vw;
  margin: 2.0604395604vw auto 0;
  padding: 0 0;
  width: 14.010989011vw;
  height: 3.7087912088vw;
  font-size: 0.9615384615vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.contact__conts .btnset_confirm .b_back:hover {
  opacity: 0.7;
}
.contact__conts .contact__conts .b_submit {
  border: none;
  width: 20.6043956044vw;
  height: 4.8076923077vw;
  border-radius: 4.8076923077vw;
  margin: 3.8461538462vw auto 0;
  border: 1px solid #1B2C26;
  box-shadow: 0px 4px 0px #1B2C26;
  font-weight: 600;
  font-size: 1.2362637363vw;
  color: #1B2C26;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: opacity;
  cursor: pointer;
}
.contact__conts .contact__conts .b_submit:hover {
  background-color: #22BCDD;
}
.contact__conts .contact__conts .b_submit i {
  background: url(../img/top/contact-arrow-btn.png) no-repeat;
  background-image: url(../img/top/contact-arrow.png);
  background-size: cover;
  width: 1.6483516484vw;
  height: 1.0989010989vw;
  position: absolute;
  top: 50%;
  right: 1.2362637363vw;
  transform: translateY(-50%);
}
.contact__conts .b_grade {
  background: #22BCDD;
  transition-duration: 0.3s;
  position: relative;
  transition-property: opacity;
  color: #fff;
}
.contact__conts .b_submit.b_back {
  background: #aaa;
}
.contact__conts .b_submit {
  border: none;
  width: 20.6043956044vw;
  height: 4.8076923077vw;
  border-radius: 4.8076923077vw;
  margin: 3.8461538462vw auto 0;
  border: 1px solid #1B2C26;
  box-shadow: 0px 4px 0px #1B2C26;
  font-weight: 600;
  font-size: 1.2362637363vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: opacity;
  cursor: pointer;
  background-image: url(../img/top/contact-arrow-btn_white.png);
  background-repeat: no-repeat;
  background-size: 1.71vw auto;
  background-position: center right 1.5vw;
}
.contact__conts .btnset_input .b_reset {
  text-align: center;
  border: none;
  background: #fff;
  border: 1px solid #A8A3A0;
  border-radius: 2.0604395604vw;
  margin: 2.0604395604vw auto 0;
  padding: 0 0;
  width: 14.010989011vw;
  height: 3.7087912088vw;
  font-size: 0.9615384615vw;
  line-height: 1;
  color: #A8A3A0;
  font-weight: bold;
  cursor: pointer;
}
.contact__conts .b_submit.b_backhome {
  background: #22BCDD;
  margin: 0 auto 0;
  color: #1B2C26;
  border: 1px solid #1B2C26;
  box-shadow: 0px 4px 0px #1B2C26;
}
.contact__conts .b_submit.b_backhome i {
  display: none;
}
.contact__conts .thanks_msg {
  text-align: center;
  margin: 0 auto 2.7472527473vw;
  font-size: 1.2362637363vw;
  letter-spacing: 0.1em;
}

body.thanks .contact__conts {
  border: none;
}

@media screen and (max-width: 767px) {
  body.confirm .contact {
    padding-top: 29.3333333333vw;
  }
  .contact {
    padding: 26.6666666667vw 0;
  }
  .contact_lead {
    font-size: min(4.27vw, 1.6rem);
  }
  .contact__conts {
    width: 91.7333333333vw;
    border-top: solid #000 0.2666666667vw;
    padding-top: 5.3333333333vw;
  }
  .contact__conts .hissu_txt {
    font-size: 3.7333333333vw;
    margin-bottom: 12vw;
  }
  .contact__conts .form_item:nth-of-type(n + 1) {
    margin-top: 12vw;
  }
  .contact__conts .form_item .ttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .contact__conts .form_item--gaiyou .cont {
    display: block;
  }
  .contact__conts .form_item--gaiyou .cont p {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    padding-left: 2.1em;
    width: 100%;
  }
  .contact__conts .form_item--gaiyou .cont p:nth-of-type(1) {
    width: 100%;
  }
  .contact__conts .form_item--gaiyou .cont p:nth-of-type(4) {
    width: 100%;
  }
  .contact__conts .form_item--gaiyou .cont p:nth-of-type(2) {
    width: 100%;
  }
  .contact__conts .form_item--gaiyou .cont p:nth-of-type(5) {
    width: 100%;
  }
  .contact__conts .form_item--gaiyou .cont p:nth-of-type(3) {
    width: 100%;
  }
  .contact__conts .form_item--gaiyou .cont p:nth-of-type(6) {
    width: 100%;
  }
  .contact__conts .form_item--gaiyou .cont p label:before {
    border: 0.2666666667vw solid #707070;
    left: 0.5333333333vw;
  }
  .contact__conts .form_item--gaiyou .cont p label:after {
    border-bottom: 1.0666666667vw solid #22BCDD;
    border-left: 1.0666666667vw solid #22BCDD;
  }
  .contact__conts .form_item--jiki .cont {
    display: block;
  }
  .contact__conts .form_item--jiki .cont p:nth-of-type(1) {
    width: 100%;
  }
  .contact__conts .form_item--jiki .cont p:nth-of-type(2) {
    width: 100%;
  }
  .contact__conts .form_item--jiki .cont p:nth-of-type(3) {
    width: 100%;
  }
  .contact__conts .form_item--jiki .cont p:nth-of-type(4) {
    width: 100%;
  }
  .contact__conts .form_item--jiki .cont p label {
    padding-left: 1.9em;
  }
  .contact__conts .form_item--jiki .cont p label:before {
    border: 0.2666666667vw solid #707070;
    left: 0.5333333333vw;
  }
  .contact__conts .form_item--jiki .cont p label:after {
    left: 0.5333333333vw;
  }
  .contact__conts .form_flex {
    display: block;
  }
  .contact__conts .form_flex .form_item:nth-of-type(n + 1) {
    margin-top: 12vw;
  }
  .contact__conts .form_flex .form_item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5.3333333333vw;
  }
  .contact__conts .form_flex .form_item input[type=text] {
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    border: solid 0.2666666667vw #C9C9C9;
    padding-left: 5.3333333333vw;
  }
  .contact__conts .form_flex .form_item input[type=email] {
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    border: solid 0.2666666667vw #C9C9C9;
    padding-left: 5.3333333333vw;
  }
  .contact__conts .form_flex .form_item input[type=number] {
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    border: solid 0.2666666667vw #C9C9C9;
    padding-left: 5.3333333333vw;
  }
  .contact__conts .form_flex .form_item select {
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    border: solid 0.2666666667vw #C9C9C9;
    padding-left: 5.3333333333vw;
  }
  .contact__conts .form_flex .form_item textarea {
    height: 91.7333333333vw;
    border-radius: 6.6666666667vw;
    border: solid 0.2666666667vw #C9C9C9;
    padding: 3.7333333333vw 5.3333333333vw;
  }
  .contact__conts .form_flex .form_item .cont--select:before {
    height: 12.8vw;
    width: 16vw;
    top: 0.2666666667vw;
    right: 0.2666666667vw;
    border-radius: 0 6.4vw 6.4vw 0;
  }
  .contact__conts .form_flex .form_item .cont--select:after {
    height: 6.9333333333vw;
    width: 4.2666666667vw;
    top: 3.2vw;
    right: 6.9333333333vw;
  }
  .contact__conts .form_flex .form_item--tel {
    margin-right: 0;
  }
  .contact__conts .btnset_input .b_reset {
    margin: 10.1333333333vw auto 0;
    width: 54.4vw;
    height: 14.4vw;
    border-radius: 14.4vw;
    font-size: 3.7333333333vw;
  }
  .contact__conts .btnset_confirm .b_back {
    margin: 10.1333333333vw auto 0;
    width: 54.4vw;
    font-size: 3.7333333333vw;
    height: 10vw;
    border-radius: 10vw;
  }
  .contact__conts .b_submit {
    margin: 12.8vw auto 0;
    width: 80vw;
    height: 18.6666666667vw;
    border-radius: 18.6666666667vw;
    font-size: 5.8666666667vw;
    background-size: 6.67vw auto;
    background-position: center right 5vw;
  }
  .contact__conts .b_submit i {
    width: 5.8666666667vw;
    height: 4.2666666667vw;
    right: 6.4vw;
  }
  .contact__conts .b_submit.b_backhome {
    margin: 14.6666666667vw auto 0;
  }
  .contact__conts .thanks_msg {
    font-weight: 400;
    text-align: left;
    margin: 0 auto 10.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.6;
  }
  body.thanks .contact__conts {
    border-top: solid #000 0.2666666667vw;
    padding-top: 4.5333333333vw;
  }
}

/* PLAN layout guard */
.plan-wrap .plan_box {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 210px;
  gap: 14px;
  align-items: center;
  min-height: 134px;
  padding: 14px 18px;
  border-radius: 18px;
}
.plan-wrap .plan_name {
  width: auto;
  height: 98px;
  margin: 0;
  border-right: 2px solid #C7C2B8;
  border-bottom: 0;
  line-height: 1;
  letter-spacing: 0.14em;
}
.plan-wrap .plan_name .plan_name-en {
  font-size: 1.25rem;
  line-height: 1.1;
}
.plan-wrap .plan_name .plan_name-ja {
  font-size: 2.7rem;
  line-height: 1.05;
}
.plan-wrap .plan_content {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.plan-wrap .plan_content-item {
  width: 88px;
  height: 88px;
  max-width: none;
  max-height: none;
  padding: 0;
  margin: 0;
  border-radius: 50%;
}
.plan-wrap .plan_content-item:not(:first-child),
.plan-wrap .plan_content-item:not(:last-child) {
  margin: 0;
}
.plan-wrap .plan_content-plus {
  margin: 0 4px;
  font-size: 3.5rem;
  line-height: 1;
}
.plan-wrap .plan_price-wrap {
  justify-content: flex-end;
  width: auto;
  max-width: none;
}
.plan-wrap .plan_equal {
  padding-right: 18px;
  font-size: 3.8rem;
  line-height: 1;
}
.plan-wrap .plan_price {
  width: auto;
  min-width: 150px;
  color: #1B2C26;
  font-size: 1.55rem;
  text-align: left;
}
#compact-mapping .plan-wrap .plan_price span,
#tenogame .plan-wrap .plan_price span,
#vgacha .plan-wrap .plan_price span,
#vnade .plan-wrap .plan_price span {
  padding-right: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-shadow: none;
}
.plan-wrap .plan_price-before {
  color: var(--plan-subscription);
  font-size: 2.45rem;
  line-height: 1;
  text-shadow: 1px 1px 0 #1B2C26, -1px -1px 0 #1B2C26, -1px 1px 0 #1B2C26, 1px -1px 0 #1B2C26;
}
.plan-wrap .plan_price-before > span {
  padding-right: 4px;
}
.plan-wrap .plan_price-current {
  font-size: 1.55rem;
  line-height: 1;
}
#compact-mapping .plan-wrap .plan_price-current > span:first-child,
#tenogame .plan-wrap .plan_price-current > span:first-child,
#vgacha .plan-wrap .plan_price-current > span:first-child,
#vnade .plan-wrap .plan_price-current > span:first-child {
  padding-right: 4px;
  color: #FF3E72;
  font-size: 4.8rem;
  line-height: 0.9;
  text-shadow: 1.4px 1.4px 0 #1B2C26, -1.4px -1.4px 0 #1B2C26, -1.4px 1.4px 0 #1B2C26, 1.4px -1.4px 0 #1B2C26, 0 5px 0 #1B2C26;
}
#compact-mapping .plan-wrap .plan_box--subscription .plan_price-current > span:first-child,
#tenogame .plan-wrap .plan_box--subscription .plan_price-current > span:first-child,
#vgacha .plan-wrap .plan_box--subscription .plan_price-current > span:first-child,
#vnade .plan-wrap .plan_box--subscription .plan_price-current > span:first-child {
  color: var(--plan-subscription);
}
.plan-wrap .plan_price-unit {
  padding-bottom: 5px;
  color: #1B2C26;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.25;
  text-shadow: none;
}

@media screen and (max-width: 750px) {
  .plan-wrap .plan_box {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 22px 22px 24px;
    border-radius: 9px;
  }
  .plan-wrap .plan_name {
    width: 132px;
    height: auto;
    padding-bottom: 8px;
    border-right: 0;
    border-bottom: 2px solid #C7C2B8;
  }
  .plan-wrap .plan_name .plan_name-en {
    font-size: 1rem;
  }
  .plan-wrap .plan_name .plan_name-ja {
    font-size: 2.8rem;
  }
  .plan-wrap .plan_content {
    flex-direction: column;
    width: 100%;
  }
  .plan-wrap .plan_content-item {
    width: 100%;
    height: 66px;
    border-radius: 7px;
  }
  .plan-wrap .plan_content-plus {
    margin: -2px 0;
    font-size: 3.1rem;
    line-height: 0.9;
  }
  .plan-wrap .plan_price-wrap {
    justify-content: flex-start;
    width: 100%;
    margin-top: 14px;
  }
  .plan-wrap .plan_equal {
    padding-right: 16px;
    font-size: 4.2rem;
  }
  .plan-wrap .plan_price {
    min-width: 0;
    font-size: 1.35rem;
  }
  .plan-wrap .plan_price-before {
    font-size: 2.8rem;
  }
  #compact-mapping .plan-wrap .plan_price-current > span:first-child,
  #tenogame .plan-wrap .plan_price-current > span:first-child,
  #vgacha .plan-wrap .plan_price-current > span:first-child,
  #vnade .plan-wrap .plan_price-current > span:first-child {
    font-size: 4.8rem;
  }
  .plan-wrap .plan_price-unit {
    padding-bottom: 4px;
    font-size: 1.22rem;
  }
}
/* PLAN XD specs override */
#compact-mapping .plan-wrap,
#tenogame .plan-wrap {
  --plan-line: #629CE0;
  --plan-soft: #B0CDEF;
  --plan-title: #D5E8FF;
}
#vgacha .plan-wrap {
  --plan-line: #FFC583;
  --plan-soft: #F7CFA0;
  --plan-title: #F7CFA0;
}
#vnade .plan-wrap {
  --plan-line: #F29AC1;
  --plan-soft: #F29AC1;
  --plan-title: #FFD6E8;
}
.plan-wrap .container {
  width: min(100%, 1296px);
  max-width: 1296px;
  padding: 0;
}
.plan-wrap {
  width: min(1296px, calc(100vw - 70px));
  margin-right: auto;
  margin-left: auto;
}
.plan-wrap .headline03 {
  margin-bottom: 18px;
}
.plan-wrap .headline03 .sub {
  color: var(--plan-title);
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 5.2px;
  line-height: 36px;
  -webkit-text-stroke: 1px #3B3B3B;
  text-shadow: 0 4px 0 #3B3B3B;
}
.plan-wrap .plan_list {
  width: min(100%, 1296px);
  gap: 27px;
}
.plan-wrap .plan_box {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 170px minmax(0, 720px) 310px;
  gap: 18px;
  width: 1296px;
  max-width: 100%;
  min-height: 223px;
  padding: 28px 36px 22px;
  border-color: #3B3B3B;
  border-radius: 24px;
  background: #F7F6F4;
}
.plan-wrap .plan_box:nth-child(2) {
  min-height: 236px;
}
.plan-wrap .plan_name {
  height: 145px;
  padding-right: 22px;
  border-right: 3px solid #C7C2B8;
  border-bottom: 0;
}
.plan-wrap .plan_name .plan_name-en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 27px;
  text-shadow: 1px 0 0 #3B3B3B, -1px 0 0 #3B3B3B, 0 1px 0 #3B3B3B, 0 -1px 0 #3B3B3B;
  -webkit-text-stroke: 1px #3B3B3B;
}
.plan-wrap .plan_name .plan_name-en-sub,
.plan-wrap .plan_name .plan_name-en-plan {
  display: block;
}
.plan-wrap .plan_name .plan_name-en-sub {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 27px;
}
.plan-wrap .plan_name .plan_name-en-plan {
  font-size: 24px;
  letter-spacing: 2.4px;
  line-height: 27px;
}
.plan-wrap .plan_name .plan_name-ja {
  margin-top: 5px;
  font-family: "Noto Sans JP", "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 27px;
  white-space: nowrap;
  text-shadow: 1px 0 0 #3B3B3B, -1px 0 0 #3B3B3B, 0 1px 0 #3B3B3B, 0 -1px 0 #3B3B3B;
  -webkit-text-stroke: 1px #3B3B3B;
}
.plan-wrap .plan_box:nth-child(n+2) .plan_name .plan_name-ja {
  font-size: 34px;
  letter-spacing: -1px;
}
.plan-wrap .plan_body {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan-wrap .plan_content {
  justify-content: flex-start;
}
.plan-wrap .plan_content-item {
  box-sizing: border-box;
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  border-color: var(--plan-line);
  border-radius: 50%;
  background: #EDEDED;
}
.plan-wrap .plan_content-item-cap {
  color: #3B3B3B;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 18px;
}
.plan-wrap .plan_content-plus {
  width: 36px;
  margin: 0 -3px;
  color: var(--plan-soft);
  font-size: 60px;
  letter-spacing: 6px;
  line-height: 27px;
  text-align: center;
  -webkit-text-stroke: 1px #1B2C26;
  text-shadow: 1px 0 0 #1B2C26, -1px 0 0 #1B2C26, 0 1px 0 #1B2C26, 0 -1px 0 #1B2C26;
}
.plan-wrap .plan_note {
  color: #3B3B3B;
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
}
.plan-wrap .plan_price-wrap {
  align-self: center;
  justify-content: flex-end;
}
.plan-wrap .plan_equal {
  width: 36px;
  padding-right: 34px;
  color: #3B3B3B;
  font-size: 60px;
  letter-spacing: 6px;
  line-height: 27px;
}
.plan-wrap .plan_price {
  min-width: 258px;
  color: #3B3B3B;
}
.plan-wrap .plan_price-before {
  color: #3B3B3B;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2.4px;
  line-height: 36px;
  -webkit-text-stroke: 0;
  text-shadow: none;
}
#compact-mapping .plan-wrap .plan_price-before > span,
#tenogame .plan-wrap .plan_price-before > span,
#vgacha .plan-wrap .plan_price-before > span,
#vnade .plan-wrap .plan_price-before > span {
  color: var(--plan-soft);
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  font-weight: 700;
  letter-spacing: -1.86px;
  line-height: 27px;
  -webkit-text-stroke: 1px #3B3B3B;
  text-shadow: 0 4px 0 #3B3B3B;
}
.plan-wrap .plan_price-before::after {
  left: 0;
  right: auto;
  width: 121px;
  height: 4px;
  border-radius: 4px;
  background: #EB4867;
}
.plan-wrap .plan_campaign {
  width: 258px;
  margin-top: 7px;
  color: #EB4867;
  font-family: "Noto Sans JP", "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 27px;
  text-align: center;
  -webkit-text-stroke: 1px #3B3B3B;
  text-shadow: none;
}
.plan-wrap .plan_box:nth-child(2) .plan_campaign {
  width: 266px;
  font-size: 16px;
  letter-spacing: -0.8px;
  line-height: 27px;
}
.plan-wrap .plan_price-current {
  margin-top: 0;
  color: #3B3B3B;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2.4px;
  line-height: 36px;
}
#compact-mapping .plan-wrap .plan_price-current > span:first-child,
#tenogame .plan-wrap .plan_price-current > span:first-child,
#vgacha .plan-wrap .plan_price-current > span:first-child,
#vnade .plan-wrap .plan_price-current > span:first-child {
  color: #EB4867;
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -2.7px;
  line-height: 0.9;
  -webkit-text-stroke: 1px #3B3B3B;
  text-shadow: 0 4px 0 #3B3B3B;
}
#compact-mapping .plan-wrap .plan_box--subscription .plan_price-current > span:first-child,
#tenogame .plan-wrap .plan_box--subscription .plan_price-current > span:first-child,
#vgacha .plan-wrap .plan_box--subscription .plan_price-current > span:first-child,
#vnade .plan-wrap .plan_box--subscription .plan_price-current > span:first-child {
  color: var(--plan-soft);
}
.plan-wrap .plan_price-unit {
  padding-bottom: 2px;
  color: #3B3B3B;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2.4px;
  line-height: 36px;
}

@media screen and (min-width: 751px) and (max-width: 1400px) {
  .plan-wrap {
    width: min(1000px, calc(100vw - 64px));
  }
  .plan-wrap .container,
  .plan-wrap .plan_list {
    width: 100%;
    max-width: 100%;
  }
  .plan-wrap .plan_box {
    grid-template-columns: clamp(122px, 14vw, 150px) minmax(0, 1fr) clamp(200px, 25vw, 250px);
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 223px;
    padding: 22px 24px;
  }
  .plan-wrap .plan_box:nth-child(2) {
    min-height: 236px;
  }
  .plan-wrap .plan_name {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding-right: 18px;
  }
  .plan-wrap .plan_name .plan_name-ja {
    font-size: 36px;
  }
  .plan-wrap .plan_box:nth-child(n+2) .plan_name .plan_name-ja {
    font-size: 32px;
  }
  .plan-wrap .plan_body {
    justify-content: center;
  }
  .plan-wrap .plan_content {
    display: grid;
    grid-template-columns: minmax(86px, 1fr) clamp(18px, 2vw, 24px) minmax(86px, 1fr) clamp(18px, 2vw, 24px) minmax(86px, 1fr) clamp(18px, 2vw, 24px) minmax(86px, 1fr);
    align-items: center;
    width: 100%;
  }
  .plan-wrap .plan_content-item {
    flex: none;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 1/1;
  }
  .plan-wrap .plan_content-item-cap {
    font-size: clamp(10px, 1.05vw, 13px);
    letter-spacing: 0.8px;
    line-height: 1.35;
  }
  .plan-wrap .plan_content-plus {
    flex: none;
    width: auto;
    margin: 0;
    font-size: clamp(34px, 4vw, 48px);
    letter-spacing: 3px;
  }
  .plan-wrap .plan_note {
    font-size: 9px;
    line-height: 1.35;
  }
  .plan-wrap .plan_price-wrap {
    justify-content: flex-end;
    margin-top: 0;
  }
  .plan-wrap .plan_equal {
    width: 28px;
    padding-right: 12px;
    font-size: 46px;
  }
  .plan-wrap .plan_price {
    min-width: 0;
  }
  #compact-mapping .plan-wrap .plan_price-before > span,
  #tenogame .plan-wrap .plan_price-before > span,
  #vgacha .plan-wrap .plan_price-before > span,
  #vnade .plan-wrap .plan_price-before > span {
    font-size: 56px;
  }
  .plan-wrap .plan_price-before::after {
    width: 108px;
  }
  .plan-wrap .plan_campaign {
    width: 205px;
    font-size: 16px;
    line-height: 22px;
  }
  .plan-wrap .plan_box:nth-child(2) .plan_campaign {
    width: 218px;
    font-size: 13px;
    line-height: 22px;
  }
  #compact-mapping .plan-wrap .plan_price-current > span:first-child,
  #tenogame .plan-wrap .plan_price-current > span:first-child,
  #vgacha .plan-wrap .plan_price-current > span:first-child,
#vnade .plan-wrap .plan_price-current > span:first-child {
    font-size: 68px;
  }
  .plan-wrap .plan_price-current,
  .plan-wrap .plan_price-unit {
    font-size: 18px;
    letter-spacing: 1.2px;
    line-height: 26px;
  }
}

@media screen and (max-width: 750px) {
  .plan-wrap {
    width: 100%;
  }
  .plan-wrap .container {
    width: 321px;
    max-width: calc(100vw - 54px);
  }
  .plan-wrap .headline03 {
    margin-bottom: 16px;
  }
  .plan-wrap .headline03 .sub {
    font-size: 36px;
    letter-spacing: 3.6px;
    line-height: 46px;
  }
  .plan-wrap .plan_list {
    width: 321px;
    max-width: 100%;
    gap: 16px;
  }
  .plan-wrap .plan_box {
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 321px;
    min-height: 870px;
    padding: 34px 30px 19px;
    border-radius: 16px;
  }
  .plan-wrap .plan_box--subscription {
    min-height: 800px;
  }
  .plan-wrap .plan_name {
    width: 180px;
    height: auto;
    padding: 0 0 17px;
    border-right: 0;
    border-bottom: 2px solid #C7C2B8;
  }
  .plan-wrap .plan_name .plan_name-en {
    line-height: 27px;
  }
  .plan-wrap .plan_name .plan_name-en-sub,
  .plan-wrap .plan_name .plan_name-en-plan {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 27px;
  }
  .plan-wrap .plan_name .plan_name-ja {
    margin-top: 5px;
    font-size: 48px;
    line-height: 27px;
  }
  .plan-wrap .plan_box:nth-child(n+2) .plan_name .plan_name-ja {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .plan-wrap .plan_body {
    width: 100%;
    margin-top: 26px;
  }
  .plan-wrap .plan_content-item {
    flex-basis: auto;
    width: 261px;
    height: 90px;
    border-radius: 12px;
  }
  .plan-wrap .plan_content-item-cap {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 20px;
  }
  .plan-wrap .plan_content-plus {
    width: 36px;
    margin: -10px auto -12px;
    font-size: 60px;
    letter-spacing: 6px;
    line-height: 44px;
  }
  .plan-wrap .plan_note {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.25;
  }
  .plan-wrap .plan_price-wrap {
    align-items: flex-end;
    width: 100%;
    margin-top: auto;
    padding-top: 20px;
  }
  .plan-wrap .plan_equal {
    width: 36px;
    margin-bottom: 22px;
    padding-right: 16px;
    font-size: 60px;
    letter-spacing: 6px;
    line-height: 27px;
  }
  .plan-wrap .plan_price {
    min-width: 0;
  }
  .plan-wrap .plan_price-before {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
  }
  #compact-mapping .plan-wrap .plan_price-before > span,
  #tenogame .plan-wrap .plan_price-before > span,
  #vgacha .plan-wrap .plan_price-before > span,
  #vnade .plan-wrap .plan_price-before > span {
    font-size: 80px;
    letter-spacing: -2.4px;
  }
  .plan-wrap .plan_price-before::after {
    left: 8px;
    width: 118px;
  }
  .plan-wrap .plan_campaign {
    width: 261px;
    margin-top: 8px;
    margin-left: -52px;
    font-family: "Noto Sans JP", "Zen Maru Gothic", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 27px;
    text-align: center;
    -webkit-text-stroke: 1px #3B3B3B;
    text-shadow: none;
  }
  .plan-wrap .plan_box:nth-child(2) .plan_campaign {
    width: 262px;
    margin-left: -54px;
    font-size: 15px;
    line-height: 27px;
  }
  #compact-mapping .plan-wrap .plan_price-current > span:first-child,
  #tenogame .plan-wrap .plan_price-current > span:first-child,
  #vgacha .plan-wrap .plan_price-current > span:first-child,
  #vnade .plan-wrap .plan_price-current > span:first-child {
    font-size: 80px;
    letter-spacing: -2.4px;
  }
  .plan-wrap .plan_price-current {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .plan-wrap .plan_price-unit {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
  }
}

/* PRICE section */
.price-section {
  background: #fff;
  border-top: 1px solid #1B2C26;
  border-bottom: 1px solid #1B2C26;
  padding: 72px 0 78px;
  scroll-margin-top: 30px;
}
.price-section__inner {
  width: min(1296px, calc(100vw - 70px));
  margin: 0 auto;
}
.price-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 40px;
}
.price-section__title-icon {
  width: 46px;
  height: auto;
}
.price-section__title-text {
  width: 112px;
  height: auto;
}
.price-product {
  border-top: 1px solid #1B2C26;
  padding-top: 52px;
}
.price-product + .price-product {
  margin-top: 58px;
}
.price-product:last-child {
  border-bottom: 1px solid #1B2C26;
  padding-bottom: 54px;
}
.price-product__heading {
  margin-bottom: 40px;
  text-align: center;
}
.price-product__lead {
  margin: 0 0 10px;
  color: #1B2C26;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.9px;
  line-height: 1.4;
}
.price-product__name {
  margin: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  -webkit-text-stroke: 1px #3B3B3B;
  text-shadow: 0 4px 0 #3B3B3B;
}
.price-product__name--tenogame {
  color: #D5E8FF;
}
.price-product__name--vgacha {
  color: #F7CFA0;
}
.price-product__name-img {
  width: 166px;
  height: auto;
}
#price .price-product--tenogame {
  --plan-line: #629CE0;
  --plan-soft: #B0CDEF;
}
#price .price-product--vgacha {
  --plan-line: #FFC583;
  --plan-soft: #F7CFA0;
}
#price .price-product--vnade {
  --plan-line: #F29AC1;
  --plan-soft: #F29AC1;
}
#price .plan-wrap {
  width: 100%;
  padding: 0;
}
#price .plan-wrap .container,
#price .plan-wrap .plan_list {
  width: 100%;
  max-width: 100%;
}
#price .plan-wrap .plan_content-item {
  border: 1px solid var(--plan-line);
}
#price .plan-wrap .plan_note {
  font-size: 13px;
}
#price .plan-wrap .plan_price-before > span {
  color: var(--plan-soft);
  font-family: "Montserrat", sans-serif;
  font-size: 62px;
  font-weight: 700;
  letter-spacing: -1.86px;
  line-height: 27px;
  -webkit-text-stroke: 1px #3B3B3B;
  text-shadow: 0 4px 0 #3B3B3B;
}
#price .plan-wrap .plan_price-current > span:first-child {
  color: #EB4867;
  font-family: "Montserrat", sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -2.7px;
  line-height: 0.9;
  -webkit-text-stroke: 1px #3B3B3B;
  text-shadow: 0 4px 0 #3B3B3B;
}
#price .plan-wrap .plan_box--subscription .plan_price-current > span:first-child {
  color: var(--plan-soft);
}

@media screen and (min-width: 751px) and (max-width: 1400px) {
  .price-section__inner {
    width: min(1000px, calc(100vw - 64px));
  }
  #price .plan-wrap .plan_price-before > span {
    font-size: 56px;
  }
  #price .plan-wrap .plan_price-current > span:first-child {
    font-size: 68px;
  }
  #price .plan-wrap .plan_note {
    font-size: 11.7px;
  }
}

@media screen and (max-width: 750px) {
  .price-section {
    padding: 48px 0 58px;
    scroll-margin-top: 12px;
  }
  .price-section__inner {
    width: calc(100vw - 54px);
  }
  .price-section__title {
    gap: 8px;
    margin-bottom: 30px;
  }
  .price-section__title-icon {
    width: 34px;
  }
  .price-section__title-text {
    width: 84px;
  }
  .price-product {
    padding-top: 36px;
  }
  .price-product + .price-product {
    margin-top: 42px;
  }
  .price-product:last-child {
    padding-bottom: 42px;
  }
  .price-product__heading {
    margin-bottom: 24px;
  }
  .price-product__lead {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
  .price-product__name {
    font-size: 28px;
    letter-spacing: 1.4px;
    text-shadow: 0 3px 0 #3B3B3B;
  }
  .price-product__name-img {
    width: 110px;
  }
  #price .plan-wrap .plan_price-before > span,
  #price .plan-wrap .plan_price-current > span:first-child {
    font-size: 80px;
    letter-spacing: -2.4px;
  }
  #price .plan-wrap .plan_note {
    font-size: 13px;
  }
}
/*# sourceMappingURL=top.css.map */
