﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

GIFT SELECTION｜MASH GO GREEN STORE(マッシュ ゴー グリーン ストア)	

//////////////////////////////////////////////////*/

/* ========================================================
                      * Layout style *
========================================================= */

/* calc(xx * yyrem / zz);
xx：SPデザインの各値
yy：PCデザインのメインコンテンツの横幅
zz：SPデザインの横幅 */

html {
  font-size: 62.5%;
}

@media (max-width: 1440px) {
  html {
    font-size: calc(10 * (100vw/1440));
  }
}

@media (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw/390));
  }
}

footer {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}


/* ========================================================
                      * root *
========================================================= */
:root {
  --rate: calc(var(--pcMainContentWidth) / var(--spWidth));

  /* PCデザインのメインコンテンツの横幅 */
  --pcMainContentWidth: 144rem;

  /* PCデザインの横幅 */
  --pcWidth: 1440;

  /* SPデザインの横幅 */
  --spWidth: 390;

  --color-lp_txt_font: #111111;
  --color-lp_ttl_font: #FF6347;
  --color-lp_base_bg: #FEFCF8;
  --color-lp_bg: #FEF5EB;
  --color-lp_white: #fff;
  --color-lp_keycolor_01: #FF8247;
  --color-lp_keycolor_02: #FF6348;
  --color-lp_btn_color: #F86B60;
  --color-lp_tab_color: #FF7960;
  --font-base: "Inter", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --font-en: "Inter", sans-serif;
  --font-ttl: "the-seasons", sans-serif;
}

@media (max-width: 7681px) {
  :root {
    --rate: calc(100vw / var(--spWidth));
  }
}

#Wrap {
  width: 100%;
}

#Contents {
  max-width: unset;
}

/* ========================================================
                      * lp_contents *
========================================================= */

.lp_contents * {
  box-sizing: border-box;
  /* font-feature-settings: "palt"; */
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 600;
  text-align: center;
}

.lp_contents {
  width: 100%;
  height: 100%;
  font-family: var(--font-base);
  font-weight: 300;
  overflow-x: clip;
  color: var(--color-lp_txt_font);
  background: var(--color-lp_base_bg);
  padding-bottom: 10rem;
}

@media (max-width: 768px) {
  .lp_contents {
    padding-bottom: calc(60 * (var(--rate)));
  }
}

.lp_contents img,
.lp_contents figure {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp_contents a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.lp_contents h1,
.lp_contents h2,
.lp_contents h3,
.lp_contents h4,
.lp_contents h5 {
  font-weight: 300;
}

.lp_contents .lp_contents_inner {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.lp_contents a,
.lp_contents button,
.lp_contents .slick-dots li,
.lp_contents .btn_accordion {
  -webkit-tap-highlight-color: transparent;
  /* iOS Safari用 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Android Chrome用 */
}

/* ========================================================
                      * PC *
========================================================= */

/* ========================================================
                      * 共通設定  *
========================================================= */

.lp_contents .sp_only {
  display: none;
}

.lp_contents .pc_only {
  display: block;
}

@media (max-width: 768px) {
  .lp_contents .sp_only {
    display: block;
  }

  .lp_contents .pc_only {
    display: none;
  }

}

.lp_contents .inner {
  width: 110rem;
  margin: 0 auto;
}

.lp_contents .ttl {
  color: var(--color-lp_ttl_font);
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: .1em;
  font-family: var(--font-en);
}

.lp_contents .ttl span {
  font-size: 1.6rem;
  letter-spacing: .1em;
  display: block;
  margin-top: 1.2rem;
}

.lp_contents .tab ul {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  padding-left: 0.6rem;
}

.lp_contents .tab li {
  color: var(--color-lp_tab_color);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .02em;
  background: var(--color-lp_white);
  border-radius: 10rem;
  padding: 1.3rem 2.6rem 1.3rem 2.6rem;
  cursor: pointer;
  white-space: nowrap;
}

.lp_contents .tab li.is-active {
  color: var(--color-lp_white);
  background: var(--color-lp_tab_color);
}

.lp_contents .content {
  padding-top: 3rem;
}

.lp_contents .content ul .content_item {
  display: none;
  position: relative;
}

.lp_contents .content ul .content_item.is-active {
  display: block;
}

.lp_contents .accordion {
  transition: height 0.5s;
  overflow: hidden;
}

.lp_contents .btn_accordion {
  font-size: 1.3rem;
  color: var(--color-lp_ttl_font);
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-right: 1rem;
  letter-spacing: .07em;
  cursor: pointer;
}

.lp_contents .btn_accordion::before {
  content: "";
  width: 110%;
  height: 1px;
  background: var(--color-lp_ttl_font);
  position: absolute;
  left: 50%;
  bottom: -.4rem;
  transform: translateX(-50%);
}

.lp_contents .btn_accordion::after {
  content: "";
  width: .8rem;
  height: .8rem;
  background: url(../img/icon_plus.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  right: -.4rem;
  transform: translateY(-50%);
}

.lp_contents .btn_accordion.is-open::after {
  background: url(../img/icon_minus.svg) no-repeat center / 100%;
}

.lp_contents .btn_item {
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 28rem;
  background: var(--color-lp_btn_color);
  border-radius: 0.6rem;
  box-shadow: 0rem 0.3rem 0rem rgba(211, 62, 35, 1);
}

.lp_contents .btn_item a {
  font-size: 1.5rem;
  letter-spacing: .05em;
  color: var(--color-lp_white) !important;
  position: relative;
  padding: 1.8rem 0;
}

.lp_contents .btn_item a::after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  mask: url(../img/icon_arrow.svg) no-repeat center / 100%;
  background: var(--color-lp_white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 1.8rem;
}

.lp_contents .btn_item:hover {
  transform: translateY(.4rem);
  box-shadow: none;
}

.lp_contents .btn_link {
  margin: 4rem auto 0;
}


/* ========================================================
                      * アニメーション  *
========================================================= */

.lp_contents .loop_tracks {
  display: flex;
  gap: .5rem;
  width: max-content;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.lp_contents .loop_tracks.loop_track_egift {
  gap: .8rem;
}

.lp_contents .loop_track {
  display: flex;
  align-items: center;
  gap: .5rem;
  width: max-content;
  animation: loop 26s infinite linear;
}

.lp_contents .loop_tracks.loop_track_egift .loop_track {
  gap: .8rem;
  animation: loop 36s infinite linear;
}

@keyframes loop {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}


/* ========================================================
                      * sec_mv  *
========================================================= */

.lp_contents .sec_mv {
  background: #FCF4EC;
  padding-top: 5.3rem;
}

.lp_contents .sec_mv .mv_ttl {
  color: var(--color-lp_keycolor_01);
  font-weight: 700;
  font-family: var(--font-ttl);
  font-size: 6.6rem;
}

.lp_contents .sec_mv .mv_bnr {
  margin-top: 3.4rem;
}

.lp_contents .sec_mv .mv_bnr .list {
  display: flex;
}

.lp_contents .sec_mv .mv_bnr .item {
  width: 45rem;
  margin-inline: 1rem;
  flex: 0 0 auto;
}

.lp_contents .sec_mv .mv_bnr .item figure {
  box-shadow: 0rem 0.3rem 0.6rem rgba(0, 0, 0, .16);
}

.lp_contents .sec_mv .mv_loop_notice {
  background: var(--color-lp_tab_color);
  margin-top: 8.8rem;
}

.lp_contents .sec_mv .mv_loop_notice .loop_txt {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  overflow: hidden;
  height: 4.6rem;
}

.lp_contents .sec_mv .mv_loop_notice .loop_txt span {
  font-size: 1.5rem;
  color: var(--color-lp_white);
  display: flex;
  gap: 1.4rem;
  align-items: center;
}

.lp_contents .sec_mv .mv_loop_notice .loop_txt span::before {
  content: "";
  width: 1.6rem;
  height: 1.7rem;
  background: url(../img/icon_present_mini.svg) no-repeat center / 100%;
  display: block;
}

.lp_contents .sec_mv .mv_loop_notice .loop_txt span:nth-of-type(n+2) {}


/* ========================================================
                      * ナビ  *
========================================================= */
.lp_contents .lp_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  transform: translateY(0);
  transition: transform .5s;
}

.lp_contents .lp_nav.hidden {
  transform: translateY(100%);
}

.lp_contents .lp_nav nav {
  background: #FF9879;
}

.lp_contents .lp_nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp_contents .lp_nav li {
  width: 27.5rem;
  position: relative;
}

.lp_contents .lp_nav li:first-of-type::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 3rem;
  background: var(--color-lp_white);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.lp_contents .lp_nav li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 3rem;
  background: var(--color-lp_white);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.lp_contents .lp_nav a {
  color: var(--color-lp_white);
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
}

.lp_contents .lp_nav a::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  background: var(--color-lp_white);
}

.lp_contents .lp_nav li.price a::before {
  mask: url(../img/icon_price.svg) no-repeat center / 100%;
}

.lp_contents .lp_nav li.purpose a::before {
  mask: url(../img/icon_purpose.svg) no-repeat center / 100%;
}

.lp_contents .lp_nav li.kit a::before {
  mask: url(../img/icon_kit.svg) no-repeat center / 100%;
}

.lp_contents .lp_nav li.ranking a::before {
  mask: url(../img/icon_ranking.svg) no-repeat center / 100%;
}

/* ========================================================
                      * sec_recommend  *
========================================================= */

.lp_contents .sec_recommend {
  padding-top: 8.4rem;
  padding-bottom: 9rem;
}

.lp_contents .sec_recommend .inner {}

.lp_contents .sec_recommend .ttl {}

.lp_contents .sec_recommend .recommend_nav {
  margin-top: 3.4rem;
  margin-bottom: 1rem;
}

.lp_contents .sec_recommend .recommend_nav ul {
  display: flex;
  gap: 1.2rem;
}

.lp_contents .sec_recommend .recommend_nav li {
  background: var(--color-lp_white);
  border-radius: 0.6rem;
  width: 26.6rem;
  box-shadow: 0rem 0.4rem 0rem rgba(232, 82, 55, 1);
  border: 0.1rem solid var(--color-lp_ttl_font);
  cursor: pointer;
}

.lp_contents .sec_recommend .recommend_nav li:hover {
  box-shadow: none;
}

.lp_contents .sec_recommend .recommend_nav li a {
  font-size: 1.8rem;
  letter-spacing: .02em;
  color: var(--color-lp_ttl_font) !important;
  display: flex;
  align-items: center;
  padding: 1.3rem 0 1.3rem;
  position: relative;
}

.lp_contents .sec_recommend .recommend_nav li a::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  margin-left: 1.5rem;
  margin-right: 0.8rem;
}

.lp_contents .sec_recommend .recommend_nav li.price a::before {
  background: url(../img/icon_price.svg) no-repeat center / 100%;
}

.lp_contents .sec_recommend .recommend_nav li.purpose a::before {
  background: url(../img/icon_purpose.svg) no-repeat center / 100%;
}

.lp_contents .sec_recommend .recommend_nav li.kit a::before {
  background: url(../img/icon_kit.svg) no-repeat center / 100%;
}

.lp_contents .sec_recommend .recommend_nav li.ranking a::before {
  background: url(../img/icon_ranking.svg) no-repeat center / 100%;
}

.lp_contents .sec_recommend .recommend_nav li a::after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url(../img/icon_arrow.svg) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.9rem;
}


/* ========================================================
                      * sec_service  *
========================================================= */

.lp_contents .sec_service {
  padding-top: 9.3rem;
  padding-bottom: 10rem;
  background: var(--color-lp_bg);
}

.lp_contents .sec_service .inner {}

.lp_contents .sec_service .ttl {}

.lp_contents .sec_service .lead {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .05em;
  margin-top: 3.8rem;
}

.lp_contents .sec_service .service_block {}

.lp_contents .sec_service .service_block_nav {
  margin-top: 3.4rem;
}

.lp_contents .sec_service .service_block_nav ul {
  display: flex;
  justify-content: space-between;
}

.lp_contents .sec_service .service_block_nav ul li {
  width: 54rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
}

.lp_contents .sec_service .service_block_wrapping {
  padding-top: 10.1rem;
}

.lp_contents .sec_service .sub_ttl {
  font-size: 2.6rem;
  letter-spacing: .05em;
  font-weight: 700;
  color: var(--color-lp_keycolor_01);
  position: relative;
  z-index: 0;
}

.lp_contents .sec_service .sub_ttl::before {
  position: absolute;
  color: var(--color-lp_keycolor_01);
  font-size: 5.4rem;
  font-family: var(--font-en);
  letter-spacing: .02em;
  font-weight: 600;
  opacity: .1;
  left: 50%;
  transform: translateX(-50%);
  top: -4.1rem;
  /* left: 38.8rem; */
  z-index: -1;
}

.lp_contents .sec_service .service_block_wrapping .sub_ttl::before {
  content: "WRAPPING";
  letter-spacing: .05em;
}

.lp_contents .sec_service .service_block_egift .sub_ttl::before {
  content: "e GIFT";
  letter-spacing: .05em;
}

.lp_contents .sec_service .service_txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: calc(28/16);
  margin-top: 2.4rem;
}

.lp_contents .sec_service .service_txt em {
  font-weight: 700;
  font-style: normal;
}

.lp_contents .sec_service .service_point_list {
  display: flex;
  justify-content: center;
  gap: 6rem;
  margin-top: 2.7rem;
  position: relative;
}

.lp_contents .sec_service .service_point_list_wrapping::before {
  content: "or";
  font-size: 2rem;
  font-family: var(--font-en);
  font-weight: 600;
  letter-spacing: .02em;
  position: absolute;
  inset: 0;
  margin-top: 5rem;
  color: var(--color-lp_keycolor_01);
}

.lp_contents .sec_service .service_point_list li {
  min-width: 0;
  flex-shrink: 0;
  width: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp_contents .sec_service .service_point_list .item_icon {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #FAEDE0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp_contents .sec_service .service_point_list figure {
  width: 7.6rem;
}

.lp_contents .sec_service .service_point_list .txt {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .03em;
  white-space: nowrap;
  line-height: calc(18/13);
  margin-top: 1.1rem;
}

.lp_contents .sec_service .service_note {
  font-size: 2.1rem;
  color: var(--color-lp_keycolor_01);
  width: fit-content;
  margin: 3.5rem auto 0;
  display: flex;
  position: relative;
  padding-left: 0.7rem;
}

.lp_contents .sec_service .service_note::before,
.lp_contents .sec_service .service_note::after {
  content: "";
  width: 0.2rem;
  height: 2.4rem;
  background: var(--color-lp_keycolor_01);
  display: block;
  position: absolute;
  top: 50%;
}

.lp_contents .sec_service .service_note::before {
  transform: translateY(-50%) rotate(-30deg);
  left: -1.3rem;
}

.lp_contents .sec_service .service_note::after {
  transform: translateY(-50%) rotate(30deg);
  right: -1rem;
}

.lp_contents .sec_service .loop_tracks {}

.lp_contents .sec_service .loop_track_wrapping {
  margin-top: 2.9rem;
}

.lp_contents .sec_service .service_img_wrapping ul {
  display: flex;
  justify-content: center;
  gap: .4rem;
  margin-top: 2.8rem;
}

.lp_contents .sec_service .service_img_wrapping li {
  width: 13.4rem;
}

.lp_contents .sec_service .service_img_egift {
  margin-top: 2.9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 4.8rem;
}

.lp_contents .sec_service .service_img_egift ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: relative;
}

.lp_contents .sec_service .service_img_egift ul:nth-of-type(odd)::before {
  content: "";
  background: #F4E6D6;
  width: .1rem;
  height: 20.6rem;
  position: absolute;
  top: 0;
  right: -2.5rem;
}

.lp_contents .sec_service .service_img_egift ul:nth-of-type(n+3)::after {
  content: "";
  background: #F4E6D6;
  width: 51.8rem;
  height: .1rem;
  position: absolute;
  top: -2.4rem;
  left: 0;
}


.lp_contents .sec_service .service_img_egift li {
  width: 12.4rem;
  box-shadow: 0 0 2px #ddd;
}

.lp_contents .sec_service .service_link {}

.lp_contents .sec_service .service_block_egift {
  padding-top: 11.3rem;
}

.lp_contents .sec_service .service_block_egift .service_txt {
  margin-top: 2.2rem;
}

.lp_contents .sec_service .service_point_list_egift {
  gap: 3.5rem;
}

.lp_contents .sec_service .service_point_list_egift figure {
  width: 6.4rem;
}

.lp_contents .sec_service .service_note_egift {
  margin: 4.6rem auto 0;
}

.lp_contents .sec_service .service_note_egift::after {
  right: -1.6rem;
}

.lp_contents .sec_service .loop_track_egift {
  margin-top: 2.9rem;
}

.lp_contents .sec_service .loop_track_egift li {
  width: 14.4rem;
}


/* ========================================================
                      * sec_pickup  *
========================================================= */

.lp_contents .sec_pickup {
  padding-top: 9.2rem;
  background: #F7EDE5;
}

.lp_contents .sec_pickup .inner {}

.lp_contents .sec_pickup .gift_pickup_block {
  position: relative;
  padding-bottom: 7rem;
}

.lp_contents .sec_pickup .gift_pickup_block_ranking {
  padding-bottom: 9rem;
}

.lp_contents .sec_pickup .gift_pickup_block:nth-of-type(n+2) {
  padding-top: 6.3rem;
}

.lp_contents .sec_pickup .gift_pickup_block:nth-of-type(n+2):before {
  content: "";
  width: 100vw;
  height: .2rem;
  background: #F4E1D3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lp_contents .sec_pickup .sub_ttl {
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--color-lp_ttl_font);
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

.lp_contents .sec_pickup .sub_ttl::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  display: block;
  margin-right: 0.7rem;
}

.lp_contents .sec_pickup .gift_pickup_block_budget .sub_ttl::before {
  background: url(../img/icon_price.svg) no-repeat center / 100%;
}

.lp_contents .sec_pickup .gift_pickup_block_purpose .sub_ttl::before {
  background: url(../img/icon_purpose.svg) no-repeat center / 100%;
}

.lp_contents .sec_pickup .gift_pickup_block_kit .sub_ttl::before {
  background: url(../img/icon_kit.svg) no-repeat center / 100%;
}

.lp_contents .sec_pickup .gift_pickup_block_ranking .sub_ttl::before {
  background: url(../img/icon_ranking.svg) no-repeat center / 100%;
}

.lp_contents .sec_pickup .pickup_block_inner {}

.lp_contents .sec_pickup .gift_pickup_block_purpose .pickup_block_inner {}

.lp_contents .sec_pickup .tab {
  margin-top: 3rem;
}

.lp_contents .sec_pickup .gift_pickup_block_ranking .tab ul {
  padding: 0;
}


/* ========================================================
                      * sec_feature  *
========================================================= */

.lp_contents .sec_feature {
  padding-top: 9.3rem;
  padding-bottom: 10.5rem;
}

.lp_contents .sec_feature .inner {}

.lp_contents .sec_feature .ttl {}

.lp_contents .sec_feature .feature_inner {
  margin-top: 3.6rem;
}

.lp_contents .sec_feature .tab {}

.lp_contents .sec_feature .tab ul {
  padding: 0;
}

.lp_contents .sec_feature .tab li {
  border: solid 0.1rem var(--color-lp_tab_color);
  width: 17.6rem;
  padding: 1rem 3.1rem 1rem 2.8rem;
}

.lp_contents .sec_feature ul {}

.lp_contents .sec_feature li {}

.lp_contents .sec_feature .content {}

.lp_contents .sec_feature .content li .btn_accordion {
  display: none;
}

.lp_contents .sec_feature .content li .btn_accordion.is-show {
  display: block;
  margin-top: 1.4rem;
}

.lp_contents .sec_feature .content ul li.is-mask .feature_list {
  /* height: 27rem;
  overflow: hidden; */
}

.lp_contents .sec_feature .feature_list_inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 1.5rem;
}

.lp_contents .sec_feature .feature_list_item {
  width: 35.6rem;
}

.lp_contents .sec_feature .feature_list_item:nth-of-type(n+4) {
  display: none;
}

.lp_contents .sec_feature .feature_list_item:nth-of-type(n+4).is-active {
  display: block;
}

.lp_contents .sec_feature .feature_list_item .feature_txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: calc(22/14);
  text-align: justify;
  margin-top: 0.9rem;
}

/* ========================================================
                      * sec_brand  *
========================================================= */

.lp_contents .sec_brand {
  padding-top: 9.5rem;
  padding-bottom: 10rem;
  background: #FAF4EC;
}

.lp_contents .sec_brand .inner {}

.lp_contents .sec_brand .ttl {}

.lp_contents .sec_brand .brand_list {
  margin-top: 3.3rem;
}

.lp_contents .sec_brand .brand_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1.6rem;
}

.lp_contents .sec_brand .brand_list li {}

.lp_contents .sec_brand .brand_list li a {}

.lp_contents .sec_brand .brand_list li .brand_item_inner {
  display: flex;
  border: solid 1px #EBE4D9;
  border-radius: .4rem;
  overflow: hidden;
}

.lp_contents .sec_brand .brand_list .brand_img {
  width: 17.6rem;
  flex-shrink: 0;
}

.lp_contents .sec_brand .brand_list .brand_logo_wrap {
  background: var(--color-lp_white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.lp_contents .sec_brand .brand_list .brand_logo {
  width: 18rem;
}

.lp_contents .sec_brand .brand_list .oisesan .brand_logo {
  width: 9rem;
}

/* ========================================================
                      * sec_faq  *
========================================================= */

.lp_contents .sec_faq {
  padding-top: 9.4rem;
}

.lp_contents .sec_faq .inner {}

.lp_contents .sec_faq .ttl {}

.lp_contents .sec_faq .faq_area {
  width: 80rem;
  margin: 0 auto;
  border-top: solid 1px rgba(255, 130, 71, .5);
  margin-top: 3.4rem;
}

.lp_contents .sec_faq .qa_list {
  border-bottom: solid 1px rgba(255, 130, 71, .5);
}

.lp_contents .sec_faq .qa_list .qa_q {
  position: relative;
  padding: 2.8rem 1.8rem 2.3rem;
  cursor: pointer;
}

.lp_contents .sec_faq .qa_list_wrap:nth-of-type(2) .qa_q {
  padding: 2.3rem 1.8rem 2.3rem;
}

.lp_contents .sec_faq .qa_list_wrap:nth-of-type(n+3) .qa_q {
  padding: 2.3rem 1.8rem 2.4rem;
}

.lp_contents .sec_faq .qa_list .qa_a {
  transition: all .5s;
  height: 0;
  overflow: hidden;
}

.lp_contents .sec_faq .qa_list .qa_a_inner {
  padding: 0rem 1.8rem 2.3rem;
}

.lp_contents .sec_faq .qa_list p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: calc(23/15);
  text-align: justify;
  display: flex;
  align-self: flex-start;
}

.lp_contents .sec_faq .qa_list .qa_a p {
  background: #FCF6F0;
  font-size: 1.4rem;
  line-height: calc(23/14);
  border-radius: 0.4rem;
  padding: 1.6rem 3.2rem 1.8rem 2rem;
}

.lp_contents .sec_faq .qa_list p::before {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: var(--font-en);
  line-height: calc(23/18);
  color: var(--color-lp_keycolor_01);
  display: block;
  margin-right: 0.7rem;
}

.lp_contents .sec_faq .qa_list .qa_q p::before {
  content: "Q.";
}

.lp_contents .sec_faq .qa_list .qa_a p::before {
  content: "A.";
}

.lp_contents .sec_faq .qa_list .qa_q .accordion_btn_toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.1rem;
  width: 1.2rem;
  height: 1.2rem;
}

.lp_contents .sec_faq .qa_list .qa_q .accordion_btn_toggle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-lp_keycolor_01);
  content: "";
  backface-visibility: hidden;
  transform: translateY(-50%);
}

.lp_contents .sec_faq .qa_list .qa_q.is-open .accordion_btn_toggle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-lp_keycolor_01);
  content: "";
  backface-visibility: hidden;
  transform: translateY(-50%);
}

.lp_contents .sec_faq .qa_list .qa_q .accordion_btn_toggle::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: var(--color-lp_keycolor_01);
  content: "";
  transition: .3s;
  transform: translateX(-50%);
}

.lp_contents .sec_faq .qa_list .qa_q.is-open .accordion_btn_toggle::after {
  transform: rotate(90deg);
  opacity: 0;
}

/* ========================================================
                      * bnr_area  *
========================================================= */

.lp_contents .bnr_area {
  margin-top: 9rem;
}

.lp_contents .bnr_area .bnr_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.lp_contents .bnr_area figure {
  width: 54rem;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, .05);
}


/* ========================================================
                      * mvスライド  *
========================================================= */

.lp_contents .slick-dots {
  display: flex;
  gap: 1.4rem;
  justify-content: center;
  bottom: -2.9rem;
}

.lp_contents .slick-dots li {
  width: .6rem;
  height: .6rem;
  margin: 0;
  transition: width .5s ease;
}

.lp_contents .slick-dots li.slick-active {
  width: 6rem;
}

.lp_contents .slick-dots li button {
  width: .6rem;
  height: .6rem;
  border-radius: .5rem;
  background: #FC8540;
  opacity: .1;
  padding: 0;
  transition: width .5s ease;
}

.lp_contents .slick-dots li.slick-active button {
  width: 6rem;
  border-radius: .5rem;
}

.lp_contents .slick-dots li button:before {
  display: none;
}

.lp_contents .slick-dots li .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  border-radius: .5rem;
  background: #FC8540;
}

/* ========================================================
                      * スライダー  *
========================================================= */

.lp_contents .item_list__item {
  position: relative;
  overflow: visible;
  height: auto;
  width: 20.8rem !important;
  background: #FFFFFF;
  border-radius: .4rem;
  margin-right: 1.5rem !important;
}

.lp_contents .gift_pickup_block_ranking .item_list__item {
  margin-top: 2.9rem;
}

.lp_contents .item_list__inner {
  display: flex;
  align-items: stretch;
}

.lp_contents .item_list__item_inner {
  padding-bottom: 2rem;
}

.lp_contents .item_list__cat {
  background: #F7F7F7;
  text-align: center;
  height: 2.1rem;
}

.lp_contents .item_list__cat span {
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: calc(18/11);
}

.lp_contents .item_list__title {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: calc(20 / 13);
  letter-spacing: .02em;
  margin: .9rem 1.2rem 0;
  text-align: left;
}

.lp_contents .item_list__price {
  text-align: justify;
  margin: 1.1rem 1.2rem 0;
}

.lp_contents .item_list__price span {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
}

.lp_contents .item_list__review {
  margin: .9rem 1.0rem 0;
}


.lp_contents #ZVSummary .zv-star-svg,
.lp_contents #ZVList .zv-star-svg,
.lp_contents #ZVSummary .zv-star-svg-sub,
.lp_contents #ZVList .zv-star-svg-sub {
  width: 1.2rem;
  height: 1.2rem;
}

.lp_contents #ZVSummary .zv-star-comment,
.lp_contents #ZVList table.zv-counts-table .zv-star-comment {
  font-size: 1.1rem !important;
}

.lp_contents .icn_rank {
  font-family: var(--font-en);
  font-size: 1.4rem;
  color: var(--color-lp_ttl_font);
  font-weight: 600;
  position: absolute;
  top: -2.8rem;
  left: 0;
  letter-spacing: 0;
}

.lp_contents .gift_pickup_block_budget .icn_rank,
.lp_contents .gift_pickup_block_purpose .icn_rank,
.lp_contents .gift_pickup_block_kit .icn_rank {
  display: none;
}

.lp_contents .icn_rank span {
  font-size: 1.8rem;
}

.lp_contents .item_list__catch,
.lp_contents .soldout {
  display: none;
}

.lp_contents .swiper-button-next,
.lp_contents .swiper-button-prev {
  width: 1rem;
  height: 2rem;
  color: var(--color-lp_ttl_font);
  top: 19.8rem;
}

.lp_contents .swiper-button-next {
  right: -3.5rem;
}

.lp_contents .swiper-button-prev {
  left: -3.5rem;
}

.lp_contents .swiper-button-next:after,
.lp_contents .swiper-button-prev:after {
  font-size: 2.4rem;
}

.lp_contents .swiper-button-next.swiper-button-disabled,
.lp_contents .swiper-button-prev.swiper-button-disabled {
  opacity: .2;
}

.lp_contents .swiper-horizontal>.swiper-scrollbar,
.lp_contents .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: unset;
  margin: 2.3rem auto 4rem;
  transform: scale(.465);
  height: 1rem;
}

.lp_contents .swiper-scrollbar {
  background: rgba(255, 130, 71, .2);
}

.lp_contents .swiper-scrollbar-drag {
  background: var(--color-lp_keycolor_01);
}


/* ========================================================
                      * SP *
========================================================= */

/* ========================================================
                      * 共通設定  *
========================================================= */
@media (max-width: 768px) {

  .lp_contents .inner {
    width: auto;
    margin: 0 auto;
  }

  .lp_contents .ttl {
    color: var(--color-lp_ttl_font);
    font-size: calc(28 * (var(--rate)));
  }

  .lp_contents .ttl span {
    font-size: calc(12 * (var(--rate)));
    letter-spacing: .1em;
    display: block;
    margin-top: calc(10 * (var(--rate)));
  }

  .lp_contents .tab ul {
    gap: calc(4 * (var(--rate)));
    padding: 0;
  }

  .lp_contents .tab li {
    width: calc(90 * (var(--rate)));
    font-size: calc(12 * (var(--rate)));
    border-radius: calc(100 * (var(--rate)));
    padding: calc(11 * (var(--rate))) calc(20 * (var(--rate))) calc(11 * (var(--rate))) calc(20 * (var(--rate)));
  }

  .lp_contents .content {
    padding-top: calc(30 * (var(--rate)));
  }

  .lp_contents .btn_accordion {
    font-size: calc(13 * (var(--rate)));
    margin: 0 auto;
    padding-right: calc(12 * (var(--rate)));
  }

  .lp_contents .btn_accordion::before {
    width: 102%;
    bottom: calc(-3 * (var(--rate)));
  }

  .lp_contents .btn_accordion::after {
    right: 0;
    width: calc(8 * (var(--rate)));
    height: calc(8 * (var(--rate)));
    right: calc(0 * (var(--rate)));
  }

  .lp_contents .btn_item {
    width: calc(190 * (var(--rate)));
    border-radius: calc(6 * (var(--rate)));
    box-shadow: calc(0 * (var(--rate))) calc(3 * (var(--rate))) calc(0 * (var(--rate))) rgba(211, 62, 35, 1);
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  }

  .lp_contents .btn_item a {
    font-size: calc(13 * (var(--rate)));
    padding: calc(12 * (var(--rate))) 0 calc(12 * (var(--rate)));
  }

  .lp_contents .btn_item a::after {
    width: calc(8 * (var(--rate)));
    height: calc(4 * (var(--rate)));
    right: calc(13 * (var(--rate)));
  }

  .lp_contents .btn_item:hover {
    transform: translateY(calc(4 * (var(--rate))));
    box-shadow: none;
  }

  .lp_contents .btn_link {
    margin: calc(25 * (var(--rate))) auto 0;
  }


  /* ========================================================
                      * アニメーション  *
========================================================= */

  .lp_contents .loop_tracks {
    gap: calc(2 * (var(--rate)));
  }

  .lp_contents .loop_tracks.loop_track_egift {
    gap: calc(5 * (var(--rate)));
  }

  .lp_contents .loop_track {
    gap: calc(2 * (var(--rate)));
  }

  .lp_contents .loop_tracks.loop_track_egift .loop_track {
    gap: calc(5 * (var(--rate)));
  }

  /* ========================================================
                      * sec_mv  *
========================================================= */

  .lp_contents .sec_mv {
    padding-top: calc(40 * (var(--rate)));
  }

  .lp_contents .sec_mv .mv_ttl {
    font-size: calc(42 * (var(--rate)));
  }

  .lp_contents .sec_mv .mv_bnr {
    margin-top: calc(20 * (var(--rate)));
  }

  .lp_contents .sec_mv .mv_bnr .item {
    width: calc(340 * (var(--rate)));
    margin-inline: calc(26 * (var(--rate)));
  }

  .lp_contents .sec_mv .mv_bnr .item figure {
    box-shadow: calc(0 * (var(--rate))) calc(3 * (var(--rate))) calc(6 * (var(--rate))) rgba(0, 0, 0, .16);
  }

  .lp_contents .sec_mv .mv_loop_notice {
    margin-top: calc(65 * (var(--rate)));
  }

  .lp_contents .sec_mv .mv_loop_notice .loop_txt {
    gap: calc(5.8 * (var(--rate)));
    height: calc(40 * (var(--rate)));
  }

  .lp_contents .sec_mv .mv_loop_notice .loop_txt span {
    font-size: calc(13 * (var(--rate)));
    gap: calc(15 * (var(--rate)));
  }

  .lp_contents .sec_mv .mv_loop_notice .loop_txt span::before {
    width: calc(14 * (var(--rate)));
    height: calc(15 * (var(--rate)));
  }


  /* ========================================================
                      * ナビ  *
========================================================= */

  .lp_contents .lp_nav nav {
    background: #FF9879;
  }

  .lp_contents .lp_nav li {
    width: calc(100%/4);
  }

  .lp_contents .lp_nav li:first-of-type::before {
    display: none;
  }

  .lp_contents .lp_nav li::after {
    width: 1px;
    height: 100%;
  }

  .lp_contents .lp_nav li:last-of-type:after {
    display: none;
  }

  .lp_contents .lp_nav a {
    font-size: calc(11 * (var(--rate)));
    padding: calc(7 * (var(--rate))) 0;
    flex-direction: column;
  }

  .lp_contents .lp_nav a::before {
    width: calc(24 * (var(--rate)));
    height: calc(24 * (var(--rate)));
    margin-right: 0;
    margin-bottom: calc(4 * (var(--rate)));
  }


  /* ========================================================
                      * sec_recommend  *
========================================================= */

  .lp_contents .sec_recommend {
    padding-top: calc(51 * (var(--rate)));
    padding-bottom: calc(50 * (var(--rate)));
  }

  .lp_contents .sec_recommend .inner {}

  .lp_contents .sec_recommend .ttl {}

  .lp_contents .sec_recommend .recommend_nav {
    margin-top: calc(22 * (var(--rate)));
    margin-bottom: calc(10 * (var(--rate)));
  }

  .lp_contents .sec_recommend .recommend_nav ul {
    display: grid;
    grid-template-columns: repeat(2, calc(176 * (var(--rate))));
    gap: calc(12 * (var(--rate))) calc(10 * (var(--rate)));
    justify-content: center;
  }

  .lp_contents .sec_recommend .recommend_nav li {
    border-radius: calc(6 * (var(--rate)));
    width: calc(176 * (var(--rate)));
    box-shadow: calc(0 * (var(--rate))) calc(4 * (var(--rate))) calc(0 * (var(--rate))) rgba(232, 82, 55, 1);
    border: calc(1 * (var(--rate))) solid var(--color-lp_ttl_font);
  }

  .lp_contents .sec_recommend .recommend_nav li a {
    font-size: calc(14 * (var(--rate)));
    padding: calc(8 * (var(--rate))) 0 calc(9 * (var(--rate)));
  }

  .lp_contents .sec_recommend .recommend_nav li a::before {
    width: calc(24 * (var(--rate)));
    height: calc(24 * (var(--rate)));
    margin-left: calc(12 * (var(--rate)));
    margin-right: calc(2 * (var(--rate)));
  }

  .lp_contents .sec_recommend .recommend_nav li a::after {
    width: calc(8 * (var(--rate)));
    height: calc(4 * (var(--rate)));
    right: calc(9 * (var(--rate)));
  }

  .lp_contents .sec_recommend .recommend_nav li:nth-of-type(even) a::after {
    right: calc(16 * (var(--rate)));
  }

  /* ========================================================
                      * sec_service  *
========================================================= */

  .lp_contents .sec_service {
    padding-top: calc(53 * (var(--rate)));
    padding-bottom: calc(61 * (var(--rate)));
  }

  .lp_contents .sec_service .inner {}

  .lp_contents .sec_service .ttl {}

  .lp_contents .sec_service .lead {
    font-size: calc(14 * (var(--rate)));
    margin-top: calc(15 * (var(--rate)));
    line-height: calc(24/14);
  }

  .lp_contents .sec_service .service_block {}

  .lp_contents .sec_service .service_block_nav {
    margin-top: calc(22 * (var(--rate)));
  }

  .lp_contents .sec_service .service_block_nav ul {
    flex-direction: column;
    gap: calc(16 * (var(--rate)));
  }

  .lp_contents .sec_service .service_block_nav ul li {
    width: calc(360 * (var(--rate)));
    margin: 0 auto;
  }

  .lp_contents .sec_service .service_block_wrapping {
    padding-top: calc(79 * (var(--rate)));
  }

  .lp_contents .sec_service .sub_ttl {
    font-size: calc(22 * (var(--rate)));
  }

  .lp_contents .sec_service .sub_ttl::before {
    font-size: calc(45 * (var(--rate)));
    top: calc(-34 * (var(--rate)));
  }

  .lp_contents .sec_service .service_txt {
    font-size: calc(14 * (var(--rate)));
    margin-top: calc(16 * (var(--rate)));
  }

  .lp_contents .sec_service .service_point_list {
    gap: calc(25 * (var(--rate)));
    margin-top: calc(17 * (var(--rate)));
  }

  .lp_contents .sec_service .service_point_list li {
    width: calc(120 * (var(--rate)));
  }

  .lp_contents .sec_service .service_point_list .item_icon {
    width: calc(100 * (var(--rate)));
    height: calc(100 * (var(--rate)));
  }

  .lp_contents .sec_service .service_point_list figure {
    width: calc(64 * (var(--rate)));
  }

  .lp_contents .sec_service .service_point_list .txt {
    font-size: calc(12 * (var(--rate)));
    margin-top: calc(10 * (var(--rate)));
  }

  .lp_contents .sec_service .service_note {
    font-size: calc(16 * (var(--rate)));
    margin: calc(28 * (var(--rate))) auto 0;
    padding-left: calc(7 * (var(--rate)));
  }

  .lp_contents .sec_service .service_note::before,
  .lp_contents .sec_service .service_note::after {
    width: calc(2 * (var(--rate)));
    height: calc(18 * (var(--rate)));
  }

  .lp_contents .sec_service .service_note::before {
    left: calc(-7 * (var(--rate)));
  }

  .lp_contents .sec_service .service_note::after {
    right: calc(-7 * (var(--rate)));
  }

  .lp_contents .sec_service .loop_tracks {}

  .lp_contents .sec_service .loop_track_wrapping {
    margin-top: calc(19 * (var(--rate)));
  }

  .lp_contents .sec_service .loop_track_wrapping li {
    width: calc(120 * (var(--rate)));
  }

  .lp_contents .sec_service .service_block_egift {
    padding-top: calc(84 * (var(--rate)));
  }

  .lp_contents .sec_service .service_block_egift .service_txt {
    margin-top: calc(17 * (var(--rate)));
  }

  .lp_contents .sec_service .service_point_list_egift {
    gap: calc(0 * (var(--rate)));
    margin-top: calc(16 * (var(--rate)));
  }

  .lp_contents .sec_service .service_point_list_egift figure {
    width: calc(54 * (var(--rate)));
  }

  .lp_contents .sec_service .service_note_egift {
    margin: calc(31 * (var(--rate))) auto 0;
    padding-left: calc(2 * (var(--rate)));
  }

  .lp_contents .sec_service .service_note_egift::before {
    left: calc(-12 * (var(--rate)));
  }

  .lp_contents .sec_service .service_note_egift::after {
    right: calc(-12 * (var(--rate)));
  }

  .lp_contents .sec_service .loop_track_egift {
    margin-top: calc(20 * (var(--rate)));
  }

  .lp_contents .sec_service .loop_track_egift li {
    width: calc(108 * (var(--rate)));
  }


  /* ========================================================
                      * sec_pickup  *
========================================================= */

  .lp_contents .sec_pickup {
    padding-top: calc(51 * (var(--rate)));
  }

  .lp_contents .sec_pickup .inner {}

  .lp_contents .sec_pickup .gift_pickup_block {
    padding-bottom: calc(50 * (var(--rate)));
  }

  .lp_contents .sec_pickup .gift_pickup_block_ranking {
    padding-bottom: calc(60 * (var(--rate)));
  }

  .lp_contents .sec_pickup .gift_pickup_block:nth-of-type(n+2) {
    padding-top: calc(45 * (var(--rate)));
  }

  .lp_contents .sec_pickup .gift_pickup_block:nth-of-type(n+2):before {
    height: calc(2 * (var(--rate)));
  }

  .lp_contents .sec_pickup .sub_ttl {
    font-size: calc(22 * (var(--rate)));
  }

  .lp_contents .sec_pickup .sub_ttl::before {
    width: calc(30 * (var(--rate)));
    height: calc(30 * (var(--rate)));
    margin-right: calc(5 * (var(--rate)));
  }

  .lp_contents .sec_pickup .pickup_block_inner {}

  .lp_contents .sec_pickup .gift_pickup_block_purpose .pickup_block_inner {}

  .lp_contents .sec_pickup .tab {
    margin-top: calc(20 * (var(--rate)));
  }

  .lp_contents .sec_pickup .gift_pickup_block_ranking .tab ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    padding-left: calc(7 * (var(--rate)));
    padding-right: calc(7 * (var(--rate)));
  }

  .lp_contents .sec_pickup .gift_pickup_block_budget .tab li,
  .lp_contents .sec_pickup .gift_pickup_block_purpose .tab li {
    padding: calc(11 * (var(--rate))) 0;
  }

  .lp_contents .sec_pickup .gift_pickup_block_ranking .tab li {
    flex-shrink: 0;
    width: auto;
    padding: calc(11 * (var(--rate))) calc(15 * (var(--rate)));
  }


  /* ========================================================
                      * sec_feature  *
========================================================= */

  .lp_contents .sec_feature {
    padding-top: calc(51 * (var(--rate)));
    padding-bottom: calc(62 * (var(--rate)));
  }

  .lp_contents .sec_feature .inner {}

  .lp_contents .sec_feature .ttl {}

  .lp_contents .sec_feature .feature_inner {
    margin-top: calc(29 * (var(--rate)));
  }

  .lp_contents .sec_feature .tab {}

  .lp_contents .sec_feature .tab ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, calc(116 * (var(--rate))));
    gap: calc(5 * (var(--rate)));
  }

  .lp_contents .sec_feature .tab li {
    border: solid calc(1 * (var(--rate))) var(--color-lp_tab_color);
    width: calc(116 * (var(--rate)));
    padding: calc(11 * (var(--rate))) calc(31 * (var(--rate))) calc(11 * (var(--rate))) calc(30 * (var(--rate)));
    white-space: nowrap;
  }

  .lp_contents .sec_feature ul {}

  .lp_contents .sec_feature li {}

  .lp_contents .sec_feature .content {
    padding-top: calc(20 * (var(--rate)));
  }

  .lp_contents .sec_feature .content li .btn_accordion {
    display: none;
  }

  .lp_contents .sec_feature .content li .btn_accordion.is-show {
    display: block;
    margin-top: calc(25 * (var(--rate)));
  }

  .lp_contents .sec_feature .content ul li.is-mask .feature_list {
    /* height: calc(248 * (var(--rate))); */
    /* overflow: hidden; */
  }

  .lp_contents .sec_feature .feature_list_inner {
    display: flex;
    flex-direction: column;
    gap: calc(21 * (var(--rate)));
  }

  .lp_contents .sec_feature .feature_list_item {
    width: calc(356 * (var(--rate)));
    margin: 0 auto;
  }

  .lp_contents .sec_feature .feature_list_item:not(:first-of-type) {
    display: none;
  }

  .lp_contents .sec_feature .feature_list_item:not(:first-of-type).is-active {
    display: block;
  }

  .lp_contents .sec_feature .feature_list_item .feature_txt {
    font-size: calc(13 * (var(--rate)));
    margin-top: calc(9 * (var(--rate)));
  }

  /* ========================================================
                      * sec_brand  *
========================================================= */

  .lp_contents .sec_brand {
    padding-top: calc(53 * (var(--rate)));
    padding-bottom: calc(61 * (var(--rate)));
  }

  .lp_contents .sec_brand .inner {}

  .lp_contents .sec_brand .ttl {}

  .lp_contents .sec_brand .brand_list {
    margin-top: calc(28 * (var(--rate)));
  }

  .lp_contents .sec_brand .brand_list ul {
    grid-template-columns: repeat(2, calc(174 * (var(--rate))));
    gap: calc(12 * (var(--rate))) calc(12 * (var(--rate)));
    justify-content: center;
  }

  .lp_contents .sec_brand .brand_list li {
    width: calc(174 * (var(--rate)));
  }

  .lp_contents .sec_brand .brand_list li a {}

  .lp_contents .sec_brand .brand_list li .brand_item_inner {
    flex-direction: column;
    border-radius: calc(4 * (var(--rate)));
  }

  .lp_contents .sec_brand .brand_list .brand_img {
    width: calc(174 * (var(--rate)));
  }

  .lp_contents .sec_brand .brand_list .brand_logo_wrap {
    padding: calc(5 * (var(--rate))) 0;
  }

  .lp_contents .sec_brand .brand_list .oisesan .brand_logo_wrap {
    padding: 0;
  }

  .lp_contents .sec_brand .brand_list .brand_logo {
    width: calc(132 * (var(--rate)));
  }

  .lp_contents .sec_brand .brand_list .oisesan .brand_logo {
    width: calc(40 * (var(--rate)));
  }

  .lp_contents .sec_brand .brand_list .oisesan .brand_logo_wrap p {
    font-size: calc(12 * (var(--rate)));
    font-weight: 400;
  }

  /* ========================================================
                      * sec_faq  *
========================================================= */

  .lp_contents .sec_faq {
    padding-top: calc(53 * (var(--rate)));
  }

  .lp_contents .sec_faq .inner {}

  .lp_contents .sec_faq .ttl {}

  .lp_contents .sec_faq .faq_area {
    width: calc(360 * (var(--rate)));
    margin-top: calc(27 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list {}

  .lp_contents .sec_faq .qa_list .qa_q {
    padding: calc(15 * (var(--rate))) calc(44 * (var(--rate))) calc(15 * (var(--rate))) calc(12 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list_wrap:nth-of-type(2) .qa_q {
    padding: calc(16 * (var(--rate))) calc(42 * (var(--rate))) calc(15 * (var(--rate))) calc(12 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list_wrap:nth-of-type(n+3) .qa_q {
    padding: calc(17 * (var(--rate))) calc(41 * (var(--rate))) calc(13 * (var(--rate))) calc(12 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list .qa_a_inner {
    padding: calc(0 * (var(--rate))) calc(11 * (var(--rate))) calc(14 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list p {
    font-size: calc(14 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list .qa_a p {
    font-size: calc(13 * (var(--rate)));
    line-height: calc(21/13);
    border-radius: calc(4 * (var(--rate)));
    padding: calc(15 * (var(--rate))) calc(23 * (var(--rate))) calc(18 * (var(--rate))) calc(16 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list p::before {
    font-size: calc(18 * (var(--rate)));
    margin-right: calc(5 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list .qa_q .accordion_btn_toggle {
    right: calc(12 * (var(--rate)));
    width: calc(10 * (var(--rate)));
    height: calc(10 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list .qa_q .accordion_btn_toggle::before {
    height: calc(1 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list .qa_q.is-open .accordion_btn_toggle::before {
    height: calc(1 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list .qa_q .accordion_btn_toggle::after {
    width: calc(1 * (var(--rate)));
  }

  .lp_contents .sec_faq .qa_list .qa_q.is-open .accordion_btn_toggle::after {}

  /* ========================================================
                      * bnr_area  *
========================================================= */

  .lp_contents .bnr_area {
    margin-top: calc(49 * (var(--rate)));
  }

  .lp_contents .bnr_area .bnr_wrap {
    display: flex;
    flex-direction: column;
    gap: calc(16 * (var(--rate)));
  }

  .lp_contents .bnr_area figure {
    width: calc(360 * (var(--rate)));
    margin: 0 auto;
    box-shadow: calc(0 * (var(--rate))) calc(0 * (var(--rate))) calc(10 * (var(--rate))) rgba(0, 0, 0, .05);
  }


  /* ========================================================
                      * mvスライド  *
========================================================= */

  .lp_contents .slick-dots {
    gap: calc(14 * (var(--rate)));
    bottom: calc(-24 * (var(--rate)));
  }

  .lp_contents .slick-dots li {
    width: calc(6 * (var(--rate)));
    height: calc(6 * (var(--rate)));
  }

  .lp_contents .slick-dots li.slick-active {
    width: calc(60 * (var(--rate)));
  }

  .lp_contents .slick-dots li button {
    width: calc(6 * (var(--rate)));
    height: calc(6 * (var(--rate)));
    border-radius: calc(5 * (var(--rate)));
  }

  .lp_contents .slick-dots li.slick-active button {
    width: calc(60 * (var(--rate)));
    border-radius: calc(5 * (var(--rate)));
  }

  .lp_contents .slick-dots li button:before {}

  .lp_contents .slick-dots li .progress {
    border-radius: calc(5 * (var(--rate)));
  }

  /* ========================================================
                      * スライダー  *
========================================================= */

  .lp_contents .item_list {
    display: flex;
    position: relative;
    white-space: normal;
  }

  .lp_contents .item_list__inner {
    margin-left: calc(9 * (var(--rate)));
  }

  .lp_contents .item_list__item {
    width: calc(160 * (var(--rate))) !important;
    display: grid;
    height: auto;
    margin-left: calc(6 * (var(--rate))) !important;
    margin-right: calc(6 * (var(--rate))) !important;
    margin-bottom: 0;
    border-radius: calc(4 * (var(--rate)));
  }

  .lp_contents .gift_pickup_block_ranking .item_list__item {
    margin-top: calc(29 * (var(--rate)));
    margin-right: calc(10 * (var(--rate)));
  }

  .lp_contents .item_list__item_inner {
    padding-bottom: calc(20 * (var(--rate)));
  }

  .lp_contents .item_list__cat {
    height: calc(20 * (var(--rate)));
  }

  .lp_contents .item_list__cat span {
    font-size: calc(10 * (var(--rate)));
    line-height: calc(18/10);
  }

  .lp_contents .item_list__title {
    font-size: calc(12 * (var(--rate)));
    line-height: calc(18 / 12);
    margin: calc(9 * (var(--rate))) calc(10 * (var(--rate))) 0;
  }

  .lp_contents .item_list__price {
    text-align: justify;
    margin: calc(10 * (var(--rate))) calc(10 * (var(--rate))) 0;
  }

  .lp_contents .item_list__price span {
    font-size: calc(16 * (var(--rate)));
  }

  .lp_contents .item_list__review {
    margin: calc(8 * (var(--rate))) calc(7 * (var(--rate))) 0;
  }

  .lp_contents #ZVSummary .zv-star-svg,
  .lp_contents #ZVList .zv-star-svg,
  .lp_contents #ZVSummary .zv-star-svg-sub,
  .lp_contents #ZVList .zv-star-svg-sub {
    width: calc(12 * (var(--rate)));
    height: calc(12 * (var(--rate)));
  }

  .lp_contents #ZVSummary .zv-star-comment,
  .lp_contents #ZVList table.zv-counts-table .zv-star-comment {
    font-size: calc(11 * (var(--rate))) !important;
  }

  .lp_contents .icn_rank {
    font-size: calc(12 * (var(--rate)));
    top: calc(-21 * (var(--rate)));
    left: 0;
  }

  .lp_contents .icn_rank span {
    font-size: calc(16 * (var(--rate)));
  }

  .lp_contents .item_list__catch,
  .lp_contents .soldout {}

  .lp_contents .swiper-button-next,
  .lp_contents .swiper-button-prev {
    display: none;
  }

  .lp_contents .swiper-scrollbar {
    height: 3px !important;
    bottom: 0 !important;
    transform: scale(.8);
    overflow: hidden;
    display: none;
  }

  .lp_contents .swiper-scrollbar-drag {
    /* background: #6e6e6e; */
    border-radius: 0;
    display: none;
  }

}