@charset "UTF-8";
/* autoprefixer grid: autoplace */
/* ==========================================================================
 Foundation
 ========================================================================== */
/* GFO template */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%;
font: inherit; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /* line-height: 1; */
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.project {
  font-size: 2.666vw;
  line-height: 1.4;
  font-family: "Shippori Mincho B1","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #2B2E34;
}

.project *, .project *:before, .project *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.project h1, .project h2, .project h3, .project h4 {
  font-size: 100%;
}

@media screen and (min-width: 769px) {
  .project {
    font-size: 0.925vw;
  }
}

@media screen and (min-width: 1081px) {
  .project {
    font-size: 10px;
  }
}

a {
  color: #2B2E34;
  text-decoration: none;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
  max-width: 100%;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


/* js-lozad
----------------------------------------------------------------- */
.js-lozad {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.js-lozad--show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-pagetop
----------------------------------------------------------------- */
.c-pagetop {
  display: none;
  width: 38px;
  height: 38px;
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 16vw;
  right: 5.333vw;
}

@media screen and (min-width: 769px) {
  .c-pagetop {
    bottom: 3.703vw;
    right: 3.703vw;
  }
}

@media screen and (min-width: 1081px) {
  .c-pagetop {
    bottom: 40px;
    right: 40px;
  }
}

.contents-nav,
.breadcrumb,
.global-footer {
  position: relative;
  z-index: var(--z-index-content);
}
.contents-nav{
  margin-top: 0;
}
.global-footer {
  background: rgb(var(--color-base-white));
}

/* ==========================================================================
 GOOUT2025
 ========================================================================== */

:root {
  --color-base-white: 255 255 255;
  --color-base-black: 0 0 0;
  --color-base-black-light: 16 1 0;
  --color-base-gray-light: 149 149 149;
  --color-base-text: 34 34 34;
  --color-base-link: 7 51 172;
  --color-base-tag: 234 234 234;
  --color-base-line: 35 24 21;
  --color-base-bg: 100 199 178;
  --color-base-bg-recommend: 242 242 242;

  --color-accent-shadow: 54 45 45;

  --color-slide-active: 49 49 49;
  --color-slide-inactive: 197 197 197;
  --color-thumbnail-active: 221 221 221;
  --color-thumbnail-current: 51 51 51;

  --border-radius-max: 100vmax;

  --font-ntsj: "Noto Sans JP", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;

  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  --z-index-default: 0;
  --z-index-content: 1;
  --z-index-cursor: 5;
  --z-index-main: 10;
  --z-index-popup: 100;
  --z-index-modal: 50000;
  --z-index-loading: 99999;
}

.f-mon {
  font-family: var(--font-montserrat);
}

.u-text-transform-cap {
  text-transform: capitalize;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.l-section {
  position: relative;
  font-family: var(--font-ntsj);
  z-index: var(--z-index-default);
}
.l-section * {
  line-height: 1;
}
.l-section__header {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgb(var(--color-base-bg));
}
.l-section__contents {
  position: relative;
  margin-inline: auto 0;
  width: 100%;
  color: rgb(var(--color-base-text));
  background-color: rgb(var(--color-base-white));
  z-index: var(--z-index-content);
}
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 769px) {
  .l-section__header {
    display: block;
  }
  .l-section__contents {
    width: 520px;
  }
}

.l-outline {
  display: grid;
  padding: 200px 10px 40px 10px;
  width: calc(100% - 520px);
  height: 100dvh;
  background-image: url(../img/outline_illust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-outline::-webkit-scrollbar {
  display:none;
}
.l-outline .p-outline-box {
  margin: auto;
  max-width: 514px;
}
.l-outline .p-outline-group {
  display: grid;
  grid-template-columns: 79.2271% 11.11112%;
  align-items: start;
  gap: 10.6281%;
  margin: 66px auto 0;
  max-width: min(61.9761%, 414px);
}
.l-outline .p-outline-group .p-outline__copy {
  order: 1;
}
.l-outline .p-outline-group .p-outline-list {
  display: grid;
  gap: 8.84147%;
  order: 0;
}
.l-outline .p-outline-list li a {
  display: grid;
  grid-template-columns: 25% 69.2308%;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.2s ease-in-out;
}
.l-outline .p-outline-list li a:hover {
  opacity: 0.8;
}
.l-outline .p-outline-list li a .text {
  --_border-size: 1px;

  position: relative;
  padding-bottom: 7.257%;
  border-bottom: var(--_border-size) solid rgb(var(--color-base-black));
}
.l-outline .p-outline-list li a .text::after {
  content: "";
  position: absolute;
  top: 32%;
  right: 0;
  width: 5.55556%;
  aspect-ratio: 1;
  background-image: url(../img/arrow_buttom.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-outline .p-outline-banner {
  --_border-size: 2px;
  
  margin: 4.19162% auto 0;
  max-width: min(46.40719%, 310px);
  border: var(--_border-size) solid rgb(var(--color-base-white));
}
.l-outline .p-outline-banner a {
  transition: opacity 0.2s ease-in-out;
}
.l-outline .p-outline-banner a:hover {
  opacity: 0.8;
}

.l-hero {
  position: relative;
  padding-block: 5.86667%;
  background-color: rgb(var(--color-base-bg));
}
.l-hero .p-hero__title {
  margin-inline: auto;
  width: 87.73334%;
}
.l-hero .p-hero__copy {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 9.6%;
}
.l-hero .p-hero-flow {
  padding-block: 34.66667vw 0;
  width: 100%;
  background-image: url(../img/hero_flow_mount.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-hero .p-hero-flow .slide {
  margin-top: -34.66667vw;
  width: 100%;
  height: 133.33334vw;
  /* background-image: url(../img/hero_flow_slide_01.png); */
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: slide 10s linear infinite;
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -126.66667vw 0;
  }
}
@media screen and (min-width: 751px) {
  .l-hero .p-hero-flow {
    padding-block: 180px 0;
  }
  .l-hero .p-hero-flow .slide {
    margin-top: -180px;
    width: 100%;
    height: 693px;
    /* background-image: url(../img/hero_flow_slide_01.png); */
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
    animation: slide 10s linear infinite;
  }
  @keyframes slide {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -660px 0;
    }
  }
}

.l-intro {
  margin-top: 10.66667%;
}

.l-category {
  margin: 19.33334% auto 0;
  width: 69.33334%;
}
.l-category .p-category__title {
  margin-inline: auto;
  width: 50.1825%;
}
.l-category .p-category-list {
  display: grid;
  gap: 3.86667%;
  margin-top: 11.5385%;
}
.l-category .p-category-list li a {
  display: grid;
  grid-template-columns: 25% 69.2308%;
  align-items: center;
  justify-content: space-between;
}
.l-category .p-category-list li a .text {
  --_border-size: 0.53334vw;

  position: relative;
  padding-bottom: 7.257%;
  border-bottom: var(--_border-size) solid rgb(var(--color-base-black));
}
.l-category .p-category-list li a .text::after {
  content: "";
  position: absolute;
  top: 32%;
  right: 0;
  width: 5.55556%;
  aspect-ratio: 1;
  background-image: url(../img/arrow_buttom.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .l-category .p-category-list {
    gap: 29px;
  }
  .l-category .p-category-list li a .text {
    --_border-size: 2.8px;
  }
}

.l-recommend {
  margin: 20% auto 0;
  padding: 10.6667% 6.8% 12.5334%;
  width: 86.66667%;
  background-color: rgb(var(--color-base-bg-recommend));
}
.l-recommend .p-recommend__title {
  margin-inline: auto;
  width: 92.3358%;
}
.l-recommend .p-recommend-article-top {
  position: relative;
  margin-top: 12.4088%;
  padding-bottom: 6.5694%;
}
.l-recommend .p-recommend-article-top .copy {
  position: absolute;
  top: 49.5968%;
  right: -0.365%;
  width: 40.876%;
  z-index: 1;
}
.l-recommend .p-recommend-article-top .visual {
  position: relative;
  margin-inline:  auto;
  width: 60.219%;
}
.l-recommend .p-recommend-article-top .name {
  margin-top: 4.0146%;
}
.l-recommend .p-recommend-article-bottom {
  --_border-size: 2px;

  padding-top: 6.9344%;
  border-top: var(--_border-size) solid rgb(var(--color-base-line));
}
.l-recommend .p-recommend-article-bottom .text {
  font-size: 14px;
  line-height: 1.55;
}
.l-recommend .p-recommend-article-bottom .text span {
  font-weight: var(--font-weight-bold);
}



.l-total {
  margin-top: 17.33334%;
}
.l-total .p-total__lead {
  margin-top: 7.73334%;
  font-size: 3.33334vw;
  line-height: 1.92;
  letter-spacing: 0.01em;
  text-align: center;
}
.l-total .p-total-list {
  display: grid;
  gap: 26.66667vw;
  margin-top: 16.8%;
}
.l-total .p-total-item {
  display: flex;
  flex-direction: column;
}
.l-total .p-total-item .p-total-item__visual {
  order: 0;
}
.l-total .p-total-item .p-total-item__content {
  position: relative;
  padding: 6.93334% 6.66667% 11.73334% 6.66667%;
  max-height: 58.66667vw;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
  order: 1;
}
.l-total .p-total-item .p-total-item__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.l-total .p-total-item .p-total-item__btn:has(.button-accordion[aria-expanded="true"]) + .p-total-item__content  {
  max-height: 3000px;
}
.l-total .p-total-item .p-total-item__btn:has(.button-accordion[aria-expanded="true"]) + .p-total-item__content::after  {
  opacity: 0;
}
.l-total .p-total-item .sub {
  margin-top: 2.4vw;
  font-size: 2.93334vw;
  line-height: 1.2273;
  letter-spacing: 0.005em;
  font-weight: var(--font-weight-bold);
}
.l-total .p-total-item .lead {
  margin-top: 5.86667vw;
  font-size: 3.2vw;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
.l-total .p-total-item .spec {
  --_border-size: 1px;

  margin-top: 8vw;
  padding-top: 4.8vw;
  border-top: var(--_border-size) solid rgb(var(--color-base-black));
}
.l-total .p-total-item .spec dt {
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
  font-weight: var(--font-weight-bold);
  color: rgb(var(--color-base-gray-light));
}
.l-total .p-total-item .spec dd {
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
}
.l-total .p-total-item .spec dd + dt {
  margin-top: 4.26667vw;
}
.l-total .p-total-item .notice {
  margin-top: 3.2vw;
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
  color: rgb(var(--color-base-gray-light));
}
.l-total .p-total-item .shop {
  display: grid;
  grid-template-columns: 19.3847% 1fr;
  gap: 2.4616%;
  margin-top: 6.13334vw;
}
.l-total .p-total-item .shop .place {
  padding-top: 0.4em;
}
.l-total .p-total-item .shop .info .genre {
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
}
.l-total .p-total-item .shop .info .name a {
  --_border-size: 1px;

  position: relative;
  width: fit-content;
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
  font-weight: var(--font-weight-bold);
  border-bottom: var(--_border-size) solid rgb(var(--color-base-black));
  transition: opacity 0.2s ease-in-out;
}
.l-total .p-total-item .shop .info .name a:hover {
  opacity: 0.8;
}
.l-total .p-total-item .shop .info .name a::after {
  content: "\03e";
  padding-left: 0.2em;
}
.l-total .p-total-item .shop .info .name a span {
  font-size: 0.8em;
  vertical-align: top;
}
.l-total .p-total-item .shop .info .tel {
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
}
.l-total .p-total-item:not(:first-child) .shop .info .name, 
.l-total .p-total-item:not(:first-child) .shop .info .tel {
  display: inline-block;
}
.l-total .p-total-item:not(:first-child) .shop .info .tel {
  padding-left: 1em;
}
.l-total .p-total-item .detail {
  --_border-size: 1px;

  display: grid;
  gap: 9.33334vw;
  margin-top: 5.06667vw;
  padding-top: 13.33334vw;
  border-top: var(--_border-size) solid rgb(var(--color-base-black));
}
.l-total .p-total-item .detail li {
  display: grid;
  grid-template-columns: 49.2308% 1fr;
  gap: 2.66667vw;
}
.l-total .p-total-item .detail li:nth-child(even) .visual {
  order: 1;
}
.l-total .p-total-item .detail li:nth-child(even) .text {
  order: 0;
}
.l-total .p-total-item .detail li .text {
  font-size: 3.06667vw;
  line-height: 1.7392;
  letter-spacing: 0.01em;
}
.l-total .p-total-item .p-total-item__btn {
  margin-inline: auto;
  width: 25.73334%;
  order: 2;
}
@media screen and (min-width: 751px) {
  .l-total .p-total__lead {
    font-size: 17px;
  }
  .l-total .p-total-list {
    gap: 139px;
  }
  .l-total .p-total-item .sub {
    margin-top: 12px;
    font-size: 15px;
  }
  .l-total .p-total-item .lead {
    margin-top: 31px;
    font-size: 17px;
  }
  .l-total .p-total-item .p-total-item__content {
    padding: 6.93334% calc(6.66667% * 2) 11.73334% 6.66667%;
    max-height: 320px;
  }
  .l-total .p-total-item .p-total-item__content::after {
    height: 58%;
  }
  .l-total .p-total-item .spec {
    margin-top: 42px;
    padding-top: 25px;
  }
  .l-total .p-total-item .spec dt {
    font-size: 15px;
  }
  .l-total .p-total-item .spec dd {
    font-size: 15px;
  }
  .l-total .p-total-item .spec dd + dt {
    margin-top: 22px;
  }
  .l-total .p-total-item .notice {
    margin-top: 17px;
    font-size: 15px;
  }
  .l-total .p-total-item .shop {
    margin-top: 32px;
  }
  .l-total .p-total-item .shop .info .genre {
    font-size: 15px;
  }
  .l-total .p-total-item .shop .info .name a {
    font-size: 15px;
  }
  .l-total .p-total-item .shop .info .tel {
    font-size: 15px;
  }
  .l-total .p-total-item .detail {
    margin-top: 26px;
    padding-top: 69px;
    gap: 49px;
  }
  .l-total .p-total-item .detail li {
    gap: 14px;
  }
  .l-total .p-total-item .detail li .text {
    font-size: 16px;
  }
}


.l-fashion {
  margin-top: 17.33334%;
}
.l-fashion .p-fashion__lead {
  margin-top: 7.73334%;
  font-size: 3.33334vw;
  line-height: 1.92;
  letter-spacing: 0.01em;
  text-align: center;
}
.l-fashion .p-fashion-list {
  margin-top: 14.66667%;
}
.l-fashion .p-fashion-item {
  position: relative;
}
.l-fashion .p-fashion-item.item-02 {
  margin-top: 13.6%;
}
.l-fashion .p-fashion-item.item-03 {
  margin-top: 10.93334%;
}
.l-fashion .p-fashion-item.item-04 {
  margin-top: 21.73334%;
}
.l-fashion .p-fashion-item.item-05 {
  margin-top: 17.86667%;
}
.l-fashion .p-fashion-item.item-06 {
  margin-top: 13.86667%;
}
.l-fashion .p-fashion-item__visual {
  
}
.l-fashion .p-fashion-item__content {
  position: absolute;
}
.l-fashion .p-fashion-item.item-01 .p-fashion-item__content {
  top: 0;
  left: 55.2%;
}
.l-fashion .p-fashion-item.item-02 .p-fashion-item__content {
  top: 11.73334vw;
  left: 6.66667%;
}
.l-fashion .p-fashion-item.item-03 .p-fashion-item__content {
  top: 3.73334vw;
  left: 61.86667%;
}
.l-fashion .p-fashion-item.item-04 .p-fashion-item__content {
  top: 8.8vw;
  left: 6.66667%;
}
.l-fashion .p-fashion-item.item-05 .p-fashion-item__content {
  top: 0.66667vw;
  left: 61.86667%;
}
.l-fashion .p-fashion-item.item-06 .p-fashion-item__content {
  top: 4.26667vw;
  left: 6.66667%;
}
.l-fashion .p-fashion-item .copy {
  font-size: 3.46667vw;
  line-height: 1.3462;
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-bold);
}
.l-fashion .p-fashion-item .sub {
  margin-top: 0.53334vw;
  font-size: 2.6667vw;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-weight: var(--font-weight-bold);
}
.l-fashion .p-fashion-item .spec {
  margin-top: 2.1333vw;
}
.l-fashion .p-fashion-item .spec dt {
  font-size: 2.6667vw;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.l-fashion .p-fashion-item .spec dd {
  font-size: 2.6667vw;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.l-fashion .p-fashion-item .spec dt span {
  display: block;
  font-weight: var(--font-weight-bold);
  color: rgb(var(--color-base-gray-light));
}
.l-fashion .p-fashion-item .shop {
  margin-top: 4.8vw;
}
.l-fashion .p-fashion-item .shop .name a  {
  --_border-size: 1px;

  position: relative;
  padding-right: 0.2em;
  width: fit-content;
  font-size: 2.8vw;
  line-height: 1.5477;
  letter-spacing: 0.06em;
  font-weight: var(--font-weight-bold);
  border-bottom: var(--_border-size) solid rgb(var(--color-base-black));
  transition: opacity 0.2s ease-in-out;
}
.l-fashion .p-fashion-item .shop .name a:hover  {
  opacity: 0.8;
}
.l-fashion .p-fashion-item .shop .name a::after {
  content: "\03e";
  padding-left: 0.2em;
}
.l-fashion .p-fashion-item .shop .name a span {
  font-size: 0.8em;
  vertical-align: top;
}
.l-fashion .p-fashion-item .shop .place {
  margin-top: 1.6vw;
  width: 16.8vw;
}
.l-fashion .p-fashion-item .shop .btn {
  margin-top: 2.1333vw;
  width: 20.8vw;
}
@media screen and (min-width: 751px) {
  .l-fashion .p-fashion__lead {
    font-size: 17px;
  }
  .l-fashion .p-fashion-item.item-02 .p-fashion-item__content {
    top: 61px;
  }
  .l-fashion .p-fashion-item.item-03 .p-fashion-item__content {
    top: 19px;
  }
  .l-fashion .p-fashion-item.item-04 .p-fashion-item__content {
    top: 46px;
  }
  .l-fashion .p-fashion-item.item-05 .p-fashion-item__content {
    top: 3px ;
  }
  .l-fashion .p-fashion-item.item-06 .p-fashion-item__content {
    top: 22px;
  }
  .l-fashion .p-fashion-item .copy {
    font-size: 18px;
  }
  .l-fashion .p-fashion-item .sub {
    margin-top: 3px;
    font-size: 14px;
  }
  .l-fashion .p-fashion-item .spec  {
    margin-top: 11px;
  }
  .l-fashion .p-fashion-item .spec dt {
    font-size: 14px;
  }
  .l-fashion .p-fashion-item .spec dd {
    font-size: 14px;
  }
  .l-fashion .p-fashion-item .shop {
    margin-top: 25px;
  }
  .l-fashion .p-fashion-item .shop .name a {
    font-size: 15px;
  }
  .l-fashion .p-fashion-item .shop .place {
    margin-top: 8px;
    width: 87px;
  }
  .l-fashion .p-fashion-item .shop .btn {
    margin-top: 11px;
    width: 108px;
  }
}


.l-reliable {
  margin-top: 17.33334%;
}
.l-reliable .p-reliable__lead {
  margin-top: 7.73334%;
  font-size: 3.33334vw;
  line-height: 1.92;
  letter-spacing: 0.01em;
  text-align: center;
}
.l-reliable .p-reliable-list {
  margin-top: 13.6%;
}
.l-reliable .p-reliable-item {
  position: relative;
}
.l-reliable .p-reliable-item.item-02 {
  margin-top: 8.53334%;
}
.l-reliable .p-reliable-item.item-03 {
  margin-top: 9.46667%;
}
.l-reliable .p-reliable-item.item-04 {
  margin-top: 8.53334%;
}
.l-reliable .p-reliable-item.item-05 {
  margin-top: 8%;
}
.l-reliable .p-reliable-item.item-06 {
  margin-top: 9.46667%;
}
.l-reliable .p-reliable-item.item-07 {
  margin-top: 0;
}
.l-reliable .p-reliable-item.item-08 {
  margin-top: 11.2%;
}
.l-reliable .p-reliable-item.item-09 {
  margin-top: 12.26667%;
}
.l-reliable .p-reliable-item.item-10 {
  margin-top: 14%;
}
.l-reliable .p-reliable-item.item-11 {
  margin-top: 16.4%;
}
.l-reliable .p-reliable-item.item-12 {
  margin-top: 9.86667%;
}
.l-reliable .p-reliable-item.item-13 {
  margin-top: -5.46667%;
}
.l-reliable .p-reliable-item.item-14 {
  margin-top: 6.53334%;
}
.l-reliable .p-reliable-item.item-15 {
  margin-top: 12.13334%;
}
.l-reliable .p-reliable-item__visual {
  
}
.l-reliable .p-reliable-item__content {
  position: absolute;
}
.l-reliable .p-reliable-item.item-01 .p-reliable-item__content {
  top: 2.66667vw;
  left: 55.2%;
}
.l-reliable .p-reliable-item.item-02 .p-reliable-item__content {
  top: 0;
  left: 6.4%;
}
.l-reliable .p-reliable-item.item-03 .p-reliable-item__content {
  top: 0.93334vw;
  left: 59.2%;
}
.l-reliable .p-reliable-item.item-04 .p-reliable-item__content {
  top: 1.06667vw;
  left: 12.8%;
}
.l-reliable .p-reliable-item.item-05 .p-reliable-item__content {
  top: 5.06667vw;
  left: 57.33334%;
}
.l-reliable .p-reliable-item.item-06 .p-reliable-item__content {
  top: 6.4vw;
  left: 6.66667%;
}
.l-reliable .p-reliable-item.item-07 .p-reliable-item__content {
  top: 1.86667vw;
  left: 57.86667%;
}
.l-reliable .p-reliable-item.item-08 .p-reliable-item__content {
  top: 0.53334vw;
  left: 11.86667%;
}
.l-reliable .p-reliable-item.item-09 .p-reliable-item__content {
  top: 4vw ;
  left: 54.93334%;
}
.l-reliable .p-reliable-item.item-10 .p-reliable-item__content {
  top: 1.2vw;
  left: 9.6%;
}
.l-reliable .p-reliable-item.item-11 .p-reliable-item__content {
  top: 2.4vw;
  left: 55.2%;
}
.l-reliable .p-reliable-item.item-12 .p-reliable-item__content {
  top: 14.13334vw;
  left: 10.66667%;
}
.l-reliable .p-reliable-item.item-13 .p-reliable-item__content {
  top: 22.13334vw;
  left: 54.93334%;
}
.l-reliable .p-reliable-item.item-14 .p-reliable-item__content {
  top: 5.6vw;
  left: 9.33334%;
}
.l-reliable .p-reliable-item.item-15 .p-reliable-item__content {
  top: 0.53334vw;
  left: 56.26667%;
}
.l-reliable .p-reliable-item .copy {
  font-size: 3.46667vw;
  line-height: 1.3462;
  letter-spacing: 0.1em;
  font-weight: var(--font-weight-bold);
}
.l-reliable .p-reliable-item .sub {
  margin-top: 0.53334vw;
  font-size: 2.6667vw;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-weight: var(--font-weight-bold);
}
.l-reliable .p-reliable-item .spec {
  margin-top: 2.1333vw;
}
.l-reliable .p-reliable-item .spec dt {
  font-size: 2.6667vw;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.l-reliable .p-reliable-item .spec dd {
  font-size: 2.6667vw;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
.l-reliable .p-reliable-item .spec dt span {
  display: block;
  font-weight: var(--font-weight-bold);
  color: rgb(var(--color-base-gray-light));
}
.l-reliable .p-reliable-item .notice {
  margin-top: 0.8vw;
}
.l-reliable .p-reliable-item .notice li {
  font-size: 2.6667vw;
  line-height: 1.35;
  letter-spacing: 0.1em;
  color: rgb(var(--color-base-gray-light));
}
.l-reliable .p-reliable-item .shop {
  margin-top: 4.8vw;
}
.l-reliable .p-reliable-item .shop .name a {
  --_border-size: 1px;

  position: relative;
  padding-right: 0.2em;
  width: fit-content;
  font-size: 2.8vw;
  line-height: 1.5477;
  letter-spacing: 0.06em;
  font-weight: var(--font-weight-bold);
  border-bottom: var(--_border-size) solid rgb(var(--color-base-black));
  transition: opacity 0.2s ease-in-out;
}
.l-reliable .p-reliable-item .shop .name a:hover {
  opacity: 0.8;
}
.l-reliable .p-reliable-item .shop .name a::after {
  content: "\03e";
  padding-left: 0.2em;
}
.l-reliable .p-reliable-item .shop .name a span {
  font-size: 0.8em;
  vertical-align: top;
}
.l-reliable .p-reliable-item .shop .place {
  margin-top: 1.6vw;
  width: 16.8vw;
}
.l-reliable .p-reliable-item .shop .btn {
  margin-top: 2.1333vw;
  width: 20.8vw;
}
@media screen and (min-width: 751px) {
  .l-reliable .p-reliable__lead {
    font-size: 17px;
  }
  .l-reliable .p-reliable-item.item-01 .p-reliable-item__content {
    top: 14px; 
  }
  .l-reliable .p-reliable-item.item-03 .p-reliable-item__content {
    top: 6px;
  }
  .l-reliable .p-reliable-item.item-04 .p-reliable-item__content {
    top: 6px;
  }
  .l-reliable .p-reliable-item.item-05 .p-reliable-item__content {
    top: 26px;
  }
  .l-reliable .p-reliable-item.item-06 .p-reliable-item__content {
    top: 33px;
  }
  .l-reliable .p-reliable-item.item-07 .p-reliable-item__content {
    top: 10px;
  }
  .l-reliable .p-reliable-item.item-08 .p-reliable-item__content {
    top: 3px;
  }
  .l-reliable .p-reliable-item.item-09 .p-reliable-item__content {
    top: 21px;
  }
  .l-reliable .p-reliable-item.item-10 .p-reliable-item__content {
    top: 6px;
  }
  .l-reliable .p-reliable-item.item-11 .p-reliable-item__content {
    top: 12px;
  }
  .l-reliable .p-reliable-item.item-12 .p-reliable-item__content {
    top: 73px;
  }
  .l-reliable .p-reliable-item.item-13 .p-reliable-item__content {
    top: 115px ;
  }
  .l-reliable .p-reliable-item.item-14 .p-reliable-item__content {
    top: 29px;
  }
  .l-reliable .p-reliable-item.item-15 .p-reliable-item__content {
    top: 3px;
  }
  .l-reliable .p-reliable-item .copy {
    font-size: 18px;
  }
  .l-reliable .p-reliable-item .sub {
    margin-top: 3px;
    font-size: 14px;
  }
  .l-reliable .p-reliable-item .spec  {
    margin-top: 11px;
  }
  .l-reliable .p-reliable-item .spec dt {
    font-size: 14px;
  }
  .l-reliable .p-reliable-item .spec dd {
    font-size: 14px;
  }
  .l-reliable .p-reliable-item .notice {
    margin-top: 4px;
  }
  .l-reliable .p-reliable-item .notice li {
    font-size: 14px;
  }
  .l-reliable .p-reliable-item .shop {
    margin-top: 25px;
  }
  .l-reliable .p-reliable-item .shop .name a {
    font-size: 15px;
  }
  .l-reliable .p-reliable-item .shop .place {
    margin-top: 8px;
    width: 87px;
  }
  .l-reliable .p-reliable-item .shop .btn {
    margin-top: 11px;
    width: 108px;
  }
}


.l-end {
  margin: 14.4% auto 0;
  width: 86.6667%;
}
.l-end .p-end-list {
  display: grid;
}
.l-end .p-end-list li {
  font-size: 2.9333vw;
  line-height: 1.75;
}
@media screen and (min-width: 751px) {
  .l-end .p-end-list li {
    font-size: 15px
  }
}

.l-banner {
  margin-top: 22.4%;
  padding-bottom: 13.06667%;
}
.l-banner .p-banner-list {
  margin-inline: auto;
  width: 84.13334%;
}
.l-banner .p-banner-list li a {
  transition: opacity 0.2s ease-in-out;
}
.l-banner .p-banner-list li a:hover {
  opacity: 0.8;
}

.l-float {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  background-color: rgb(var(--color-base-white));
  transform: translateY(100%);
  transition: transform 0.2s ease-in;
  z-index: var(--z-index-cursor);
}
.l-float.is-visible {
  transform: translateY(0);
}
.l-float .p-float-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 0.13334vw;
}
@media screen and (min-width: 751px) {
  .l-float {
    display: none;
  }
}


html.is-fixed,
body.is-fixed {
    overflow: hidden;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--color-base-black)/0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
  z-index: var(--z-index-modal);
}
.modal-overlay[aria-hidden="false"] {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
}
.modal-overlay .modal-inner {
  position: relative;
  margin: auto;
  padding: 20vw 6.66667vw 0;
  width: 100%;
  height: 100dvh;
  background-color: rgb(var(--color-base-white));
  opacity: 0;
  overflow: hidden;
}
.modal-overlay[aria-hidden="false"] .modal-inner {
  opacity: 1;
}
.modal-inner {
  font-family: var(--font-ntsj);
}
.modal-inner .modal-content {
  padding-bottom: 13.6vw;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-inner .copy {
  margin-top: 5.33334vw;
}
.modal-inner .sub {
  margin-top: 2.4vw;
  font-size: 2.93334vw;
  line-height: 1.2273;
  letter-spacing: 0.05em;
  font-weight: var(--font-weight-bold);
}
.modal-inner .lead {
  margin-top: 5.86667vw;
  font-size: 3.2vw;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
.modal-inner .notice {
  margin-top: 3.2vw;
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
  color: rgb(var(--color-base-gray-light));
}
.modal-inner .spec {
  --_border-size: 1px;

  margin-top: 8vw;
  padding-top: 4.8vw;
  border-top: var(--_border-size) solid rgb(var(--color-base-black));
}
.modal-inner .spec dt {
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.1em;
}
.modal-inner .spec dd {
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.1em;
}
.modal-inner .spec dt span {
  display: block;
  font-weight: var(--font-weight-bold);
  color: rgb(var(--color-base-gray-light));
}
.modal-inner .notice {
  margin-top: 3.2vw;
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
  color: rgb(var(--color-base-gray-light));
}
.modal-inner .shop {
  --_border-size: 1px;

  display: grid;
  grid-template-columns: 19.3847% 1fr;
  gap: 2.4616%;
  margin-top: 6.13334vw;
  padding-bottom: 5.0667vw;
  border-bottom: var(--_border-size) solid rgb(var(--color-base-black));
}
.modal-inner .shop .place {
  padding-top: 0.4em;
}
.modal-inner .shop .info .genre {
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
}
.modal-inner .shop .info .name a {
  --_border-size: 1px;

  position: relative;
  width: fit-content;
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
  font-weight: var(--font-weight-bold);
  border-bottom: var(--_border-size) solid rgb(var(--color-base-black));
  transition: opacity 0.2s ease-in-out;
}
.modal-inner .shop .info .name a:hover {
  opacity: 0.8;
}
.modal-inner .shop .info .name a::after {
  content: "\03e";
  padding-left: 0.2em;
}
.modal-inner .shop .info .name a span {
  font-size: 0.8em;
  vertical-align: top;
}
.modal-inner .shop .info .tel {
  font-size: 2.93334vw;
  line-height: 1.591;
  letter-spacing: 0.01em;
}
.modal-inner .shop .info .name, 
.modal-inner .shop .info .tel {
  display: inline;
}
.modal-inner .shop .info .tel {
  padding-left: 1em;
}
#modal-reliable-01 .modal-inner .shop .info .name, 
#modal-reliable-02 .modal-inner .shop .info .name, 
#modal-reliable-01 .modal-inner .shop .info .tel,
#modal-reliable-02 .modal-inner .shop .info .tel {
  display: inline-block;
}
#modal-reliable-01 .modal-inner .shop .info .tel ,
#modal-reliable-02 .modal-inner .shop .info .tel {
  padding-left: unset;
}
.modal-inner .profile {
  display: grid;
  grid-template-columns: 27.6924% 67.6924%;
  justify-content: space-between;
  margin-top: 8vw;
}
.modal-inner .profile .subtitle {
  line-height: 0;
}
.modal-inner .profile .position {
  margin-top: 1.86667vw;
  font-size: 3.2vw;
  line-height: 1.4584;
  letter-spacing: 0.01em;
  font-weight: var(--font-weight-bold);  
}
.modal-inner .profile .position span {
  font-size: 2.66667vw;
  line-height: 1.75;
  letter-spacing: 0.01em;
  font-weight: var(--font-weight-regular);
}
.modal-inner .profile .mes {
  margin-top: 2.4vw;
  font-size: 3.06667vw;
  line-height: 1.6521;
}
.modal-inner .modal__close {
  position: absolute;
  top: 5.33334vw;
  right: 5.33334vw;
  width: 8vw;
  aspect-ratio: 1;
}
@media screen and (min-width: 751px) {
  .modal-overlay .modal-inner {
    padding: 150px 50px 0;
    width: 750px;
  }
  .modal-overlay .modal-content {
    padding-bottom: 102px;
  }
  .modal-inner .copy {
    margin-top: 40px;
  }
  .modal-inner .sub {
    margin-top: 18px;
    font-size: 22px;
  }
  .modal-inner .lead {
    margin-top: 44px;
    font-size: 24px;
  }
  .modal-inner .notice {
    margin-top: 24px;
    font-size: 22px;
  }
  .modal-inner .spec {
    margin-top: 60px;
    padding-top: 36px;
  }
  .modal-inner .spec dt {
    font-size: 22px;
  }
  .modal-inner .spec dd {
    font-size: 22px;
  }
  .modal-inner .shop {
    margin-top: 46px;
    padding-bottom: 38px;
  }
  .modal-inner .shop .info .genre {
    font-size: 22px;
  }
  .modal-inner .shop .info .name a {
    font-size: 22px;
  }
  .modal-inner .shop .info .tel {
    font-size: 22px;
  }
  .modal-inner .profile {
    margin-top: 60px;
  }
  .modal-inner .profile .position {
    margin-top: 14px;
    font-size: 24px;
  }
  .modal-inner .profile .position span {
    font-size: 20px;
  }
  .modal-inner .profile .mes {
    margin-top: 18px;
    font-size: 23px;
  }
  .modal-inner .modal__close {
    top: 40px;
    right: 40px;
    width: 60px;
  }
}


