@charset "UTF-8";
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #222;
}

.main {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

.caption {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}

.caption_b {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

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

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

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #fff;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.5s;
    cursor: pointer;
  }
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #d9c3b6;
  color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#loading-bg .ttl {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: 0.2em;
  line-height: 1.667;
}
@media screen and (max-width: 768px) {
  #loading-bg .ttl {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .ttl {
    font-size: 48px;
    margin-bottom: 44px;
  }
}
#loading-bg .sub {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  line-height: 1.778;
}
@media screen and (max-width: 768px) {
  #loading-bg .sub {
    font-size: 9px;
  }
}
@media screen and (min-width: 769px) {
  #loading-bg .sub {
    font-size: 18px;
  }
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer {
  color: #fff;
  overflow: hidden;
}
footer .footer_bg {
  background-color: #7f3e2c;
  padding-top: 10px;
}
footer .footer_bg .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer_bg .inner {
    width: 84vw;
    padding: 0 0 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  footer .footer_bg .inner {
    width: 62.5vw;
    padding: 0 0 0.78125vw;
  }
}
footer .footer_bg .loop_wrapper {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
footer a:hover {
  opacity: 0.4;
}
footer .txt {
  text-align: center;
  font-size: 11px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  footer .txt {
    padding: 61.3333333333vw 0 36vw;
  }
}
@media screen and (min-width: 769px) {
  footer .txt {
    padding: 17.96875vw 0 10.546875vw;
  }
}
footer .txt p {
  font-size: 14px;
}
footer .logo_btn {
  max-width: 125px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .logo_btn {
    padding: 0 0 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  footer .logo_btn {
    padding: 0 0 1.5625vw;
  }
}
footer .logo_btn svg {
  fill: #fff;
}
footer .link ul {
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .link ul {
    margin: 29.3333333333vw 0 32vw;
  }
}
@media screen and (min-width: 769px) {
  footer .link ul {
    margin: 8.59375vw 0 9.375vw;
  }
}
footer .link ul li {
  margin-bottom: 20px;
}
footer .link ul li a {
  color: #fff;
  display: inline-block;
}
footer .link ul li a::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  transform: scaleY(0.5);
  transform-origin: 100% 0;
}
footer .link ul li:last-child {
  margin-bottom: 0;
}
footer .copyright {
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 769px) {
  footer .copyright {
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通ボタン
*--------------------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #7f3e2c;
  border: none;
  color: #fff;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 40vw;
    height: 10vw;
  }
}
@media screen and (min-width: 769px) {
  .btn {
    width: 11.71875vw;
    height: 2.9296875vw;
  }
}

/*-------------------
* project
-------------------*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
.fv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #222;
}
.fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; /* 比率を維持して収める */
  -o-object-position: center;
     object-position: center;
  display: block;
}
.fv .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv .inner h1 {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv .inner h1 {
    width: 17.3333333333vw;
    left: 5.0666666667vw;
    top: 7.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner h1 {
    width: 6.796875vw;
    left: 4.0625vw;
    top: 2.109375vw;
  }
}
.fv .inner .h1_sub {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv .inner .h1_sub {
    width: 25.0666666667vw;
    left: 36.2666666667vw;
    top: 71.2vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .h1_sub {
    width: 10.9375vw;
    left: 9.84375vw;
    top: 37.5vw;
  }
}
.fv .inner .fv_txt {
  position: absolute;
  z-index: 2;
  transform: rotate(-5deg);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_txt {
    right: 3.7333333333vw;
    top: 80.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .fv_txt {
    right: 1.796875vw;
    top: 21.09375vw;
  }
}
.fv .inner .fv_txt p {
  letter-spacing: 0.2em;
  display: inline;
  line-height: 1;
  padding: 0.1em 0.8em;
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.7019607843) 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  .fv .inner .fv_txt p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .fv_txt p {
    font-size: 1.5625vw;
  }
}
.fv .inner .fv_txt div:nth-child(2) {
  margin-top: 1.5rem;
}
.fv .inner .logo {
  position: absolute;
  z-index: 2;
  fill: #fff;
}
@media screen and (max-width: 768px) {
  .fv .inner .logo {
    width: 26.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 170.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .logo {
    width: 7.8125vw;
    right: 1.796875vw;
    bottom: 1.5625vw;
  }
}
.fv .inner .img {
  display: grid;
}
@media screen and (max-width: 768px) {
  .fv .inner .img {
    grid-template-rows: 88.8vw 44.5333333333vw 44.5333333333vw;
    grid-template-columns: 50vw 50vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .img {
    grid-template-rows: 23.9453125vw 23.9453125vw;
    grid-template-columns: 55.78125vw 22.109375vw 22.109375vw;
  }
}
.fv .inner .img .swiper {
  width: 600px;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .fv .inner .img .fv1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .img .fv1 {
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .img .fv2 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .img .fv2 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .img .fv3 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .img .fv3 {
    grid-row: 1/2;
    grid-column: 3/4;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .img .fv4 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .img .fv4 {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 768px) {
  .fv .inner .img .fv5 {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 769px) {
  .fv .inner .img .fv5 {
    grid-row: 2/3;
    grid-column: 3/4;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* FV
*--------------------------------------*/
#lead {
  background-color: #fbf9f6;
  color: #222222;
  overflow: hidden;
}
#lead > .inner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lead > .inner {
    margin: 10.6666666667vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner {
    margin: 7.8125vw auto 0;
  }
}
#lead > .inner .countdown {
  color: #7f3e2c;
}
@media screen and (max-width: 768px) {
  #lead > .inner .countdown {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .countdown {
    font-size: 1.40625vw;
  }
}
#lead > .inner .countdown .num {
  line-height: 1;
  padding: 0.1rem 0.5rem;
  margin-right: 0.2rem;
  background: linear-gradient(transparent 0%, #fff 0%);
  border: 1px solid #7f3e2c;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 768px) {
  #lead > .inner .countdown .num {
    font-size: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .countdown .num {
    font-size: 1.40625vw;
  }
}
#lead > .inner .balloon1 {
  position: relative;
  display: block;
  margin: 2.5em auto 0;
  padding: 5px 10px 10px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #7f3e2c;
  border-radius: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #lead > .inner .balloon1 {
    width: 53.3333333333vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .balloon1 {
    width: 15.625vw;
    height: 3.125vw;
  }
}
#lead > .inner .balloon1:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 9px solid #7f3e2c;
}
#lead > .inner .balloon1 p {
  margin: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 4px;
  margin-left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lead > .inner .balloon1 p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .balloon1 p {
    font-size: 0.9375vw;
  }
}
#lead > .inner .balloon1 p span {
  padding: 0 0.2em;
  position: relative;
  bottom: 0.15em;
}
@media screen and (max-width: 768px) {
  #lead > .inner .balloon1 p span {
    font-size: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .balloon1 p span {
    font-size: 2.03125vw;
  }
}
#lead > .inner .txt_greeting {
  color: #7f3e2c;
}
@media screen and (max-width: 768px) {
  #lead > .inner .txt_greeting {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .txt_greeting {
    font-size: 1.09375vw;
  }
}
#lead > .inner .txt_emphasis {
  border-bottom: 2px solid #b11f1f;
  padding-bottom: 5px;
  display: inline-block;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #lead > .inner .txt_emphasis {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .txt_emphasis {
    font-size: 1.25vw;
    margin: 1.5625vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #lead > .inner .txt_emphasis .vol {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .txt_emphasis .vol {
    font-size: 1.71875vw;
  }
}
#lead > .inner .txt_emphasis .no1 {
  color: #b11f1f;
}
@media screen and (max-width: 768px) {
  #lead > .inner .txt_emphasis .no1 {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .txt_emphasis .no1 {
    font-size: 2.03125vw;
  }
}
#lead > .inner .txt {
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lead > .inner .txt {
    font-size: 4vw;
    padding: 12vw 0;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .txt {
    font-size: 1.09375vw;
    padding: 3.515625vw 0;
  }
}
#lead > .inner .btn.b_250904 {
  background-color: #b11f1f;
}
@media screen and (max-width: 768px) {
  #lead > .inner .btn.b_250904 {
    width: 69.3333333333vw;
    height: 16vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .btn.b_250904 {
    width: 20.3125vw;
    height: 4.6875vw;
    margin-top: 2.34375vw;
  }
}
#lead > .inner .date {
  border-bottom: 2px solid #7f3e2c;
  padding-bottom: 8px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #lead > .inner .date {
    font-size: 5.0666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .date {
    font-size: 1.484375vw;
    margin: 1.5625vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #lead > .inner .result {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .result {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 37.65625vw;
  }
}
#lead > .inner .result.r_250904 {
  position: static;
  left: auto;
}
@media screen and (max-width: 768px) {
  #lead > .inner .result.r_250904 {
    margin: 8vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .result.r_250904 {
    margin: 2.34375vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #lead > .inner .result.r_250904 .top3 {
    height: 37.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .result.r_250904 .top3 {
    height: 10.9375vw;
  }
}
#lead > .inner .result.r_250904 span {
  margin: 0 auto;
}
#lead > .inner .result.r_250904 .off15_wrap {
  display: block;
}
@media screen and (max-width: 768px) {
  #lead > .inner .result.r_250904 .off15_wrap {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .result.r_250904 .off15_wrap {
    margin-top: 1.09375vw;
  }
}
#lead > .inner .result.r_250904 .off15_wrap .off15 {
  display: inline;
}
#lead > .inner .result.r_250904 .off15_wrap .offja {
  display: inline;
  font-weight: 400;
  padding-left: 0.25em;
}
@media screen and (max-width: 768px) {
  #lead > .inner .result.r_250904 .off15_wrap .offja {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .result.r_250904 .off15_wrap .offja {
    font-size: 1.171875vw;
  }
}
#lead > .inner .txt_small {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lead > .inner .txt_small {
    margin: 8vw auto 0;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .txt_small {
    margin: 2.34375vw auto 0;
    font-size: 0.9375vw;
  }
}
#lead > .inner .top3 {
  background-color: #fff;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lead > .inner .top3 {
    font-size: 4vw;
    width: 82.6666666667vw;
    height: 42.6666666667vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .top3 {
    font-size: 1.171875vw;
    width: 24.21875vw;
    height: 12.5vw;
    margin: 0;
  }
}
#lead > .inner .top3 p {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lead > .inner .top3 p {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .top3 p {
    font-size: 1.171875vw;
  }
}
#lead > .inner .top3 p span {
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  #lead > .inner .top3 p span {
    font-size: 9.0666666667vw;
    margin: 3.7333333333vw auto 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .top3 p span {
    font-size: 2.65625vw;
    margin: 1.09375vw auto 1.25vw;
  }
}
#lead > .inner .top3 p.period {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lead > .inner .top3 p.period {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .top3 p.period {
    font-size: 0.9375vw;
  }
}
#lead > .inner .live {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7f3e2c;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #lead > .inner .live {
    font-size: 4vw;
    width: 69.3333333333vw;
    height: 36vw;
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .live {
    font-size: 1.171875vw;
    width: 20.3125vw;
    height: 10.546875vw;
    margin-left: 2.734375vw;
  }
}
#lead > .inner .live::after {
  position: absolute;
  content: "";
  background-color: #7f3e2c;
}
@media screen and (max-width: 768px) {
  #lead > .inner .live::after {
    top: -4vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1px; /*--縦線の太さ(幅)--*/
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .live::after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -1.171875vw;
    width: 30px; /*--縦線の太さ(幅)--*/
    height: 1px;
  }
}
#lead > .inner .live .head {
  position: relative;
}
#lead > .inner .live .head::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/instagram_logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  #lead > .inner .live .head::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .live .head::before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
#lead > .inner .live .period {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #lead > .inner .live .period {
    font-size: 3.7333333333vw;
    margin: 4vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .live .period {
    font-size: 1.09375vw;
    margin: 1.171875vw auto 0;
  }
}
#lead > .inner .live .period span {
  display: block;
}
@media screen and (max-width: 768px) {
  #lead > .inner .live .period span {
    font-size: 2.9333333333vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .live .period span {
    font-size: 0.859375vw;
    margin-top: 0.625vw;
  }
}
#lead > .inner .live .period span a {
  color: #222222;
  display: inline;
  text-decoration: underline;
}
#lead > .inner .howto {
  background-color: #f6f2ed;
}
@media screen and (max-width: 768px) {
  #lead > .inner .howto {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .howto {
    margin-top: 3.90625vw;
  }
}
#lead > .inner .howto .inner {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lead > .inner .howto .inner {
    width: 90%;
    padding: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .howto .inner {
    width: 31.25vw;
    padding: 3.90625vw 0;
  }
}
#lead > .inner .howto .inner .head {
  color: #7f3e2c;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #lead > .inner .howto .inner .head {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .howto .inner .head {
    font-size: 1.25vw;
  }
}
#lead > .inner .howto .inner ul {
  text-align: left;
  color: #777777;
}
@media screen and (max-width: 768px) {
  #lead > .inner .howto .inner ul {
    margin: 8vw auto 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .howto .inner ul {
    margin: 2.34375vw auto 1.953125vw;
  }
}
#lead > .inner .howto .inner ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  #lead > .inner .howto .inner ul li {
    font-size: 2.9333333333vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .howto .inner ul li {
    font-size: 0.859375vw;
    margin-bottom: 1.171875vw;
  }
}
#lead > .inner .howto .inner ul li:last-child {
  margin-bottom: 0;
}
#lead > .inner .howto .inner ul li a {
  color: #777;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #lead > .inner .howto.h_250904 .inner {
    width: 89%;
    padding: 6.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  #lead > .inner .howto.h_250904 .inner {
    width: 39.0625vw;
    padding: 1.953125vw 0;
  }
}
#lead > .inner .howto.h_250904 .inner a {
  display: inline;
  text-decoration: underline;
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* credit
*--------------------------------------*/
@media screen and (max-width: 768px) {
  .credit ul {
    margin: 8.5333333333vw auto;
    width: 89.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul {
    width: 53.5714285714vw;
    margin: 2.2857142857vw auto;
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.8571428571vw;
         column-gap: 2.8571428571vw;
  }
}
.credit ul li {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .credit ul li {
    margin-bottom: 4vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li {
    margin-bottom: 1.4285714286vw;
    font-size: 1.0714285714vw;
    width: 25.3571428571vw;
  }
}
.credit ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .credit ul li .price {
    margin-left: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li .price {
    margin-left: 1.4285714286vw;
  }
}
.credit ul li.com, .credit ul li.sample {
  position: relative;
}
.credit ul li.com::after, .credit ul li.sample::after {
  content: "coming soon";
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .credit ul li.com::after, .credit ul li.sample::after {
    width: 30.1333333333vw;
    height: 4.9333333333vw;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li.com::after, .credit ul li.sample::after {
    width: 10.5vw;
    height: 1.7142857143vw;
    font-size: 0.8571428571vw;
  }
}
.credit ul li.sample::after {
  content: "参考商品";
}
.credit ul li a {
  color: #fff;
  position: relative;
}
.credit ul li a:hover {
  opacity: 0.4;
}
.credit ul li a::after {
  content: "VIEW";
  position: absolute;
  border: solid 1px #fff;
  color: #fff;
  top: 0;
  right: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .credit ul li a::after {
    width: 30.1333333333vw;
    height: 4.9333333333vw;
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li a::after {
    width: 10.5vw;
    height: 1.7142857143vw;
    font-size: 0.8571428571vw;
  }
}

/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* セクション共通
*--------------------------------------*/
svg {
  display: block;
  width: 100%;
}

.inner {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.dummy {
  position: sticky;
  top: 0;
  z-index: -1;
  height: 500px;
  width: 100%;
}

.flex_wrap {
  display: flex;
}

svg {
  width: 100%;
}

figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

figure a {
  position: relative;
  display: block;
  height: auto;
}

figure a img {
  display: block;
  width: 100%;
}

figure a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #fff; /*好みの色に変えてください。*/
  opacity: 0;
  transition: 0.3s;
}

figure a:hover {
  opacity: 1;
}

figure a:hover:before {
  opacity: 0.2;
}

.group {
  position: relative;
}
.group:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 1s;
}
.group a:hover {
  opacity: 1;
}

.wrap_plus {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .wrap_plus {
    bottom: 5.3333333333vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .wrap_plus {
    bottom: 3.125vw;
    right: 1.5625vw;
  }
}
.wrap_plus .dli_plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  height: 0.5px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap_plus .dli_plus {
    width: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .wrap_plus .dli_plus {
    width: 3.125vw;
  }
}
.wrap_plus .dli_plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.container {
  display: grid; /* グリッドレイアウト */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container {
    grid-template-rows: repeat(9, auto);
    grid-template-columns: repeat(6, auto);
  }
}
@media screen and (min-width: 769px) {
  .container {
    grid-template-rows: 39.84375vw 13.4375vw 26.328125vw 9.296875vw 17.265625vw 27.734375vw 7.890625vw 37.1875vw;
    grid-template-columns: repeat(9, auto);
  }
}

.button {
  display: block;
  margin: 0 auto;
  color: #fff;
  border: #fff solid 1px;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .button {
    width: 69.3333333333vw;
    padding: 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .button {
    width: 20.3125vw;
    padding: 1.5625vw 0;
  }
}
.button:hover {
  opacity: 0.6;
}

.loop_wrapper,
.belt_wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  background-color: #7f3e2c;
  padding: 0.3em 0 0.2em;
  width: 100%;
}

.loop_inner {
  display: flex;
  animation: loop 15s linear infinite;
}

.reverse .loop_inner {
  animation: loop-reverse 15s linear infinite;
}

.loop_text,
.belt_text {
  flex: 0 0 auto;
  padding-right: 1em; /* 少し余白 */
  letter-spacing: 0.05em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .loop_text,
  .belt_text {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  .loop_text,
  .belt_text {
    font-size: 1.40625vw;
  }
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes loop-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
/* 初期状態（ぼかし + 非表示） */
.target_blur {
  opacity: 0;
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur {
  opacity: 1;
  animation: imageBlur 1.5s ease-out both;
}

/* ぼかし + フェードインのアニメーション */
@keyframes imageBlur {
  from {
    opacity: 0;
    filter: blur(15px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
/* 初期状態（右にズレていて + ぼかし + 非表示） */
.target_blur_right {
  opacity: 0;
  transform: translateX(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_right {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInRightBlur 1.5s ease-out both;
}

/* 右からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInRightBlur {
  from {
    opacity: 0;
    transform: translateX(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（左にズレていて + ぼかし + 非表示） */
.target_blur_left {
  opacity: 0;
  transform: translateX(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_left {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInLeftBlur 1.5s ease-out both;
}

/* 左からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInLeftBlur {
  from {
    opacity: 0;
    transform: translateX(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0px);
  }
}
/* 初期状態（下にズレていて + ぼかし + 非表示） */
.target_blur_up {
  opacity: 0;
  transform: translateY(15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_up {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUpBlur 1.5s ease-out both;
}

/* 下からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInUpBlur {
  from {
    opacity: 0;
    transform: translateY(15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/* 初期状態（上にズレていて + ぼかし + 非表示） */
.target_blur_down {
  opacity: 0;
  transform: translateY(-15%);
  filter: blur(15px);
  backface-visibility: hidden;
}

/* 表示領域に入ったらアニメーション */
.img_blur_down {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInDownBlur 1.5s ease-out both;
}

/* 上からスライド + ぼかし解除 + フェードイン */
@keyframes fadeInDownBlur {
  from {
    opacity: 0;
    transform: translateY(-15%);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
}
/*===========
  inview（その場で）
  ===========*/
.fadeIn_on {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: var(--delay, 0s); /* ← JSで時間差を制御 */
}

.fadeIn_on.fadeIn {
  opacity: 1;
}

/*===========
  inview（左から）
  ===========*/
.fadeIn_left {
  opacity: 0;
  transform: translate(-15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_left.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（右から）
  ===========*/
.fadeIn_right {
  opacity: 0;
  transform: translate(15%, 0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: var(--delay, 0s); /* ← これが重要！ */
}

.fadeIn_right.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（下から）
  ===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1s;
}

.fadeIn_up.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  inview（上から）
  ===========*/
.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 2s;
}

.fadeIn_down.fadeIn {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
  左から
  ===========*/
/* 最初は clip-path で完全に見えない */
.clip_left img {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

/* スクロールで表示されたらアニメーション開始 */
.clip_left.start img {
  animation: anime_left_to_right 1s ease forwards;
}

/* 左から右へ */
@keyframes anime_left_to_right {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  右から
  ===========*/
.clip_right img {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}

.clip_right.start img {
  animation: anime_right_to_left 1s ease forwards;
}

/* 右から左へ */
@keyframes anime_right_to_left {
  0% {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  上から
  ===========*/
.clip_top img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}

.clip_top.start img {
  animation: anime_top_to_bottom 1s ease forwards;
}

@keyframes anime_top_to_bottom {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/*===========
  下から
  ===========*/
.clip_bottom img {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.clip_bottom.start img {
  animation: anime_bottom_to_top 1s ease forwards;
}

@keyframes anime_bottom_to_top {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* モーダルを開くボタン */
.modal-open {
  font-size: 11px;
  border: none;
  cursor: pointer;
  background-color: #f6f2ed;
  color: #777777;
  width: 100%;
  text-align: right;
  text-decoration: underline;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 10;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #fff;
  background: #7f3e2c;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .modal-close {
    top: -8vw;
    right: -5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-close {
    top: -1.953125vw;
    right: -1.5625vw;
  }
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #f6f2ed;
  border-radius: 10px;
  text-align: left;
  line-height: 1.8;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .modal-content {
    padding: 17.3333333333vw 0;
    width: 85.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-content {
    padding: 5.078125vw 0;
    width: 31.25vw;
  }
}
.modal-content p {
  color: #777777;
  line-height: 1.8;
  text-align: center;
}
.modal-content p.head {
  color: #7f3e2c;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal-content p.head {
    font-size: 4.2666666667vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-content p.head {
    font-size: 1.25vw;
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-content p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-content p {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-content ul {
    width: 64vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-content ul {
    width: 21.875vw;
  }
}
@media screen and (max-width: 768px) {
  .modal-content ul li {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-content ul li {
    margin-bottom: 0.78125vw;
  }
}
.modal-content ul li:last-child {
  margin-bottom: 0;
}
.modal-content ul {
  text-align: left;
  color: #777777;
}
@media screen and (max-width: 768px) {
  .modal-content ul {
    margin: 8vw auto 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-content ul {
    margin: 2.34375vw auto 1.953125vw;
  }
}
.modal-content ul li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .modal-content ul li {
    font-size: 2.9333333333vw;
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .modal-content ul li {
    font-size: 0.859375vw;
    margin-bottom: 1.171875vw;
  }
}
.modal-content ul li:last-child {
  margin-bottom: 0;
}
.modal-content ul li a {
  color: #777;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .sticky_parent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 78.125vw;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  #index {
    position: sticky;
    top: 0;
  }
}
#index .inner ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #index .inner ul {
    width: 90.4vw;
    margin: 24vw auto 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index .inner ul {
    width: 35.15625vw;
    margin: 7.03125vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  #index .inner ul li {
    width: 30.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #index .inner ul li {
    width: 11.71875vw;
  }
}
#index .inner ul li.txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
#index .inner ul li.txt p {
  color: #222;
}
@media screen and (max-width: 768px) {
  #index .inner ul li.txt p {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #index .inner ul li.txt p {
    font-size: 1.015625vw;
  }
}

@media screen and (max-width: 768px) {
  #contents section {
    margin-top: 26.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents section {
    margin-top: 7.8125vw;
    width: 29.296875vw;
  }
}
@media screen and (min-width: 769px) {
  #contents section#index1 {
    margin-top: 6.25vw;
  }
}
#contents h2 {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contents h2 {
    font-size: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents h2 {
    font-size: 6.25vw;
  }
}
#contents h2::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/h2_sub.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #contents h2::before {
    top: -7.4666666667vw;
    width: 22.6666666667vw;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  #contents h2::before {
    top: -2.421875vw;
    width: 7.421875vw;
    height: 100%;
  }
}
#contents h2 span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  #contents h2 span {
    font-size: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #contents h2 span {
    font-size: 2.34375vw;
  }
}
#contents h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px; /* 斜線の長さ */
  height: 1px; /* 斜線の幅 */
  background: #222; /* 斜線の色 */
  transform: rotate(-47.82deg); /* 斜線の角度 */
}
@media screen and (max-width: 768px) {
  #contents h2 span::before {
    right: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents h2 span::before {
    right: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #contents .item {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .item {
    margin-top: 0.78125vw;
  }
}
#contents .item p {
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #contents .item p {
    margin: 5.3333333333vw auto;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .item p {
    margin: 1.5625vw auto;
    font-size: 1.09375vw;
  }
}
#contents .item p span {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #contents .item {
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .item {
    margin-bottom: 5.46875vw;
  }
}
#contents .coordinate {
  width: 90%;
  margin: 0 auto;
}
#contents .coordinate .head {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #7f3e2c;
  color: #7f3e2c;
}
@media screen and (max-width: 768px) {
  #contents .coordinate .head {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .coordinate .head {
    font-size: 1.40625vw;
  }
}
#contents .coordinate .c_group > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 25px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #contents .coordinate .c_group > ul li {
    width: 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .coordinate .c_group > ul li {
    width: 12.5vw;
  }
}
#contents .coordinate .c_group > ul figure img {
  height: 240px; /* 親要素など指定高さに固定 */
  width: 100%; /* 横幅を揃える（必要に応じて） */
  -o-object-fit: cover;
     object-fit: cover; /* はみ出しても高さは埋める */
  -o-object-position: center;
     object-position: center; /* 中央揃え */
}
#contents .coordinate .c_group > ul dl {
  color: #222;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  letter-spacing: 0em;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  #contents .coordinate .c_group > ul dl {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .coordinate .c_group > ul dl {
    font-size: 0.78125vw;
  }
}
#contents .coordinate .c_group > ul dt img {
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #contents .coordinate .c_group > ul dt img {
    width: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #contents .coordinate .c_group > ul dt img {
    width: 3.90625vw;
  }
}
#contents .coordinate .c_group > ul dd ul li {
  margin-bottom: 4px;
  width: auto;
}
#contents .coordinate .c_group > ul dd ul li:last-child {
  margin-bottom: 0;
}
#contents .coordinate .c_group > ul dd ul li .staff_height,
#contents .coordinate .c_group > ul dd ul li .staff_personal_color {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  #lineup {
    margin-top: 30.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup {
    margin-top: 8.984375vw;
  }
}
#lineup .head_wrap {
  position: relative;
}
#lineup .head_wrap::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/h2_sub.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #lineup .head_wrap::before {
    top: -8vw;
    width: 18.6666666667vw;
    height: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .head_wrap::before {
    top: -2.34375vw;
    width: 5.46875vw;
    height: 1.484375vw;
  }
}
#lineup .head_wrap .head_border {
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #lineup .head_wrap .head_border {
    font-size: 8vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup .head_wrap .head_border {
    font-size: 2.34375vw;
  }
}
#lineup .head_wrap .head_border:before, #lineup .head_wrap .head_border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #222;
}
#lineup .head_wrap .head_border:before {
  margin-right: 1rem;
}
#lineup .head_wrap .head_border:after {
  margin-left: 1rem;
}
#lineup ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 40px;
  margin: 45px auto 80px;
}
@media screen and (max-width: 768px) {
  #lineup ul.list {
    width: 90.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul.list {
    width: 54.21875vw;
  }
}
#lineup ul.list li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #lineup ul.list li {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 769px) {
  #lineup ul.list li {
    width: calc((100% - 45px) / 4);
  }
}
#lineup ul.list li .list_num {
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #lineup ul.list li .list_num {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul.list li .list_num {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul.list li figure {
    margin: 2.6666666667vw auto;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul.list li figure {
    margin: 0.78125vw auto;
  }
}
@media screen and (max-width: 768px) {
  #lineup ul.list li .list_name,
  #lineup ul.list li .price {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul.list li .list_name,
  #lineup ul.list li .price {
    font-size: 0.9375vw;
  }
}
#lineup ul.list li .list_name {
  margin-bottom: 5px;
  line-height: 1.25;
}
#lineup ul.list li .price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lineup ul.list li .price .btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #lineup ul.list li .price .btn {
    width: 20vw;
    height: 6.4vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #lineup ul.list li .price .btn {
    width: 5.859375vw;
    height: 1.875vw;
    font-size: 0.78125vw;
  }
}

/* メニューのデザイン*/
.nav_content {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  opacity: 0;
  transform: translateX(100%); /* 初期状態を画面外に */
  transition: opacity 0.6s ease-in-out, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 768px) {
  .nav_content {
    width: 80vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content {
    width: 27.34375vw;
  }
}
@media screen and (max-width: 768px) {
  .nav_content .drawer_open.close {
    background-color: #fff !important;
    top: 66.6666666667vw;
    left: -9.8666666667vw;
    filter: none !important;
  }
}
.nav_content .inner {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.nav_content .inner .head_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .head_wrap {
    text-align: center;
    font-size: 8vw;
    margin-bottom: 9.3333333333vw;
  }
}
.nav_content .inner .head_wrap::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/h2_sub.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .nav_content .inner .head_wrap::before {
    top: -8vw;
    width: 18.6666666667vw;
    height: 5.0666666667vw;
  }
}
.nav_content .inner .list ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .list ul {
    width: 60.2666666667vw;
    margin: 0 auto;
  }
}
.nav_content .inner .list ul li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .list ul li {
    width: 30.1333333333vw;
  }
}
.nav_content .inner .list ul li a.arrow_l {
  position: relative;
  display: block;
  padding-right: 0.5rem;
}
.nav_content .inner .list ul li a.arrow_l::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nav_content .inner .list .logo {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .list .logo {
    width: 33.3333333333vw;
    margin-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .list .logo {
    width: 9.765625vw;
    margin-top: 6.25vw;
  }
}
.nav_content .inner .list .logo p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .nav_content .inner .list .logo p {
    font-size: 3.7333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .nav_content .inner .list .logo p {
    font-size: 1.09375vw;
    margin-bottom: 1.09375vw;
  }
}

/* メニューが開いた状態 */
.nav_content.active {
  opacity: 1;
  transform: translateX(0); /* 画面内にスライド */
  pointer-events: auto;
}

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 98; /* nav_contentより下にする */
}

/* メニューが開いたときに表示 */
#drawer_input:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

#hamburger_menu {
  /* ここから下がハンバーガーメニューに関するCSS */
  /* チェックボックスを非表示にする */
  /* ハンバーガーアイコンの設置スペース */
  /*このクラスが付与されると表示する*/
  /* ハンバーガーメニューが開いたときのスタイル */
}
#hamburger_menu .drawer_hidden {
  display: none;
}
#hamburger_menu .wrap_open {
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #hamburger_menu .wrap_open {
    top: 66.6666666667vw;
    right: 0;
  }
}
#hamburger_menu .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
  background: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  border-radius: 20px 0 0 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #hamburger_menu .drawer_open {
    width: 10.6666666667vw;
    height: 37.3333333333vw;
  }
}
#hamburger_menu .active_menu {
  opacity: 1;
  visibility: visible;
}
#hamburger_menu .drawer_open span {
  color: #222;
  transform: rotate(-90deg);
  font-size: 14px;
}
#hamburger_menu #drawer_input:checked ~ .drawer_open {
  display: none;
}
#hamburger_menu #drawer_input:checked ~ .nav_content {
  opacity: 1;
  transform: scale(1); /* ふわっと拡大表示 */
  pointer-events: auto; /* メニューを開いたらクリックできるように */
}/*# sourceMappingURL=style.css.map */