@charset "utf-8";

/* @reset
----------------------------------------------------------*/
*, *:before, *:after { box-sizing:border-box; }

html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd,
figure, figcaption, form, textarea, fieldset, legend, blockquote { margin:0; padding:0; border:none; }

h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:inherit; }

footer, header, hgroup, main, menu, nav, section,
article, aside, details, summary, figcaption, figure { display: block; }

table { border-collapse:collapse; border-spacing:0; }
ul, ol { padding:0; list-style:none; }

img { max-width:100%; height:auto; font-size:0; line-height:0; vertical-align:bottom; border-width:0; }

input, button, select, textarea { font:inherit; }
button { margin:0; padding:0; border:none; border-radius:0; background:none; -webkit-appearance:none; appearance:none; cursor:pointer; }
button:focus { outline:none; }
input[type="submit"],input[type="button"],input[type="reset"] { cursor: pointer; }

/* @base
----------------------------------------------------------*/
:root {
  --color-main: #172a88;
  --color-main-hover: rgba(23, 42, 136, .08);

  --color-sub: #87765d;
  --color-sub-hover: #87765d;

  --color-hilite: #f0e151;
  --color-red: #da224c;
  --body-bg: #efece5;

  --icon-window : url(../img/common/icon-window.svg);
  --icon-mail : url(../img/common/icon-mail.svg);
  --icon-cart : url(../img/common/icon-cart.svg);

  --icon-insta: url(../img/common/sns-insta.svg);
  --icon-fb: url(../img/common/sns-fb.svg);

  --inner-pd: 50px;
  --header-h: 110px;
  --fz-base: 1rem;
  --fz-l: 1.125rem;
  --fz-s: 0.875rem;
  --lh-base: 1.75;
  --ls-base: .1em;
  --ls-ttl: .12em;
  --round-base: 20px;
  --round-btn: 7px;

  --inner-w: 1200px;
  --narrow-inner-w: 960px;
  --content-overflow: calc(50% - 50vw);

  --font-base: "Zen Kaku Gothic New",
  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
  "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  --font-en: "Montserrat", sans-serif;
}


html, body { height: 100%; }

html {
  font-size: min(87.5%, 20px);
  background: var(--body-bg);
}
body {
  position: relative;
  color: #000;
  font-family: var(--font-base);
  letter-spacing: .1em;
  line-height: var(--lh-base);
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-optical-sizing: auto;
  -webkit-animation: loading 1.5s;
  animation: loading 1.5s;
}
@-webkit-keyframes loading {
  0%   { opacity:0.01; }
  100% { opacity:1; }
}
@keyframes loading {
  0%   { opacity:0.01; }
  100% { opacity:1; }
}

[id] { scroll-margin-top: 60px; }

a { color: var(--color-main); text-decoration:none; }
a:not([class]) { text-decoration:underline; text-underline-offset:2px; }
a:not(.fade), .anime { transition:all .5s; }
a:not([class]):hover, a:not([class]):focus { text-decoration:none; }
a:focus { outline:none; }

.c-link { color: var(--color-main); text-decoration: underline; }
.c-link:hover { text-decoration: none; }

/* @utility */
.font-sans {
  font-family: var(--font-sans);
}
.font-en {
  font-family: var(--font-en);
}

.clearfix::after { content:""; display:block; clear:both; }

.wide   { width: 100%; }

.pos-r { position:relative; }

.iblock { display:inline-block; }
.block  { display:block; }
.hide   { display:none; }

.fl-left { float:left; }
.fl-right { float:right; }

.ta-left { text-align:left; }
.ta-center { text-align:center; }
.ta-right { text-align:right; }
.ta-justify { text-align:justify; }

.va-top  { vertical-align:top; }
.va-mid  { vertical-align:middle; }
.va-btm  { vertical-align:bottom; }
.va-base { vertical-align:baseline; }

.fw-mid { font-weight:500; }
.fw-bold { font-weight:bold; }

.fz-small { font-size:.85em; }
.fz-big { font-size:1.2em; }

.fs-italic { font-style:italic; }
.ws-nowrap { white-space: nowrap; }

.is-fixed { position:fixed; top:0; right:0; bottom:0; left:0; }

.link-disabled { cursor:default; pointer-events:none; opacity:0.6; }

.marker { background:linear-gradient(transparent 60%, #fff073 0%); }
.indent { padding-left:1em; text-indent:-1em; }

.li-disc { padding-left: 1em; }
.li-disc > li { position: relative; text-indent: -1em; }
.li-disc > li + li { margin-top: .25em; }
.li-disc > li::before { content: "・";}
.li-decimal { list-style:decimal; padding-left:1.5em; }

.flex         { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.flex-between { -webkit-justify-content:space-between;  justify-content:space-between;  }
.flex-center  { -webkit-justify-content:center; justify-content:center; }
.flex-align-center { -webkit-box-align:center; -webkit-align-items:center; align-items:center; }

.shadow { box-shadow:0 0 3px rgba(0,0,0,0.3); }


.txt-underline { text-decoration:underline; }
.link-txt { font-weight:bold; text-decoration:underline; }
.link-txt:hover { text-decoration: none; }

.txt-vert {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.bg-common { background-color: var(--color-main-bg); }
.bg-wht { background-color: var(--color-wht); }
.color-red { color: var(--color-red); }
.color-main { color: var(--color-main); }
.color-hilite { color: var(--color-hilite); }
.color-wht { color: #fff; }


.hv-fade { transition:opacity .8s ease-out; }
.hv-fade:hover { opacity:.7; }

a[href^="tel:"] { color: inherit; text-decoration: none; }

/* 1025px 以上  */
@media screen and (min-width: 1025px) {
  /* hover scale */
  a .hv-scale { transition:transform .8s ease-out; will-change: transform; }
  a:hover .hv-scale  { -webkit-transform: scale(1.05); transform: scale(1.05); }
}
@media screen and (min-width: 821px) {
  .txt-vert-pc {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] { pointer-events: none; cursor: default; }
}

/* layout ------ */
.l-wrapper {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}
.l-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  max-width: calc(min(var(--inner-w), 100%) - (2 * var(--inner-pd)));
  margin-inline: auto;
  aspect-ratio: 1100 / 481;
  transform: translateY(-13.5%) translateX(32.9%);
  background: url(../img/common/circle-brush1.png) no-repeat right top / contain;
  pointer-events: none;
}

.wide-inner {
  padding-inline: var(--inner-pd);
}
.inner {
  max-width: var(--inner-w);
  margin-inline: auto;
  padding-inline: var(--inner-pd);
}
.narrow-inner {
  max-width: var(--narrow-inner-w);
  margin-inline: auto;
}

#main { display:block; }


/* recaptcha */
.grecaptcha-badge {
  display: none;
}


@media screen and (min-width: 961px) {
  .pc-none { display: none; }
}
/* 600px 以上 (PC・タブレット) */
@media screen and (min-width: 600px) {
  .sp-only { display: none; }
}

/* 960px 以下 (タブレット縦以下) */
@media screen and (max-width: 960px) {
  .wide-inner { padding-left:40px; padding-right:40px; }
  .inner { width:auto; }
  .pc-only { display:none; }
}

/* 599px 以下 (スマホ)  */
@media screen and (max-width: 599px) {
  body { line-height: 1.8; }
  .inner .narrow-inner { padding-left:0; padding-right:0; }

  .sp-none { display:none; }
  .sp-only { display:block; }
}


/* @effect */
.effect-blur {
  filter: blur(10px);
  transition: filter 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: filter;
}
.effect-blur.on-effect {
  filter: blur(0);
}

.effect-imgFadeInUp {
  overflow: hidden;
}
.effect-imgFadeInUp img {
  opacity: 0;
  transform: translateY(-10%);
  transition: opacity, .5s cubic-bezier(0.22, 0.61, 0.36, 1), transform .7s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}
.effect-imgFadeInUp.on-effect img {
  opacity: 1;
  transform: translateY(0);
}

.effect-zoomOut {
  transform: scale(1.3);
  will-change: transform;
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.effect-zoomOut.on-effect {
  transform: scale(1);
}

/* @loading */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main-bg_lite);
  transition: opacity .8s ease-in-out, visibility .8s ease-in-out;
}
#loading.hidden {
  opacity: 0;
  visibility: hidden;
}
.loading-con {
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 5%;
  transition: opacity .5s ease-in-out, filter .5s ease-in-out;
}
.loading-con.hidden {
  opacity: 0;
  filter: blur(10px);
}




/* @component
----------------------------------------------------------*/
/* @title ------ */
/* @secttl */
.c-secttl1 {
  position: relative;
  margin-bottom: 2em;
  color: var(--color-main);
  text-align: center;
  font-size: 1.2143rem;
  line-height: 1.6;
  letter-spacing: var(--ls-base);
}
.c-secttl1::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .3em;
  font-size: .706em;
  font-family: var(--font-en);
  text-transform: capitalize;
  line-height: .8;
  letter-spacing: var(--ls-base);
}

/* @main_lead */
.c-main_lead {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto 1em;
  padding: 1.2em 2em;
  color: var(--color-main);
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
  border: 6px solid var(--color-sub);
  border-radius: 100vmax;
}
.c-main_lead::after {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 2em;
  right: 2em;
  z-index: -1;
  background: #fff;
}


/* @lead */
.c-lead {
  margin-block: 0 1.1em;
  color: var(--color-main);
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.667;
}


/* @button ---------- */
.c-btn {
  position: relative;
  display: inline-block;
  min-width: 11.1429rem;
  padding: .45em 1.5em .5em;
  color: var(--color-main);
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  border-radius: var(--round-btn);
  border: 1px solid var(--color-main);
  transition: all .5s;
}
a:hover .c-btn,
.c-btn:hover {
  background: var(--color-main-hover);
}

.c-btn._color-blu {
  color: #fff;
  background: var(--color-main);
}
.c-btn._color-blu:hover {
  background: var(--color-main-hover);
}
.c-btn._color-yel {
  background: var(--color-sub);
  border-color: var(--color-sub);
}
.c-btn._color-yel:hover {
  background: var(--color-sub-hover);
}

/* txt_btn */
.c-txt_btn {
  display: inline-block;
  color: #000;
  font-size: var(--fz-s);
  font-weight: bold;
  text-decoration: none;
}
.c-txt_btn::after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: .5em;
  vertical-align: -.25em;
  background: var(--icon-arrow) no-repeat center / 100%;
  transition: transform .3s ease-out;
}
.c-txt_btn:hover::after {
  transform: translateX(.5em);
}
.c-txt_btn.font-en {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: .1em;
  color: var(--color-main);
}
.c-txt_btn.font-en::after {
  vertical-align: -.15em;
}

/* link_txt */
.c-link_txt {
  position: relative;
}
.c-link::after {
  content: "";
  display: inline-block;
  width: 1.071em;
  height: 1.071em;
  vertical-align: -.12em;
  margin-left: .65em;
  background: var(--icon-window) no-repeat center / 100%;
  transition: transform .3s ease-out;
}

.c-link_txt {
  text-decoration: none;
}
.c-link_txt::after {
  content: "";
  display: inline-block;
  width: .85em;
  height: .85em;
  vertical-align: -.12em;
  margin-left: .5em;
  background: var(--icon-arrow-wht) no-repeat center / 100%;
  transition: transform .3s ease-out;
}
a:hover .c-link_txt::after,
.c-link_txt:hover::after {
  transform: translateX(.3em);
}

/* link_gmap */
.c-link_gmap {
  position: relative;
  display: inline-block;

  padding-left: 1.6em;
  color: #000;
  text-decoration: underline;
  text-underline-offset: .5em;
}
.c-link_gmap::before {
  content: "";
  position: absolute;
  top: .15em;
  left: 0;
  width: 1.389em;
  height: 1.389em;
  background: var(--icon-map) no-repeat center / 100%;
}
.c-link_gmap:hover {
  text-decoration: none;
}

/* @guide-btn */
.c-guide-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 10px 1em;
  text-align: center;
}
.c-guide-btn .msg {
  margin-block: 0 .8em;
  width: 100%;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.556;
}

/* @tel -------- */
.c-tel {

}
.c-tel-num {
  display: block;
  font-size: 1.5714rem;
  letter-spacing: var(--ls-base);
  line-height: 1;
}

/* @list --------- */
.c-list li {
  position: relative;
  margin: .5em 0;
  padding-left: 1.6em;
  line-height: 1.6;
}
.c-list li::before {
  content: "";
  position: absolute;
  top: .35em;
  left: 0;
  width: 1em;
  height: 1em;
  background: var(--color-main);
  border-radius: 50%;
}

/* @dl -------- */
.c-dl {
  line-height: 1.6;
}
.c-dl dt {
  margin-bottom: .15em;
  font-weight: bold;
}
.c-dl dt:not(:first-child) {
  margin-top: .7em;
}

.c-dl_tbl {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.444;
  border-top: 2px dashed var(--color-gry);
}
.c-dl_tbl > .row {
  display: grid;
  grid-template-columns: 222px 1fr;
  gap: 1.667em;
  padding-block: .88em;
  border-bottom: 2px dashed var(--color-gry);
}
.c-dl_tbl > .row > dt {
  padding-left: 1.667em;
  color: var(--color-main);
  font-weight: bold;
}
.c-dl_tbl > .row > dd {
  padding-right: 1.667em;
}
.c-dl_tbl .ttl {
  margin-block: 1em .25em;
}
.c-dl_tbl .c-link_gmap {
  margin-left: 1em;
}



/* @404 */
.l-contents._404 {
  padding-bottom: 100px;
}
.l-contents._404 .ttl {
  font-size: 1.25rem;
  font-weight: bold;
}
.l-contents._404 .btn {
  margin-top: 2em;
}


/* @header
----------------------------------------------------------*/
.l-header {
  position: relative;
  z-index: 999;
  padding-block: 20px;
  margin-bottom: 14px;
}
.l-header-wrap {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.l-header-logo {
  margin-right: 20px;
  padding-bottom: .3em;
  flex: 1;
}

/* @gnav */
.l-nav {
  padding-left: 2em;
}
.l-nav-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  margin-bottom: 1.5em;
  gap: 1.4em;
}
.l-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2143rem;
}
.l-sns-icon {
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
  color: inherit;
  background-color: currentColor;
  -webkit-mask: no-repeat center/contain;
          mask: no-repeat center/contain;
}
.l-sns-icon._insta {
  -webkit-mask-image: var(--icon-insta);
  mask-image: var(--icon-insta);
}
.l-sns-icon._fb {
  -webkit-mask-image: var(--icon-fb);
  mask-image: var(--icon-fb);
}

.l-nav-tel {
  padding-bottom: .15em;
}
.l-nav-store_btn a {
  position: relative;
  display: block;
  color: #fff;
  padding: .34em 1.32em;
  text-align: center;
  font-size: 1.1429rem;
  line-height: 1.5;
  text-decoration: none;
  letter-spacing: 0;
  border-radius: var(--round-btn);
  background: var(--color-sub);
}
.l-nav-store_btn a::before {
  content: "";
  display: inline-block;
  width: 1.625em;
  height: 1.625em;
  margin-right: .6em;
  vertical-align: -.35em;
  transition: all .5s;
  background: var(--icon-cart) no-repeat center / 100%;
}

.l-nav-list {
  display: flex;
  justify-content: center;
  gap: 3.2em;
}
.l-nav-list a {
  position: relative;
  display: block;
  color: var(--color-main);
  font-size: 1.2143rem;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  letter-spacing: var(--ls-base);
  transition-duration: .35s;
  transition-timing-function: ease-out;
}
.l-nav-list a::before {
  content: attr(data-en);
  display: block;
  margin-bottom: .25em;
  font-family: var(--font-en);
  font-size: .706em;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: var(--ls-base);
  transition: opacity .5s;
}
.l-nav-list > li > a::after {
  content: "";
  position: absolute;
  bottom: -.4em;
  left: 0;
  right: 0;
  width: 4px;
  height: 4px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--color-main);
  transform: translateY(.4em);
  transition: transform .3s ease-out, opacity .3s ease-out;
  pointer-events: none;
  opacity: 0;
}

.l-nav-list > li:hover > a::after,
.l-nav-list > li > a.is-current::after {
  transform: translateY(0);
  opacity: 1;
}


/* @footer
----------------------------------------------------------*/
.l-footer {
  padding-block: 60px 1em;
  color: #fff;
  background: var(--color-sub);
}
.l-footer a {
  color: inherit;
}
.l-footer-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 66px;
  padding-bottom: 73px;
  background: url(../img/common/footer-illust.png) no-repeat right top / auto 100%;
}
.l-footer-logo {
  text-align: center;
}

.l-footer-info-company {
  margin-block: -.5em 1em;
  font-size: 1.2857rem;
  line-height: 1.6;
  letter-spacing: var(--ls-base);
}
.l-footer-info-tel .c-tel-num {
  font-size: 1.2857rem;
}

.l-info_btn {
  display: flex;
  gap: 12px;
}
.l-info_btn a {
  position: relative;
  display: block;
  min-width: 12.2857rem;
  text-align: center;
  color: #000;
  padding: .51em 1.32em;
  line-height: 1.5;
  text-decoration: none;
  border-radius: var(--round-btn);
  background: #fff;
}
.l-info_btn a:hover {
  background: rgba(255,255,255,.7);
}
.l-info_btn .store {
  letter-spacing: 0;
}
.l-info_btn .store::before {
  content: "";
  display: inline-block;
  width: 1.625em;
  height: 1.625em;
  margin-top: -.3em;
  margin-right: .6em;
  vertical-align: -.35em;
  transition: all .5s;
  background: var(--color-sub);
  -webkit-mask: var(--icon-cart) no-repeat center/contain;
          mask: var(--icon-cart) no-repeat center/contain;
}
.l-footer-info_btn {
  margin-top: 3.3em;
}

.l-footer-nav {
  margin-top: -.5em;
  margin-left: 2%;
}
.l-footer-nav-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer-nav-list li + li {
  margin-top: .95em;
}
.l-footer-nav-list a {
  color: #fff;
  text-decoration: none;
}
.l-footer-nav-list a:hover {
  text-decoration: underline;
}


.l-footer-sns {
  margin-block: .8em 1.5em;
}

/* copyright */
.l-copyright {
  width: 100%;
  margin-block: 1em 0;
  text-align: center;
}

.l-copyright small {
  display: block;
  font-size: .7857em;
  letter-spacing: .1em;
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1.5;
}


/* @layout
----------------------------------------------------------*/
/* @contents */
.l-contents {
  padding-bottom: 40px;
}
.l-contents.l-col2 {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 40px;
}


/* @page-head */
.l-page_head {
  position: relative;
  font-size: 1.75rem;
  margin-bottom: 1.964em;
}

.l-page_head-ttl  {
  position: relative;
  padding-bottom: 1.3em;
  background: #3fbde3;
}
.l-page_head-ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 10px;
  width: 290px;
  max-width: 30%;
  background: url(../img/title/line.svg) no-repeat left center;
}
.l-page_head-ttl-label {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 1.8em;
  color: var(--color-main);
  text-align: center;
  font-weight: bold;
  line-height: 2.7;
  letter-spacing: .1em;
}
.l-page_head-ttl-label::before {
  content: attr(data-en);
  display: block;
  color: #fff;
  line-height: .72;
  font-size: 3.214em;
  font-family: var(--font-en);
  font-weight: 200;
  font-style: italic;
  letter-spacing: .1em;
  speak: none;
}
.l-page_head-img {
  margin-top: -2.5em;
}
.l-page_head-img-frame {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 60%;
  width: 325px;
  margin: 0 auto;
  border: 8px solid var(--color-sub);
  border-radius: 20px;
  transform: skew(-7deg);
  background: var(--color-sub);
}
.l-page_head-img-frame img {
  transform: skew(7deg) scale(1.06);
}


/* @breadcrumb ------- */
.l-breadcrumb {
  margin-bottom: 2.6em;
  line-height: 1.4;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.l-breadcrumb ul {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0;
}
.l-breadcrumb li {
  display: inline;
  font-size: .75rem;
}
.breadcrumb li, .l-breadcrumb a {
  color: var(--color-blk);
  text-decoration: none;
}
.l-breadcrumb li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin-inline: .5em;
}
.l-breadcrumb a:hover {
  text-decoration: underline;
}



/* レスポンシブ
----------------------------------------------------------*/
@media screen and (min-width: 961px) {

}

/* 960px 以下 */
@media screen and (max-width: 960px) {
  /* @base
  ----------------------------------------------------------*/
  :root {
    --inner-pd: 25px;
  }
  .l-wrapper::before {
    left: auto;
    width: 65.07%;
    max-width: 380px;
    aspect-ratio: 488 / 481;
    transform: translateY(-16%) translateX(23%);
  }

  /* @component
  ----------------------------------------------------------*/
  /* @title */


  /*  @dl -------- */
  .c-dl_tbl > .row {
    padding-inline: .85em;
    grid-template-columns: 1fr;
    row-gap: .5em;
  }
  .c-dl_tbl > .row > dt {
    padding-left: 0;
  }
  .c-dl_tbl > .row > dd {
    padding-right: 0;
  }

  /* @header
  ----------------------------------------------------------*/
  .l-header-logo {
    position: relative;
    z-index: 999;
    max-width: 174px;
    padding-bottom: 0;
  }
  .is-open .l-header-logo {
    filter: brightness(0) invert(1);
  }


  /* @menu-btn */
  .l-header-sp_menu {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
  }
  .store-btn a,
  .menu-btn {
    position: relative;
    width: 50px;
    height: 48px;
    padding-inline: 9px;
    z-index: 99999;
    font-size: 10px;
    font-family: var(--font-en);
    text-align: center;
    line-height: 1;
    letter-spacing: .05em;
    color: #fff;
    border-radius: 8px;
    border: 1px solid var(--color-sub);
    background: var(--color-sub);
    transition: none;
  }
  .is-open .store-btn a,
  .is-open  .menu-btn {
    border-color: #fff;
  }
  .store-btn a {
    display: block;
    padding-block: 5px;
    text-decoration: none;
  }
  .store-btn a::before {
    content: "";
    display: inline-block;
    width: 2.2em;
    height: 2.2em;
    margin-left: -.2em;
    transition: all .5s;
    background: var(--icon-cart) no-repeat center / 100%;
  }
  .menu-btn {
    padding-block: 13px 10px;
    cursor: pointer;
  }
  .menu-btn:focus-visible {
    outline: auto;
  }

  .menu-btn,
  .menu-btn span {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .menu-bar {
    position: relative;
    display: block;
    height: 8px;
    margin: 0 auto;
  }
  .menu-bar::before,
  .menu-bar::after {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #fff;
  }

  .menu-bar::before {
    top:0;
  }
  .menu-bar::after {
    bottom: 0;
  }
  .menu-btn.is-open .menu-bar::before {
    transform: translateY(3px) rotate(-22deg);
  }
  .menu-btn.is-open .menu-bar::after {
    transform: translateY(-3px) rotate(22deg);
  }

  .menu-label {
    position: relative;
    display: inline-block;
    margin-top: 8px;
  }


  /* @gnav */
  .l-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: block;
    margin: 0;
    padding: 0;
    background: var(--color-sub);
    transition: all .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    opacity: 0;
    visibility: hidden;
    padding-top: 110px;
    color: #fff;
  }
  .l-nav.is-open {
    opacity: 1;
    visibility: visible;
  }

  .l-nav-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: none;
    padding: 25px var(--inner-pd) 180px;
  }
  .l-nav-info {
    order: 2;
    flex-direction: column;
    justify-content: center;
    margin-block: 1.5em 0;
  }
  .l-nav-list {
    flex-direction: column;
    gap: .8em;
    margin-bottom: 1.2em;
  }
  .l-nav-list a {
    padding-block: .5em;
    color: #fff;
    font-size: 1.2857rem;
  }
  .l-nav-list a::before {
    margin-bottom: 0;
    font-size: .667em;
  }
  .l-nav-list > li > a::after {
    transition: none;
    background: currentColor;
    bottom: 0;
  }
  .l-nav-list > li:hover > a::after {
    opacity: 0;
  }



  /* @footer
  ----------------------------------------------------------*/
  .l-footer-wrap {
    flex-direction: column;
    gap: 3em;
    padding-bottom: 30px;
    background-position: right bottom;
    background-size: 200px;
  }
  .l-footer-logo {
    max-width: 100px;
    margin: 0 auto;
  }
  .l-footer-info {
    text-align: center;
  }
  .l-footer-info_btn {
    margin-top: 2.5em;
    justify-content: center;
  }
  .l-footer-nav {
    margin-inline: auto;
    text-align: center;
  }

  /* @layout
  ----------------------------------------------------------*/
  /* @contents */
  .l-contents.l-col2 {
    grid-template-columns: 1fr;
  }

  /* @page-head */
  .l-page_head-ttl::after {
    max-width: 20%;
  }
}

/* 599x 以下 (スマホ)  */
@media screen and (max-width: 599px) {
  /* @base
  ----------------------------------------------------------*/
  :root {
    --inner-pd: 15px;
    --round-base: 10px;
    --round-btn: 6px;
  }

  /* @header
  ----------------------------------------------------------*/
  .l-header {
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  /* @gnav */
  .l-nav {
    padding-top: 80px;
  }

  /* @footer
  ----------------------------------------------------------*/
  .l-footer-wrap {
    background-position: right 0 bottom 50px;
    background-size: 160px;
  }
  .l-footer-nav {
    margin-left: 0;
    padding-left: 1.5em;
    text-align: left;
  }
  .l-info_btn a {
    min-width: 11em;
  }

  /* @Component
  ----------------------------------------------------------*/
  /* @title ----- */
  /* @secttl */


  /* @subttl */
  .c-subttl1 {
    width: 320px;
    margin-bottom: 2em;
    font-size: 1.2857rem;
  }

  /* @main_lead */
  .c-main_lead {
    margin-bottom: 1.5em;
    padding-block: 1.2em;
    font-size: 1.25rem;
    border-width: 5px;
  }

  /* @lead */
  .c-lead {
    margin-bottom: .5em;
    font-size: 1.15rem;
  }

  /* @button ---------- */
  .c-btn {
    min-width: 9em;
    padding: .2em 1em .25em;
  }


  /* @dl --------- */
  .c-dl_tbl {
    font-size: 1rem;
  }
  .c-dl_tbl > .row {
    padding-block: 1em;
  }
  .c-dl_tbl dd {
    font-size: .9375em;
  }

  .c-dl_tbl .c-link_gmap {
    margin-top: .3em;
    margin-left: 0;
  }

  /* @404 */
  .l-contents._404 {
    text-align: left;
  }
  .l-contents._404 .ttl {
    font-size: 1rem;
  }
  .l-contents._404 .txt {
    font-size: .875rem;
  }
  .l-contents._404 .btn {
    text-align: center;
  }



  /* @layout
  ----------------------------------------------------------*/
  /* @page-head */
  .l-page_head {
    font-size: 1rem;
  }
  .l-page_head-ttl {
    padding-bottom: 2em;
  }
  .l-page_head-ttl::after {
    bottom: 20%;
    background-size: 200%;
  }
  .l-page_head-img {
    margin-top: -3em;
  }
  .l-page_head-img-frame {
    border-width: 6px;
  }
}
