@charset "UTF-8";
html,
body {
  font-size: 62.5%;
}

body {
  background-color: #000;
  min-width: 1280px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

select {
  cursor: pointer;
}

a {
  transition: opacity 0.3s 0s ease;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

#wrap {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    margin: auto;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

/* -----------------------------------
    ヘッダー
----------------------------------- */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s 0s ease;
}

@media screen and (max-width: 767px) {
  .header.js-bg {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
  }
}

.header__inner {
  padding: 17px 40px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 22px;
  }
}

.header__logo {
  width: 113px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 84px;
  }
}

.header__nav {
  position: fixed;
  top: 0;
  right: 0;
}
.header__nav .reservation-btn-pc {
  width: 160px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .header__nav .reservation-btn-sp {
    display: block;
    width: 172px;
    margin: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .header__menu-btn {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 24px;
    position: relative;
    z-index: 999;
  }
  .header__menu-btn .bar-wrap {
    width: 32px;
    height: 24px;
    position: relative;
  }
  .header__menu-btn .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header__menu-btn .bar,
  .header__menu-btn .bar-wrap::before,
  .header__menu-btn .bar-wrap::after {
    display: block;
    background-color: #fff;
    width: 32px;
    height: 2px;
    transition: all 0.3s 0s ease;
  }
  .header__menu-btn .bar-wrap::before,
  .header__menu-btn .bar-wrap::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .header__menu-btn .bar-wrap::before {
    top: 0;
  }
  .header__menu-btn .bar-wrap::after {
    bottom: 0;
  }
}

/* js */
@media screen and (max-width: 767px) {
  .header__menu-btn.click-js .bar {
    opacity: 0;
  }
  .header__menu-btn.click-js .bar-wrap::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header__menu-btn.click-js .bar-wrap::after {
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media screen and (max-width: 767px) {
  .header__nav {
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 110vw;
    padding: 120px 0;
    transition: left 0.3s 0s ease;
  }
}

/* js */
@media screen and (max-width: 767px) {
  .header__nav.show-nav-js {
    left: 0;
  }
}

.header__nav-item {
  padding: 0 0 0 37px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .header__nav-item {
    padding: 0;
    margin-bottom: 24px;
  }
}
.header__nav-item a {
  color: #7d7d64;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .header__nav-item a {
    display: block;
    color: #eaeaea;
    font-size: 2rem;
    text-decoration-line: none;
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-item:last-of-type {
    margin-bottom: 38px;
  }
}

/* -----------------------------------
    メインビジュアル
----------------------------------- */
.main-img {
  display: flex;
  position: relative;
  height: 100rem;
}
@media screen and (max-width: 767px) {
  .main-img {
    display: block;
    height: auto;
  }
}

.main-img-wrap {
  position: relative;
  width: 64.73vw;
}
@media screen and (max-width: 1440px) {
  .main-img-wrap {
    width: 68.68vw;
    min-width: 878px;
  }
}
@media screen and (max-width: 767px) {
  .main-img-wrap {
    width: 100%;
    min-width: auto;
  }
}

.main-img-wrap img {
  height: 100%;
}

.main-on {
  display: flex;
  position: absolute;
  top: 50%;
  right: -280px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main-on {
    display: none;
  }
}

.main-on-text {
  align-self: flex-end;
  width: 865px;
  position: absolute;
  top: 34%;
  left: 8%;
  z-index: 900;
}
@media screen and (max-width: 1440px) {
  .main-on-text {
    top: 40%;
    left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .main-on-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    top: auto;
    left: 0;
    bottom: 110px;
    padding: 0 10px;
  }
}
.main-on-text h1 {
  color: #fff;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
  font-family: "Gilda Display", serif;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8.4rem;
  /* 96px */
  text-transform: capitalize;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  .main-on-text h1 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .main-on-text h1 {
    text-shadow: 0px 0px 26.261px rgba(0, 0, 0, 0.6);
    font-size: 2.7rem;
    line-height: 1.6;
    margin-bottom: 7px;
    order: -1;
  }
}
.main-on-text .copy::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main-on-text .copy::before {
    width: 43px;
  }
}
.main-on-text .copy {
  color: #fff;
  text-shadow: 0px 0px 44px rgba(0, 0, 0, 0.3);
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 120px;
  margin: 0 0 15px;
}
@media screen and (max-width: 1440px) {
  .main-on-text .copy {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-on-text .copy {
    order: -1;
    font-size: 1.2rem;
    padding-left: 53px;
    margin-bottom: 15px;
  }
}
.main-on-text .text-gold {
  background: linear-gradient(147deg, #b18a27 5.09%, #e3bb4c 39.61%, #ffd978 54.76%, #dab340 68.18%, #b18a27 96.34%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Great Vibes", cursive;
  font-size: 12rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  text-align: right;
  transform: translateY(40px);
  padding-right: 30px;
  margin-top: -6rem;
}
@media screen and (max-width: 1440px) {
  .main-on-text .text-gold {
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 767px) {
  .main-on-text .text-gold {
    font-size: 6.57rem;
    transform: translateY(0);
    padding-right: 20px;
    margin-top: 24px;
  }
}

.main-on-img {
  width: 560px;
}

html.no-webp .main-img__bg {
  background: url(../img/bg-gradation1.jpg), lightgray -4.09px -10px/205.334% 151.798% no-repeat;
}

html.webp .main-img__bg {
  background: url(../img/bg-gradation1.webp), lightgray -4.09px -10px/205.334% 151.798% no-repeat;
}

.main-img__bg {
  flex-grow: 1;
}

.main_flow {
  align-items: center;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  position: absolute;
  bottom: 10.4rem;
  left: 0;
}

.main_flow ul {
  animation: flowing 80s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.main_flow ul li {
  display: inline-block;
  padding-right: 2rem;
}

.main_flow ul li img {
  width: 21.8rem;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .main_flow {
    bottom: 3rem;
  }
  .main_flow ul li {
    padding-right: 0;
  }
  .main_flow ul li img {
    width: 11.4rem;
  }
}
.scroll {
  position: absolute;
  right: 40px;
  bottom: 30%;
}
.scroll p {
  color: #7d7d64;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  position: relative;
}
.scroll p::after {
  content: "";
  display: block;
  background: url(../img/arrow3.svg) no-repeat center/contain;
  width: 5px;
  height: 55px;
  position: absolute;
  top: 105%;
  left: 50%;
}

/* -----------------------------------
    来店予約はこちら
----------------------------------- */
#reservation {
  background-color: #fff4de;
  background-image: url(../img/bg-diamond.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  #reservation {
    background-image: url(../img/bg-diamond-sp.svg);
    background-position: 50% 33px;
    background-size: 142px 105px;
    padding: 74px 0 70px;
  }
}
#reservation h2 {
  color: #222;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 36px */
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #reservation h2 {
    font-size: 1.6rem;
    margin-bottom: 43px;
  }
}
#reservation .img-wrap {
  width: 672px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #reservation .img-wrap {
    width: 291px;
  }
}

/* -----------------------------------
    共通
    ・美しさの理由
    ・多くのお客様に信頼される理由
----------------------------------- */
#about .inner {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #about .inner {
    width: 90%;
  }
}
#about .text {
  color: #eee;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  /* 293.333% */
}
@media screen and (max-width: 767px) {
  #about .text {
    color: #fff;
    font-size: 1.4rem;
    line-height: 32px;
    /* 228.571% */
  }
}

/* -----------------------------------
    美しさの理由
    The World’s Most
    Beautiful DIYARTH
----------------------------------- */
html.no-webp .beautiful::before {
  content: "";
  pointer-events: none;
  display: block;
  background: url(../img/beautiful-bg1.png) no-repeat center/contain;
  width: 720px;
  height: 709px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  html.no-webp .beautiful::before {
    background: url(../img/beautiful-bg1-sp.png) no-repeat center/contain;
    width: 100%;
    height: auto;
    aspect-ratio: 390/415;
  }
}
html.no-webp .beautiful::after {
  content: "";
  pointer-events: none;
  display: block;
  background: url(../img/beautiful-bg2.png) no-repeat center/contain;
  width: 720px;
  height: 575px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  html.no-webp .beautiful::after {
    background: url(../img/beautiful-bg2-sp.png) no-repeat center/contain;
    width: 100%;
    height: auto;
    aspect-ratio: 390/295;
  }
}

html.webp .beautiful::before {
  content: "";
  pointer-events: none;
  display: block;
  background: url(../img/beautiful-bg1.webp) no-repeat center/contain;
  width: 720px;
  height: 709px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  html.webp .beautiful::before {
    background: url(../img/beautiful-bg1-sp.webp) no-repeat center/contain;
    width: 100%;
    height: auto;
    aspect-ratio: 390/415;
  }
}
html.webp .beautiful::after {
  content: "";
  pointer-events: none;
  display: block;
  background: url(../img/beautiful-bg2.webp) no-repeat center/contain;
  width: 720px;
  height: 575px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  html.webp .beautiful::after {
    background: url(../img/beautiful-bg2-sp.webp) no-repeat center/contain;
    width: 100%;
    height: auto;
    aspect-ratio: 390/295;
  }
}

.beautiful {
  background-color: #000;
  position: relative;
  padding: 116px 0 120px;
}
@media screen and (max-width: 767px) {
  .beautiful {
    padding: 40px 0 70px;
  }
}

.beautiful__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .beautiful__contents {
    flex-direction: column;
    align-items: unset;
  }
}

.beautiful__contents:not(:last-of-type) {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .beautiful__contents:not(:last-of-type) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful__contents-1 .beautiful__text {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .beautiful__contents-2 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .beautiful__contents-2 .beautiful__text {
    margin-top: 24px;
    margin-bottom: 30px;
  }
}

.beautiful__sub-title::before {
  content: "";
  display: block;
  background: #eee;
  mix-blend-mode: difference;
  width: 50px;
  height: 0.7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .beautiful__sub-title::before {
    background: #fff;
    width: 32px;
    height: 0.453px;
  }
}

.beautiful__sub-title {
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 61px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .beautiful__sub-title {
    font-size: 1.2rem;
    padding-left: 39px;
    margin-bottom: 14px;
  }
}

.beautiful__title {
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 76px;
  /* 135.714% */
}
@media screen and (max-width: 767px) {
  .beautiful__title {
    font-size: 3.2rem;
    line-height: 48px;
    /* 150% */
  }
}

.beautiful__left {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .beautiful__left {
    width: 100%;
  }
}

.beautiful__right {
  width: 510px;
}
@media screen and (max-width: 767px) {
  .beautiful__right {
    width: 100%;
  }
}

.beautiful__img .img-wrap {
  width: 491px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .beautiful__img .img-wrap {
    width: 100%;
  }
}

/* -----------------------------------
    多くのお客様に信頼される理由
    Professional
----------------------------------- */
.professional {
  background-image: url(../img/bg-diamond2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0 120px;
}
@media screen and (max-width: 767px) {
  .professional {
    background: none;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 50px 0 55px;
  }
}

@media screen and (max-width: 767px) {
  .professional__title-wrap {
    margin-bottom: 107px;
  }
}

.professional__sub-title::before {
  content: "";
  display: block;
  background: #eee;
  mix-blend-mode: difference;
  width: 50px;
  height: 0.7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .professional__sub-title::before {
    background: #fff;
  }
}

.professional__sub-title {
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 61px;
  margin-bottom: 24px;
}

.professional__title {
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 76px;
  /* 135.714% */
}

.professional__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .professional__contents {
    flex-direction: column-reverse;
  }
}

.professional__text {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .professional__text {
    width: 100%;
  }
}

.professional__img {
  width: 530px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .professional__img {
    width: 100%;
    margin-bottom: 38px;
  }
}
.professional__img .img1 {
  width: 427px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .professional__img .img1 {
    width: 72vw;
  }
}
.professional__img .img2 {
  width: 204px;
  position: absolute;
  top: -74px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .professional__img .img2 {
    width: 34.6vw;
  }
}
.professional__img .img-text {
  color: #fff;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 14.4px */
  text-transform: capitalize;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transform-origin: left;
  position: absolute;
  bottom: 0;
  right: -45px;
}
@media screen and (max-width: 767px) {
  .professional__img .img-text {
    font-size: 1rem;
    right: -35px;
  }
}

/* -----------------------------------
    youtube
----------------------------------- */
.youtube,
.youtube * {
  width: 860px;
  height: auto;
  aspect-ratio: 16/9;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .youtube,
  .youtube * {
    width: 100%;
  }
}

/* -----------------------------------
    Staff
----------------------------------- */
html.no-webp #staff {
  background: url(../img/bg-gradation2.jpg), no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp #staff {
    background: url(../img/bg-diamond3.svg) no-repeat 100% 45px/139px 180px, url(../img/bg-gradation2-sp.jpg) no-repeat center/cover;
  }
}

html.webp #staff {
  background: url(../img/bg-gradation2.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  html.webp #staff {
    background: url(../img/bg-diamond3.svg) no-repeat 100% 45px/139px 180px, url(../img/bg-gradation2-sp.webp) no-repeat center/cover;
  }
}

#staff {
  padding: 80px 0 105px;
}
@media screen and (max-width: 767px) {
  #staff {
    padding: 80px 0;
  }
}

.inner {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

.staff__contents:not(:last-of-type) {
  margin-bottom: 111px;
}
@media screen and (max-width: 767px) {
  .staff__contents:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .staff__title-wrap {
    margin-bottom: 24px;
  }
}

.staff__title-ja {
  color: #222;
  text-align: center;
  text-shadow: 0px 0px 50px #ffe7aa;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .staff__title-ja {
    text-shadow: 0px 0px 24.43px #ffe7aa;
    font-size: 1.2rem;
  }
}

.staff__title {
  color: #222;
  text-align: center;
  text-shadow: 0px 0px 50px #ffe7aa;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  /* 125% */
}
@media screen and (max-width: 767px) {
  .staff__title {
    text-shadow: 0px 0px 24.43px #ffe7aa;
    font-size: 3.2rem;
    line-height: 48px;
    /* 150% */
  }
}

.staff__disc {
  color: #222;
  text-align: center;
  text-shadow: 0px 0px 50px #ffe7aa;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 200% */
  margin-top: 31px;
}
@media screen and (max-width: 767px) {
  .staff__disc {
    font-size: 1.4rem;
    line-height: 32px;
    /* 228.571% */
    margin-bottom: 40px;
  }
}

.staff__message-wrap {
  width: 100%;
  position: relative;
}

.staff__img {
  width: 441px;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .staff__img {
    width: 53.58vw;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
}

.staff__text {
  opacity: 0.8;
  background: #fff;
  width: 893px;
  padding: 70px 120px 70px 334px;
  margin: 108px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .staff__text {
    width: 84.6vw;
    padding: 91px 24px 35px;
    margin: -60px 0 0 auto;
  }
}

.staff__text.type2 {
  padding: 60px 94px 48px 75px;
  width: 100%;
  margin: 64px 0 0;
}
@media screen and (max-width: 767px) {
  .staff__text.type2 {
    padding: 40px 24px 35px;
    margin: 24px 0 0 auto;
    width: calc(100% - 20px);
  }
}

.staff__text-contents::before {
  content: "";
  background: url(../img/icon-1.svg) no-repeat center/contain;
  display: block;
  width: 56px;
  height: 43px;
  position: absolute;
  top: -22px;
  left: -27px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .staff__text-contents::before {
    width: 35px;
    height: 26px;
    top: -13px;
    left: 2px;
  }
}

.staff__text-contents.advisor:before {
  content: "";
  background: url(../img/icon-2.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .staff__text-contents.advisor:before {
    width: 48px;
    height: 36px;
    top: -10px;
    left: 0;
  }
}

.staff__text-contents {
  position: relative;
}
.staff__text-contents h3 {
  color: #222;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 111.111% */
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .staff__text-contents h3 {
    margin-bottom: 12px;
  }
}
.staff__text-contents .text {
  color: #222;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  border-bottom: 1px solid rgba(34, 34, 34, 0.6);
  padding-bottom: 32px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .staff__text-contents .text {
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 20px;
  }
}
.staff__text-contents .staff-name {
  color: #222;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 228.571% */
}

/* -----------------------------------
    360 View
----------------------------------- */
#product {
  padding: 136px 0 160px;
}
@media screen and (max-width: 767px) {
  #product {
    padding: 58px 0 80px;
  }
}
#product .inner {
  width: 1076px;
}
@media screen and (max-width: 767px) {
  #product .inner {
    width: 90%;
  }
}

.product__title {
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 125% */
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .product__title {
    margin-bottom: 50px;
  }
}

.product__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .product__list {
    display: block;
    margin-bottom: 60px;
  }
}

.product__item {
  width: 518px;
  border: 1px solid rgba(234, 234, 234, 0.4);
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .product__item {
    width: 100%;
    padding: 0 16px 30px;
  }
}

.product__slide-wrap {
  width: 254px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .product__slide-wrap {
    width: 65vw;
  }
}

.product__slide {
  display: flex;
  width: 1270px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__slide {
    width: 325vw;
  }
}

.product__img {
  width: 254px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product__img {
    width: 65vw;
  }
}

.product__slide-range::before {
  content: "";
  pointer-events: none;
  display: block;
  background-color: #eaeaea;
  opacity: 0.6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.product__slide-range {
  width: 358px;
  position: relative;
  margin: 0 auto 36px;
}
@media screen and (max-width: 767px) {
  .product__slide-range {
    width: 67vw;
  }
}
.product__slide-range .range {
  opacity: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 40px;
}
.product__slide-range .renge-handle {
  pointer-events: none;
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .product__slide-range .renge-handle {
    width: 14px;
    height: 14px;
  }
}

.product__name {
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  /* 170% */
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .product__name {
    margin-bottom: 8px;
  }
}

.product__price {
  color: rgba(234, 234, 234, 0.7);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  margin-bottom: 24px;
}
.product__price .tax {
  color: rgba(234, 234, 234, 0.7);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  /* 100% */
  padding-left: 7px;
}

.product__note {
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 166.667% */
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .product__note {
    font-size: 1.4rem;
  }
}

.product__detail dl {
  display: flex;
  border-bottom: 1px solid rgba(234, 234, 234, 0.2);
  padding: 12px 0;
}
.product__detail dt {
  color: rgba(234, 234, 234, 0.7);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  width: 197px;
}
@media screen and (max-width: 767px) {
  .product__detail dt {
    line-height: 20px;
    width: 132px;
  }
}
.product__detail dd {
  color: #eaeaea;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  /* 114.286% */
  width: calc(100% - 197px);
}
@media screen and (max-width: 767px) {
  .product__detail dd {
    line-height: 20px;
    /* 142.857% */
    width: calc(100% - 132px);
  }
}
.product__detail dd .text-large {
  font-size: 1.6rem;
}

/* -----------------------------------
    バナー
----------------------------------- */
.banner {
  width: 880px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .banner {
    width: 78vw;
  }
}

.banner__img:not(:last-of-type) {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .banner__img:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

/* -----------------------------------
    Strong Point point9
----------------------------------- */
#strong {
  color: #EAEAEA;
  padding: 120px 0;
}

#strong .inner {
  position: relative;
}

#strong .inner::before {
  content: "";
  display: inline-block;
  width: 521px;
  height: 339px;
  background: url(../img/bg-diamond4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -249px;
  bottom: 60px;
}

.strong_title {
  text-align: center;
  font-family: YuMincho;
}

.strong_title .ja {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.strong_title .en {
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
  display: block;
  margin-top: 16px;
}

.strong_list {
  display: flex;
  flex-flow: column;
  gap: 204px;
  margin-top: 200px;
}

.strong_item {
  display: flex;
  align-items: flex-start;
  gap: 112px;
}

.strong_item:nth-of-type(2) {
  flex-flow: row-reverse;
}

.strong_item_imgBox {
  flex: 1;
  position: relative;
}

.strong_item_title {
  color: #C9B081;
  font-family: YuMincho;
  font-size: 40px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 40px;
  position: absolute;
  right: 0;
  top: -115px;
}

.strong_item_img {
  margin-left: -160px;
  width: calc(100% + 160px);
}

li:nth-of-type(2) .strong_item_title {
  right: unset;
  left: 0;
}

li:nth-of-type(2) .strong_item_img {
  margin-left: 0;
  margin-right: -160px;
}

.strong_item_title span {
  font-size: 112px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.strong_item_textBox {
  width: 517px;
}

.strong_item_subtitle {
  font-family: YuMincho;
  font-size: 24px;
  font-weight: 500;
  line-height: 200%;
  color: #fff;
}

.strong_item_text {
  color: #EEE;
  font-family: YuMincho;
  font-size: 15px;
  font-weight: 600;
  line-height: 200%;
  margin-top: 40px;
}

.strong_number_list li {
  margin-top: 40px;
}

.strong_number_list li h4 .underline {
  font-family: YuMincho;
  font-size: 18px;
  font-weight: 600;
  line-height: 200%;
  position: relative;
}

.strong_number_list li h4 .underline::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background: #927703;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.strong_number_list li p {
  font-family: YuMincho;
  font-size: 15px;
  font-weight: 500;
  line-height: 200%;
}

.strong_number_list li p span {
  color: #C9B081;
}

@media screen and (max-width: 767px) {
  #strong {
    padding: 64px 0;
  }
  #strong .inner::before {
    display: none;
  }
  .strong_title .ja {
    font-size: 12px;
  }
  .strong_title .en {
    font-size: 32px;
    line-height: 39px;
  }
  .strong_list {
    gap: 104px;
    margin-top: 128px;
  }
  .strong_item {
    flex-flow: column;
    gap: 24px;
  }
  .strong_item:nth-of-type(2) {
    flex-flow: column;
  }
  .strong_item_imgBox {
    flex: 1;
    position: relative;
  }
  .strong_item_title {
    font-size: 24px;
    gap: 24px;
    right: unset;
    left: 0;
    top: -75px;
  }
  .strong_item_img {
    margin-left: 0;
    width: 100%;
  }
  li:nth-of-type(2) .strong_item_img {
    margin-left: 0;
    margin-right: 0;
  }
  .strong_item_title span {
    font-size: 75px;
  }
  .strong_item_textBox {
    width: 100%;
  }
  .strong_item_subtitle {
    font-size: 20px;
  }
  .strong_item_text {
    font-size: 14px;
    margin-top: 16px;
  }
  .strong_number_list {
    margin-top: 40px;
  }
  .strong_number_list li {
    margin-top: 24px;
  }
  .strong_number_list li h4 .underline {
    font-size: 16px;
  }
  .strong_number_list li h4 .underline::before {
    height: 6px;
    bottom: 2px;
  }
  .strong_number_list li p {
    font-size: 14px;
  }
}
/* -----------------------------------
    okky check point10
----------------------------------- */
#point {
  background-color: #141414;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #point {
    padding: 60px 0 0;
  }
}
#point .inner {
  width: 1206px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #point .inner {
    width: 90%;
  }
}

.point__disc {
  color: #eaeaea;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .point__disc {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 28px;
  }
}

.point__title-before {
  color: #eaeaea;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 116.667% */
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .point__title-before {
    font-size: 2rem;
    margin-bottom: 18px;
  }
}

.point__title {
  color: #eaeaea;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 76px;
  /* 126.667% */
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto 139px;
}
@media screen and (max-width: 767px) {
  .point__title {
    font-size: 3.2rem;
    margin: 0 auto 69px;
  }
}

.point__title::before,
.point__title::after {
  content: "";
  display: block;
  width: 90px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .point__title::before,
  .point__title::after {
    width: 70px;
    height: 42px;
  }
}

.point__title::before {
  background: url(../img/brackets1-1.svg) no-repeat center/contain;
  position: absolute;
  top: -30px;
  left: -88px;
}
@media screen and (max-width: 767px) {
  .point__title::before {
    top: -20px;
    left: -25px;
  }
}

.point__title::after {
  background: url(../img/brackets1-2.svg) no-repeat center/contain;
  position: absolute;
  bottom: -30px;
  right: -88px;
}
@media screen and (max-width: 767px) {
  .point__title::after {
    bottom: -20px;
    right: -25px;
  }
}

.point__list:not(:last-of-type) {
  margin-bottom: 60px;
}
.point__list.column-2 {
  display: grid;
  grid-template-columns: 356px 356px;
  justify-content: center;
  gap: 0 63px;
}
@media screen and (max-width: 767px) {
  .point__list.column-2 {
    grid-template-columns: 1fr;
  }
}

.point__list.column-3 {
  display: grid;
  grid-template-columns: 356px 356px 356px;
  justify-content: center;
  gap: 0 63px;
}
@media screen and (max-width: 767px) {
  .point__list.column-3 {
    grid-template-columns: 1fr;
  }
}

.point__item {
  display: grid;
  grid-row: span 5;
  grid-template-rows: subgrid;
  width: 356px;
}
@media screen and (max-width: 767px) {
  .point__item {
    width: 100%;
    margin-bottom: 80px;
  }
}

.point__img {
  width: 184px;
  height: auto;
  margin: auto;
}

.point__count {
  background-color: #141414;
  color: #c9b081;
  text-align: center;
  font-family: "Great Vibes", cursive;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 103.226% */
  width: 184px;
  position: relative;
  z-index: 2;
  padding-top: 10px;
  margin: -25px auto 24px;
}
@media screen and (max-width: 767px) {
  .point__count {
    margin: -25px auto 22px;
  }
}

.point__num {
  color: #c9b081;
  text-align: center;
  font-family: "Great Vibes", cursive;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  /* 70% */
  letter-spacing: -3.6px;
  padding-left: 12px;
}
.point__list-title {
  align-self: center;
  color: #eaeaea;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  margin-bottom: 20px;
}

.point__list-title .text-small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .point__list-title .text-small {
    font-size: 12px;
  }
}

.point__text-hidden {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s 0s ease;
}
.point__text-hidden.js-show {
  -webkit-line-clamp: unset;
}
.point_text {
  color: rgba(234, 234, 234, 0.8);
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 213.333% */
}
@media screen and (max-width: 767px) {
  .point_text {
    font-size: 1.4rem;
    line-height: 28px;
    /* 200% */
  }
}

.more-btn {
  display: block;
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  position: relative;
  padding-right: 18px;
  margin: 18px auto 0;
}
@media screen and (max-width: 767px) {
  .more-btn {
    margin: 14px auto 0;
  }
}

.more-btn::after {
  content: "";
  display: block;
  background: url(../img/arrow1.svg) no-repeat center/contain;
  width: 11px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.more-btn.js-show::after {
  transform: translateY(-50%) rotate(180deg);
}

/* -----------------------------------
    Brands
----------------------------------- */
html.no-webp #brand {
  background: url(../img/bg-gradation3.jpg), no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  html.no-webp #brand {
    background: url(../img/bg-gradation3-sp.jpg) no-repeat center/cover;
  }
}

/* -----------------------------------
    Brands
----------------------------------- */
#brand {
  padding: 120px 0;
}

#brand .inner {
  max-width: 1400px;
  width: calc(100% - 40px);
}

.brand__title-wrap {
  text-align: center;
  color: #EAEAEA;
}

.brand__title-ja {
  font-family: YuMincho;
  font-size: 14px;
  font-weight: 600;
}

.brand__title {
  font-family: YuMincho;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
  margin-top: 9px;
}

.brand_text {
  color: #EAEAEA;
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  max-width: 930px;
  margin: 40px auto 0;
  opacity: 0.8;
}

.brand_tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 48px;
  max-width: 930px;
  margin: 64px auto 0;
}

.brand_tab li a {
  color: #EAEAEA;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-weight: 400;
  line-height: 200%;
  opacity: 0.6;
  transition: 0.3s;
  position: relative;
}

.brand_tab li a::before {
  content: "";
  display: inline-block;
  width: 0;
  border-top: 1px solid #C7A569;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.3s;
}

.brand_tab li.active a {
  opacity: 1;
}

.brand_tab li.active a::before {
  width: 47px;
}

.brand_area {
  display: none;
  opacity: 0;
}

.brand_area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

.brand_area_list {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 66px;
}

.brand_area_item {
  border: 1px solid #A3A3A3;
  padding: 24px 24px 40px;
  max-width: 308px;
}

.brand_area_img {
  height: 170px;
}

.brand_area_title {
  font-size: 13px;
  color: #C9B081;
}

.brand_area_text {
  color: #EAEAEA;
  font-family: "Zen Old Mincho";
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  margin-top: 8px;
}

.brand_area_price {
  color: rgba(234, 234, 234, 0.7);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
  margin-top: 16px;
}

.brand_area_price2 {
  color: rgba(234, 234, 234, 0.7);
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #brand {
    padding: 64px 0;
  }
  .brand__title-ja {
    font-size: 12px;
  }
  .brand__title {
    font-size: 32px;
    line-height: 48px;
    margin-top: 8px;
  }
  .brand_text {
    font-size: 14px;
    margin: 16px auto 0;
  }
  .brand_scroll {
    overflow-x: unset;
    overflow-y: hidden;
    margin-top: 40px;
    padding-bottom: 16px;
  }
  .brand_tab {
    gap: 30px;
    margin: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .brand_tab li a {
    font-size: 16px;
    white-space: nowrap;
  }
  .brand_area {
    margin-top: 24px;
  }
  .brand_area_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    padding: 0;
  }
  .brand_area_item {
    margin: 0 auto;
  }
}
/* -----------------------------------
    How to order
----------------------------------- */
#order {
  background-color: #f9f6ef;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #order {
    padding: 60px 0 80px;
  }
}
#order .inner {
  width: 1120px;
}
@media screen and (max-width: 767px) {
  #order .inner {
    width: 90%;
  }
}

.order__title-ja {
  color: #222;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .order__title-ja {
    color: #111;
    font-size: 1.2rem;
  }
}

.order__title {
  color: #222;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  /* 100% */
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .order__title {
    color: #111;
    font-size: 3.2rem;
    line-height: 48px;
    /* 150% */
    margin-bottom: 24px;
  }
}

.order__swiper {
  overflow: visible;
}

.order__swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 560px);
  gap: 0 40px;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .order__swiper-wrapper {
    grid-template-columns: repeat(5, 350px);
    margin-bottom: 52px;
  }
}

.order__swiper-item {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  width: 560px;
  position: relative;
  border: 1px solid #c9b081;
  padding: 40px 45px 30px;
}
@media screen and (max-width: 767px) {
  .order__swiper-item {
    width: 350px;
    padding: 25px;
  }
}

.order__swiper-item::after {
  content: "";
  pointer-events: none;
  display: block;
  width: calc(100% - 12px);
  height: calc(100% + 16px);
  border: 1px solid #c9b081;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.order__heading {
  margin-bottom: 25px;
  display: flex;
}
.order__step {
  margin-right: 27px;
}

.order__step-num {
  color: rgba(34, 34, 34, 0.5);
  font-family: "Noto Sans", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .order__step-num {
    margin-bottom: 7px;
  }
}

.order__name {
  color: #222;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
}
@media screen and (max-width: 767px) {
  .order__name {
    color: #111;
  }
}

.order__img-wrap {
  width: 63px;
}
.order__text {
  color: #222;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
}
@media screen and (max-width: 767px) {
  .order__text {
    color: #111;
    font-size: 1.4rem;
    line-height: 28px;
    /* 200% */
  }
}

.order__swiper-controller {
  display: flex;
}
.order__swiper-controller .swiper-button-prev,
.order__swiper-controller .swiper-button-next {
  position: static;
  width: 48px;
  height: 15px;
}
.order__swiper-controller .swiper-button-prev {
  background: url(../img/arrow2-1.svg) no-repeat center/contain;
  margin-right: 32px;
}
.order__swiper-controller .swiper-button-next {
  background: url(../img/arrow2-2.svg) no-repeat center/contain;
}
.order__swiper-controller .swiper-button-next::after,
.order__swiper-controller .swiper-button-prev::after {
  content: "";
}

/* -----------------------------------
    Store
----------------------------------- */
#store {
  padding: 90px 0 96px;
}
@media screen and (max-width: 767px) {
  #store {
    padding: 60px 0 80px;
  }
}

.store__title-wrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .store__title-wrap {
    margin-bottom: 32px;
  }
}

.store__title-ja {
  color: #eaeaea;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .store__title-ja {
    font-size: 1.2rem;
  }
}

.store__title {
  color: #eaeaea;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  /* 100% */
}
@media screen and (max-width: 767px) {
  .store__title {
    font-size: 3.2rem;
    line-height: 48px;
    /* 150% */
  }
}

.store__list {
  display: grid;
  grid-template-columns: 520px 520px;
  gap: 0 80px;
}
@media screen and (max-width: 767px) {
  .store__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .store__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.store__item {
  display: grid;
  grid-row: span 9;
  grid-template-rows: subgrid;
}
@media screen and (max-width: 767px) {
  .store__item {
    width: 100%;
  }
}

.store__img-wrap {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .store__img-wrap {
    margin-bottom: 24px;
  }
}

.stor__name-wrap {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .stor__name-wrap {
    margin-bottom: 19px;
  }
}

.store__name {
  color: #c9b081;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
  position: relative;
  padding-left: 46px;
}
@media screen and (max-width: 767px) {
  .store__name {
    color: #fff;
    font-size: 2rem;
    padding-left: 38px;
  }
}

.store__name::before {
  content: "";
  display: block;
  background: url(../img/icon-3.svg) no-repeat center/contain;
  width: 26px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.stor__sns {
  display: flex;
  gap: 0 10px;
}
.stor__sns a {
  display: block;
  width: 30px;
  height: auto;
}

.store__text {
  display: grid;
  grid-row: span 7;
  grid-template-rows: subgrid;
}
.store__text dl {
  display: flex;
  border-top: 1px solid rgba(234, 234, 234, 0.45);
  padding: 12px 40px 12px 20px;
}
@media screen and (max-width: 767px) {
  .store__text dl {
    padding: 12px 16px;
  }
}
.store__text dt {
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 200% */
  width: 96px;
}
@media screen and (max-width: 767px) {
  .store__text dt {
    line-height: 20px;
    /* 142.857% */
    width: 80px;
  }
}
.store__text dd {
  color: rgba(234, 234, 234, 0.8);
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 200% */
  width: calc(100% - 96px);
}
@media screen and (max-width: 767px) {
  .store__text dd {
    line-height: 20px;
    /* 142.857% */
    width: calc(100% - 80px);
  }
}

/* -----------------------------------
    会社概要
----------------------------------- */
html.no-webp #company {
  background: url(../img/campany-pc-l.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1440px) {
  html.no-webp #company {
    background: url(../img/campany-pc-m.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  html.no-webp #company {
    background: url(../img/campany-sp.jpg) no-repeat top/100%;
  }
}

html.webp #company {
  background: url(../img/campany-pc-l.webp) no-repeat center/cover;
}
@media screen and (max-width: 1440px) {
  html.webp #company {
    background: url(../img/campany-pc-m.webp) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  html.webp #company {
    background: url(../img/campany-sp.webp) no-repeat top/100%;
  }
}

#company {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #company {
    padding: 80px 0 0;
  }
}
#company .inner {
  width: 1120px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #company .inner {
    width: 94.8%;
  }
}

.company__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .company__wrap {
    display: block;
  }
}

.company__title-wrap {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .company__title-wrap {
    width: 100%;
  }
}

.company__title-ja {
  color: #eaeaea;
  text-align: left;
  text-shadow: 0px 0px 60px #000;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .company__title-ja {
    text-align: center;
    color: #fff;
  }
}

.company__title {
  color: #eaeaea;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 80px;
  /* 133.333% */
}
@media screen and (max-width: 767px) {
  .company__title {
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    line-height: 48px;
    /* 150% */
    margin-bottom: 59px;
  }
}

.company__contents {
  background-color: rgba(255, 255, 255, 0.92);
  width: calc(100% - 450px);
  padding: 48px 60px 70px;
}
@media screen and (max-width: 767px) {
  .company__contents {
    width: 100%;
    padding: 22px 10px;
  }
}
.company__contents dl:not(:last-of-type) {
  border-bottom: 1px solid rgba(34, 34, 34, 0.25);
}
.company__contents dl {
  display: flex;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .company__contents dl {
    padding: 12px 16px;
  }
}
.company__contents dt {
  color: #222;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 200% */
  width: 142px;
}
@media screen and (max-width: 767px) {
  .company__contents dt {
    color: #111;
    font-size: 1.4rem;
    line-height: 20px;
    /* 142.857% */
    width: 80px;
  }
}
.company__contents dd {
  color: #222;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 200% */
  width: calc(100% - 142px);
}
@media screen and (max-width: 767px) {
  .company__contents dd {
    color: rgba(17, 17, 17, 0.8);
    font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 20px;
    /* 142.857% */
    width: calc(100% - 80px);
  }
}

/* -----------------------------------
    Contact
----------------------------------- */
#contact {
  padding: 105px 0 100px;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 80px 0 107px;
  }
}
#contact .inner {
  width: 610px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #contact .inner {
    width: 81.5%;
  }
}

.contact__title-wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact__title-wrap {
    margin-bottom: 40px;
  }
}

.contact__title-ja {
  color: #eaeaea;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .contact__title-ja {
    font-size: 1.2rem;
  }
}

.contact__title {
  color: #eaeaea;
  text-align: center;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  /* 100% */
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 3.2rem;
    line-height: 48px;
    /* 150% */
  }
}

.contact__form-wrap dl {
  margin-bottom: 20px;
}
.contact__form-wrap dl:last-of-type {
  margin-bottom: 40px;
}
.contact__form-wrap dt {
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 200% */
}
@media screen and (max-width: 767px) {
  .contact__form-wrap dt {
    font-size: 1.4rem;
    line-height: 28px;
    /* 200% */
  }
}
.contact__form-wrap dd input,
.contact__form-wrap dd textarea {
  display: block;
  background-color: #fff;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  width: 100%;
  padding: 3px;
}
.contact__form-wrap dd input {
  height: 48px;
}
.contact__form-wrap dd textarea {
  height: 224px;
}
.contact__form-wrap .checkbox {
  display: flex;
  align-items: center;
  color: #eaeaea;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 200% */
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact__form-wrap .checkbox {
    font-size: 1.4rem;
    line-height: 28px;
    /* 200% */
  }
}
.contact__form-wrap .checkbox input[type=checkbox] {
  display: inline-block;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  vertical-align: middle;
  position: relative;
  padding: 0;
  margin: 0 12px 0 0;
}
.contact__form-wrap .checkbox input[type=checkbox]:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  position: absolute;
  top: 0%;
  left: 27%;
  transform: rotate(45deg);
}
.contact__form-wrap .checkbox a {
  text-decoration-line: underline;
}
.contact__form-wrap .submit-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.contact__form-wrap .submit-wrap input[type=submit] {
  display: block;
  color: #fff;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 213.333% */
  text-align: center;
  letter-spacing: 2.25px;
  text-indent: -30px;
  border: 1px solid #fff;
  width: 253px;
  height: 56px;
  transition: all 0.3s 0s ease;
}
.contact__form-wrap .submit-wrap::after {
  content: "";
  background: url(../img/arrow4-1.svg) no-repeat center/contain;
  width: 33px;
  height: 5px;
  position: absolute;
  top: 27%;
  right: 24px;
  transition: all 0.3s 0s ease;
}
.contact__form-wrap .submit-wrap:hover::after {
  background: url(../img/arrow4-2.svg) no-repeat center/contain;
}
.contact__form-wrap input[type=submit]:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.wpcf7-response-output {
  font-size: 1.5rem;
  color: #fff;
}

.wpcf7-not-valid-tip {
  font-size: 1.5rem;
  color: #ff1a1a;
}

/* -----------------------------------
    サンクスページ
----------------------------------- */
#thanks {
  padding: 100px 0;
}
#thanks .inner {
  width: 1200px;
}
@media screen and (max-width: 767px) {
  #thanks .inner {
    width: 90%;
  }
}
#thanks p {
  color: #fff;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 50px auto;
}

/* -----------------------------------
    FAQ
----------------------------------- */
#faq {
  padding: 120px 0;
  background: #141414;
}

.accordion-area {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  gap: 40px;
}

.faq_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 24px;
  color: #EEE;
  font-family: YuMincho;
  font-size: 18px;
  font-weight: 600;
  line-height: 200%;
}

/*アイコンの＋と×*/
.faq_title::before,
.faq_title::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  background-color: rgb(201, 176, 129);
}

.faq_title::before {
  top: 15px;
  right: 15px;
}

.faq_title::after {
  top: 15px;
  right: 15px;
  transform: rotate(90deg);
  transition: 0.3s;
}

.faq_title.close::after {
  transform: rotate(0deg);
}

.faq_box {
  display: none;
  color: #EEE;
  font-family: YuMincho;
  font-size: 18px;
  font-weight: 600;
  line-height: 200%;
  margin-top: 24px;
  font-size: 15px;
}

@media screen and (max-width: 680px) {
  #faq {
    padding: 64px 0;
  }
  .accordion-area {
    gap: 24px;
  }
  .faq_title {
    font-size: 16px;
    padding-right: 40px;
  }
  .faq_box {
    font-size: 14px;
  }
}
/* -----------------------------------
    フッター
----------------------------------- */
.footer {
  background-color: #141414;
  padding: 60px 70px 16px 60px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 54px;
  }
}
.footer .inner {
  width: 100%;
}

.footer__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__contents {
    display: block;
  }
}

.footer__logo {
  width: 126px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 115px;
    margin-bottom: 49px;
  }
}

.footer__nav {
  display: flex;
  justify-content: space-between;
  width: 194px;
  margin-bottom: 87px;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    display: block;
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav:last-of-type {
    margin-bottom: 56px;
  }
}

.footer__nav-list li {
  width: 58px;
  margin-bottom: 8px;
}
.footer__nav-list li a {
  display: block;
  color: #eaeaea;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 200% */
}
@media screen and (max-width: 767px) {
  .footer__nav-list li a {
    text-shadow: 0px 0px 20px #000;
    text-decoration: underline;
  }
}

.copyright {
  color: #eaeaea;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ブラウザのUAスタイルシートのすべてのスタイルを削除、displayは除く */
*:where(:not(iframe, canvas, img, svg, video, input[type=checkbox], input[type=radio]):not(svg *)) {
  all: unset;
  display: revert;
  box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  font-size: inherit;
  padding: revert;
  overflow-wrap: revert;
  box-sizing: border-box;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  cursor: pointer;
}

button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
}