@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  color: #1a1a1a;
  font-size: 23px;
}
@media screen and (max-width: 1240px) {
  body {
    font-size: 1.8548387097vw;
  }
}

.sp_only {
  display: none;
}

.inner {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .inner {
    width: 100vw;
  }
}

.fv {
  background: url(../img/pc_fv_bg.jpg) no-repeat top center;
  height: 750px;
}
@media screen and (max-width: 1240px) {
  .fv {
    background-size: 161.2903225806vw auto;
    height: 60.4838709677vw;
  }
}
.fv .inner .fv_text {
  font-size: 35px;
  line-height: 1.51;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 800px;
  margin: 20px 0 30px;
}
@media screen and (max-width: 1240px) {
  .fv .inner .fv_text {
    font-size: 2.8225806452vw;
    width: 64.5161290323vw;
    margin: 1.6129032258vw 0 2.4193548387vw;
  }
}
.fv .inner .fv_cta_area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  margin-left: 220px;
}
@media screen and (max-width: 1240px) {
  .fv .inner .fv_cta_area {
    gap: 0.8064516129vw;
    margin-top: 0.6451612903vw;
    margin-left: 17.7419354839vw;
  }
}
.fv .inner .fv_cta_area .app_btn {
  display: block;
  width: 197px;
}
@media screen and (max-width: 1240px) {
  .fv .inner .fv_cta_area .app_btn {
    width: 15.8870967742vw;
  }
}
.fv .inner .fv_cta_area .qr_img {
  width: 127px;
}
@media screen and (max-width: 1240px) {
  .fv .inner .fv_cta_area .qr_img {
    width: 10.2419354839vw;
  }
}

.item_link {
  background: #fff;
  padding: 36px 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 1240px) {
  .item_link {
    padding: 2.9032258065vw 0;
  }
}
.item_link .item_link_btn {
  display: block;
  color: #fff;
  line-height: 71px;
  text-align: center;
  letter-spacing: 0.03em;
  width: 500px;
  height: 75px;
  margin: 0 auto;
  border-radius: 100vw;
  background: #89E0A3;
  background: linear-gradient(120deg, rgb(137, 224, 163) 0%, rgb(118, 193, 140) 44%, rgb(52, 153, 138) 100%);
}
@media screen and (max-width: 1240px) {
  .item_link .item_link_btn {
    line-height: 5.7258064516vw;
    width: 40.3225806452vw;
    height: 6.0483870968vw;
  }
}

.about {
  background: url(../img/pc_about_bg.jpg) no-repeat top center;
  height: 1186px;
}
@media screen and (max-width: 1240px) {
  .about {
    background-size: 161.2903225806vw auto;
    height: 95.6451612903vw;
  }
}
.about .inner .about_text {
  line-height: 1.73;
  letter-spacing: 0.03em;
  margin: 30px 0 0 580px;
}
@media screen and (max-width: 1240px) {
  .about .inner .about_text {
    margin: 2.4193548387vw 0 0 46.7741935484vw;
  }
}

.cta_area {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #76c18c;
  padding: 20px 0;
}
@media screen and (max-width: 1240px) {
  .cta_area {
    padding: 1.6129032258vw 0;
  }
}
.cta_area .cta_text {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1240px) {
  .cta_area .cta_text {
    font-size: 2.4193548387vw;
  }
}
.cta_area .app_btn {
  width: 175px;
  margin: 0 20px 0 37px;
}
@media screen and (max-width: 1240px) {
  .cta_area .app_btn {
    width: 14.1129032258vw;
    margin: 0 1.6129032258vw 0 2.9838709677vw;
  }
}
.cta_area .qr_img {
  width: 110px;
}
@media screen and (max-width: 1240px) {
  .cta_area .qr_img {
    width: 8.8709677419vw;
  }
}

.worries {
  background: #f2f2f2;
  padding: 100px 0 160px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .worries {
    padding: 8.064516129vw 0 12.9032258065vw;
  }
}
.worries::after {
  content: "";
  width: 1px;
  height: 130px;
  margin: 0 auto;
  background: #1a1a1a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -63px;
}
@media screen and (max-width: 1240px) {
  .worries::after {
    height: 10.4838709677vw;
    bottom: -5.0806451613vw;
  }
}
.worries .inner h2 {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1240px) {
  .worries .inner h2 {
    font-size: 2.5806451613vw;
  }
}
.worries .inner h2 strong {
  font-size: 48px;
  font-weight: 500;
  padding: 0 35px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .worries .inner h2 strong {
    font-size: 3.8709677419vw;
    padding: 0 2.8225806452vw;
  }
}
.worries .inner h2 strong::before, .worries .inner h2 strong::after {
  content: "";
  display: block;
  width: 1px;
  height: 43px;
  background: #1a1a1a;
  position: absolute;
  bottom: 5px;
}
@media screen and (max-width: 1240px) {
  .worries .inner h2 strong::before, .worries .inner h2 strong::after {
    height: 3.4677419355vw;
    bottom: 0.4032258065vw;
  }
}
.worries .inner h2 strong::before {
  transform: rotate(-35deg);
  left: 0;
}
.worries .inner h2 strong::after {
  transform: rotate(35deg);
  right: 0;
}
.worries .inner .arrow {
  width: 60px;
  margin: 35px auto 45px;
}
@media screen and (max-width: 1240px) {
  .worries .inner .arrow {
    width: 4.8387096774vw;
    margin: 2.8225806452vw auto 3.6290322581vw;
  }
}
.worries .inner .worries_list .worries_box {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box {
    gap: 4.8387096774vw;
  }
}
.worries .inner .worries_list .worries_box:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box:not(:first-child) {
    margin-top: 8.064516129vw;
  }
}
.worries .inner .worries_list .worries_box:nth-child(odd) {
  justify-content: flex-start;
  margin-left: 130px;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box:nth-child(odd) {
    margin-left: 10.4838709677vw;
  }
}
.worries .inner .worries_list .worries_box:nth-child(even) {
  justify-content: flex-end;
  margin-right: 130px;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box:nth-child(even) {
    margin-right: 10.4838709677vw;
  }
}
.worries .inner .worries_list .worries_box .img {
  width: 460px;
  filter: drop-shadow(17px 17px 17px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box .img {
    width: 37.0967741935vw;
    filter: drop-shadow(1.3709677419vw 1.3709677419vw 1.3709677419vw rgba(0, 0, 0, 0.1));
  }
}
.worries .inner .worries_list .worries_box .text_area h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box .text_area h3 {
    margin-bottom: 2.0161290323vw;
  }
}
.worries .inner .worries_list .worries_box .text_area h3 strong {
  display: inline-block;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 8px 15px 10px;
  background: #3ca557;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box .text_area h3 strong {
    font-size: 2.5806451613vw;
    padding: 0.6451612903vw 1.2096774194vw 0.8064516129vw;
  }
}
.worries .inner .worries_list .worries_box .text_area h3 strong:first-child {
  margin-bottom: 6px;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box .text_area h3 strong:first-child {
    margin-bottom: 0.4838709677vw;
  }
}
.worries .inner .worries_list .worries_box .text_area .text {
  line-height: 1.73;
  letter-spacing: 0.03em;
  width: 460px;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box .text_area .text {
    width: 37.0967741935vw;
  }
}
.worries .inner .worries_list .worries_box .text_area .list {
  margin: 15px 0;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box .text_area .list {
    margin: 1.2096774194vw 0;
  }
}
.worries .inner .worries_list .worries_box .text_area .list li {
  line-height: 1.73;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box .text_area .list li {
    padding-left: 2.4193548387vw;
  }
}
.worries .inner .worries_list .worries_box .text_area .list li::before {
  content: "";
  display: block;
  width: 12px;
  height: 13px;
  background: url(../img/worries_text_arrow.svg) no-repeat top left/100%;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .worries .inner .worries_list .worries_box .text_area .list li::before {
    width: 0.9677419355vw;
    height: 1.0483870968vw;
  }
}

.solution {
  background: url(../img/pc_solution_bg.jpg) no-repeat top center, #fff;
  padding: 100px 0 110px;
}
@media screen and (max-width: 1240px) {
  .solution {
    background-size: 161.2903225806vw auto;
    padding: 8.064516129vw 0 8.8709677419vw;
  }
}
.solution .inner h2 {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 480px;
}
@media screen and (max-width: 1240px) {
  .solution .inner h2 {
    font-size: 2.5806451613vw;
    margin-bottom: 38.7096774194vw;
  }
}
.solution .inner h2 span {
  color: #76c18c;
}
.solution .inner h2 strong {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  .solution .inner h2 strong {
    font-size: 3.8709677419vw;
  }
}
.solution .inner .solution_list .box {
  display: flex;
  align-items: center;
  width: 990px;
  margin: 0 auto;
  border-radius: 10px;
  background: #f2f2f2;
}
@media screen and (max-width: 1240px) {
  .solution .inner .solution_list .box {
    width: 79.8387096774vw;
    border-radius: 0.8064516129vw;
  }
}
.solution .inner .solution_list .box:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  .solution .inner .solution_list .box:not(:first-child) {
    margin-top: 1.6129032258vw;
  }
}
.solution .inner .solution_list .box .head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 180px;
  border-radius: 10px 0 0 10px;
  background: #89E0A3;
  background: linear-gradient(120deg, rgb(137, 224, 163) 0%, rgb(118, 193, 140) 44%, rgb(52, 153, 138) 100%);
  position: relative;
}
@media screen and (max-width: 1240px) {
  .solution .inner .solution_list .box .head {
    width: 23.3870967742vw;
    height: 14.5161290323vw;
    border-radius: 0.8064516129vw 0 0 0.8064516129vw;
  }
}
.solution .inner .solution_list .box .head .icon {
  width: 100px;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.1));
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -60px;
}
@media screen and (max-width: 1240px) {
  .solution .inner .solution_list .box .head .icon {
    width: 8.064516129vw;
    filter: drop-shadow(0.6451612903vw 0.6451612903vw 0.6451612903vw rgba(0, 0, 0, 0.1));
    left: -4.8387096774vw;
  }
}
.solution .inner .solution_list .box .head h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.32;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 25px;
}
@media screen and (max-width: 1240px) {
  .solution .inner .solution_list .box .head h3 {
    font-size: 2.2580645161vw;
    margin-left: 2.0161290323vw;
  }
}
.solution .inner .solution_list .box .list {
  margin-left: 37px;
}
@media screen and (max-width: 1240px) {
  .solution .inner .solution_list .box .list {
    margin-left: 2.9838709677vw;
  }
}
.solution .inner .solution_list .box .list li {
  font-size: 22px;
  line-height: 1.81;
  letter-spacing: 0.03em;
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .solution .inner .solution_list .box .list li {
    font-size: 1.7741935484vw;
    padding-left: 1.7741935484vw;
  }
}
.solution .inner .solution_list .box .list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #76c18c;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .solution .inner .solution_list .box .list li::before {
    width: 0.4838709677vw;
    height: 0.4838709677vw;
  }
}

.point {
  background: #f2f2f2;
  padding: 100px 0 130px;
}
@media screen and (max-width: 1240px) {
  .point {
    padding: 8.064516129vw 0 10.4838709677vw;
  }
}
.point .inner h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  .point .inner h2 {
    font-size: 2.5806451613vw;
    margin-bottom: 1.6129032258vw;
  }
}
.point .inner h2 strong {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  .point .inner h2 strong {
    font-size: 3.2258064516vw;
  }
}
.point .inner .point_list .point_box {
  display: flex;
}
.point .inner .point_list .point_box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1240px) {
  .point .inner .point_list .point_box:not(:first-child) {
    margin-top: 4.0322580645vw;
  }
}
.point .inner .point_list .point_box:nth-child(odd) {
  justify-content: flex-start;
}
.point .inner .point_list .point_box:nth-child(even) {
  justify-content: flex-end;
}
.point .inner .point_list .point_box .img {
  width: 650px;
}
@media screen and (max-width: 1240px) {
  .point .inner .point_list .point_box .img {
    width: 52.4193548387vw;
  }
}
.point .inner .point_list .point_box .text_area {
  width: 460px;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  .point .inner .point_list .point_box .text_area {
    width: 37.0967741935vw;
    margin-top: 3.2258064516vw;
  }
}
.point .inner .point_list .point_box .text_area .num {
  width: 210px;
}
@media screen and (max-width: 1240px) {
  .point .inner .point_list .point_box .text_area .num {
    width: 16.935483871vw;
  }
}
.point .inner .point_list .point_box .text_area h3 {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 25px 0 28px;
}
@media screen and (max-width: 1240px) {
  .point .inner .point_list .point_box .text_area h3 {
    font-size: 3.064516129vw;
    margin: 2.0161290323vw 0 2.2580645161vw;
  }
}
.point .inner .point_list .point_box .text_area .text {
  line-height: 1.73;
  text-align: justify;
  letter-spacing: 0.03em;
}
.point .inner .point_list .point_box .text_area .kome {
  color: #4d4d4d;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  .point .inner .point_list .point_box .text_area .kome {
    font-size: 1.6129032258vw;
    margin-top: 1.6129032258vw;
  }
}

.tit_area {
  text-align: center;
}
.tit_area .tit_top {
  margin: 0 auto 15px;
}
@media screen and (max-width: 1240px) {
  .tit_area .tit_top {
    margin: 0 auto 1.2096774194vw;
  }
}
.tit_area .tit_top.movie_tit {
  width: 58px;
}
@media screen and (max-width: 1240px) {
  .tit_area .tit_top.movie_tit {
    width: 4.6774193548vw;
  }
}
.tit_area .tit_top.faq_tit {
  width: 38px;
}
@media screen and (max-width: 1240px) {
  .tit_area .tit_top.faq_tit {
    width: 3.064516129vw;
  }
}
.tit_area .tit_top.lineup_tit {
  width: 66px;
}
@media screen and (max-width: 1240px) {
  .tit_area .tit_top.lineup_tit {
    width: 5.3225806452vw;
  }
}
.tit_area h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1240px) {
  .tit_area h2 {
    font-size: 3.2258064516vw;
  }
}

.movie {
  background: url(../img/pc_movie_bg.jpg) no-repeat top center, #fff;
  padding: 110px 0;
}
@media screen and (max-width: 1240px) {
  .movie {
    background-size: 161.2903225806vw auto;
    padding: 8.8709677419vw 0;
  }
}
.movie .video_area {
  width: 710px;
  margin: 35px auto 0;
  aspect-ratio: 16/9.02;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .movie .video_area {
    width: 57.2580645161vw;
    margin: 2.8225806452vw auto 0;
  }
}
.movie .video_area iframe {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.faq {
  background: #f2f2f2;
  padding: 110px 0;
}
@media screen and (max-width: 1240px) {
  .faq {
    padding: 8.8709677419vw 0;
  }
}
.faq .faq_list {
  margin-top: 50px;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list {
    margin-top: 4.0322580645vw;
  }
}
.faq .faq_list .faq_box {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box {
    width: 72.5806451613vw;
  }
}
.faq .faq_list .faq_box:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box:not(:first-child) {
    margin-top: 2.0161290323vw;
  }
}
.faq .faq_list .faq_box .faq_q {
  padding: 20px 0 20px 26px;
  border-bottom: 1px solid #1a1a1a;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box .faq_q {
    padding: 1.6129032258vw 0 1.6129032258vw 2.0967741935vw;
  }
}
.faq .faq_list .faq_box .faq_q::before, .faq .faq_list .faq_box .faq_q::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  top: 35px;
  right: 17px;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box .faq_q::before, .faq .faq_list .faq_box .faq_q::after {
    width: 1.6129032258vw;
    top: 2.8225806452vw;
    right: 1.3709677419vw;
  }
}
.faq .faq_list .faq_box .faq_q::after {
  transform: rotate(90deg);
}
.faq .faq_list .faq_box .faq_q.active::after {
  transform: rotate(0);
}
.faq .faq_list .faq_box .faq_q p {
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-left: 38px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box .faq_q p {
    padding-left: 3.064516129vw;
  }
}
.faq .faq_list .faq_box .faq_q p::before {
  content: "";
  display: block;
  width: 16px;
  height: 35px;
  background: url(../img/faq_q.svg) no-repeat top left/100%;
  position: absolute;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box .faq_q p::before {
    width: 1.2903225806vw;
    height: 2.8225806452vw;
    top: -0.0806451613vw;
  }
}
.faq .faq_list .faq_box .faq_a {
  display: none;
  padding: 20px 0 20px 65px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box .faq_a {
    padding: 1.6129032258vw 0 1.6129032258vw 5.2419354839vw;
  }
}
.faq .faq_list .faq_box .faq_a::before {
  content: "";
  display: block;
  width: 16px;
  height: 35px;
  background: url(../img/faq_a.svg) no-repeat top left/100%;
  position: absolute;
  top: 25px;
  left: 25px;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box .faq_a::before {
    width: 1.2903225806vw;
    height: 2.8225806452vw;
    top: 2.0161290323vw;
    left: 2.0161290323vw;
  }
}
.faq .faq_list .faq_box .faq_a .text {
  line-height: 1.73;
  letter-spacing: 0.03em;
  width: 780px;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box .faq_a .text {
    width: 62.9032258065vw;
  }
}
.faq .faq_list .faq_box .faq_a .text a {
  color: #3ca557;
}
.faq .faq_list .faq_box .faq_a .kome {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 1240px) {
  .faq .faq_list .faq_box .faq_a .kome {
    font-size: 1.1290322581vw;
    margin-top: 0.8064516129vw;
  }
}

.p-lineup {
  padding: 110px 0;
  background: #fff;
}
@media screen and (max-width: 1240px) {
  .p-lineup {
    padding: 8.8709677419vw 0;
  }
}
.p-lineup .tab-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
@media screen and (max-width: 1240px) {
  .p-lineup .tab-container {
    gap: 0.8064516129vw;
    margin-top: 5.6451612903vw;
  }
}
.p-lineup .tab-container .tab {
  line-height: 68px;
  text-align: center;
  letter-spacing: 0.03em;
  width: 260px;
  height: 70px;
  border: 1px solid #1a1a1a;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .p-lineup .tab-container .tab {
    line-height: 5.4838709677vw;
    width: 20.9677419355vw;
    height: 5.6451612903vw;
    border-radius: 0.8064516129vw 0.8064516129vw 0 0;
  }
}
.p-lineup .tab-container .tab.active {
  border: 1px solid #ccc;
  background: #ccc;
}
.p-lineup .content-container {
  width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
  border-radius: 20px;
  background: #ccc;
}
@media screen and (max-width: 1240px) {
  .p-lineup .content-container {
    width: 88.7096774194vw;
    padding: 4.0322580645vw 0;
    border-radius: 1.6129032258vw;
  }
}
.p-lineup .content-container .content {
  display: none;
  width: 1000px;
  margin: 0 auto;
  padding: 86px 0;
  background: #fff;
}
@media screen and (max-width: 1240px) {
  .p-lineup .content-container .content {
    width: 80.6451612903vw;
    padding: 6.935483871vw 0;
  }
}
.p-lineup .content-container .content.show {
  display: block;
}
.p-lineup__inner {
  width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-lineup__inner {
    width: 72.5806451613vw;
  }
}
.p-lineup__track {
  overflow: hidden;
}
.p-lineup__list {
  align-items: stretch;
}
.p-lineup__item {
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
}
.p-lineup__thumb {
  height: 100%;
}
.p-lineup__btn-list {
  display: flex;
}
.p-lineup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 50%;
  height: 48px;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .p-lineup__btn {
    font-size: 1.1290322581vw;
    height: 3.8709677419vw;
  }
}
.p-lineup__btn--detail {
  background: #171717;
}
.p-lineup__btn--store {
  background: #2da66a;
}
.p-lineup__arrow {
  background: none;
  border: none;
  width: 16px;
  margin-top: -8px;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1240px) {
  .p-lineup__arrow {
    width: 1.2903225806vw;
    margin-top: -0.6451612903vw;
  }
}
.p-lineup .splide__arrow--prev {
  left: -37px;
}
@media screen and (max-width: 1240px) {
  .p-lineup .splide__arrow--prev {
    left: -2.9838709677vw;
  }
}
.p-lineup .splide__arrow--next {
  right: -37px;
}
@media screen and (max-width: 1240px) {
  .p-lineup .splide__arrow--next {
    right: -2.9838709677vw;
  }
}

.splide__pagination {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1240px) {
  .splide__pagination {
    margin: 2.4193548387vw auto 0;
    gap: 1.6129032258vw;
  }
}
.splide__pagination li {
  margin: 0;
}
.splide__pagination li .splide__pagination__page {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e6e6e6;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .splide__pagination li .splide__pagination__page {
    width: 1.2096774194vw;
    height: 1.2096774194vw;
  }
}
.splide__pagination li .splide__pagination__page.is-active {
  background: #2a2927;
}

.p-modal {
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.p-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-modal.is-active .p-modal__inner {
  transform: translate(-50%, -50%);
}
.p-modal__inner {
  max-height: 90vh;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -40%);
  transition: transform 0.4s ease;
}
.p-modal__content {
  width: 850px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .p-modal__content {
    width: 68.5483870968vw;
    padding: 4.0322580645vw;
    border-radius: 1.6129032258vw;
  }
}
.p-modal__close {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -72px;
}
@media screen and (max-width: 1240px) {
  .p-modal__close {
    width: 4.0322580645vw;
    height: 4.0322580645vw;
    bottom: -5.8064516129vw;
  }
}
.p-modal__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1240px) {
  .p-modal__buttons {
    gap: 1.6129032258vw;
  }
}

.p-modal-btn {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  height: 62px;
  padding-left: 76px;
  border: 1px solid #333;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .p-modal-btn {
    font-size: 1.2903225806vw;
    height: 5vw;
    padding-left: 6.1290322581vw;
  }
}
.p-modal-btn::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/modal_cart.svg") no-repeat center/100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1240px) {
  .p-modal-btn::before {
    width: 4.8387096774vw;
    height: 4.8387096774vw;
  }
}
.p-modal-btn::after {
  content: "";
  width: 10px;
  height: 16px;
  background: url("../img/modal_arrow.svg") no-repeat center/100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1240px) {
  .p-modal-btn::after {
    width: 0.8064516129vw;
    height: 1.2903225806vw;
    right: 1.6129032258vw;
  }
}
.p-modal-btn--official::before {
  background-color: #3278e6;
}
.p-modal-btn--official .p-modal-btn__shop {
  color: #3278e6;
}
.p-modal-btn--rakuten::before {
  background-color: #bf0000;
}
.p-modal-btn--rakuten .p-modal-btn__shop {
  color: #bf0000;
}
.p-modal-btn--yahoo::before {
  background-color: #ff8400;
}
.p-modal-btn--yahoo .p-modal-btn__shop {
  color: #ff8400;
}
.p-modal-btn--amazon::before {
  background-color: #232f3e;
}
.p-modal-btn--amazon .p-modal-btn__shop {
  color: #ff8400;
}
.p-modal-btn__label {
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1240px) {
  .p-modal-btn__label {
    font-size: 1.2903225806vw;
  }
}
.p-modal-btn__shop {
  font-weight: 700;
}

.l-footer {
  padding: 110px 0 100px;
  background: #fff;
}
@media screen and (max-width: 1240px) {
  .l-footer {
    padding: 8.8709677419vw 0 8.064516129vw;
  }
}
.l-footer .l-banner {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-banner {
    gap: 1.8548387097vw;
    margin: 0 auto 5.6451612903vw;
  }
}
.l-footer .l-banner_item {
  width: 310px;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-banner_item {
    width: 25vw;
  }
}
.l-footer .l-sns__title {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-sns__title {
    font-size: 2.5806451613vw;
    margin-bottom: 1.6129032258vw;
  }
}
.l-footer .l-sns__text {
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-sns__text {
    font-size: 1.8548387097vw;
  }
}
.l-footer .l-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-sns__list {
    gap: 2.4193548387vw;
    margin-top: 3.2258064516vw;
  }
}
.l-footer .l-sns__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-sns__item {
    width: 3.3064516129vw;
  }
}
.l-footer .l-sns__item--youtube {
  width: 46px;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-sns__item--youtube {
    width: 3.7096774194vw;
  }
}
.l-footer .l-sns__item--youtube-corp {
  width: 31px;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-sns__item--youtube-corp {
    width: 2.5vw;
  }
}
.l-footer .l-footer-logo {
  width: 225px;
  margin: 85px auto 20px;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-footer-logo {
    width: 18.1451612903vw;
    margin: 6.8548387097vw auto 1.6129032258vw;
  }
}
.l-footer .l-copyright {
  font-size: 23px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .l-footer .l-copyright {
    font-size: 1.8548387097vw;
  }
}/*# sourceMappingURL=style.css.map */