/* ページ全体 */
article.article {
  padding: 0 2vw 0 2vw;
  margin-bottom: 5rem;
}
body {
  overflow-x: hidden;
}
.l-globalHeader-wrapper {
  width: 100vw;
}
.l-breadcrumbs-wrapper {
  width: 100vw;
}
@media screen and (max-width: 767px) {
  article.article {
    padding: 0 5vw 0 5vw;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  h2.heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px){
  h2.heading {
    font-size: 24px;
  }
}
.article .paragraph {
  font-size: 14px;
  overflow-wrap: anywhere;
}

/* おすすめモデル */
td {
  overflow-wrap: anywhere;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heading[data-layout=lv2] {
  text-align: center;
}
.paragraph--justify {
  text-align: justify;
}
.paragraph {
  line-height: 1.75;
}
.figure[data-layout=recommend] {
  margin-bottom: 80px;
}
.article[data-layout=recommend] th {
  white-space: nowrap;
  vertical-align: top;
  padding-right: 10px;
  font-weight: normal;
}
.article[data-layout=recommend] th::after {
  content: ":";
}
.figure[data-layout=recommend] .figure__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.figure[data-layout=recommend] .one-product {
  justify-content: center !important;
}
@media screen and (min-width: 768px) {
  .figure[data-layout=recommend] .figure__list>* {
    width: calc((100% - 192px) / 2 - .01px);
    margin: 96px 0 0 96px;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=recommend] .figure__picture {
    margin-bottom: 48px;
  }
}
.figure[data-layout=recommend] .figure__picture {
  position: relative;
}
.figure__picture {
  display: block;
}
.figure[data-layout=recommend] .figure__picture::before {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #f2f2f2;
}
.figure[data-layout=recommend] .figure__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  max-width: 88%;
  height: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.figure__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .figure[data-layout=recommend] .figure__header {
    font-size: 32px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=recommend] .figure__header .em, .figure[data-layout=recommend] .figure__header em {
    display: block;
    margin-bottom: .3rem;
  }
}
.figure[data-layout=recommend] .figure__header .em, .figure[data-layout=recommend] .figure__header em {
  color: #000040;
}
@media screen and (min-width: 768px) {
  .figure[data-layout=recommend] .figure__header .small, .figure[data-layout=recommend] .figure__header small {
    font-size: 14px;
    display: block;
  }
}
.figure[data-layout=recommend] .figure__header .small, .figure[data-layout=recommend] .figure__header small {
  color: #000040;
}
@media screen and (min-width: 768px) {
  .figure[data-layout=recommend] .figure__paragraph--price {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .unordered[data-layout=definition] .unordered__item {
    font-size: .875rem;
  }
}
.unordered[data-layout=definition] .unordered__item {
  text-align: justify;
}
.unordered[data-layout=definition] .unordered__item .dfn {
  min-width: 6em;
}
.dfn {
  font-style: normal;
}
.unordered[data-layout="definition"] .unordered__item .dfn::after {
  content: "：";
}
/* レスポンシブ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .article[data-layout=recommend] .article__inner {
    margin: 0 8vw;
  }
}
@media screen and (min-width: 768px) {
  .heading[data-layout=lv2] {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px){
  .heading[data-layout=lv2] {
    text-align: center;
    margin-bottom: 1rem;
  }
}  
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] {
    margin: 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__list {
    margin: -10vw 0 0 -10vw;
  }
}
.figure[data-layout=recommend] .figure__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__list>* {
    width: calc((100% - 10vw) / 1 - .01px);
    margin: 10vw 0 0 10vw;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__picture {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__picture::before {
    padding-top: 75%;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__image {
    max-width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .figure__image {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__figcaption {
    width: 100%;
    margin-top: 3.91vw;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__header {
    font-size: 32px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 3.91vw;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__header .em, .figure[data-layout=recommend] .figure__header em {
    margin-right: .5em;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__header .small, .figure[data-layout=recommend] .figure__header small {
    font-size: 14px;
    margin-top: 0.65vw;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__header {
    font-size: 32px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 3.91vw;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=recommend] .figure__paragraph--price {
    font-size: 4.69vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .unordered[data-layout=definition] .unordered__item {
    font-size: .875rem;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=recommend] .figure__list {
      margin: -96px 0 0 -96px;
  }
}

/* 特別展示セクション */
@media screen and (min-width: 768px) {
  .article[data-layout=giveaway] {
    max-width: 1100px;
    padding: 0px 88px 0px;
  }
}
.article[data-layout=giveaway] {
  position: relative;
}
@media screen and (min-width: 768px) {
  .article[data-layout=giveaway]::before {
    min-width: 1100px;
  }
}
.article[data-layout=giveaway]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.paragraph--center {
  text-align: center;
}
.figure {
  display: block;
}
@media screen and (min-width: 768px) {
  .mt-40 {
    margin-top: 40px !important;
  }
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
@media screen and (min-width: 768px) {
  .figure[data-layout=anniversary] .figure__list {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=anniversary] .figure__item {
    width: calc((100% - 64px) / 2 - .01px);
    padding: 0 20px;
  }
}
.figure__picture {
  display: block;
}
@media screen and (min-width: 768px) {
  .figure[data-layout=anniversary] .figure__figcaption {
    font-size: .875rem;
    margin-top: 16px;
  }
}
.figure[data-layout=anniversary] .figure__figcaption {
  line-height: 2;
  text-align: left;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .figure__image {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .figure.carousel-container[data-layout="anniversary"] picture.figure__picture {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* スライダーのスタイル */
.carousel-container {
  width: 70%; /* 任意の幅を指定 */
  overflow: hidden;
  margin: 0 auto;
  position: relative; /* 相対位置指定 */
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .carousel-container {
    width: 100%;
  }
}
/* カルーセルのスタイル */
.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
/* スライドのスタイルは変更なし */
.slide {
  flex: 0 0 100%;
  box-sizing: border-box;
  text-align: center; /* タイトルを中央寄せ */
}
.slide img {
  width: 100%;
  height: auto;
}
.slide p {
  font-size: large;
}
/* ボタンのスタイル */
.prev {
  position: absolute; /* 絶対位置指定 */
  transform: translateY(-50%); /* ボタンの中央を揃える */
  left: 10%; /* 任意の左側の余白を指定 */
  top: 50%;
  background-color: #fff;
  align-items: center;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
  display: inline-flex;
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  justify-content: center;
  line-height: 1;
  opacity: .5;
}
.next {
  position: absolute; /* 絶対位置指定 */
  transform: translateY(-50%); /* ボタンの中央を揃える */
  right: 10%; /* 任意の左側の余白を指定 */
  top: 50%;
  background-color: #fff;
  align-items: center;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .2);
  display: inline-flex;
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  justify-content: center;
  line-height: 1;
  opacity: .5;
}
/* スライダーのトランジションを管理するクラス */
.slide-transition {
  transition: transform 0.5s ease-in-out;
}
.hidden {
  visibility: hidden;
}
.arrow {
  padding: 20px;
}
.arrow::before {
  content: '\F105';
  font-family: 'icon';
  font-size: 2rem;
  color: black;
}
.arrow.arrow-left::before {
  transform: rotate(-180deg);
}
.arrow:hover {
  background-color: rgb(0, 0, 64);
  opacity: 1;
}
.arrow:hover::before {
  color: white;
}
.fade-in {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 動画セクション */
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 12.5vw !important;
  }
}
@media screen and (min-width: 768px) {
  .iframe[data-layout=default] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 88px 96px;
  }
}
.iframe[data-layout=default] {
  position: relative;
}
@media screen and (min-width: 768px) {
  .mb-80 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .iframe[data-layout=default]::before {
    min-width: 768px;
  }
}
.iframe[data-layout=default]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #eef0f0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.iframe[data-layout=default] .iframe__inner {
  max-width: 720px;
  margin: 0 auto;
}
.YT_Player {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.YT_Player iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
svg, img, embed, object, iframe {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  #lp-main {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  #lp-main {
    max-width: initial;
  }
}
/* メインビジュアル */
@media (max-width: 1024px) {
  .article__storeName_container {
    text-align: center;
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .article__storeName_container {
    text-align: center;
    font-size: 4.69vw;
  }
}
@media (min-width: 1024px) {
  .article__storeName_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .article__storeName {
    font-size: 1.375rem;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 100%;
    text-align: center;
  }
  .article__storeName_container.six_or_more .article__storeName {
    width: 50%;
  }
}
header.l-globalHeader-wrapper {
  position: static;
}
.picture[data-layout=mv] {
  position: relative;
  left: 50%;
  display: block;
  width: 100vw;
  height: auto;
  aspect-ratio: 16 / 9;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 768px) {
  .picture[data-layout=mv] {
    min-width: 768px;
  }
}
.picture[data-layout=mv] .picture__image {
  width: 100%;
  height: 100%;
  display: block;
}
.article[data-layout=blog] {
  color: #fff;
  position: relative;
  padding-top: 2rem;
}
.article[data-layout=blog]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #020340;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 768px) {
  .article[data-layout=blog]::after {
    min-width: 1100px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=blog]::after {
    min-width: initial;
  }
}
.article[data-layout=blog] .article__heading {
  text-align: center;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .article[data-layout=blog] .article__heading {
    font-size: 8.75vw;
  }
}
@media screen and (min-width: 768px) {
  .article[data-layout=blog] .article__heading {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=blog] .article__heading {
    font-size: 5.0909090909vw;
  }
}
.article[data-layout=blog] .article__description {
  text-align: center;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .article[data-layout=blog] .article__description {
    font-size: 4.53125vw;
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 768px) {
  .article[data-layout=blog] .article__description {
    font-size: 1.8125rem;
    margin-top: 48px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=blog] .article__description {
    font-size: 2.6363636364vw;
    margin-top: 4.3636363636vw;
  }
}
.article[data-layout=blog] .article__aside {
  line-height: 1.8181818182;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .article[data-layout=blog] .article__aside {
    font-size: 4.69vw;
    padding: 17.5vw 5vw;
  }
}
@media screen and (min-width: 768px) {
  .article[data-layout=blog] .article__aside {
    font-size: 1.375rem;
    text-align: center;
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=blog] .article__aside {
    font-size: 2vw;
    padding: 10.1818181818vw 0;
  }
}
.article[data-layout=blog] .article__asideInner {
  border: 1px solid #fff;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .article[data-layout=blog] .article__asideInner {
    padding: 7.5vw;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .article[data-layout=blog] .article__asideInner {
    padding: 48px 80px;
    margin: 0px 0px 50px 0px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=blog] .article__asideInner {
    padding: 4.3636363636vw 7.2727272727vw;
  }
}
@media screen and (max-width: 767px) {
  .article[data-layout=blog] .article__paragraph {
    text-align: center;
  }
}
.article[data-layout="blog"] a {
  color: #fff;
  text-decoration: underline;
}
.article[data-layout="blog"] a:hover {
  color: rgba(255,255,255,0.7);
}
.article[data-layout="blog"] a:not([href]):not([class]),
.article[data-layout="blog"] a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
/* カルーセル */
.slide_mv {
  flex: 0 0 100%;
  box-sizing: border-box;
  text-align: center; /* タイトルを中央寄せ */
}
.slide_mv img {
  width: 100%;
  height: auto;
}
.slide_mv p {
  font-size: large;
}
.carousel_container_mv {
  position: relative;
  width: 100vw;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.carousel_mv {
  display: flex; /* スライドを横並びにする */
  transition: transform 0.5s ease-in-out; /* アニメーション */
}
.carousel_controls_mv {
  position: absolute;
  justify-content: space-between;
  display: flex;
  padding: 0 1rem;
  bottom: 1.5rem;
  z-index: 100;
  width: 100%;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .carousel_controls_mv {
    position: absolute;
    justify-content: center;
    display: flex;
    padding: 0 1rem;
    bottom: 1.5rem;
    z-index: 100;
    width: 100%;
    color: #ffffff;
  }
}
.prev_mv {
  align-items: center;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  display: inline-flex;
  font-family: icon;
  height: 1.5rem;
  justify-content: center;
  line-height: 1;
  width: 1.5rem;
  cursor: pointer;
}
.prev_mv::before {
  content: "\F104";
  font-size: .75rem;
  color: #ffffff;
}
.indicator_mv {
  padding: 0 0 0 1.5rem;
  align-items: center;
  display: flex;
}
.switch_mv {
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  height: 1.25rem;
  line-height: 1rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
  text-align: center;
  width: 1.25rem;
  z-index: 100;
}
.switch_mv::before {
  content: "\F04C";
  color: #ffffff;
  display: block;
  font-family: icon;
  font-size: .85rem;
  line-height: 1.4;
}
.switch_mv.play::before {
  content: "\F04B";
  color: #ffffff;
  display: block;
  font-family: icon;
  font-size: .85rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .progress-container_mv {
    width: 10rem;
    background: currentColor;
    display: block;
    height: 1px;
    inset-inline-start: 0;
    opacity: .5;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
}
.progress-bar_mv {
  background: currentColor;
  display: block;
  height: 1px;
  inset-inline-start: 0;
  position: absolute;
  inset-inline-start: 0;
  width: 0;
  transition: width 5s linear;
  transform: translateY(-50%);
  top: 50%;
  opacity: 1;
  z-index: 10;
}
.next_mv {
  align-items: center;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  display: inline-flex;
  font-family: icon;
  height: 1.5rem;
  justify-content: center;
  line-height: 1;
  width: 1.5rem;
  cursor: pointer;
}
.next_mv::before{
  content: "\F105";
  font-size: .75rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .pagination_mv {
    padding: 0 1.5rem 0 11rem;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .pagination_mv {
    padding: 0 0 0 5.5rem;
    position: relative;
  }
  .progress-container_mv {
    width: 5rem;
    background: currentColor;
    display: block;
    height: 1px;
    inset-inline-start: 0;
    opacity: .5;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
}

/* ノベルティセクション */
@media screen and (min-width: 768px) {
  .paragraph_novelty {
    text-align: center;
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .paragraph_novelty {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=giveaway] {
    max-width: initial;
  }
}
.article[data-layout=giveaway]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 768px) {
  .article[data-layout=giveaway]::before {
    min-width: 768px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=giveaway]::before {
    max-width: initial;
  }
}
p.paragraph.paragraph--center.annotation {
  font-size: 12px;
}
.figure__figcaption_novelty {
  margin-top: 1rem;
  text-align: left;
  overflow-wrap: anywhere;
}
li.figure__item_novelty:only-child {
  text-align: center;
}
.figure__list_novelty {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .figure__list_novelty {
    display: flex; 
    justify-content: center;
  }
}
.figure__item_novelty {
  margin: 0px 16px 0px 16px;
  flex: 1;
  text-align: left;
}
.figure__picture_novelty {
  display: block;
  height: auto;
  text-align: center;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .figure__picture_novelty {
    margin-top: 20px;
  }
}
.figure__image_novelty {    
  height: 100%;    
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .figure__image_novelty {
    width: 100%;
    max-width: 100%;
  }
}

/* ピックアップセクション */
.article[data-layout=pickup] {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .article[data-layout=pickup] {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .article[data-layout=pickup] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 88px 0px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=pickup] {
    max-width: initial;
    padding: 0 8vw;
  }
}
.article[data-layout=pickup] th {
  white-space: nowrap;
  vertical-align: top;
  padding-right: 10px;
  font-weight: normal;
}
.article[data-layout=pickup] th::after {
  content: ":";
}
.article[data-layout=pickup]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.article[data-layout=pickup] td {
  overflow-wrap: anywhere;
}
.article[data-layout=pickup] dd {
  overflow-wrap: anywhere;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .article[data-layout=pickup]::before {
    min-width: 768px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=pickup]::before {
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__list>*:nth-child(odd) .figure__picture {
    order: 2;
    margin-left: 64px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__list>*:nth-child(odd) .figure__picture {
    margin-left: 5.8181818182vw;
  }
}
.figure[data-layout=pickup] .figure__list>*:nth-child(odd) .figure__figcaption {
  order: 1;
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__list>*:nth-child(odd) .figure__aside {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__list>*:nth-child(even) .figure__inner>*:first-child {
    margin-right: 64px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__list>*:nth-child(even) .figure__inner>*:first-child {
    margin-right: 5.8181818182vw;
  }
}
.figure[data-layout=pickup] .figure__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .figure[data-layout=pickup] .figure__inner {
    padding: 10vw 0;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 64px 0;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__inner {
    padding: 5.8181818182vw 0;
  }
}
.figure[data-layout=pickup] .figure__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-image: url(../../../common/gs/images/common/bg-paper.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, .6);
}
.backgroud-cover {
  width: 100vw;
  height: 100%;
  background: linear-gradient(to top right, rgba(0, 0, 0, .05), rgba(0, 0, 0, 0));
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__inner::before {
    min-width: 1100px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__inner::before {
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=pickup] .figure__picture {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__picture {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__picture {
    max-width: 36.3636363636vw;
  }
}
.figure[data-layout=pickup] .figure__figcaption {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .figure[data-layout=pickup] .figure__header {
    font-size: 32px;
    margin-bottom: 7.5vw;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__header {
    font-size: 32px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__header {
    font-size: 32px;
    margin-bottom: 4.3636363636vw;
  }
}
.figure[data-layout=pickup] .figure__header .em,.figure[data-layout=pickup] .figure__header em {
  display: block;
}
@media screen and (max-width: 767px) {
  .figure[data-layout=pickup] .figure__header .em,.figure[data-layout=pickup] .figure__header em {
    margin-bottom: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__header .em,.figure[data-layout=pickup] .figure__header em {
    margin-bottom: .5rem;
  }
}
.figure[data-layout=pickup] .figure__header .em,.figure[data-layout=pickup] .figure__header em {
  color: #000040;
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__header .em,.figure[data-layout=pickup] .figure__header em {
    margin-bottom: 2.1818181818vw;
  }
}
.figure[data-layout=pickup] .figure__header .small,.figure[data-layout=pickup] .figure__header small {
  display: block;
}
.figure[data-layout=pickup] .figure__header .small,.figure[data-layout=pickup] .figure__header small {
  font-size: 14px;
}
.figure[data-layout=pickup] .figure__header .small,.figure[data-layout=pickup] .figure__header small {
  color: #000040;
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__header .small,.figure[data-layout=pickup] .figure__header small {
    font-size: 1.0909090909vw;
  }
}
@media screen and (max-width: 767px) {
  .figure[data-layout=pickup] .figure__paragraph--price {
    font-size: 5.21vw;
    margin-bottom: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__paragraph--price {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__paragraph--price {
    font-size: 1.6363636364vw;
    margin-bottom: 2.1818181818vw;
  }
}
.label-after-price {
  font-size: 60%;
}
.figure[data-layout=pickup] .figure__aside {
  line-height: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .figure[data-layout=pickup] .figure__aside {
    font-size: 3.65vw;
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=pickup] .figure__aside {
    font-size: .875rem;
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=pickup] .figure__aside {
    font-size: 1.2727272727vw;
    margin-top: 2.1818181818vw;
  }
}
@media screen and (min-width: 768px) {
  .definition[data-layout=pickup] {
    padding: 56px 0 72px;
  }
}
@media screen and (max-width: 767px) {
  .definition[data-layout=pickup] {
      padding: 8.75vw 0 11.25vw;
  }
}
.em {
  font-style: normal;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .definition[data-layout=pickup] .definition__term {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .definition[data-layout=pickup] .definition__term {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.definition[data-layout=pickup] .definition__term {
  text-align: center;
  font-weight: normal;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .definition[data-layout=pickup] .definition__description {
    font-size: .875rem;
    margin-top: 20px;
  }
}
span.unordered__itemInner {
  font-size: .875rem;
}
ul.unordered__list {
  margin-top: 1rem;
}

/* 店舗セクション */
.article[data-layout=storeInformation]>h2.heading.ta-left.mb-48 {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .storeData>._data {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    aspect-ratio: 5 / 3;
  }
}
@media (min-width: 768px) {
  .storeData>._data>img {
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }
}
@media screen and (max-width: 767px) {
  .storeData>._data>img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  .storeList-card {
    display: block;
    padding-bottom: 1.5rem;
  }
}
.storeList-card {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .storeData {
    display: flex;
  }
}
.storeData {
 padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .storeData>._data {
    flex: 1;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  table._table.storeDataTable {
    flex: 3;
  }
}
.article[data-layout=storeInformation] {
  position: relative;
}
@media screen and (max-width: 767px) {
  .article[data-layout=storeInformation] {
    padding: 12.5vw 5vw 15vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .article[data-layout=storeInformation] {
    max-width: 1100px;
    margin-bottom: 0;
    padding: 80px 0 96px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=storeInformation] {
    max-width: initial;
    padding: 7.2727272727vw 8vw 8.7272727273vw;
  }
}
.article[data-layout=storeInformation]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f8f8f8;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media screen and (min-width: 768px) {
  .article[data-layout=storeInformation]::before {
    min-width: 768px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=storeInformation]::before {
    max-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .article[data-layout=storeInformation] .article__inner+* {
    margin-top: 12.5vw;
  }
}
@media screen and (min-width: 768px) {
  .article[data-layout=storeInformation] .article__inner+* {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .article[data-layout=storeInformation] .article__inner+* {
    margin-top: 7.2727272727vw;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=storeInformation] {
    display: flex;
  }
}
.figure[data-layout=storeInformation] .figure__inner--figcaption {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .figure[data-layout=storeInformation] .figure__inner--figcaption {
    padding: 6.25vw;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=storeInformation] .figure__inner--figcaption {
    min-width: 456px;
    padding: 40px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=storeInformation] .figure__inner--figcaption {
    min-width: 41.4545454545vw;
    padding: 3.6363636364vw;
  }
}
.figure[data-layout=storeInformation] .figure__inner--iframe {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .figure[data-layout=storeInformation] .figure__inner--iframe {
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=storeInformation] .figure__inner--iframe {
    margin-left: 64px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=storeInformation] .figure__inner--iframe {
    margin-left: 5.8181818182vw;
  }
}
.figure[data-layout=storeInformation] .figure__picture {
  order: 2;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .figure[data-layout=storeInformation] .figure__figcaption {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .figure[data-layout=storeInformation] .figure__figcaption {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px)and (max-width: 1024px) {
  .figure[data-layout=storeInformation] .figure__figcaption {
    margin-bottom: 2.9090909091vw;
  }
}
@media screen and (min-width: 768px) {
  .wrapper {
    background-color: white; 
    padding: 0px 24px 0px 24px;
    margin-bottom: 24px;
  }
}
.wrapper {
  background-color: white; 
  padding: 0px 24px 0px 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .wrapper-flex {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 24px;
  }
}
.wrapper-flex {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .storeList-card-flex {
    width: calc(50% - 12px); 
    box-sizing: border-box; 
    padding-right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .storeList-card-flex:nth-child(odd),
  .storeList-card-flex:nth-child(even) {
    align-self: flex-start; 
  }
}
.storeList-card-flex:nth-child(odd),
.storeList-card-flex:nth-child(even) {
  align-self: flex-start; 
}
@media screen and (min-width: 768px) {
  .storeList-card-flex>._body>._type ._icon {
    display: inline-block;
    width: 1.6rem;
    height: 1.7rem;
    -webkit-margin-end: .2rem;
    margin-inline-end: .2rem;
  }
}
.storeList-card-flex>._body>._type ._icon {
  display: inline-block;
  width: 1.6rem;
  height: 1.7rem;
  -webkit-margin-end: .2rem;
  margin-inline-end: .2rem;
}
@media screen and (min-width: 768px) {
  .storeList-card-flex>._body>._title {
    margin-bottom: 0.1rem;
  }
}
.storeList-card-flex>._body>._title {
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .storeList-card-flex>._body>._title ._link {
    font-size: 1.1rem;
  }
}
.storeList-card-flex>._body>._title ._link {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .storeList-card-flex>._body>._address {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
.storeList-card-flex>._body>._address {
  font-size: 0.9rem;
  line-height: 1.5;
}
.btn-primary {
  white-space: nowrap;
}
.article[data-layout=storeInformation] ._storetype-6 {
  color: #000040;
}
.article[data-layout=storeInformation] ._address-6 {
  color: #000040;
}
@media (min-width: 1025px) {
  .storeList-card > ._footer {
    flex-direction: column;
    justify-content: center;
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .storeList-card > ._footer {
    flex-direction: row;
    justify-content: center;
    width: 20%;
    margin: auto;
  }
}
@media (min-width: 1025px) {
  .storeList-card > ._footer p {
    width: auto;
    margin-bottom: .5rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .storeList-card > ._footer p {
    width: 200px;
    margin-bottom: .5rem;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .storeDataTable th {
    width: 12%;
  }
}
@media screen and (max-width: 425px) {
  a.btn-primary.btn-block {
    font-size: .8rem;
  }
}
.many-stores>.icon-external-link {
  color: #000040;
  font-size: 1.1rem;
}
 
/* 注釈 */
.annotation-area {
  display: flex;
  justify-content: flex-start;
}
.annotation-center {
  justify-content: center;
}
.annotation-container {
  margin-top: 16px;
}
.annotation-wrapper {
  display: flex;
  font-size: 12px;
}
.annotation-wrapper .annotation-icon {
  font-size: inherit;
}
figcaption.annotation {
  text-align: left;
}
.annotation {
  overflow-wrap: anywhere;
}

