@charset "UTF-8";
:root {
  --wht: #fff;
  --gray01: #F2F2F2;
  --gray02: #e9e9e9;
  --black01: #434851;
}

:root {
  @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
  --montserrat: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  --zenkaku: "Zen Kaku Gothic New", sans-serif;
  --font-base: "Montserrat", "Zen Kaku Gothic New", sans-serif;
}

:root {
  --fszBase: 1.4rem;
  --fszBase_sp: 14;
  --fszAtt: 1.1rem;
  --fszAtt_sp: 11;
  --fszMid: 1.6rem;
  --fszMid_sp: 16;
  --fszMvTtl: 3.2rem;
  --fszMvTtl_sp: 24;
  --fszTtl: 2.8rem;
  --fszTtl_sp: 20;
  --fszSubTtl: 2rem;
  --fszSubTtl_sp: 16;
}

:root {
  --fullWidth: 1600px;
  --outerWidth: 1200px;
  --inrWidth: 800px;
}

/*----------------------------------------
	RESET
-----------------------------------------*/
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;
}

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

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--font-base);
  color: var(--black01);
  background-color: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.4;
  font-size: var(--basefs);
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: justify;
  overflow-x: hidden;
}

@media only screen and (min-width: 769px) {
  body p {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0rem;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: calc(var(--fszBase_sp) / 430 * 100vw);
    background-image: unset;
  }
  body p {
    font-size: calc(16 / 430 * 100vw);
    line-height: 1.75;
    letter-spacing: 0rem;
  }
}
main,
header,
footer,
section {
  display: block;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: unset;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: var(--black01);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__main {
    position: relative;
    display: block;
    border: 1px solid #434851;
    border-radius: 50px;
    max-width: 350px;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: #434851;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.3rem;
  }
  .c-btn__main::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #434851;
    border-right: 0;
  }
  .c-btn__black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #434851;
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    position: relative;
  }
  .c-btn__black p {
    font-size: 13px;
  }
  .c-btn__black::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
  }
  .c-btn__white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border: 1px solid #434851;
    width: 150px;
    height: 40px;
    border-radius: 50px;
    position: relative;
  }
  .c-btn__white p {
    font-size: 13px;
  }
  .c-btn__white::after {
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #434851;
    border-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__main {
    position: relative;
    display: block;
    border: 1px solid #434851;
    border-radius: calc(50 / 430 * 100vw);
    max-width: calc(350 / 430 * 100vw);
    width: 100%;
    padding: calc(10 / 430 * 100vw) calc(20 / 430 * 100vw);
    font-size: calc(16 / 430 * 100vw);
    color: #434851;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.3rem;
  }
  .c-btn__main::after {
    position: absolute;
    content: "";
    right: calc(20 / 430 * 100vw);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #434851;
    border-right: 0;
  }
  .c-btn__black {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #434851;
    color: #fff;
    width: calc(180 / 430 * 100vw);
    height: calc(40 / 430 * 100vw);
    border-radius: 50px;
    position: relative;
  }
  .c-btn__black p {
    font-size: calc(13 / 430 * 100vw);
  }
  .c-btn__black::after {
    position: absolute;
    content: "";
    right: calc(20 / 430 * 100vw);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #fff;
    border-right: 0;
  }
  .c-btn__white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border: 1px solid #434851;
    width: calc(180 / 430 * 100vw);
    height: calc(40 / 430 * 100vw);
    border-radius: 50px;
    position: relative;
  }
  .c-btn__white p {
    font-size: calc(13 / 430 * 100vw);
  }
  .c-btn__white::after {
    position: absolute;
    content: "";
    right: calc(20 / 430 * 100vw);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 8px solid #434851;
    border-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 30px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 30px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .c-flex-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-flex-col2 > div {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-flex-col2 > div {
    width: calc(50% - 20 / 430 * 100vw * 1 / 2);
    margin-right: calc(20 / 430 * 100vw);
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: calc(20 / 430 * 100vw);
  }
}
.c-appear-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-left.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-right.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s);
  transition: opacity var(--duration, 0.6s) ease var(--delay, 0s), transform var(--duration, 0.6s) ease var(--delay, 0s), -webkit-transform var(--duration, 0.6s) ease var(--delay, 0s);
}
.c-appear-down.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-text-smooth {
  clip-path: inset(0 100% 0 0);
  display: inline-block;
  font-weight: bold;
  -webkit-transition: var(--duration, 0.6s) cubic-bezier(0.37, 0, 0.63, 1) var(--delay, 0s);
  transition: var(--duration, 0.6s) cubic-bezier(0.37, 0, 0.63, 1) var(--delay, 0s);
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.c-appear-text-smooth.is-visible {
  clip-path: inset(0);
}

@media screen and (min-width: 769px) {
  .c-ttl-mv {
    color: var(--textBlack);
  }
}
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt1000 {
  margin-top: 1000px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-redCol {
  color: var(--txtRed);
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
}
@media screen and (min-width: 769px) {
  .l-ft {
    font-family: var(--montserrat);
    color: #fff;
    letter-spacing: 0.2rem;
    padding: 40px 15px 30px;
    margin: auto;
    background-color: #434851;
  }
  .l-ft__logo a {
    display: block;
    max-width: 147px;
    width: 100%;
    margin: 0 auto 15px;
  }
  .l-ft__link {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    max-width: 312px;
  }
  .l-ft__link a {
    color: #fff;
    letter-spacing: 0.2rem;
  }
  .l-ft__sns-link {
    margin: 40px auto 20px;
    max-width: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-ft__sns-link img {
    height: 24px;
  }
  .l-ft__copyright {
    font-size: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .l-ft {
    font-family: var(--montserrat);
    color: #fff;
    letter-spacing: 0.2rem;
    padding: calc(40 / 430 * 100vw) calc(15 / 430 * 100vw) calc(30 / 430 * 100vw);
    margin: auto;
    background-color: #434851;
  }
  .l-ft__logo a {
    display: block;
    max-width: calc(147 / 430 * 100vw);
    width: 100%;
    margin: 0 auto 15px;
  }
  .l-ft__link {
    margin: calc(40 / 430 * 100vw) auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: calc(10 / 430 * 100vw);
    max-width: calc(312 / 430 * 100vw);
  }
  .l-ft__link a {
    color: #fff;
    letter-spacing: 0.2rem;
  }
  .l-ft__sns-link {
    margin: calc(40 / 430 * 100vw) auto calc(20 / 430 * 100vw);
    max-width: calc(225 / 430 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-ft__sns-link img {
    height: calc(24 / 430 * 100vw);
  }
  .l-ft__copyright {
    font-size: calc(8 / 430 * 100vw);
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .l-header {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .l-header__inner {
    width: calc(100% - 40px);
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header__logo {
    opacity: 0;
    margin-top: 20px;
    width: 181px;
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 430px;
    background-color: var(--bgGray02);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }
  .l-header__nav.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__nav li:last-of-type a {
    margin-bottom: 0;
  }
  .l-header__list {
    height: calc(100vh - 278px);
    padding: 0 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    font-family: var(--montserrat);
  }
  .l-header__list a {
    display: block;
    font-size: 24px;
    color: var(--black01);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 40px;
  }
  .l-header__hamburger {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background-color: #434851;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__hamburger-box {
    width: 16px;
    height: 12px;
    position: relative;
  }
  .l-header__hamburger-box span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__hamburger-box span:nth-of-type(1) {
    top: 0;
  }
  .l-header__hamburger-box span:nth-of-type(2) {
    top: 50%;
  }
  .l-header__hamburger-box span:nth-of-type(3) {
    top: 100%;
  }
  .l-header__hamburger.on span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header__hamburger.on span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hamburger.on span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    z-index: 100;
    width: 100%;
  }
  .l-header__inner {
    width: calc(100% - 40 / 430 * 100vw);
    padding: calc(10 / 430 * 100vw) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header__logo {
    margin-top: calc(20 / 430 * 100vw);
    width: calc(180 / 430 * 100vw);
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background-color: var(--bgGray02);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }
  .l-header__nav.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__nav li:last-of-type a {
    margin-bottom: 0;
  }
  .l-header__list {
    height: calc(100vh - 278 / 430 * 100vw);
    padding: 0 calc(45 / 430 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    font-family: var(--montserrat);
  }
  .l-header__list a {
    display: block;
    font-size: calc(24 / 430 * 100vw);
    color: var(--black01);
    font-weight: 600;
    line-height: 1;
    margin-bottom: calc(40 / 430 * 100vw);
  }
  .l-header__hamburger {
    position: relative;
    width: calc(48 / 430 * 100vw);
    height: calc(48 / 430 * 100vw);
    border-radius: 50px;
    background-color: #434851;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__hamburger-box {
    width: calc(16 / 430 * 100vw);
    height: calc(12 / 430 * 100vw);
    position: relative;
  }
  .l-header__hamburger-box span {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(2 / 430 * 100vw);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__hamburger-box span:nth-of-type(1) {
    top: 0;
  }
  .l-header__hamburger-box span:nth-of-type(2) {
    top: 50%;
  }
  .l-header__hamburger-box span:nth-of-type(3) {
    top: 100%;
  }
  .l-header__hamburger.on span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header__hamburger.on span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hamburger.on span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 769px) {
  .l-main-bg {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: -2;
  }
  .l-main-bg img {
    width: 100%;
    height: 100vh;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-main {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: calc(65% - 215px) 430px calc(35% - 215px);
    grid-template-columns: calc(65% - 215px) 430px calc(35% - 215px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-main {
    -ms-grid-columns: calc(100% - 430px) 430px 0;
    grid-template-columns: calc(100% - 430px) 430px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    -ms-grid-columns: calc(100% - 430px) 430px 0;
    grid-template-columns: calc(100% - 430px) 430px 0;
  }
  .l-main-bg img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    overflow-x: clip;
  }
}
@media screen and (min-width: 769px) {
  .p-elvion {
    background-color: #fff;
    margin-inline: auto;
    max-width: 430px;
  }
  .p-elvion-pc_left {
    position: relative;
  }
  .p-elvion-pc_left__logo {
    width: 327px;
    position: fixed;
    left: 50px;
    bottom: 20px;
  }
  .p-elvion-pc_right {
    position: relative;
  }
  .p-elvion-pc_right__inner {
    position: fixed;
    left: calc(65% + 215px + (35% - 215px) / 2 - 75px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-elvion-pc_right__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    font-family: var(--montserrat);
  }
  .p-elvion-pc_right__list a {
    text-indent: -2em;
    padding-left: 2em;
    display: block;
    font-size: 18px;
    color: var(--black01);
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
  }
  @-webkit-keyframes scrollbar {
    0% {
      height: 0;
      top: 0;
    }
    30% {
      height: 100%;
    }
    100% {
      top: 100%;
    }
  }
  @keyframes scrollbar {
    0% {
      height: 0;
      top: 0;
    }
    30% {
      height: 100%;
    }
    100% {
      top: 100%;
    }
  }
  .p-elvion-pc_right .scroll {
    position: fixed;
    bottom: 0;
    left: calc(65% + 215px + (35% - 215px) / 2 - 55px);
  }
  .p-elvion-pc_right .scroll-text {
    color: #333;
    font-size: 14px;
    text-align: center;
  }
  .p-elvion-pc_right .scroll-border {
    position: relative;
    top: 10px;
    width: 100%;
    height: 15vh;
    overflow: hidden;
  }
  .p-elvion-pc_right .scroll-border::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    background: #333;
    -webkit-animation: scrollbar 2s ease-in-out infinite;
            animation: scrollbar 2s ease-in-out infinite;
    margin: auto;
  }
  .p-elvion-pc_right__btnbox {
    margin-top: 30px;
  }
  .p-elvion-pc_right__btnbox .c-btn__white {
    margin-top: 10px;
  }
  .p-top-mv {
    position: relative;
  }
  .p-top-mv__btn {
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-mv__contact {
    display: block;
    width: 124px;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-bigttl {
    font-family: var(--montserrat);
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
  }
  .p-top-lead {
    background-image: url(../img/top/sec01_bg.webp);
    padding: 64px 0;
  }
  .p-top-lead__inner {
    padding: 40px 40px 0;
  }
  .p-top-lead__inner h2 {
    letter-spacing: 0.2rem;
    font-size: 24px;
    font-weight: 700;
  }
  .p-top-lead__inner p {
    margin-top: 20px;
  }
  .p-top-point {
    background-image: url(../img/top/sec02_bg.webp);
    padding: 64px 40px;
  }
  .p-top-point__item {
    height: 350px;
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: 350px;
    position: relative;
    margin-bottom: 38px;
  }
  .p-top-point__item-num {
    position: absolute;
    padding: 0 5px;
    left: 0;
    top: 0;
    font-family: var(--montserrat);
    font-weight: 600;
    text-align: center;
    font-size: 12px;
  }
  .p-top-point__item-num strong {
    font-size: 48px;
    line-height: 1;
  }
  .p-top-point__item::after {
    z-index: 5;
    position: absolute;
    content: "";
    background-image: url(../img/top/point_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 72px;
    width: 6px;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-point__item img {
    width: 170px;
  }
  .p-top-point__item h3 {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
  }
  .p-top-point__item p {
    text-align: center;
    margin-top: 20px;
  }
  .p-top-point__item .modal {
    position: relative;
  }
  .p-top-point__item .modal-open {
    text-decoration: underline;
    cursor: pointer;
  }
  .p-top-point__item .modal-open:hover {
    text-decoration: none;
  }
  .p-top-point__item .modal-close {
    cursor: pointer;
    position: fixed;
    z-index: 100;
    top: 30px;
    right: 30px;
    width: 45px;
    padding: 10px;
  }
  .p-top-point__item .modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* 一番手前に持ってくる */
  }
  .p-top-point__item .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .p-top-point__item .modal-content {
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    padding: 80px 40px 40px;
    width: 350px;
    height: 80%;
    text-align: center;
  }
  .p-top-point__item .modal-content-inner__ttl {
    margin-top: 0;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 2px dotted #434851;
  }
  .p-top-point__item .modal-content-inner__list li {
    border-bottom: 2px dotted #434851;
    padding: 15px 0;
  }
  .p-top-point__item .modal-content-inner__list p {
    font-size: 14px;
    margin-top: 15px;
  }
  .p-top-point__item .modal-content-inner__list-ttl {
    margin-top: 0 !important;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
  }
  .p-top-point__item .modal-content-inner__list-ttl strong {
    font-size: 24px;
    font-weight: 600;
    color: #f6826d;
  }
  .p-top-point__item--last {
    padding: 40px 15px;
    width: 350px;
    background-color: #fff;
    border-radius: 350px 350px 20px 20px;
  }
  .p-top-point__item--last h3 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .p-top-point__item--last p {
    text-align: center;
    margin-top: 20px;
  }
  .p-top-product {
    background-image: url(../img/top/sec03_bg.webp);
    padding: 64px 40px;
  }
  .p-top-product__logo {
    width: 256px;
    margin: 0 auto 20px;
  }
  .p-top-product h3 {
    margin: 40px auto 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
  }
  .p-top-product h3.p-top-product__ttl-tokkyo::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    background-image: url(../img/top/product_ico_tokkyo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .p-top-product__item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-product__item-type {
    padding: 5px;
    text-align: center;
    background-color: #a39a91;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    border-radius: 30px;
    max-width: 160px;
    width: 100%;
  }
  .p-top-product__item-type--small {
    margin-top: 10px;
    font-size: 12px;
  }
  .p-top-product__item-type--medium {
    text-align: center;
    font-size: 14px;
  }
  .p-top-product__item.-essence {
    margin-bottom: 30px;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-product__item.-essence li {
    width: 160px;
  }
  .p-top-product__item.-essence .p-top-product__item-type {
    margin: 10px auto;
  }
  .p-top-product__video {
    margin: 30px auto;
    width: 320px;
  }
  .p-top-product__video iframe {
    width: 100%;
  }
  .p-top-product .swiper .swiper-pagination {
    top: auto !important;
    bottom: 30px;
  }
  .p-top-product .swiper .swiper-pagination-bullet {
    margin: 0 16px !important;
    background: #d9dadc;
    border: 1px solid #434851;
  }
  .p-top-product .swiper .swiper-pagination-bullet-active {
    background: #434851;
  }
  .p-top-product__howto {
    text-indent: -2em;
    padding-left: 2em;
  }
  .p-top-product__howto li {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  .p-top-product__howto li:last-of-type {
    margin-bottom: 0;
  }
  .p-top-product__howto li span {
    font-weight: 600;
    font-size: 18px;
    margin-right: 12px;
  }
  .p-top-product__note {
    margin-top: 20px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
  }
  .p-top-product__note li {
    margin-top: 10px;
  }
  .p-top-details {
    padding: 64px 40px 133px;
  }
  .p-top-details__logo {
    width: 110px;
    display: block;
    margin: auto;
  }
  .p-top-details h3 {
    margin: 40px auto 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
  }
  .p-top-details__list {
    margin-top: 20px;
  }
  .p-top-details__list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3px;
    border-bottom: 1px dotted #434851;
    margin-top: 10px;
  }
  .p-top-details__list div dt {
    font-size: 14px;
    font-weight: 700;
    width: 95px;
  }
  .p-top-details__list div dd {
    font-size: 14px;
  }
  .p-top-details__list:nth-of-type(2) dt {
    width: 145px;
  }
  .p-top-details__list:nth-of-type(2) div:last-of-type {
    display: block;
  }
  .p-top-details__list:nth-of-type(2) div:last-of-type strong {
    margin-top: 12px;
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
  .p-top-shop {
    background-color: #edeff3;
    padding: 64px 40px;
  }
  .p-top-shop__online {
    border-top: 1px solid #434851;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-shop__online dt {
    font-size: 14px;
    font-weight: 700;
    width: 95px;
  }
  .p-top-shop__online dd {
    font-size: 14px;
  }
  .p-top-shop__shops {
    border-top: 1px solid #434851;
  }
  .p-top-shop__shops:last-of-type {
    border-bottom: 1px solid #434851;
  }
  .p-top-shop__shops:last-of-type .accordion-inner div:last-of-type {
    margin-bottom: 10px;
  }
  .p-top-shop__shops .accordion-header {
    padding: 10px 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    position: relative;
  }
  .p-top-shop__shops .accordion-header::after {
    content: "";
    background-image: url(../img/top/shop_open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-top-shop__shops .accordion-header.open::after {
    background-image: url(../img/top/shop_close.svg);
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-top-shop__shops .accordion-inner {
    display: none;
  }
  .p-top-shop__shops .accordion-inner div {
    font-size: 12px;
    padding: 10px 0;
    border-top: 1px dotted #434851;
  }
  .p-top-shop__shops .accordion-inner div:last-of-type {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .p-top-btnbox {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-elvion-pc_right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-elvion-pc_left {
    display: none;
  }
  .p-elvion-pc_right {
    display: none;
  }
  .p-top-mv {
    position: relative;
  }
  .p-top-mv__btn {
    position: absolute;
    bottom: calc(70 / 430 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-mv__contact {
    display: block;
    width: calc(124 / 430 * 100vw);
    position: absolute;
    bottom: calc(25 / 430 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-bigttl {
    font-family: var(--montserrat);
    font-weight: 600;
    text-align: center;
    font-size: calc(32 / 430 * 100vw);
    letter-spacing: 0.2rem;
    margin-bottom: calc(40 / 430 * 100vw);
  }
  .p-top-lead {
    background-image: url(../img/top/sec01_bg.webp);
    padding: calc(64 / 430 * 100vw) 0;
  }
  .p-top-lead__inner {
    padding: calc(40 / 430 * 100vw) calc(40 / 430 * 100vw) 0;
  }
  .p-top-lead__inner h2 {
    letter-spacing: 0.2rem;
    font-size: calc(24 / 430 * 100vw);
    font-weight: 700;
  }
  .p-top-lead__inner p {
    margin-top: calc(20 / 430 * 100vw);
  }
  .p-top-point {
    background-image: url(../img/top/sec02_bg.webp);
    padding: calc(64 / 430 * 100vw) calc(40 / 430 * 100vw);
  }
  .p-top-point__item {
    height: calc(350 / 430 * 100vw);
    width: calc(350 / 430 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border-radius: calc(350 / 430 * 100vw);
    position: relative;
    margin-bottom: calc(38 / 430 * 100vw);
  }
  .p-top-point__item-num {
    position: absolute;
    padding: 0 5px;
    left: 0;
    top: 0;
    font-family: var(--montserrat);
    font-weight: 600;
    text-align: center;
    font-size: calc(12 / 430 * 100vw);
  }
  .p-top-point__item-num strong {
    font-size: calc(48 / 430 * 100vw);
    line-height: 1;
  }
  .p-top-point__item::after {
    z-index: 5;
    position: absolute;
    content: "";
    background-image: url(../img/top/point_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: calc(72 / 430 * 100vw);
    width: calc(6 / 430 * 100vw);
    bottom: calc(-40 / 430 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-point__item img {
    width: calc(170 / 430 * 100vw);
  }
  .p-top-point__item h3 {
    margin-top: calc(20 / 430 * 100vw);
    font-size: calc(20 / 430 * 100vw);
    text-align: center;
    font-weight: bold;
    line-height: 1;
  }
  .p-top-point__item p {
    text-align: center;
    margin-top: calc(20 / 430 * 100vw);
  }
  .p-top-point__item .modal {
    position: relative;
  }
  .p-top-point__item .modal-open {
    text-decoration: underline;
    cursor: pointer;
  }
  .p-top-point__item .modal-open:hover {
    text-decoration: none;
  }
  .p-top-point__item .modal-close {
    cursor: pointer;
    position: fixed;
    z-index: 100;
    top: calc(30 / 430 * 100vw);
    right: calc(30 / 430 * 100vw);
    width: calc(45 / 430 * 100vw);
    padding: calc(10 / 430 * 100vw);
  }
  .p-top-point__item .modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    /* 一番手前に持ってくる */
  }
  .p-top-point__item .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .p-top-point__item .modal-content {
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    padding: calc(80 / 430 * 100vw) calc(40 / 430 * 100vw) calc(40 / 430 * 100vw);
    width: calc(350 / 430 * 100vw);
    height: 80%;
    text-align: center;
  }
  .p-top-point__item .modal-content-inner__ttl {
    margin-top: 0;
    font-size: calc(20 / 430 * 100vw);
    padding-bottom: calc(15 / 430 * 100vw);
    font-weight: bold;
    border-bottom: calc(2 / 430 * 100vw) dotted #434851;
  }
  .p-top-point__item .modal-content-inner__list li {
    border-bottom: calc(2 / 430 * 100vw) dotted #434851;
    padding: calc(15 / 430 * 100vw) 0;
  }
  .p-top-point__item .modal-content-inner__list p {
    font-size: calc(14 / 430 * 100vw);
    margin-top: calc(15 / 430 * 100vw);
  }
  .p-top-point__item .modal-content-inner__list-ttl {
    margin-top: 0 !important;
    line-height: 1.2;
    font-size: calc(16 / 430 * 100vw);
    font-weight: 700;
  }
  .p-top-point__item .modal-content-inner__list-ttl strong {
    font-size: calc(24 / 430 * 100vw);
    font-weight: 600;
    color: #f6826d;
  }
  .p-top-point__item--last {
    padding: calc(40 / 430 * 100vw) calc(15 / 430 * 100vw);
    width: calc(350 / 430 * 100vw);
    background-color: #fff;
    border-radius: calc(350 / 430 * 100vw) calc(350 / 430 * 100vw) calc(20 / 430 * 100vw) calc(20 / 430 * 100vw);
  }
  .p-top-point__item--last h3 {
    font-size: calc(24 / 430 * 100vw);
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: calc(30 / 430 * 100vw);
  }
  .p-top-point__item--last p {
    text-align: center;
    margin-top: calc(20 / 430 * 100vw);
  }
  .p-top-product {
    background-image: url(../img/top/sec03_bg.webp);
    padding: calc(64 / 430 * 100vw) calc(40 / 430 * 100vw);
  }
  .p-top-product__logo {
    width: calc(256 / 430 * 100vw);
    margin: 0 auto calc(20 / 430 * 100vw);
  }
  .p-top-product h3 {
    margin: calc(40 / 430 * 100vw) auto calc(25 / 430 * 100vw);
    text-align: center;
    font-size: calc(20 / 430 * 100vw);
    font-weight: 600;
    position: relative;
  }
  .p-top-product h3.p-top-product__ttl-tokkyo::after {
    position: absolute;
    content: "";
    width: calc(48 / 430 * 100vw);
    height: calc(48 / 430 * 100vw);
    background-image: url(../img/top/product_ico_tokkyo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: calc(-10 / 430 * 100vw);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-top-product__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: calc(20 / 430 * 100vw);
  }
  .p-top-product__item li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-product__item-type {
    padding: calc(5 / 430 * 100vw);
    text-align: center;
    background-color: #a39a91;
    color: #fff;
    font-size: calc(14 / 430 * 100vw);
    line-height: 1.25;
    border-radius: 30px;
    max-width: calc(160 / 430 * 100vw);
    width: 100%;
  }
  .p-top-product__item-type--small {
    margin-top: calc(10 / 430 * 100vw);
    font-size: calc(12 / 430 * 100vw);
  }
  .p-top-product__item-type--medium {
    text-align: center;
    font-size: calc(14 / 430 * 100vw);
  }
  .p-top-product__item.-essence {
    margin-bottom: calc(30 / 430 * 100vw);
    margin-top: calc(20 / 430 * 100vw);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(30 / 430 * 100vw);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top-product__item.-essence li {
    width: calc(160 / 430 * 100vw);
  }
  .p-top-product__item.-essence .p-top-product__item-type {
    margin: 10px auto;
  }
  .p-top-product__video {
    margin: calc(30 / 430 * 100vw) auto;
    width: calc(320 / 430 * 100vw);
  }
  .p-top-product__video iframe {
    width: 100%;
  }
  .p-top-product .swiper .swiper-pagination {
    top: auto !important;
    bottom: calc(30 / 430 * 100vw);
  }
  .p-top-product .swiper .swiper-pagination-bullet {
    margin: 0 calc(16 / 430 * 100vw) !important;
    background: #d9dadc;
    border: 1px solid #434851;
  }
  .p-top-product .swiper .swiper-pagination-bullet-active {
    background: #434851;
  }
  .p-top-product__howto {
    text-indent: -2em;
    padding-left: 2em;
  }
  .p-top-product__howto li {
    font-size: calc(16 / 430 * 100vw);
    line-height: 1.75;
    margin-bottom: calc(10 / 430 * 100vw);
  }
  .p-top-product__howto li:last-of-type {
    margin-bottom: 0;
  }
  .p-top-product__howto li span {
    font-weight: 600;
    font-size: calc(18 / 430 * 100vw);
    margin-right: calc(12 / 430 * 100vw);
  }
  .p-top-product__note {
    margin-top: calc(20 / 430 * 100vw);
    text-indent: -1em;
    padding-left: 1em;
    font-size: calc(12 / 430 * 100vw);
  }
  .p-top-product__note li {
    margin-top: calc(10 / 430 * 100vw);
  }
  .p-top-details {
    padding: calc(64 / 430 * 100vw) calc(40 / 430 * 100vw) calc(133 / 430 * 100vw);
  }
  .p-top-details__logo {
    width: calc(110 / 430 * 100vw);
    display: block;
    margin: auto;
  }
  .p-top-details h3 {
    margin: calc(40 / 430 * 100vw) auto calc(25 / 430 * 100vw);
    text-align: center;
    font-size: calc(20 / 430 * 100vw);
    font-weight: 600;
    position: relative;
  }
  .p-top-details__list {
    margin-top: calc(20 / 430 * 100vw);
  }
  .p-top-details__list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: calc(3 / 430 * 100vw);
    border-bottom: calc(1 / 430 * 100vw) dotted #434851;
    margin-top: calc(10 / 430 * 100vw);
  }
  .p-top-details__list div dt {
    font-size: calc(14 / 430 * 100vw);
    font-weight: 700;
    width: calc(95 / 430 * 100vw);
  }
  .p-top-details__list div dd {
    font-size: calc(14 / 430 * 100vw);
  }
  .p-top-details__list:nth-of-type(2) dt {
    width: calc(145 / 430 * 100vw);
  }
  .p-top-details__list:nth-of-type(2) div:last-of-type {
    display: block;
  }
  .p-top-details__list:nth-of-type(2) div:last-of-type strong {
    margin-top: calc(12 / 430 * 100vw);
    margin-bottom: calc(8 / 430 * 100vw);
    display: block;
    font-size: calc(14 / 430 * 100vw);
    font-weight: 700;
  }
  .p-top-shop {
    background-color: #edeff3;
    padding: calc(64 / 430 * 100vw) calc(40 / 430 * 100vw) calc(133 / 430 * 100vw);
  }
  .p-top-shop__online {
    border-top: calc(1 / 430 * 100vw) solid #434851;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc(10 / 430 * 100vw) 0;
  }
  .p-top-shop__online dt {
    font-weight: 700;
    font-size: calc(14 / 430 * 100vw);
    width: calc(95 / 430 * 100vw);
  }
  .p-top-shop__online dd {
    font-size: calc(14 / 430 * 100vw);
  }
  .p-top-shop__shops {
    border-top: calc(1 / 430 * 100vw) solid #434851;
  }
  .p-top-shop__shops:last-of-type {
    border-bottom: calc(1 / 430 * 100vw) solid #434851;
  }
  .p-top-shop__shops:last-of-type .accordion-inner div:last-of-type {
    margin-bottom: calc(10 / 430 * 100vw);
  }
  .p-top-shop__shops .accordion-header {
    padding: calc(10 / 430 * 100vw) 0;
    cursor: pointer;
    font-weight: 700;
    font-size: calc(14 / 430 * 100vw);
    position: relative;
  }
  .p-top-shop__shops .accordion-header::after {
    content: "";
    background-image: url(../img/top/shop_open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 10px;
    height: 10px;
    position: absolute;
    right: calc(10 / 430 * 100vw);
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-top-shop__shops .accordion-header.open::after {
    background-image: url(../img/top/shop_close.svg);
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p-top-shop__shops .accordion-inner {
    display: none;
  }
  .p-top-shop__shops .accordion-inner div {
    font-size: calc(12 / 430 * 100vw);
    padding: calc(10 / 430 * 100vw) 0;
    border-top: calc(1 / 430 * 100vw) dotted #434851;
  }
  .p-top-shop__shops .accordion-inner div:last-of-type {
    margin-bottom: calc(30 / 430 * 100vw);
    padding-bottom: 0;
  }
  .p-top-btnbox {
    z-index: 50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: calc(30 / 430 * 100vw);
    left: 0;
    width: 100%;
    gap: calc(10 / 430 * 100vw);
  }
  .p-top-btnbox.is-visible {
    visibility: visible;
    pointer-events: auto;
  }
}