@charset "UTF-8";
/* ********************************************************
	共通初期化CSS
******************************************************** */
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
}

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

img {
  -webkit-backface-visibility: hidden;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

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

:focus {
  outline: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

@media print {
  body {
    zoom: 60%;
  }
}
/* ********************************************************
	add style CSS
******************************************************** */
body {
  --color-base: #1e1e1e;
  --color-grey: #d2d2d2;
  --color-d-grey: #858585;
  --color-l-grey: #E0E0E0;
  --color-l-grey2: #EEEEEE;
  --color-red: #D80B24;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  body {
    font-size: 4vw;
  }
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-base);
}
* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

#container {
  width: 100%;
  overflow: hidden;
}

/*-------------------------------
  Common
-------------------------------*/
.c-red {
  color: red;
}

.bg-grey {
  background-color: var(--color-grey);
  margin-top: -1px;
}

.fw-b {
  font-weight: 600;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 3.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt5 {
    margin-top: 0.9333333333vw;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt10 {
    margin-top: 1.8666666667vw;
  }
}

.mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .mt15 {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .mt15 {
    margin-top: 10.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt15 {
    margin-top: 2.8vw;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt20 {
    margin-top: 3.7333333333vw;
  }
}

.mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .mt25 {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mt25 {
    margin-top: 17.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt25 {
    margin-top: 4.6666666667vw;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 21px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt30 {
    margin-top: 5.6vw;
  }
}

.mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .mt35 {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mt35 {
    margin-top: 24.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt35 {
    margin-top: 6.5333333333vw;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt40 {
    margin-top: 7.4666666667vw;
  }
}

.mt45 {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .mt45 {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .mt45 {
    margin-top: 31.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt45 {
    margin-top: 8.4vw;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt50 {
    margin-top: 9.3333333333vw;
  }
}

.mt55 {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .mt55 {
    margin-top: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mt55 {
    margin-top: 38.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt55 {
    margin-top: 10.2666666667vw;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 42px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt60 {
    margin-top: 11.2vw;
  }
}

.mt65 {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .mt65 {
    margin-top: 17.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mt65 {
    margin-top: 45.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt65 {
    margin-top: 12.1333333333vw;
  }
}

.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .mt70 {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mt70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt70 {
    margin-top: 13.0666666667vw;
  }
}

.mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .mt75 {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .mt75 {
    margin-top: 52.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt75 {
    margin-top: 14vw;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mt80 {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt80 {
    margin-top: 14.9333333333vw;
  }
}

.mt85 {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .mt85 {
    margin-top: 22.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mt85 {
    margin-top: 59.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt85 {
    margin-top: 15.8666666667vw;
  }
}

.mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .mt90 {
    margin-top: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .mt90 {
    margin-top: 63px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt90 {
    margin-top: 16.8vw;
  }
}

.mt95 {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .mt95 {
    margin-top: 25.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mt95 {
    margin-top: 66.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt95 {
    margin-top: 17.7333333333vw;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mt100 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mt100 {
    margin-top: 18.6666666667vw;
  }
}

.mb5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .mb5 {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mb5 {
    margin-bottom: 3.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb5 {
    margin-bottom: 0.9333333333vw;
  }
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb10 {
    margin-bottom: 1.8666666667vw;
  }
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 10.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb15 {
    margin-bottom: 2.8vw;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb20 {
    margin-bottom: 3.7333333333vw;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .mb25 {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mb25 {
    margin-bottom: 17.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb25 {
    margin-bottom: 4.6666666667vw;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb30 {
    margin-bottom: 5.6vw;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .mb35 {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mb35 {
    margin-bottom: 24.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb35 {
    margin-bottom: 6.5333333333vw;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb40 {
    margin-bottom: 7.4666666667vw;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .mb45 {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .mb45 {
    margin-bottom: 31.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb45 {
    margin-bottom: 8.4vw;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb50 {
    margin-bottom: 9.3333333333vw;
  }
}

.mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .mb55 {
    margin-bottom: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mb55 {
    margin-bottom: 38.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb55 {
    margin-bottom: 10.2666666667vw;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb60 {
    margin-bottom: 11.2vw;
  }
}

.mb65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .mb65 {
    margin-bottom: 17.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mb65 {
    margin-bottom: 45.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb65 {
    margin-bottom: 12.1333333333vw;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb70 {
    margin-bottom: 13.0666666667vw;
  }
}

.mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .mb75 {
    margin-bottom: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .mb75 {
    margin-bottom: 52.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb75 {
    margin-bottom: 14vw;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb80 {
    margin-bottom: 14.9333333333vw;
  }
}

.mb85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .mb85 {
    margin-bottom: 22.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mb85 {
    margin-bottom: 59.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb85 {
    margin-bottom: 15.8666666667vw;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb90 {
    margin-bottom: 16.8vw;
  }
}

.mb95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .mb95 {
    margin-bottom: 25.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .mb95 {
    margin-bottom: 66.5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb95 {
    margin-bottom: 17.7333333333vw;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .mb100 {
    margin-bottom: 18.6666666667vw;
  }
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-wrap:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn-wrap:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-wrap:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btn-wrap:not(:first-child) {
    margin-top: 8.5333333333vw;
  }
}
.btn-wrap:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .btn-wrap:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .btn-wrap:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .btn-wrap:not(:last-child) {
    margin-bottom: 8.5333333333vw;
  }
}
.btn-wrap._center {
  justify-content: center;
}

.btn-line {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 280px;
  max-width: 100%;
  height: 48px;
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .btn-line {
    font-size: 3.4666666667vw;
  }
}
.btn-line {
  border: 1px solid var(--color-base);
  position: relative;
  transition: ease-out 0.2s background;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .btn-line {
    width: 100%;
  }
}
@media screen and (min-width: 501px) {
  .btn-line:hover {
    background-color: var(--color-base);
    color: #fff;
  }
}
.btn-line._ex:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  background: url(../images/ico_ex.webp) no-repeat center center/100% auto;
  width: 13px;
  height: 11px;
}
@media screen and (min-width: 501px) {
  .btn-line._ex:hover:after {
    background-image: url(../images/ico_ex_white.webp);
  }
}
.btn-line._w300 {
  width: 300px;
}

.btn-bk {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 280px;
  max-width: 100%;
  height: 48px;
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .btn-bk {
    font-size: 3.4666666667vw;
  }
}
.btn-bk {
  border: 1px solid var(--color-base);
  background-color: var(--color-base);
  color: #fff;
  position: relative;
  transition: ease-out 0.2s background;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .btn-bk {
    width: 100%;
  }
}
@media screen and (min-width: 501px) {
  .btn-bk:hover {
    background-color: #fff;
    color: var(--color-base);
  }
}
.btn-bk._ex:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  background: url(../images/ico_ex_white.webp) no-repeat center center/100% auto;
  width: 13px;
  height: 11px;
}
@media screen and (min-width: 501px) {
  .btn-bk._ex:hover:after {
    background-image: url(../images/ico_ex.webp);
  }
}
.btn-bk._disabled {
  opacity: 0.6;
  pointer-events: none !important;
  user-select: none;
}
.btn-bk._sp280 {
  max-width: 280px;
}

.txt-link {
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.05em;
}
.txt-link:hover {
  color: var(--color-red);
}
.txt-link + br + .txt-link {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .txt-link + br + .txt-link {
    margin-top: 3.2vw;
  }
}
.txt-link:not(._ex):after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--color-base);
  border-right: 3px solid var(--color-base);
  transform: scaleX(0.62) rotate(45deg);
  box-sizing: border-box;
  margin-left: 3px;
}
.txt-link:not(._ex):hover:after {
  border-color: var(--color-red);
}
.txt-link._ex:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  background: url(../images/ico_ex.webp) no-repeat center center/100% auto;
  width: 13px;
  height: 11px;
}
.txt-link._ex:hover:after {
  background-image: url(../images/ico_ex_red.webp);
}

.top-round--w, .top-round--g {
  position: relative;
  padding-top: 0 !important;
}
.top-round--w + .section, .top-round--g + .section {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-round--w._round-wide:before, .top-round--g._round-wide:before {
    height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .top-round--w._round-wide:after, .top-round--g._round-wide:after {
    top: 110px;
  }
}
.top-round--w:before, .top-round--w:after, .top-round--g:before, .top-round--g:after {
  content: "";
  display: block;
}
.top-round--w:before, .top-round--g:before {
  height: 220px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .top-round--w:before, .top-round--g:before {
    height: 140px;
  }
}
.top-round--w:after, .top-round--g:after {
  position: absolute;
  top: 100px;
  transform: translateX(-50%);
  width: 160%;
  aspect-ratio: 3/1;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  left: 50%;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .top-round--w:after, .top-round--g:after {
    top: 60px;
  }
}
.top-round--w > div, .top-round--g > div {
  position: relative;
  z-index: 1;
}
.top-round--w:before {
  background-color: var(--color-grey);
}
.top-round--w:after {
  background-color: #fff;
}
.top-round--g {
  background-color: var(--color-grey);
}
.top-round--g:before {
  background-color: #fff;
}
.top-round--g:after {
  background-color: var(--color-grey);
}

.section {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}
.section--top-min {
  padding-top: 0;
}
.section--btm-min {
  padding-bottom: 0;
}
.section--top-mdl {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .section--top-mdl {
    padding-top: 40px;
  }
}
.section--btm-mdl {
  padding-bottom: 60px;
}
.section--top-sml {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .section--top-sml {
    padding-top: 32px;
  }
}
.section--btm-sml {
  padding-bottom: 40px;
}
.section--top-wide {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .section--top-wide {
    padding-top: 80px;
  }
}
.section--btm-wide {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .section--btm-wide {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section--btm-sp-wide {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .section--btm-sp-wide2 {
    padding-bottom: 140px;
  }
}
.section._btm-grey {
  border-bottom: 30px solid var(--color-grey);
}
.section__head, .section__body {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.section__head {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section__head {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .section__head {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__head {
    margin-bottom: 13.3333333333vw;
  }
}
.section__ttl-sub {
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section__ttl-sub {
    margin-bottom: 8vw;
  }
}
.section__ttl-sub {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section__ttl-sub {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__ttl-sub {
    margin-bottom: 5.8666666667vw;
  }
}
.section__ttl2 {
  margin: 0 auto;
}
.section__ttl2._point {
  max-width: 291px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._point {
    width: 63.632%;
  }
}
.section__ttl2._service {
  max-width: 388px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._service {
    width: 84.8426666667%;
  }
}
.section__ttl2._studio {
  max-width: 227px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._studio {
    width: 49.6373333333%;
  }
}
.section__ttl2._store {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._store {
    width: 32.8%;
  }
}
.section__ttl2._thought {
  max-width: 229px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._thought {
    width: 50.0746666667%;
  }
}
.section__ttl2._portrait_feature {
  max-width: 507px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__ttl2._portrait_feature {
    width: 81.2373333333%;
  }
}
.section__ttl2._paper_feature {
  max-width: 587px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__ttl2._paper_feature {
    width: 88.704%;
  }
}
.section__ttl2._gallery_feature {
  max-width: 426px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._gallery_feature {
    width: 93.152%;
  }
}
.section__ttl2._frame_feature {
  max-width: 466px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__ttl2._frame_feature {
    width: 86.912%;
  }
}
.section__ttl2._plan {
  max-width: 190px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._plan {
    width: 41.5466666667%;
  }
}
.section__ttl2._price {
  max-width: 70.5px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._price {
    width: 15.416%;
  }
}
.section__ttl2._step {
  max-width: 227.5px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._step {
    width: 49.7466666667%;
  }
}
.section__ttl2._print_price {
  max-width: 228px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._print_price {
    width: 49.856%;
  }
}
.section__ttl2._gallery {
  max-width: 305px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._gallery {
    width: 66.6933333333%;
  }
}
.section__ttl2._voice {
  max-width: 227px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._voice {
    width: 49.6373333333%;
  }
}
.section__ttl2._gallery_voice {
  max-width: 504px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__ttl2._gallery_voice {
    width: 66.304%;
  }
}
.section__ttl2._faq {
  max-width: 225px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._faq {
    width: 49.2%;
  }
}
.section__ttl2._all_store {
  max-width: 424px;
}
@media screen and (max-width: 767px) {
  .section__ttl2._all_store {
    width: 92.7146666667%;
  }
}
.section__ttl2._frame_store {
  max-width: 546px;
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__ttl2._frame_store {
    width: 83.6266666667%;
  }
}
.section__ttl3 {
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .section__ttl3 {
    font-size: 6.4vw;
  }
}
.section__ttl3 {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section__ttl3 {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .section__ttl3 {
    line-height: 1.5;
  }
}
.section__ttl3:not(:first-child) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .section__ttl3:not(:first-child) {
    margin-top: 24vw;
  }
}
@media screen and (max-width: 767px) {
  .section__ttl3:not(:first-child) {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__ttl3:not(:first-child) {
    margin-top: 17.0666666667vw;
  }
}
.section__ttl3 + .section__lead p {
  line-height: 1.8;
}
.section__lead {
  text-align: center;
}
.section__lead:first-child {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .section__lead:first-child {
    margin-top: -13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .section__lead:first-child {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__lead:first-child {
    margin-top: -5.3333333333vw;
  }
}
.section__lead p {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .section__lead p {
    font-size: 4.2666666667vw;
  }
}
.section__lead p {
  line-height: 2.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .section__lead p {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .section__lead p {
    font-size: 4vw;
  }
}
.list-dots:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .list-dots:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.list-dots:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list-dots:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.list-dots li {
  padding-left: 12px;
  text-indent: -12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .list-dots li {
    padding-left: 10px;
    text-indent: -10px;
  }
}
.list-dots li + li {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .list-dots li + li {
    margin-top: 1.8666666667vw;
  }
}
.list-dots li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--color-base);
  display: inline-block;
  margin-right: 6px;
  transform: translateY(-45%);
}
@media screen and (max-width: 767px) {
  .list-dots li:before {
    width: 5px;
    height: 5px;
  }
}
.list-dots._link li:before {
  content: none;
}
.list-dots._link li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--color-base);
  display: inline-block;
  margin-right: 6px;
  transform: translateY(-45%);
}
@media screen and (max-width: 767px) {
  .list-dots._link li a:before {
    width: 5px;
    height: 5px;
  }
}
.list-dots._link li a._nolink {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .list-dots._link li a:not(._nolink):hover {
    color: var(--color-red);
  }
  .list-dots._link li a:not(._nolink):hover:before {
    background-color: var(--color-red);
  }
}
.list-dots._etc {
  position: relative;
}
.list-dots._etc:after {
  content: "など";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.caution-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .caution-wrap {
    margin-top: 6.4vw;
  }
}

.caution {
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .caution {
    font-size: 3.2vw;
  }
}
.caution {
  line-height: 1.5;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .caution {
    margin-top: 1.8666666667vw;
  }
}
.caution {
  padding-left: 12px;
  text-indent: -12px;
}
@media screen and (max-width: 500px) {
  .caution {
    padding-left: 3.2vw;
    text-indent: -3.2vw;
  }
}
.caution + .caution {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .caution + .caution {
    margin-top: 0.5333333333vw;
  }
}
.caution._right {
  text-align: right;
}

.ov {
  background-color: rgba(31, 31, 31, 0.35);
  z-index: 9;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*-------------------------------
  Responsive
-------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/*-------------------------------
  Header / Footer
-------------------------------*/
#pagetop {
  cursor: pointer;
  transition: ease-out 0.16s opacity;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 88px;
  transition: ease-out 0.3s;
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  width: 96%;
}
@media screen and (max-width: 900px) {
  .header__inner {
    width: 90%;
  }
}
.header__logo-wrap {
  margin-right: 1.5vw;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .header__logo-wrap {
    top: 40px;
  }
}
.header__logo-txt {
  max-width: 101px;
  width: 52%;
  position: relative;
  transition: ease-out 0.14s opacity;
}
@media screen and (min-width: 901px) {
  .header__logo-txt {
    top: -40px;
    margin-left: -7%;
  }
}
@media screen and (max-width: 900px) {
  .header__logo-txt {
    margin-left: -2%;
    width: 43%;
  }
}
.header__logo {
  width: 96px;
}
@media screen and (min-width: 901px) {
  .header__logo {
    transform-origin: left top;
  }
}
@media screen and (min-width: 901px) and (max-width: 1040px) {
  .header__logo {
    width: 89px;
  }
}
@media screen and (max-width: 900px) {
  .header__logo {
    transform-origin: left center;
    width: 62px;
  }
}
.header__logo:hover {
  opacity: 0.6;
}
@media screen and (min-width: 901px) {
  .header__btn-wrap {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .header__btn-wrap {
    margin-left: auto;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header__btn-wrap {
    margin-right: 48px;
  }
}
@media screen and (max-width: 900px) {
  .header__btn-wrap .header-nav__btn {
    width: 90px;
    height: 40px;
  }
}
@media screen and (min-width: 901px) {
  .header:not(._top) .header__logo {
    transform: translateY(-26%) scale(0.67);
  }
}
@media screen and (max-width: 900px) {
  .header:not(._top) .header__logo {
    transform: scale(0.78);
  }
}
.header._top .header__logo-txt {
  opacity: 0;
  pointer-events: none;
}
.header._top .header__logo {
  transition: cubic-bezier(0.3, 0.5, 0, 1) 0.4s;
}
.header.scrl {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .header.scrl {
    height: 70px;
  }
}
@media screen and (min-width: 901px) {
  .header.scrl._top .header__logo {
    transform: translateY(-26%) scale(0.67);
  }
}
@media screen and (max-width: 900px) {
  .header.scrl._top .header__logo {
    transform: scale(0.78);
  }
}
.header.scrl._top .header__logo-txt {
  opacity: 1;
  pointer-events: auto;
}
.header.scrl._top .header__logo-txt:hover {
  opacity: 0.7;
}

.switch {
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .switch {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .switch {
    width: 70px;
  }
}
.switch:before, .switch span, .switch:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 28px;
  height: 4px;
  background: #000;
}
.switch:before, .switch:after {
  content: "";
  transition: cubic-bezier(0.5, 0.3, 0, 1) 0.4s transform;
}
.switch span {
  transition: ease-out 0.2s opacity;
}
.switch:before {
  transform: translateY(-10px);
}
.switch:after {
  transform: translateY(10px);
}
.switch.open span {
  opacity: 0;
}
.switch.open:before {
  transform: rotate(45deg);
}
.switch.open:after {
  transform: rotate(135deg);
}

.header-nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .header-nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    z-index: 1;
    padding-bottom: 80px;
    max-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    padding-bottom: 22vw;
  }
}
.header-nav__list {
  display: flex;
  gap: 2.0833333333vw;
}
@media screen and (min-width: 901px) and (max-width: 1040px) {
  .header-nav__list {
    gap: 15px;
  }
}
@media screen and (min-width: 1440pxpx) {
  .header-nav__list {
    gap: 30px;
  }
}
@media screen and (max-width: 900px) {
  .header-nav__list {
    flex-direction: column;
    margin: 0 auto;
    margin-top: 120px;
    max-width: 58.6666666667vw;
  }
}
@media screen and (max-width: 500px) {
  .header-nav__list {
    gap: 6vw;
  }
}
.header-nav__list-item {
  letter-spacing: 0.05em;
  line-height: 1;
}
.header-nav__list-item a {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .header-nav__list-item a {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 900px) {
  .header-nav__list-item a {
    font-size: 16px;
    font-weight: 600;
  }
}
@media screen and (max-width: 900px) and (max-width: 500px) {
  .header-nav__list-item a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .header-nav__list-item a {
    white-space: nowrap;
  }
}
.header-nav__list-item a:before {
  content: "";
  width: 6px;
  min-width: 5px;
  aspect-ratio: 1/1;
  background-color: var(--color-base);
  display: inline-block;
  margin-right: 7px;
}
@media screen and (min-width: 501px) {
  .header-nav__list-item a:hover {
    color: var(--color-red);
  }
  .header-nav__list-item a:hover:before {
    background-color: var(--color-red);
  }
}
@media screen and (min-width: 901px) {
  .header-nav__btn-wrap {
    margin-left: 46px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1180px) {
  .header-nav__btn-wrap {
    margin-left: 12px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 900px) {
  .header-nav__btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) and (max-width: 767px) {
  .header-nav__btn-wrap {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 900px) {
  .header-nav__btn-wrap .header-nav__btn {
    width: 58.6666666667vw;
  }
}
.header-nav__btn {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .header-nav__btn {
    font-size: 3.7333333333vw;
  }
}
.header-nav__btn {
  color: #fff;
  background-color: var(--color-base);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 120px;
  height: 40px;
  border: 1px solid var(--color-base);
  box-sizing: border-box;
  transition: ease-out 0.2s background;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .header-nav__btn {
    width: 220px;
    height: 48px;
  }
}
@media screen and (min-width: 501px) {
  .header-nav__btn:hover {
    background-color: transparent;
    color: var(--color-base);
  }
}

.footer {
  background-color: var(--color-base);
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0 30px;
  }
}
.footer__row {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__l {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .footer__l {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__l p {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .footer__l p {
    font-size: 5.3333333333vw;
  }
}
.footer__l p {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__l p {
    text-align: center;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .footer__l p {
    font-size: 4vw;
  }
}
.footer__logo {
  width: 96px;
  transition: ease-out 0.2s opacity;
}
@media screen and (min-width: 768px) {
  .footer__logo:hover {
    opacity: 0.6;
  }
}
.footer__r {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__r {
    text-align: center;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__r {
    margin-top: 10.1333333333vw;
  }
}
.footer__nav {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__nav {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__nav li {
    margin-top: 1.3333333333vw;
  }
}
.footer__nav li a {
  color: #fff;
  line-height: 1.3;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .footer__nav li a {
    font-size: 3.2vw;
  }
}
.footer__nav li a {
  letter-spacing: 0.05em;
}
.footer__nav li a:hover {
  text-decoration: underline;
}

.copyright {
  color: var(--color-d-grey);
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .copyright {
    font-size: 3.2vw;
  }
}
.copyright {
  line-height: 1.2;
  letter-spacing: 0.05em;
}

/*-------------------------------
  Contents
-------------------------------*/
.hero {
  background-color: var(--color-grey);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero {
    max-height: 750px;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    flex-direction: column;
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .hero__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1080px;
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .hero__bg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hero__bg {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .hero__bg-item {
    position: absolute;
    margin: auto;
    top: 58%;
    transform: translateY(-50%);
  }
}
.hero__bg-item._1 {
  max-width: 229px;
  width: 22%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .hero__bg-item._1 {
    width: 34%;
  }
}
.hero__bg-item._2 {
  max-width: 275px;
  width: 26%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .hero__bg-item._2 {
    width: 40%;
  }
}
.hero__main {
  width: 100%;
}
.hero__main p {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .hero__main p {
    font-size: 5.3333333333vw;
  }
}
.hero__main p {
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .hero__main p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .hero__main p {
    font-size: 3.7333333333vw;
  }
}
.hero__main-ttl {
  max-width: 397px;
  width: 28%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hero__main-ttl {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .hero__main-ttl {
    width: 64%;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .hero__main-ttl {
    margin-bottom: 8.5333333333vw;
  }
}

.intro p {
  text-align: center;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .intro p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 500px) {
  .intro p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .intro p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .intro p {
    font-size: 4vw;
  }
}
.intro p + p {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .intro p + p {
    margin-top: 8vw;
  }
}

.new-lineup {
  position: relative;
  z-index: 1;
  padding: 1px 0 48px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .new-lineup {
    margin-top: 32vw;
  }
}
@media screen and (max-width: 767px) {
  .new-lineup {
    margin-top: 80px;
    padding-bottom: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .new-lineup {
    margin-top: 21.3333333333vw;
  }
}
.new-lineup:before {
  content: "";
  display: block;
  background-color: var(--color-l-grey);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -1;
}
.new-lineup__ttl {
  max-width: 196px;
  margin-top: -23px;
  margin-bottom: -8px;
}
@media screen and (max-width: 767px) {
  .new-lineup__ttl {
    width: 42%;
    margin-bottom: -15px;
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .new-lineup__ttl {
    margin-bottom: -4vw;
  }
}

.new-lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 18px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .new-lineup-list {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .new-lineup-list {
    gap: 24px;
    width: auto;
    flex-direction: column;
  }
}
.new-lineup-list li {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .new-lineup-list li {
    font-size: 4.2666666667vw;
  }
}
.new-lineup-list li {
  line-height: 1;
  margin-top: 0 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .new-lineup-list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .new-lineup-list li {
    font-size: 3.7333333333vw;
  }
}
.new-lineup-list li small {
  font-size: 78%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .new-lineup-list li small {
    font-size: 85%;
  }
}

@media screen and (min-width: 768px) {
  .point {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .point {
    margin-top: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point {
    margin-top: 13.3333333333vw;
  }
}
.point:after {
  content: "";
  display: block;
  clear: both;
}
.point:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .point:not(:last-child) {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
}
.point__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .point__img {
    width: 46%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .point__img {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .point__head, .point__body {
    width: 54%;
  }
}
.point__head {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .point__head {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point__head {
    order: 1;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point__head {
    margin-bottom: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .point__body {
    order: 3;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point__body {
    margin-top: 5.3333333333vw;
  }
}
.point__num {
  width: 54px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point__num {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point__num {
    width: 12.8%;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point__num {
    margin-bottom: 1.6vw;
  }
}
.point__ttl {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .point__ttl {
    font-size: 5.3333333333vw;
  }
}
.point__ttl {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .point__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .point__ttl {
    font-size: 4.8vw;
  }
}
.point__ttl sup {
  font-size: 60%;
}
@media screen and (max-width: 767px) {
  .point__ttl sup {
    margin-left: -1px;
    margin-right: 1px;
  }
}
.point__makers {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .point__makers {
    margin-top: 6.6666666667vw;
  }
}
.point__makers {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .point__makers {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .point__makers {
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .point__makers {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point__makers {
    margin-bottom: 4vw;
  }
}
.point__makers p {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .point__makers p {
    font-size: 4.2666666667vw;
  }
}
.point__makers p {
  line-height: 1.4;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .point__makers p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point__makers p {
    margin-bottom: 5.3333333333vw;
  }
}
.point__makers__img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .point__makers__img {
    display: block;
    width: 69%;
  }
}
.point__illust {
  display: block;
}
.point__illust._1 {
  max-width: 222px;
  width: 44%;
}
@media screen and (min-width: 768px) {
  .point__illust._1 {
    position: absolute;
    bottom: -80px;
    right: -10%;
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767px) {
  .point__illust._1 {
    width: 43%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -10px;
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point__illust._1 {
    margin-top: -2.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point__illust._1 {
    margin-bottom: -16vw;
  }
}
.point__sml-img {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 380px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .point__sml-img {
    margin-top: 7.4666666667vw;
  }
}
.point__sml-img-item {
  width: calc(50% - 10px);
}
.point__sml-img-item p {
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .point__sml-img-item p {
    font-size: 3.4666666667vw;
  }
}
.point__sml-img-item p {
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .point__sml-img-item p {
    margin-top: 2.1333333333vw;
  }
}
.point__sml-img-item p {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .point._l .point__img {
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .point._l .point__head, .point._l .point__body {
    float: right;
    padding-left: 9%;
    padding-right: 2%;
  }
}
@media screen and (min-width: 768px) {
  .point._r .point__img {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .point._r .point__head, .point._r .point__body {
    float: left;
    padding-right: 9%;
    padding-left: 2%;
  }
}

.suggest, .news {
  max-width: 700px;
  margin: 0 auto;
  padding: 37px 30px 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .suggest, .news {
    width: 90%;
    padding: 33px 6%;
  }
}
.suggest:before, .news:before, .suggest:after, .news:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: url(../images/top/line.webp) no-repeat center center/100% 100%;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .suggest:before, .news:before, .suggest:after, .news:after {
    background-image: url(../images/top/line_sp.webp);
  }
}
.suggest:before, .news:before {
  top: 0;
}
.suggest:after, .news:after {
  bottom: 0;
}
.suggest__ttl {
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 500px) {
  .suggest__ttl {
    font-size: 4vw;
  }
}
.suggest__ttl {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .suggest__ttl {
    margin-bottom: 3.2vw;
  }
}
.suggest__ttl {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .suggest__ttl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .suggest__ttl {
    margin-bottom: 2.1333333333vw;
  }
}
.suggest p, .news p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .suggest p, .news p {
    font-size: 3.7333333333vw;
  }
}
.suggest p, .news p {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.cards {
  gap: 60px 5%;
}
@media screen and (min-width: 768px) {
  .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .cards {
    display: flex;
    flex-direction: column;
    gap: 60px 0;
  }
}
.cards:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .cards:not(:first-child) {
    margin-top: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cards:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cards:not(:first-child) {
    margin-top: 16vw;
  }
}
.cards:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .cards:not(:last-child) {
    margin-bottom: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .cards:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cards:not(:last-child) {
    margin-bottom: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .cards._col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 9%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .cards._col2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cards._col2 {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .cards._col2 .card {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  .card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    gap: 0;
  }
}
.card__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.card__ttl {
  line-height: 1.5;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .card__ttl {
    font-size: 5.3333333333vw;
  }
}
.card__ttl {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .card__ttl {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .card__ttl {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .card__ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.card img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .card img {
    margin-bottom: 4vw;
  }
}
.card img {
  display: block;
}
@media screen and (max-width: 767px) {
  .card img {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .card img {
    margin-bottom: 3.2vw;
  }
}
.card > p:not(.caution) {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .card > p:not(.caution) {
    font-size: 3.7333333333vw;
  }
}
.card > p:not(.caution) {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.card .caution {
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .card .caution {
    margin-top: -0.5333333333vw;
  }
}
.card .caution {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card .caution {
    margin-bottom: 5.3333333333vw;
  }
}
.card__store, .target-store {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .card__store, .target-store {
    margin-top: 3.2vw;
  }
}
.card__store, .target-store {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .card__store, .target-store {
    margin-bottom: 5.3333333333vw;
  }
}
.card__store p, .target-store p {
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .card__store p, .target-store p {
    font-size: 3.2vw;
  }
}
.card__store p, .target-store p {
  flex: 1;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.card__store-head, .target-store__head {
  background-color: var(--color-l-grey2);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .card__store-head, .target-store__head {
    font-size: 3.2vw;
  }
}
.card__store-head, .target-store__head {
  padding: 0 5px;
  line-height: 1.2;
  text-align: center;
}
.card__store-head._white, ._white.target-store__head {
  background-color: #fff;
}
.card .btn-wrap {
  margin-top: auto;
}
.card .btn-line {
  width: 100%;
}

.wide-card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .wide-card__body {
    width: 45%;
    padding-right: 6%;
  }
}
.wide-card__body > p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .wide-card__body > p {
    font-size: 3.7333333333vw;
  }
}
.wide-card__body > p {
  font-weight: 600;
  letter-spacing: 0.05em;
}
.wide-card__body > p + p {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .wide-card__body > p + p {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .wide-card__img {
    width: calc(55% + 50vw - 50%);
    right: calc(50% - 50vw);
    position: absolute;
    top: 0;
    z-index: 1;
    max-width: 780px;
  }
}
@media screen and (min-width: 1440px) {
  .wide-card__img {
    right: -170px;
  }
}
@media screen and (max-width: 767px) {
  .wide-card__img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .wide-card__img {
    margin-top: 8vw;
  }
}
.wide-card__slide {
  position: relative;
}
.wide-card__slide .swiper-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 5px 12px;
}
.wide-card__slide .swiper-dots .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  border-radius: 0;
  background-color: #b0b0b0;
  opacity: 1;
  margin: 0 3px;
}
.wide-card__slide .swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.wide-card__slide-info {
  background-color: var(--color-d-grey);
  color: #fff;
  max-width: 550px;
  padding: 40px 50px;
  padding-right: 110px;
}
@media screen and (min-width: 768px) {
  .wide-card__slide-info {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .wide-card__slide-info {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .wide-card__slide-info {
    padding: 18px 25px;
  }
}
.wide-card__slide-info__subttl {
  width: 84px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wide-card__slide-info__subttl {
    margin-bottom: 5.3333333333vw;
  }
}
.wide-card__slide-info__ttl {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .wide-card__slide-info__ttl {
    font-size: 4.2666666667vw;
  }
}
.wide-card__slide-info__ttl {
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .wide-card__slide-info__ttl {
    margin-bottom: 3.2vw;
  }
}
.wide-card__slide-info__ttl {
  letter-spacing: 0.05em;
}
.wide-card__slide-info p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .wide-card__slide-info p {
    font-size: 3.7333333333vw;
  }
}
.wide-card__slide-info p {
  letter-spacing: 0.05em;
}
.other-srv {
  border: 45px solid transparent;
  border-image-source: url("../images/top/frame_line.webp");
  border-image-slice: 100;
  border-image-repeat: stretch;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .other-srv {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .other-srv {
    margin-top: 62px;
    border-width: 25px;
    border-image-slice: 60;
    padding: 10px 3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .other-srv {
    margin-top: 16.5333333333vw;
  }
}
.other-srv__row {
  display: flex;
  gap: 30px;
  align-items: center;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .other-srv__row {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .other-srv__head {
    width: 38%;
  }
}
.other-srv__ttl {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .other-srv__ttl {
    font-size: 5.3333333333vw;
  }
}
.other-srv__ttl {
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .other-srv__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .other-srv__ttl {
    font-size: 4.8vw;
  }
}
.other-srv__body {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .other-srv__body .list-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 20px;
  }
}
.other-srv__body .list-dots li {
  margin-top: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .other-srv__body .list-dots li {
    width: calc(50% - 10px);
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 500px) {
  .other-srv__body .list-dots li {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .other-srv__body .list-dots li {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .other-srv__body .list-dots li {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .other-srv__body .list-dots li:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .other-srv__body .list-dots li:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}

.idphoto {
  display: flex;
  background-color: var(--color-l-grey);
  padding: 25px;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .idphoto {
    flex-direction: column;
    gap: 28px;
    padding-bottom: 32px;
  }
}
.idphoto__body {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .idphoto__body {
    padding: 20px;
    padding-right: 0;
  }
}
.idphoto__body p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .idphoto__body p {
    font-size: 3.7333333333vw;
  }
}
.idphoto__body p {
  letter-spacing: 0.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.idphoto__ttl {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .idphoto__ttl {
    font-size: 5.3333333333vw;
  }
}
.idphoto__ttl {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .idphoto__ttl {
    margin-bottom: 4vw;
  }
}
.idphoto__ttl {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .idphoto__ttl {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .idphoto__ttl {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .idphoto__ttl {
    margin-bottom: 3.2vw;
  }
}
.idphoto__img {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .idphoto__img {
    margin: 0 auto;
    width: 157px;
  }
}
@media screen and (max-width: 767px) {
  .idphoto .btn-wrap {
    margin-top: 0;
  }
}

.stores {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .stores {
    margin-top: 21.3333333333vw;
  }
}
.stores {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .stores {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .stores {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .stores {
    margin-top: 13.3333333333vw;
  }
}
.stores + .store-ttl {
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .stores + .store-ttl {
    margin-top: -12.8vw;
  }
}
@media screen and (max-width: 767px) {
  .stores + .store-ttl {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .stores + .store-ttl {
    margin-top: -10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .stores + .news {
    margin-top: -16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .stores + .news {
    margin-top: -4.2666666667vw;
  }
}

.store-item {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .store-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 22px;
  }
}
.store-item + .store-item {
  border-top: 1px solid var(--color-grey);
}
@media screen and (min-width: 768px) {
  .store-item__img {
    float: left;
    width: 200px;
    margin-right: 22px;
  }
}
@media screen and (max-width: 767px) {
  .store-item__img {
    width: 37%;
  }
}
@media screen and (min-width: 768px) {
  .store-item__head {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .store-item__head {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .store-item__head {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
  }
}
.store-item__ttl {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .store-item__ttl {
    font-size: 4.8vw;
  }
}
.store-item__ttl {
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .store-item__ttl {
    margin-bottom: 3.2vw;
  }
}
.store-item__ttl {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .store-item__ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .store-item__ttl {
    font-size: 4.2666666667vw;
  }
}
.store-item__info {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .store-item__info {
    font-size: 3.7333333333vw;
  }
}
.store-item__info {
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .store-item__info {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .store-item__info {
    font-size: 3.4666666667vw;
  }
}
.store-item__phone {
  font-weight: 600;
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .store-item__phone {
    font-size: 3.4666666667vw;
  }
}
.store-item__phone {
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .store-item__phone {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .store-item__phone {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .store-item__phone {
    margin-top: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .store-item__phone a {
    pointer-events: none !important;
  }
}
.store-item__tag {
  display: flex;
  gap: 4px;
}
.store-item__tag span {
  background-color: var(--color-l-grey);
  font-weight: 600;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .store-item__tag span {
    font-size: 3.2vw;
  }
}
.store-item__tag span {
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 5px 8px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .store-item__row {
    padding-right: 140px;
  }
}
@media screen and (min-width: 768px) {
  .store-item__row._btn-mdl {
    padding-right: 180px;
  }
}
@media screen and (max-width: 767px) {
  .store-item__row._btn-mdl {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .store-item__row._btn-mdl {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .store-item__row._btn-mdl .store-item__btn-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .store-item__row._btn-mdl .store-item__btn-wrap {
    gap: 8px;
    margin-top: 28px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .store-item__row._btn-mdl .store-item__btn-wrap {
    margin-top: 7.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .store-item__row._btn-mdl .store-item__btn-wrap .btn-bk {
    width: 59%;
  }
  .store-item__row._btn-mdl .store-item__btn-wrap .btn-line {
    width: 41%;
    margin-top: 0;
  }
}
.store-item__body {
  flex: 1;
}
.store-item__body p {
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .store-item__body p {
    font-size: 3.4666666667vw;
  }
}
.store-item__body p {
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.store-item__body p a:hover {
  color: var(--color-red);
}
@media screen and (min-width: 768px) {
  .store-item__btn-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .store-item__btn-wrap {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .store-item__btn-wrap {
    margin-top: 2.6666666667vw;
  }
}
.store-item__btn-wrap .btn-line, .store-item__btn-wrap .btn-bk {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .store-item__btn-wrap .btn-line, .store-item__btn-wrap .btn-bk {
    width: 110px;
    padding-left: 2px;
  }
}
.store-item__btn-wrap .btn-line + .btn-line, .store-item__btn-wrap .btn-line + .btn-bk, .store-item__btn-wrap .btn-bk + .btn-line, .store-item__btn-wrap .btn-bk + .btn-bk {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .store-item__btn-wrap .btn-line + .btn-line, .store-item__btn-wrap .btn-line + .btn-bk, .store-item__btn-wrap .btn-bk + .btn-line, .store-item__btn-wrap .btn-bk + .btn-bk {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .store-item._pages {
    display: block;
  }
  .store-item._pages .store-item__img {
    float: left;
    margin-right: 4.2666666667vw;
  }
  .store-item._pages .store-item__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .store-item._pages .store-item__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .store-item._pages .store-item__ttl span.pc {
    display: block !important;
  }
  .store-item._pages .store-item__ttl:after {
    content: "";
    display: block;
    clear: both;
  }
  .store-item._pages .store-item__head {
    display: inline;
  }
}

.news {
  max-width: 900px;
  display: flex;
  padding: 50px 30px;
  padding-left: 0;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .news {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding: 30px 22px;
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .news__head {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.news__ttl {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .news__ttl {
    font-size: 5.3333333333vw;
  }
}
.news__ttl {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .news__body {
    width: calc(100% - 190px);
  }
}

.news-list li {
  padding-left: 0;
  text-indent: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-list li + li {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .news-list li + li {
    margin-top: 4.5333333333vw;
  }
}
.news-list li:before {
  align-self: flex-start;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .news-list li:before {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .news-list li:before {
    margin-top: 3vw;
  }
}
.news-list li p {
  display: inline-flex;
  max-width: calc(100% - 13px);
}
@media screen and (max-width: 767px) {
  .news-list li p {
    flex-wrap: wrap;
  }
}
.news-list li span {
  width: 110px;
  min-width: 110px;
}
@media screen and (max-width: 767px) {
  .news-list li span {
    width: 100%;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .news-list li span {
    margin-bottom: 0.8vw;
  }
}
.news-list li {
  /*
  a {
    overflow: hidden;
    @include pc {
      width: calc(100% - 110px);
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    @include sp {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }

    &:hover {
      text-decoration: underline;
    }
  }
  */
}

.voice {
  display: flex;
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .voice {
    margin-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .voice {
    flex-direction: column;
    width: 74%;
    margin: 0 auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .voice {
    margin-top: 13.3333333333vw;
  }
}

.voice-item {
  flex: 1;
}
.voice-item img {
  max-width: 160px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice-item img {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .voice-item img {
    max-width: 120px;
    width: 49%;
  }
}
.voice-item p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .voice-item p {
    font-size: 3.7333333333vw;
  }
}
.voice-item p {
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.voice-item__name {
  line-height: 1;
  text-align: right;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .voice-item__name {
    margin-top: 0.8vw;
  }
}

.top-illust {
  position: absolute;
  z-index: 0;
  top: 0;
}
.top-illust._1 {
  width: 207px;
  transform: translateY(-29%);
  right: 2%;
}
@media screen and (min-width: 1200px) {
  .top-illust._1 {
    right: calc(50vw - 550px - 4%);
  }
}
@media screen and (max-width: 767px) {
  .top-illust._1 {
    transform: translateY(-3%);
    width: 112px;
    right: 5%;
  }
}
.top-illust._2 {
  width: 174px;
  transform: translateY(-32%);
  left: 2%;
}
@media screen and (min-width: 1200px) {
  .top-illust._2 {
    left: calc(50vw - 550px - 2%);
  }
}
@media screen and (max-width: 767px) {
  .top-illust._2 {
    width: 95px;
    transform: translateY(-4%);
    left: 7%;
  }
}
.top-illust._3 {
  width: 186px;
  right: 2%;
}
@media screen and (min-width: 1200px) {
  .top-illust._3 {
    right: calc(50vw - 550px - 2%);
  }
}
@media screen and (max-width: 767px) {
  .top-illust._3 {
    width: 144px;
    right: 7%;
    transform: translateY(-63%);
  }
}
.top-illust._4 {
  max-width: 186px;
  width: 18%;
  right: 2%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-illust._4 {
    top: 194px;
  }
}
@media screen and (min-width: 1200px) {
  .top-illust._4 {
    right: calc(50vw - 550px - 2%);
  }
}
@media screen and (max-width: 767px) {
  .top-illust._4 {
    width: 143px;
    right: 7%;
    transform: translateY(-84%);
  }
}
.top-illust._5 {
  max-width: 186px;
  width: 18%;
  right: 2%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-illust._5 {
    transform: translateY(-60%);
  }
}
@media screen and (min-width: 1200px) {
  .top-illust._5 {
    right: calc(50vw - 550px - 2%);
  }
}
@media screen and (max-width: 767px) {
  .top-illust._5 {
    width: 143px;
    right: 7%;
    transform: translateY(-80%);
  }
}

#intro {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #intro {
    padding-top: 15vw;
  }
}

/*-------------------------------
  Pages
-------------------------------*/
.page-hero {
  background-color: var(--color-d-grey);
  padding: 88px 0 80px;
}
@media screen and (max-width: 767px) {
  .page-hero {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-hero {
    padding-bottom: 8.5333333333vw;
  }
}
.page-hero__inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .page-hero__inner {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .page-hero__body {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .page-hero__body {
    display: flex;
    flex-direction: column;
  }
}
.page-hero__sub {
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .page-hero__sub {
    font-size: 3.7333333333vw;
  }
}
.page-hero__sub {
  letter-spacing: 0.05em;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .page-hero__sub {
    margin-bottom: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .page-hero__sub {
    margin-bottom: 10px;
    font-size: 13px;
    order: 1;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-hero__sub {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .page-hero__sub {
    font-size: 3.4666666667vw;
  }
}
.page-hero__main {
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .page-hero__main {
    order: 2;
  }
}
.page-hero__main._portrait-studio {
  max-width: 422px;
}
@media screen and (max-width: 767px) {
  .page-hero__main._portrait-studio {
    width: 59%;
  }
}
.page-hero__main._paper-select {
  max-width: 337px;
}
@media screen and (max-width: 767px) {
  .page-hero__main._paper-select {
    width: 73.6906666667%;
  }
}
.page-hero__main._photo-gallery {
  max-width: 334px;
}
@media screen and (max-width: 767px) {
  .page-hero__main._photo-gallery {
    width: 73.0346666667%;
  }
}
.page-hero__main._order-frame {
  max-width: 378.5px;
}
@media screen and (max-width: 767px) {
  .page-hero__main._order-frame {
    width: 82.7653333333%;
  }
}
.page-hero__badges {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-hero__badges {
    margin-top: 8vw;
  }
}
.page-hero__badges {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .page-hero__badges {
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .page-hero__badges {
    order: 4;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-hero__badges {
    margin-top: 5.3333333333vw;
  }
}
.page-hero__badges:last-child {
  margin-bottom: 0;
}
.page-hero__badges li {
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .page-hero__badges li {
    width: 21.4%;
  }
}
.page-hero__badges li p {
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .page-hero__badges li p {
    font-size: 3.2vw;
  }
}
.page-hero__badges li p {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-hero__badges li p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .page-hero__badges li p {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .page-hero .target-store {
    order: 3;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-hero .target-store {
    margin-top: 5.3333333333vw;
  }
}
.page-hero .target-store p {
  color: #fff;
}
.page-hero__img {
  flex: 1;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  .page-hero__img {
    margin-right: -5vw;
  }
}
@media screen and (min-width: 1241px) {
  .page-hero__img {
    margin-right: calc(550px - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .page-hero__img {
    margin: 0 -5vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page-hero__img {
    margin-bottom: 5.3333333333vw;
  }
}

#cta {
  padding: 0;
  background-color: #fff;
}
#cta .section__body {
  width: 96%;
}

.cta {
  text-align: center;
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta {
    min-height: 192px;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta {
    padding-top: 10.6666666667vw;
  }
}
.cta__inner {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    width: 78%;
  }
}
.cta__ttl {
  max-width: 428px;
}
@media screen and (max-width: 767px) {
  .cta__ttl {
    width: 93.5893333333%;
  }
}
.cta__ttl {
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .cta__ttl {
    margin-top: 13.3333333333vw;
  }
}
.cta__ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .cta__ttl {
    margin-bottom: 12.8vw;
  }
}
@media screen and (min-width: 768px) {
  .cta__ttl {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 767px) {
  .cta__ttl {
    width: 97%;
    margin-top: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__ttl {
    margin-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
.cta__ttl + .btn-wrap._center:last-child {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .cta__ttl + .btn-wrap._center:last-child {
    margin-bottom: 6.4vw;
  }
}
.cta__heading {
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .cta__heading {
    font-size: 4.2666666667vw;
  }
}
.cta__heading {
  margin: 0 -20%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cta__heading {
    line-height: 1.5;
  }
}
.cta .btn-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .cta .btn-wrap {
    margin-top: 6.4vw;
  }
}
.cta .btn-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cta .btn-wrap {
    margin-bottom: 5.3333333333vw;
  }
}
.cta .btn-wrap {
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 767px) {
  .cta .btn-wrap {
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta .btn-wrap {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta .btn-wrap {
    margin-bottom: 4.2666666667vw;
  }
}
.cta .btn-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cta .caution {
    text-align: left;
  }
}
.cta__illust {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: -1;
  max-width: 1000px;
}
@media screen and (min-width: 768px) {
  .cta__illust {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .cta__illust {
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__illust {
    margin-top: 5.3333333333vw;
  }
}
.cta__illust ._1, .cta__illust ._2 {
  display: block;
  max-width: 186px;
  width: 22%;
}
@media screen and (max-width: 767px) {
  .cta__illust ._1, .cta__illust ._2 {
    width: 35.85%;
  }
}
.cta__illust._height {
  bottom: 1%;
}
@media screen and (max-width: 767px) {
  .cta__illust._height {
    flex-direction: row-reverse;
    gap: 12vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .cta__illust._height {
    margin-top: 10.6666666667vw;
  }
}
.cta__illust._height ._1 {
  max-width: 146px;
}
@media screen and (max-width: 767px) {
  .cta__illust._height ._1 {
    width: 29%;
    margin-bottom: 1%;
  }
}
.cta__illust._height ._2 {
  max-width: 175px;
}
@media screen and (max-width: 767px) {
  .cta__illust._height ._2 {
    width: 35%;
  }
}

.campaign-bnr {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 128px;
}
@media screen and (max-width: 767px) {
  .campaign-bnr {
    margin-bottom: 34.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign-bnr {
    margin-top: 48px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .campaign-bnr {
    margin-top: 12.8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .campaign-bnr {
    margin-bottom: 21.3333333333vw;
  }
}
.campaign-bnr a {
  display: block;
  line-height: 0;
}

.p-intro {
  display: flex;
  align-items: center;
  gap: 6%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-intro {
    flex-direction: column;
  }
}
.p-intro__body {
  flex: 1;
}
.p-intro p:not(.caution) {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .p-intro p:not(.caution) {
    font-size: 4.2666666667vw;
  }
}
.p-intro p:not(.caution) {
  letter-spacing: 0.05em;
  line-height: 2;
}
.p-intro__ttl {
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .p-intro__ttl {
    font-size: 6.4vw;
  }
}
.p-intro__ttl {
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-intro__img {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-intro__img {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-intro__img {
    margin-top: 12.8vw;
  }
}

.p-point {
  max-width: 700px;
  margin: 0 auto;
}
.p-point:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-point:not(:last-child) {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-point:not(:last-child) {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point:not(:last-child) {
    margin-bottom: 12.8vw;
  }
}
.p-point + .photo-slide-wrap {
  margin-top: -48px;
}
@media screen and (max-width: 767px) {
  .p-point + .photo-slide-wrap {
    margin-top: -12.8vw;
  }
}
.p-point + .photo-slide-wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-point + .photo-slide-wrap {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-point + .photo-slide-wrap {
    margin-top: -20px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point + .photo-slide-wrap {
    margin-top: -5.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point + .photo-slide-wrap {
    margin-bottom: 12.8vw;
  }
}
.p-point__head {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-point__head {
    margin-bottom: 5.8666666667vw;
  }
}
.p-point__head {
  display: flex;
  gap: 13px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-point__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point__head {
    margin-bottom: 8vw;
  }
}
.p-point__head + .p-point__img {
  margin-top: 0;
}
.p-point__ttl-num {
  max-width: 54px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .p-point__ttl-num {
    width: 12.5%;
  }
}
.p-point__ttl {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .p-point__ttl {
    font-size: 5.3333333333vw;
  }
}
.p-point__ttl {
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-point__ttl {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .p-point__ttl {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-point__ttl {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .p-point__ttl {
    font-size: 4.8vw;
  }
}
.p-point__ttl small {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .p-point__ttl small {
    font-size: 3.7333333333vw;
  }
}
.p-point p:not(.caution) {
  letter-spacing: 0.05em;
}
.p-point__img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-point__img {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-point__img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point__img {
    margin-top: 10.6666666667vw;
  }
}
.p-point__img:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-point__img:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.p-point__img._barance {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .p-point__img._barance {
    margin-top: 12.2666666667vw;
  }
}
.p-point__img._barance {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-point__img._barance {
    gap: 5px;
  }
}
.p-point__img._barance .p-point__img-item {
  flex: 1;
}
.p-point__img._retouch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 8%;
}
.p-point__img._retouch .p-point__img-item {
  display: flex;
  gap: 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-point__img._retouch .p-point__img-item {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .p-point__img._retouch .p-point__img-item {
    gap: 10%;
  }
}
.p-point__img._retouch .p-point__img-item:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left: 11px solid #000;
  position: absolute;
  top: 0;
  bottom: 22px;
  margin: auto;
  left: calc(50% + 6px);
  transform: translateX(-50%);
}
.p-point__img._retouch .p-point__img-item figcaption {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .p-point__img._retouch .p-point__img-item figcaption {
    font-size: 3.7333333333vw;
  }
}
.p-point__img._retouch .p-point__img-item figcaption {
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-point__img._retouch .p-point__img-item figcaption {
    padding-top: 2.1333333333vw;
  }
}
.p-point__img._paper5type {
  display: flex;
  gap: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point__img._paper5type {
    flex-wrap: wrap;
    gap: 24px 16px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-point__img._paper5type .p-point__img-item {
    width: calc((100% - 32px) / 3);
  }
}
.p-point__img._paper5type h3 {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .p-point__img._paper5type h3 {
    font-size: 4.2666666667vw;
  }
}
.p-point__img._paper5type h3 {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-point__img._paper5type h3 {
    margin-top: 3.2vw;
  }
}
.p-point__img._paper5type p {
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .p-point__img._paper5type p {
    font-size: 3.2vw;
  }
}
.p-point__img._paper5type p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-point__img._paper5type p {
    margin-top: 2.1333333333vw;
  }
}
.p-point__img-modal-item {
  position: relative;
  display: block;
  transition: ease-out 0.2s opacity;
  cursor: pointer;
}
.p-point__img-modal-item:after {
  content: "";
  display: block;
  background: url(../images/ico_zoom.webp) no-repeat center center/100% auto;
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 6px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .p-point__img-modal-item:after {
    bottom: 5px;
    right: 6px;
  }
}
.p-point__img-modal-item:hover {
  opacity: 0.7;
}
.p-point__retouch {
  background-color: var(--color-l-grey);
  padding: 0 5%;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-point__retouch {
    padding-top: 5.8666666667vw;
  }
}
.p-point__retouch {
  padding-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-point__retouch {
    padding-bottom: 5.8666666667vw;
  }
}
.p-point__retouch {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-point__retouch {
    margin-top: 5.3333333333vw;
  }
}
.p-point__retouch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .p-point__retouch {
    padding: 0 8%;
    padding-top: 32px;
    padding-bottom: 25px;
    gap: 10%;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point__retouch {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point__retouch {
    padding-bottom: 6.6666666667vw;
  }
}
.p-point__retouch__head {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-point__retouch__head {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .p-point__retouch__head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point__retouch__head {
    margin-bottom: 5.3333333333vw;
  }
}
.p-point__retouch__head p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .p-point__retouch__head p {
    font-size: 3.7333333333vw;
  }
}
.p-point__retouch__ttl {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .p-point__retouch__ttl {
    font-size: 4.2666666667vw;
  }
}
.p-point__retouch__ttl {
  font-weight: 600;
}
.p-point__retouch__body {
  flex: 1;
}
.p-point__retouch__body .list-dots {
  padding-right: calc(5% + 40px);
}
@media screen and (min-width: 768px) {
  .p-point__retouch__body .list-dots {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-point__retouch__body .list-dots {
    padding-right: 10vw;
  }
}
.p-point__retouch__body .list-dots:after {
  right: 5%;
}
@media screen and (max-width: 767px) {
  .p-point__retouch__body .list-dots:after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-point__retouch__body .list-dots li:nth-child(odd) {
    width: 57.5%;
  }
}
@media screen and (min-width: 768px) {
  .p-point__retouch__body .list-dots li:nth-child(even) {
    width: 37.5%;
  }
}
.p-point__retouch__body .list-dots li + li {
  margin-top: 0;
}
.p-point__sizes {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-point__sizes {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-point__sizes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__sizes {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 76%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-point__sizes-item {
  padding: 0 18px;
}
@media screen and (min-width: 768px) {
  .p-point__sizes-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
}
@media screen and (max-width: 767px) {
  .p-point__sizes-item:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point__sizes-item:first-child {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-point__sizes-item:not(:first-child) {
    border-left: 1px solid var(--color-l-grey2);
  }
}
.p-point__sizes-item img {
  display: block;
  margin: auto auto 0;
}
.p-point__sizes-item p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .p-point__sizes-item p {
    font-size: 3.7333333333vw;
  }
}
.p-point__sizes-item p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-point__sizes-item p {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-point__sizes-item p {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point__sizes-item p {
    margin-top: 3.2vw;
  }
}
.p-point__sizes-item._a4 img {
  max-width: 72px;
}
.p-point__sizes-item._a3 img {
  max-width: 104px;
}
.p-point__sizes-item._a2 img {
  max-width: 146px;
}
.p-point .photo-slide-wrap {
  margin: 0 calc(50% - 50vw);
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .p-point .photo-slide-wrap {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-point .photo-slide-wrap {
    margin-left: -200px;
    margin-right: -200px;
  }
}
@media screen and (max-width: 767px) {
  .p-point .photo-slide-wrap {
    margin: 0;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-point .photo-slide-wrap {
    margin-bottom: 7.4666666667vw;
  }
}

.plan {
  display: flex;
  gap: 6%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .plan {
    margin-top: 17.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .plan {
    flex-direction: column;
    gap: 48px;
  }
}

.plan-item {
  flex: 1;
}
.plan-item__ttl {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .plan-item__ttl {
    font-size: 5.3333333333vw;
  }
}
.plan-item__ttl {
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .plan-item__ttl {
    margin-bottom: 6.4vw;
  }
}
.plan-item img {
  max-width: 170px;
  display: block;
  margin: 0 auto;
}
.plan-item p {
  letter-spacing: 0.05em;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .plan-item p {
    font-size: 3.7333333333vw;
  }
}
.plan-item p {
  line-height: 1.6;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .plan-item p {
    margin-top: 6.4vw;
  }
}
.plan-item p {
  text-align: center;
}

.price-tabs {
  display: flex;
  align-items: flex-end;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .price-tabs {
    margin-top: 17.0666666667vw;
  }
}
.price-tabs {
  margin-bottom: -64px;
}
@media screen and (max-width: 767px) {
  .price-tabs {
    margin-bottom: -17.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .price-tabs {
    margin-left: -2%;
    margin-right: -2%;
  }
}
.price-tabs__tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .price-tabs__tab {
    font-size: 4.8vw;
  }
}
.price-tabs__tab {
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
  height: 56px;
  background-color: var(--color-d-grey);
  transition: ease-out 0.14s background;
}
@media screen and (max-width: 767px) {
  .price-tabs__tab {
    font-size: 16px;
    height: 64px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .price-tabs__tab {
    font-size: 4.2666666667vw;
  }
}
.price-tabs__tab:before {
  content: "";
  display: block;
  background: no-repeat center center/100% auto;
  width: 24px;
  height: 18px;
}
.price-tabs__tab:not(.current) {
  color: #fff;
}
.price-tabs__tab:not(.current):hover {
  background: color-mix(in srgb, var(--color-d-grey) 70%, transparent);
}
.price-tabs__tab.current {
  background-color: #fff;
  height: 68px;
}
@media screen and (max-width: 767px) {
  .price-tabs__tab.current {
    height: 76px;
  }
}
.price-tabs__tab._one:before {
  background-image: url(../images/layout/ico_one_white.webp);
}
.price-tabs__tab._one.current:before {
  background-image: url(../images/layout/ico_one.webp);
}
.price-tabs__tab._two:before {
  background-image: url(../images/layout/ico_two_white.webp);
}
.price-tabs__tab._two.current:before {
  background-image: url(../images/layout/ico_two.webp);
}

.price {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 9%;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .price {
    padding-top: 16vw;
  }
}
.price {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .price {
    padding-bottom: 16vw;
  }
}
.price {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .price {
    margin-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .price {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .price {
    margin-bottom: 2.6666666667vw;
  }
}
.price:first-child {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .price:first-child {
    margin-top: -8vw;
  }
}
@media screen and (max-width: 767px) {
  .price:first-child {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .price:first-child {
    margin-top: 12.8vw;
  }
}
@media screen and (max-width: 767px) {
  .price {
    margin-left: -5vw;
    margin-right: -5vw;
    padding-left: 5.5%;
    padding-right: 5.5%;
  }
}
.price__ttl {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .price__ttl {
    font-size: 5.3333333333vw;
  }
}
.price__ttl {
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .price__ttl {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .price__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .price__ttl {
    font-size: 4.8vw;
  }
}
.price__ttl:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .price__ttl:not(:first-child) {
    margin-top: 16vw;
  }
}
.price__ttl + .price__ttl-sub {
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .price__ttl + .price__ttl-sub {
    margin-top: -4.8vw;
  }
}
.price__ttl2 {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .price__ttl2 {
    font-size: 4.2666666667vw;
  }
}
.price__ttl2 {
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .price__ttl2 {
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .price__ttl2 {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .price__ttl2 {
    font-size: 3.7333333333vw;
  }
}
.price__ttl2:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .price__ttl2:not(:first-child) {
    margin-top: 16vw;
  }
}
.price__ttl2 + .price__ttl-sub {
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .price__ttl2 + .price__ttl-sub {
    margin-top: -4.8vw;
  }
}
.price__ttl2 ._bigger {
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .price__ttl2 ._bigger {
    font-size: 6.4vw;
  }
}
.price__ttl2 ._bigger {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__ttl2 ._bigger {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .price__ttl2 ._bigger {
    font-size: 5.8666666667vw;
  }
}
.price__ttl-sub {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .price__ttl-sub {
    font-size: 3.7333333333vw;
  }
}
.price__ttl-sub {
  font-weight: 600;
  text-align: center;
}
.price__ttl-sub + .price__table-wrap {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .price__ttl-sub + .price__table-wrap {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .price__table-wrap {
    overflow: hidden;
    overflow-x: scroll;
    margin: 0 -5vw;
    padding: 0 5.5%;
  }
}
@media screen and (max-width: 767px) {
  .price__table-wrap._noswipe .price__table {
    min-width: 0;
  }
  .price__table-wrap._noswipe .price__table tbody td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.price__table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .price__table {
    min-width: 700px;
  }
}
.price__table .col1 {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .price__table .col1 {
    width: 88px;
  }
}
.price__table .col2 {
  width: 300px;
}
.price__table .col3 {
  width: 250px;
}
.price__table .col4 {
  width: 150px;
}
.price__table .colhalf {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .price__table .colhalf._sp-wide {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .price__table .colhalf._sp-sml {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .price__table .colhalf._sp-sml2 {
    width: 18%;
  }
}
.price__table th, .price__table td {
  border: 1px solid var(--color-l-grey);
}
.price__table thead th {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .price__table thead th {
    font-size: 4.2666666667vw;
  }
}
.price__table thead th {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 10px 0;
  background-color: var(--color-l-grey);
}
.price__table thead th:nth-child(2) {
  border-right-color: #fff;
}
.price__table thead th:first-child {
  background: none;
  border-top-color: #fff;
  border-left-color: #fff;
}
.price__table tbody th, .price__table tbody td {
  padding: 0 15px;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .price__table tbody th, .price__table tbody td {
    padding-top: 4vw;
  }
}
.price__table tbody th, .price__table tbody td {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .price__table tbody th, .price__table tbody td {
    padding-bottom: 4vw;
  }
}
.price__table tbody th, .price__table tbody td {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .price__table tbody th, .price__table tbody td {
    font-size: 3.7333333333vw;
  }
}
.price__table tbody th, .price__table tbody td {
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.price__table tbody th:not(._txt-l), .price__table tbody td:not(._txt-l) {
  text-align: center;
}
.price__table tbody th {
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .price__table tbody th {
    padding-left: 0;
    padding-right: 0;
  }
}
.price__table tbody th strong {
  display: inline-block;
}
.price__table tbody th strong:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .price__table tbody th strong:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
.price__table tbody th small {
  line-height: 1.2;
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .price__table tbody th small {
    font-size: 3.2vw;
  }
}
.price__table tbody ._middle {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .price__table tbody ._middle {
    font-size: 4.2666666667vw;
  }
}
.price__table tbody ._middle {
  line-height: 1;
}
.price__table tbody ._bigger {
  font-size: 24px;
}
@media screen and (max-width: 500px) {
  .price__table tbody ._bigger {
    font-size: 6.4vw;
  }
}
.price__table tbody ._bigger {
  font-weight: 600;
  line-height: 1;
}
.price__table tbody ._bigger2 {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .price__table tbody ._bigger2 {
    font-size: 5.3333333333vw;
  }
}
.price__table tbody ._bigger2 {
  font-weight: 600;
  line-height: 1;
}
.price__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .price__tag {
    margin-bottom: 1.3333333333vw;
  }
}
.price__tag li {
  line-height: 1;
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .price__tag li {
    font-size: 3.4666666667vw;
  }
}
.price__tag li {
  background-color: var(--color-l-grey2);
  border: 1px solid var(--color-grey);
  border-radius: 3px;
  text-align: center;
  padding: 5px 15px;
}
.price__tag._center {
  justify-content: center;
}
.price__last {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .price__last {
    margin-top: 17.0666666667vw;
  }
}
.price__last {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price__last {
    margin-top: 56px;
    margin-bottom: -12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .price__last {
    margin-top: 14.9333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .price__last {
    margin-bottom: -3.2vw;
  }
}
.price__last p:not(.caution) {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .price__last p:not(.caution) {
    font-size: 3.7333333333vw;
  }
}
.price__last p:not(.caution) {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.combi {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .combi {
    flex-direction: column;
  }
}
.combi + .price__last {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .combi + .price__last {
    margin-top: 8.5333333333vw;
  }
}

.combi-item {
  flex: 1;
  border: 1px solid var(--color-l-grey);
  padding: 0 5%;
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .combi-item {
    padding-top: 7.4666666667vw;
  }
}
.combi-item {
  padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .combi-item {
    padding-bottom: 7.4666666667vw;
  }
}
.combi-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .combi-item {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .combi-item {
    padding: 0 5%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .combi-item {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .combi-item {
    padding-bottom: 6.4vw;
  }
}
.combi-item:not(:last-child):after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/layout/ico_sml_cross.webp) no-repeat center center/100% auto;
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .combi-item:not(:last-child):after {
    top: 0;
    bottom: 0;
    right: -15px;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .combi-item:not(:last-child):after {
    left: 0;
    right: 0;
    bottom: -15px;
    transform: translateY(50%);
  }
}
.combi-item__ttl {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .combi-item__ttl {
    font-size: 4.8vw;
  }
}
.combi-item__ttl {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .combi-item__ttl {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .combi-item__ttl {
    float: right;
    width: calc(100% - 56px - 24px);
    margin-bottom: 8px;
    font-size: 16px;
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .combi-item__ttl {
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .combi-item__ttl {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .combi-item__ttl {
    margin-top: 1.6vw;
  }
}
.combi-item img {
  max-width: 56px;
}
@media screen and (max-width: 767px) {
  .combi-item img {
    display: block;
    float: left;
    margin-right: 24px;
  }
}
.combi-item p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .combi-item p {
    font-size: 3.7333333333vw;
  }
}
.combi-item p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .combi-item p {
    margin-top: 5.3333333333vw;
  }
}
.combi-item p small {
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .combi-item p small {
    font-size: 3.2vw;
  }
}

.table-caption {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .table-caption {
    margin-top: 5.3333333333vw;
  }
}
.table-caption {
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .table-caption {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .table-caption {
    text-align: center;
  }
}

#price-two {
  display: none;
}

@media screen and (max-width: 767px) {
  #price {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #price {
    padding-bottom: 16vw;
  }
}

.photo-slide-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .photo-slide-wrap {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .photo-slide-wrap {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .photo-slide-wrap {
    margin-bottom: 4.8vw;
  }
}

.photo-slide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
@media screen and (min-width: 768px) {
  .photo-slide._pc_noslide .swiper-wrapper {
    display: flex;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
  }
  .photo-slide._pc_noslide .swiper-slide {
    flex-shrink: inherit;
  }
  .photo-slide._pc_noslide .photo-slide__prev, .photo-slide._pc_noslide .photo-slide__next {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .photo-slide._col3 .photo-slide__prev {
    left: 9vw;
  }
}
@media screen and (min-width: 1240px) {
  .photo-slide._col3 .photo-slide__prev {
    left: calc((100vw - 900px) / 2 - 64px - 36px + 50px);
  }
}
@media screen and (min-width: 768px) {
  .photo-slide._col3 .photo-slide__next {
    right: 9vw;
  }
}
@media screen and (min-width: 1240px) {
  .photo-slide._col3 .photo-slide__next {
    right: calc((100vw - 900px) / 2 - 64px - 36px + 50px);
  }
}
.photo-slide__item p {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .photo-slide__item p {
    font-size: 3.7333333333vw;
  }
}
.photo-slide__item p {
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .photo-slide__item p {
    margin-top: 4.2666666667vw;
  }
}
.photo-slide__item p {
  line-height: 1;
}
.photo-slide__prev, .photo-slide__next {
  position: absolute;
  display: block;
  width: 62px;
  height: 62px;
  z-index: 1;
  top: 0;
  bottom: 20px;
  margin: auto;
  background: no-repeat center center/100% auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .photo-slide__prev, .photo-slide__next {
    width: 10.6666666667vw;
  }
}
.photo-slide__prev {
  background-image: url(../images/arrow_circle_left.webp);
  left: 5vw;
}
@media screen and (min-width: 1240px) {
  .photo-slide__prev {
    left: calc((100vw - 900px) / 2 - 64px - 36px);
  }
}
.photo-slide__next {
  background-image: url(../images/arrow_circle_right.webp);
  right: 5vw;
}
@media screen and (min-width: 1240px) {
  .photo-slide__next {
    right: calc((100vw - 900px) / 2 - 64px - 36px);
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .gallery {
    gap: 15px;
  }
}
.gallery._portrait .gallery-item {
  aspect-ratio: inherit;
}
.gallery._portrait.fade {
  max-height: 76vw;
}
@media screen and (min-width: 1240px) {
  .gallery._portrait.fade {
    max-height: 950px;
  }
}
@media screen and (max-width: 767px) {
  .gallery._portrait.fade {
    max-height: 180vw;
  }
}
.gallery.fade {
  max-height: 58vw;
}
@media screen and (min-width: 1240px) {
  .gallery.fade {
    max-height: 710px;
  }
}
@media screen and (max-width: 767px) {
  .gallery.fade {
    max-height: 216vw;
  }
}
.gallery.fade:after {
  content: "";
  display: block;
  height: 100px;
  background: linear-gradient(0deg, #fff 20%, transparent);
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.gallery-item {
  position: relative;
  width: calc((100% - 60px) / 4);
  aspect-ratio: 1/1;
  overflow: hidden;
  transition: ease-out 0.2s opacity;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gallery-item {
    width: calc((100% - 15px) / 2);
  }
}
.gallery-item:hover {
  opacity: 0.7;
}
.gallery-item img {
  display: block;
}
.gallery-item:after {
  content: "";
  display: block;
  background: url(../images/ico_zoom.webp) no-repeat center center/100% auto;
  width: 21px;
  height: 21px;
  position: absolute;
  bottom: 7px;
  right: 10px;
}

.gallery-more {
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .gallery-more {
    padding-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .gallery-more {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gallery-more {
    margin-bottom: -5.3333333333vw;
  }
}
.gallery-more.close {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .gallery-more.close {
    padding-top: 8vw;
  }
}
.gallery-more.close p {
  font-size: 0;
}
.gallery-more.close p:before {
  content: "閉じる";
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .gallery-more.close p:before {
    font-size: 4.8vw;
  }
}
.gallery-more.close p:after {
  background-image: url(../images/ico_plus_minus.webp);
}
.gallery-more p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .gallery-more p {
    font-size: 4.8vw;
  }
}
.gallery-more p {
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 5px;
  cursor: pointer;
  transition: ease-out 0.12s opacity;
}
.gallery-more p:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/ico_plus.webp) no-repeat center center/100% auto;
}
@media screen and (min-width: 768px) {
  .gallery-more p:hover {
    opacity: 0.6;
  }
}

.gallery-modal {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
.gallery-modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.gallery-modal__bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.gallery-modal__close, .point-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .gallery-modal__close, .point-modal__close {
    position: relative;
    margin-bottom: 10px;
    margin-right: 2vw;
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gallery-modal__close, .point-modal__close {
    margin-bottom: 2.6666666667vw;
  }
}
.gallery-modal__close:before, .point-modal__close:before, .gallery-modal__close:after, .point-modal__close:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.gallery-modal__close:before, .point-modal__close:before {
  transform: rotate(45deg);
}
.gallery-modal__close:after, .point-modal__close:after {
  transform: rotate(-45deg);
}
.gallery-modal__main {
  max-width: 1200px;
  width: 92%;
  margin: auto;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .gallery-modal__main {
    width: 88%;
  }
}
.gallery-modal__img-wrap {
  position: relative;
  z-index: 1;
  max-width: 746px;
  width: 90%;
  margin: auto;
  pointer-events: auto;
}
.gallery-modal__img {
  max-width: 400px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gallery-modal__img {
    width: 88%;
  }
}
.gallery-modal__nav, .point-modal__nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .gallery-modal__nav, .point-modal__nav {
    top: calc(50% + (38px + 2.7vw) / 2);
  }
}
.gallery-modal__nav-prev, .point-modal__nav-prev, .gallery-modal__nav-next, .point-modal__nav-next {
  width: 62px;
  height: 62px;
  background: no-repeat center center/100% auto;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .gallery-modal__nav-prev, .point-modal__nav-prev, .gallery-modal__nav-next, .point-modal__nav-next {
    width: 10.6666666667vw;
  }
}
.gallery-modal__nav-prev.hide, .hide.point-modal__nav-prev, .gallery-modal__nav-next.hide, .hide.point-modal__nav-next {
  opacity: 0;
  pointer-events: none;
}
.gallery-modal__nav-prev, .point-modal__nav-prev {
  background-image: url(../images/arrow_circle_left.webp);
}
@media screen and (max-width: 767px) {
  .gallery-modal__nav-prev, .point-modal__nav-prev {
    left: -4%;
  }
}
.gallery-modal__nav-next, .point-modal__nav-next {
  background-image: url(../images/arrow_circle_right.webp);
}
@media screen and (max-width: 767px) {
  .gallery-modal__nav-next, .point-modal__nav-next {
    right: -4%;
  }
}

.customer {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 444px);
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .customer {
    margin-top: -8vw;
  }
}
.customer {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .customer {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .customer {
    padding: 0 calc(50vw - 444px);
  }
}
@media screen and (max-width: 767px) {
  .customer {
    margin: 0 -5vw;
    margin-top: -10px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .customer {
    margin-top: -2.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .customer {
    margin-bottom: -5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .customer._pc_noslide {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .customer._pc_noslide .customer__nav-prev, .customer._pc_noslide .customer__nav-next {
    display: none !important;
  }
  .customer._pc_noslide .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .customer._pc_noslide .swiper-wrapper .swiper-slide {
    max-width: 280px;
    flex: 1;
  }
}
.customer__nav-prev, .customer__nav-next {
  width: 62px;
  height: 62px;
  aspect-ratio: 1/1;
  background: no-repeat center center/100% auto;
  position: absolute;
  margin: auto;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .customer__nav-prev, .customer__nav-next {
    width: 10.6666666667vw;
  }
}
.customer__nav-prev {
  background-image: url(../images/arrow_circle_left.webp);
  left: 2%;
}
@media screen and (min-width: 1170px) {
  .customer__nav-prev {
    left: calc(50vw - 444px - 62px - 16px - 40px);
  }
}
@media screen and (max-width: 767px) {
  .customer__nav-prev {
    left: 5%;
  }
}
.customer__nav-next {
  background-image: url(../images/arrow_circle_right.webp);
  right: 2%;
}
@media screen and (min-width: 1170px) {
  .customer__nav-next {
    right: calc(50vw - 444px - 62px - 16px - 40px);
  }
}
@media screen and (max-width: 767px) {
  .customer__nav-next {
    right: 5%;
  }
}

.customer-card {
  background-color: var(--color-l-grey2);
  padding: 0 1.8%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .customer-card {
    padding-top: 8vw;
  }
}
.customer-card {
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .customer-card {
    padding-bottom: 6.6666666667vw;
  }
}
.customer-card {
  height: auto;
}
@media screen and (max-width: 767px) {
  .customer-card {
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .customer-card {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .customer-card {
    padding-bottom: 6.4vw;
  }
}
.customer-card img {
  max-width: 112px;
  margin: 0 auto;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .customer-card img {
    margin-bottom: 4.2666666667vw;
  }
}
.customer-card p {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .customer-card p {
    font-size: 3.7333333333vw;
  }
}
.customer-card p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.step {
  max-width: 900px;
  margin: 0 auto;
  margin-top: -22px;
}
@media screen and (max-width: 767px) {
  .step {
    margin-top: -5.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .step {
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .step {
    margin-top: -2.1333333333vw;
  }
}

.step-item {
  display: flex;
  align-items: center;
  gap: 40px;
  border: 1px solid var(--color-grey);
  padding: 0 4%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .step-item {
    padding-top: 8vw;
  }
}
.step-item {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .step-item {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .step-item {
    flex-direction: column;
    gap: 0;
    padding: 0 8%;
    padding-top: 20px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .step-item {
    padding-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .step-item {
    padding-bottom: 8.5333333333vw;
  }
}
.step-item + .step-item {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .step-item + .step-item {
    margin-top: 4vw;
  }
}
.step-item__img {
  width: 128px;
}
@media screen and (max-width: 767px) {
  .step-item__img {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .step-item__img {
    margin-bottom: 2.1333333333vw;
  }
}
.step-item__body {
  flex: 1;
}
.step-item__body p {
  letter-spacing: 0.05em;
}
.step-item__head {
  display: flex;
  align-items: baseline;
  gap: 15px;
  padding-left: 1%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .step-item__head {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .step-item__head {
    padding-left: 2%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .step-item__head {
    margin-bottom: 3.2vw;
  }
}
.step-item__num {
  width: 18px;
}
.step-item__ttl {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .step-item__ttl {
    font-size: 4.8vw;
  }
}
.step-item__ttl {
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.step-item__ttl small {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .step-item__ttl small {
    font-size: 3.7333333333vw;
  }
}
.step-item__ttl small {
  margin-left: 5px;
}

.faqs {
  border-bottom: 1px solid var(--color-grey);
  max-width: 900px;
  margin: 0 auto;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .faqs {
    margin-top: -5.3333333333vw;
  }
}
.faqs {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faqs {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .faqs {
    margin-top: -8px;
    margin-bottom: -18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faqs {
    margin-top: -2.1333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faqs {
    margin-bottom: -4.8vw;
  }
}

.faq {
  border-top: 1px solid var(--color-grey);
  padding: 0 30px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 10.6666666667vw;
  }
}
.faq {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 0 4%;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq {
    padding-top: 8.5333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq {
    padding-bottom: 8.5333333333vw;
  }
}
.faq__q, .faq__a {
  padding-left: 44px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq__q, .faq__a {
    padding-left: 42px;
  }
}
.faq__q:before, .faq__a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: no-repeat center center/100% auto;
}
.faq__q {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .faq__q {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .faq__q {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .faq__q {
    margin-bottom: 4.2666666667vw;
  }
}
.faq__q:before {
  background-image: url(../images/faq_q.webp);
}
.faq__q h3 {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .faq__q h3 {
    font-size: 4.2666666667vw;
  }
}
.faq__q h3 {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .faq__q h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .faq__q h3 {
    font-size: 4vw;
  }
}
.faq__a:before {
  background-image: url(../images/faq_a.webp);
}
.faq__a p {
  letter-spacing: 0.05em;
}

.store-ttl {
  max-width: 900px;
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .store-ttl {
    font-size: 5.3333333333vw;
  }
}
.store-ttl {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .store-ttl {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .store-ttl {
    font-size: 18px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .store-ttl {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .store-ttl {
    margin-top: 10.6666666667vw;
  }
}
.store-ttl + .stores {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .store-ttl + .stores {
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .store-ttl + .stores {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .store-ttl + .stores {
    margin-top: 3.2vw;
  }
}

@media screen and (max-width: 767px) {
  #p-store {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #p-store {
    padding-bottom: 21.3333333333vw;
  }
}

.p-news {
  margin-top: 128px;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-top: 34.1333333333vw;
  }
}

.point-modal {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.point-modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.point-modal__bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.point-modal__close {
  top: 8px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .point-modal__close {
    position: absolute;
    margin: 0;
    top: 3vw;
    right: 3.5%;
  }
}
.point-modal__close:before, .point-modal__close:after {
  background-color: var(--color-base);
}
.point-modal__main {
  background-color: var(--color-l-grey);
  max-width: 700px;
  width: 85%;
  position: relative;
  z-index: 1;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .point-modal__main {
    padding: 0 6%;
    padding-top: 40px;
    padding-bottom: 24px;
    width: 88%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point-modal__main {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point-modal__main {
    padding-bottom: 6.4vw;
  }
}
.point-modal__row {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .point-modal__row {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .point-modal__img {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .point-modal__img {
    width: 71%;
    margin: 0 auto;
  }
}
.point-modal__body {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .point-modal__body {
    padding-top: 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .point-modal__body {
    padding-top: 12.8vw;
  }
}
.point-modal__body p {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .point-modal__body p {
    font-size: 3.7333333333vw;
  }
}
.point-modal__ttl {
  font-size: 18px;
}
@media screen and (max-width: 500px) {
  .point-modal__ttl {
    font-size: 4.8vw;
  }
}
.point-modal__ttl {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.point-modal__ttl-sub {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .point-modal__ttl-sub {
    font-size: 3.2vw;
  }
}
.point-modal__ttl-sub {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .point-modal__ttl-sub {
    margin-top: 3.2vw;
  }
}
.point-modal__ttl-sub {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .point-modal__ttl-sub {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .point-modal__ttl-sub {
    margin-top: 8px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point-modal__ttl-sub {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .point-modal__ttl-sub {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .point-modal__nav {
    margin-left: -31px;
    margin-right: -31px;
  }
}
.scroll-hint-icon {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100px;
  height: 100px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  padding: 4vw 0;
}
.scroll-hint-icon:before {
  width: 50px;
  height: 50px;
}
.scroll-hint-icon:after {
  width: 54px;
  height: 20px;
  background-size: 100% auto;
  position: static;
  margin: auto;
}

.scroll-hint-text {
  display: none !important;
}

/*-------------------------------
  Animation
-------------------------------*/
@-webkit-keyframes hero_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes hero_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hero_fade_up {
  0% {
    opacity: 0;
    transform: translateY(-47%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@-moz-keyframes hero_fade_up {
  0% {
    opacity: 0;
    transform: translateY(-47%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes hero_fade_up {
  0% {
    opacity: 0;
    transform: translateY(-47%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes hero_fade_up_sp {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-moz-keyframes hero_fade_up_sp {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes hero_fade_up_sp {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@-webkit-keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fade_up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/************************************************************/
.hero__bg-item {
  opacity: 0;
  -webkit-animation: hero_fade_up 1.6s cubic-bezier(0.3, 0.5, 0, 1) 0.1s forwards;
  -moz-animation: hero_fade_up 1.6s cubic-bezier(0.3, 0.5, 0, 1) 0.1s forwards;
  animation: hero_fade_up 1.6s cubic-bezier(0.3, 0.5, 0, 1) 0.1s forwards;
}
@media screen and (max-width: 767px) {
  .hero__bg-item {
    -webkit-animation: hero_fade_up_sp 1.6s cubic-bezier(0.3, 0.5, 0, 1) 0.1s forwards;
    -moz-animation: hero_fade_up_sp 1.6s cubic-bezier(0.3, 0.5, 0, 1) 0.1s forwards;
    animation: hero_fade_up_sp 1.6s cubic-bezier(0.3, 0.5, 0, 1) 0.1s forwards;
  }
}
.hero__bg-item._1 {
  animation-delay: 0.2s;
}
.hero__bg-item._2 {
  animation-delay: 0.3s;
}

.fadeup {
  opacity: 0;
}
.fadeup.anim-start {
  -webkit-animation: fade_up 1s cubic-bezier(0.3, 0.5, 0, 1) 0s forwards;
  -moz-animation: fade_up 1s cubic-bezier(0.3, 0.5, 0, 1) 0s forwards;
  animation: fade_up 1s cubic-bezier(0.3, 0.5, 0, 1) 0s forwards;
}


/*20260317 キャンペーンバナー非表示用、表示の場合はこちらのCSS削除*/
.campaign-bnr{
  margin-bottom:64px;
}
@media screen and (max-width: 767px) {
  .campaign-bnr{
    margin-bottom: 0;
  }
}

/*20260317 フォトギャラリー非表示用、表示の場合はこちらのCSS削除*/
#voice.top-round--g:before {
  height:90px;
  background: transparent;
}
@media screen and (max-width: 767px) {
  #voice.top-round--g:before {
    height: 40px;
  }
}

/*20260406 */
@media screen and (min-width: 768px) {
  .new-lineup {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .new-lineup-list {
    justify-content: space-evenly;
  }
}
