@charset "UTF-8";
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*青*/
/*緑*/
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only 
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

a {
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.15s ease 0s;
}
a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
.logo_btn {
  width: 295px;
}

html,
body {
  background-color: #fff;
  line-height: 2.0625;
  color: black;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0em;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
  margin: 0;
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 2.0625;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

/* body.Android{
  font-family: $android-font-family;
} */
/* _:-ms-lang(x)::-ms-backdrop, body {
  font-family: $android-font-family;
} */
/* _:-ms-lang(x)::backdrop, body {
  font-family: $android-font-family;
} */
a {
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  -webkit-transition: all 0.15s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.15s ease 0s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.l__wrapper {
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .l__wrapper {
    border: none;
  }
}
.l__footer {
  margin-top: auto;
  height: 100%;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2.125rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

/* base > paragraph
============================================================================================================ */
/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
}
.l-wrap {
  background-image: url("https://vos.line-scdn.net/minidapp-micro/img/common/back.png");
  background-size: cover; /* 画面にぴったりフィット */
  background-repeat: no-repeat; /* 繰り返さない */
  background-position: center center; /* 中央に表示 */
  background-attachment: scroll; /* スクロールに追従（または fixed に変更可） */
  min-height: 100vh;
}

/* layout > header
============================================================================== */
/*  layout > footer
============================================================================================================ */
.ft {
  text-align: center;
  width: 373px;
  background-color: #09BA52;
  margin: auto;
  padding: 40px 20px 12px 20px;
}
@media (max-width: 767px) {
  .ft {
    width: 100%;
    padding: 5.3333333333vw 5.3333333333vw 1.3333333333vw;
  }
}
.ft__img {
  width: 270px;
  margin: auto;
}
.ft__img img {
  width: 100%;
  height: auto;
  display: block;
}
.ft__link {
  margin-top: 30px;
}
.ft p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  padding-top: 40px;
  width: 100%;
  gap: 5px;
}
.btn__img {
  width: calc((100% - 15px) / 2);
}
.btn__img img {
  width: 100%;
  height: auto;
  display: block;
}

.logo_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  padding-top: 36px;
  width: 100%;
  gap: 15px;
}
.logo_btn__img {
  width: 30px;
}
.logo_btn__img img {
  width: 100%;
  height: auto;
  display: block;
}

.copyright {
  margin-top: 20px;
}
.copyright p {
  font-size: 10px;
  color: #fff;
  text-align: center;
}

/*  layout > page-top
============================================================================================================ */
.common__page_top {
  display: inline-block;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 767px) {
  .common__page_top {
    bottom: 10.6666666667vw;
    right: auto;
    left: 20px;
  }
}
.common__page_top--wrap {
  position: relative;
  width: 74px;
  height: 70px;
}
@media (max-width: 767px) {
  .common__page_top--wrap {
    width: 12.6666666667vw;
    height: 12.1333333333vw;
  }
}

.fixed__btn {
  transform: translateX(180%);
  transition: 1s;
}
.fixed__btn.view {
  transform: translateX(0);
  transition: 1s;
}
@media (max-width: 767px) {
  .fixed__btn {
    transform: translateX(-180%);
  }
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 92vw;
  }
}

/*  layout > top
============================================================================================================ */
/*  layout > top
============================================================================================================ */
.about {
  text-align: center;
  width: 373px;
  background-color: #0BA64B;
  margin: auto;
  padding: 40px 20px;
}
@media (max-width: 767px) {
  .about {
    width: 100%;
  }
}
.about h2 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.5px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.about p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: normal;
}

.shadow {
  position: relative;
  z-index: 0;
  width: 373px;
  margin: 0 auto;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  background: transparent;
}
@media (max-width: 767px) {
  .shadow {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
}

.ic_slide {
  text-align: center;
  width: 373px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 60px;
  background-color: #0BA64B;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 767px) {
  .ic_slide {
    width: 100%;
  }
}

.ic_swiper {
  overflow: hidden;
}
.ic_swiper .swiper-wrapper {
  display: flex;
  transition-timing-function: linear; /* ←重要：等速で流す */
}
.ic_swiper .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: auto;
}
.ic_swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 60px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .ic_swiper .swiper-wrapper .swiper-slide img {
    width: 17.3333333333vw;
  }
}

.ic_swiper2 {
  margin-top: 20px;
  overflow: hidden;
}
.ic_swiper2 .swiper-wrapper {
  display: flex;
  transition-timing-function: linear; /* ←重要：等速で流す */
}
.ic_swiper2 .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: auto;
}
.ic_swiper2 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 60px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .ic_swiper2 .swiper-wrapper .swiper-slide img {
    width: 17.3333333333vw;
  }
}

.ic_swiper3 {
  margin-top: 20px;
  overflow: hidden;
}
.ic_swiper3 .swiper-wrapper {
  display: flex;
  transition-timing-function: linear; /* ←重要：等速で流す */
}
.ic_swiper3 .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: auto;
}
.ic_swiper3 .swiper-wrapper .swiper-slide img {
  display: block;
  width: 60px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .ic_swiper3 .swiper-wrapper .swiper-slide img {
    width: 17.3333333333vw;
  }
}

.gameic {
  text-align: center;
  width: 373px;
  margin: auto;
}
@media (max-width: 767px) {
  .gameic {
    width: 100%;
  }
}
.gameic img {
  width: 100%;
}

.comment {
  text-align: center;
  width: 373px;
  background-color: white;
  margin: auto;
  padding: 40px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 767px) {
  .comment {
    width: 100%;
  }
}
.comment h2 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.5px;
  line-height: normal;
  font-weight: 800;
  color: #2b2b2b;
  margin: 0;
}
.comment p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.cmnt_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  margin-top: 20px;
  gap: 15px;
}
.cmnt_icon__img {
  width: 85px;
}
.cmnt_icon__img img {
  width: 100%;
  height: auto;
  display: block;
}
.cmnt_icon img {
  display: none;
}
.cmnt_icon img.active {
  display: block;
}

.cmnt_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  margin-top: 20px;
  gap: 15px;
}
@media (max-width: 767px) {
  .cmnt_icon {
    gap: 4.6666666667vw;
  }
}
.cmnt_icon__img img {
  width: 100%;
  height: auto;
  display: block;
}
.cmnt_icon img {
  width: 100%;
  display: none;
}
.cmnt_icon img.active {
  display: block;
}
.cmnt_icon.g,
.cmnt_icon .o,
.cmnt_icon .b {
  width: 85px;
}
@media (max-width: 767px) {
  .cmnt_icon.g,
  .cmnt_icon .o,
  .cmnt_icon .b {
    width: 24vw;
  }
}

.fkds {
  position: relative;
  margin-top: 18px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.fkds__img {
  position: absolute;
  top: -12px;
  left: 42px;
  width: 50px;
  height: auto;
  transition: left 0.3s ease;
  z-index: 1;
}
.fkds__img img {
  width: 50px;
  height: auto;
  display: block;
}
.fkds__cmnt {
  width: 100%;
  height: 170px;
  margin-top: -19px;
  padding: 20px;
  background-color: #0BA64B;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .fkds__cmnt {
    min-height: 110px;
    height: auto;
  }
}
.fkds__cmnt-item {
  display: none;
}
.fkds__cmnt-item.active {
  display: block;
}
.fkds__text {
  color: #fff;
  text-align: justify !important;
  font-size: 15px;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  line-height: normal;
  -moz-text-align-last: left;
       text-align-last: left;
}
.fkds__text .bold {
  font-weight: 900;
}
.fkds__alert {
  margin-top: 10px;
  color: #2b2b2b !important;
  font-size: 11px !important;
  letter-spacing: 0.5px;
  line-height: normal;
  -moz-text-align-last: left;
       text-align-last: left;
}

.alert {
  font-size: 12px;
  line-height: normal;
  color: #2b2b2b;
}

.howto {
  text-align: center;
  width: 373px;
  background-color: #0BA64B;
  margin: auto;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 767px) {
  .howto {
    width: 100%;
    padding: 2.6666666667vw 2.6666666667vw;
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
  }
}
.howto h2 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.5px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.howto p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: normal;
}
.howto__img {
  margin-top: 20px;
  position: relative;
}
.howto__img img {
  width: 345px;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .howto__img img {
    width: 95vw;
  }
}
.howto__img > .card_btn__img {
  position: absolute;
  bottom: 70px;
  right: 44px;
  width: 146px;
}
@media (max-width: 767px) {
  .howto__img > .card_btn__img {
    bottom: 20.5333333333vw;
    right: 9.3333333333vw;
    width: 40vw;
  }
}

.my-pagination {
  position: relative !important;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

/* 通常の丸（非アクティブ） */
.swiper-pagination-bullet {
  background-color: #909090 !important;
  opacity: 1 !important;
}

/* アクティブな丸 */
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.faq {
  text-align: center;
  width: 373px;
  background-color: white;
  margin: auto;
  padding: 40px 20px 80px 20px;
}
@media (max-width: 767px) {
  .faq {
    width: 100%;
  }
}
.faq h2 {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.5px;
  font-weight: 800;
  color: #2b2b2b;
  margin: 0;
}
.faq p {
  color: #2b2b2b;
  text-align: justify;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: normal;
}
.faq img {
  width: 28px;
  height: auto;
  display: block;
}

.accordion + .accordion {
  border-top: none;
}
.accordion__header {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.accordion__header .accordion__icon {
  width: 28px;
  margin-right: 10px;
}
.accordion__header .accordion__icon img {
  width: 100%;
  display: block;
}
.accordion__text {
  --swiper-theme-color: unset;
  color: #2b2b2b;
}
.accordion__content {
  display: none;
  padding: 10px 0 0 38px;
  font-size: 15px;
  color: #2b2b2b;
}
.accordion.is-open .accordion__content {
  display: block;
}
.accordion.is-open .accordion__icon img {
  content: url("https://vos.line-scdn.net/minidapp-micro/img/icon/open.svg");
}
.accordion:not(.is-open) .accordion__icon img {
  content: url("https://vos.line-scdn.net/minidapp-micro/img/icon/close.svg");
}

.fv {
  padding-bottom: 30px;
  position: relative;
  text-align: center;
  width: 373px;
  background-color: #fff;
  margin: auto;
}
@media (max-width: 767px) {
  .fv {
    width: 100%;
  }
}
.fv__img {
  display: block;
  width: 100%;
  height: auto;
}
.fv__text {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #333;
}
.fv__logo {
  width: 295px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .fv__logo {
    width: 62.6666666667vw;
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}

.card {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  padding: 16px 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}
.card h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
  font-weight: 800;
  color: #2b2b2b;
  margin: 0;
}
.card__img {
  width: 50%;
}
.card__img img {
  width: 100%;
  height: auto;
  display: block;
}

.card_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  padding-top: 8px;
  width: 100%;
}
.card_btn__img {
  width: 50%;
}
.card_btn__img img {
  width: 100%;
  height: auto;
  display: block;
}

.fv2c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  padding: 40px 20px;
}
.fv2c__img {
  width: 50%;
}
.fv2c__img img {
  width: 100%;
  height: auto;
  display: block;
}
.fv2c__text {
  width: 50%;
}
.fv2c__text .fv__title {
  font-size: 24px;
  margin-bottom: 10px;
}
.fv2c__text .fv__lead {
  font-size: 16px;
}

.l-main {
  background-image: url("https://vos.line-scdn.net/minidapp-micro/img/common/back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 1024px) {
  .l-main {
    background-image: none;
  }
}
.l-main .l-background {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: row;
  position: fixed;
}
@media (max-width: 1024px) {
  .l-main .l-background {
    display: none;
  }
}
.l-main .l-background-left {
  width: 50vw;
  height: 100vh;
  position: relative;
}
.l-main .l-background-left > img {
  position: absolute;
  width: 26.04vw;
  top: 50%;
  transform: translateY(-50%);
  left: 5.93vw;
}
.l-main .l-background-right {
  width: 50vw;
  height: 100vh;
  position: relative;
}
.l-main .l-background-right-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.81vw;
}
.l-main .l-background-right-wrap > img {
  width: 9.71vw;
}
.l-main .l-background-right-wrap > img:last-of-type {
  margin-left: 4.68vw;
}

@media (max-width: 1024px) {
  .l-background-right-wrap > img:last-of-type {
    margin-left: 1.68vw !important;
  }
}
/* module
============================================================================ */
/* module > btn & cta
============================================================================ */
input[type=text], input[type=email], select, textarea {
  width: 100%;
  border: 0;
  padding: 5px 10px;
  background-color: white;
  border: solid 1px #ccc;
  border-radius: 3px;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

select {
  height: 39px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  position: relative;
  background-image: url("https://vos.line-scdn.net/minidapp-micro/img/common/arw_select.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input[type=radio] {
  vertical-align: 0.15em;
  margin-right: 5px;
}

[data-scroll] {
  transition: 1s;
}

[data-scroll=in] {
  opacity: 1;
}

/*  module > breadcrumbs
============================================================================================================ *//*# sourceMappingURL=style.css.map */