body {
  font-family: "Noto Sans JP", serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp-hidden {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .sp-hidden {
    display: block;
  }
}

/* Common */
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
}

.head {
  text-align: center;
}
.head__main-text {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .head__main-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .head__main-text {
    font-size: 40px;
  }
}
.head__main-text2 {
  color: #ffffff;
  font-weight: 500;
}
.head__sub-text {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .head__sub-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .head__sub-text {
    font-size: 18px;
  }
}
.head__sub-text2 {
  color: #ffffff;
  font-weight: 500;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .fade-in {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}
@media screen and (min-width: 1024px) {
  .fade-in {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
}
.fade-in.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* Header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header__inner {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.header__inner .header__logo img {
  width: 50px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner .header__logo img {
    width: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__logo img {
    width: 80px;
  }
}
.header__inner .header__nav {
  display: none;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner .header__nav {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__nav {
    display: block;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner .header__nav ul li a {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__nav ul li a {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner .header__nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner .header__nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__nav ul li a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner .header__nav ul li a:not(:hover)::after {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__nav ul li a:not(:hover)::after {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.header__inner .header__drawer-bar {
  z-index: 2;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner .header__drawer-bar {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__drawer-bar {
    display: none;
  }
}
.header__inner .header__drawer-bar .drawer__bar1 {
  position: absolute;
  top: 35px;
  right: 15px;
  background-color: #000000;
  width: 30px;
  height: 1px;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.header__inner .header__drawer-bar .drawer__bar1.open {
  top: 37px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #ffffff;
}
.header__inner .header__drawer-bar .drawer__bar2 {
  position: absolute;
  top: 45px;
  right: 15px;
  background-color: #000000;
  width: 30px;
  height: 1px;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.header__inner .header__drawer-bar .drawer__bar2.open {
  top: 37px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #ffffff;
}
.header__inner .header__drawer-link {
  width: 75%;
  max-width: 300px;
  height: 70%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #a38622;
  border-bottom-left-radius: 45px;
  padding-top: 95px;
  padding-right: 52px;
  padding-bottom: 98px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__inner .header__drawer-link.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 1;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner .header__drawer-link {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .header__inner .header__drawer-link {
    display: none;
  }
}
.header__inner .header__drawer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.header__inner .header__drawer-link ul li {
  text-align: right;
}
.header__inner .header__drawer-link ul li a {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  color: #ffffff;
  position: relative;
}
.header__inner .header__drawer-link ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header__inner .header__drawer-link ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__inner .header__drawer-link ul li a:not(:hover)::after {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/* Fv */
.fv {
  background-color: #333333;
  overflow: hidden;
}
.fv__inner {
  height: 100vh;
  overflow: hidden;
}
.fv__inner .fv__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: -webkit-transform 1.2s ease;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.fv__inner .fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Topback */
.topback {
  position: fixed;
  right: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #be9f23;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .topback {
    width: 45px;
    height: 45px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .topback {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
  }
}
.topback:hover {
  background-color: #a38622;
}
.topback.appear {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.topback::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .topback::before {
    width: 15px;
    height: 15px;
    top: 20px;
    left: 15.2px;
  }
}
@media screen and (min-width: 1024px) {
  .topback::before {
    width: 20px;
    height: 20px;
    top: 27px;
    left: 20px;
  }
}

/* Concept */
.concept {
  margin-top: 120px;
  position: relative;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .concept {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .concept {
    margin-top: 160px;
  }
}
.concept__inner {
  padding-right: 12.5%;
  padding-left: 12.5%;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .concept__inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .concept__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.concept__inner .concept__content {
  padding-top: 40px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .concept__inner .concept__content {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .concept__inner .concept__content {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 103px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .concept__inner .concept__content .concept__image {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .concept__inner .concept__content .concept__image {
    width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.concept__inner .concept__content .concept__image img {
  width: 100%;
}
.concept__inner .concept__content .concept__text {
  padding-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #000000;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .concept__inner .concept__content .concept__text {
    padding-top: 0;
    font-size: 16px;
    line-height: 27.2px;
  }
}
@media screen and (min-width: 1024px) {
  .concept__inner .concept__content .concept__text {
    padding-top: 0;
    font-size: 20px;
    line-height: 34px;
  }
}

/* Menu */
.menu {
  margin-top: 120px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .menu {
    margin-top: 160px;
  }
}
.menu__inner {
  padding-right: 12.5%;
  padding-left: 12.5%;
  /* Menu Allcontents */
  /* Menu Tabcontent1 */
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner {
    padding-right: 7.8125%;
    padding-left: 7.8125%;
  }
}
.menu__inner .menu__tab {
  padding-top: 40px;
  display: block;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab {
    padding-top: 80px;
  }
}
.menu__inner .menu__tab.hidden {
  display: none;
}
.menu__inner .menu__tab .menu__tab-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab .menu__tab-panels {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab .menu__tab-panels {
    grid-template-columns: repeat(6, 1fr);
  }
}
.menu__inner .menu__tab .menu__tab-panels .tab__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab .menu__tab-panels .tab__panel {
    gap: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab .menu__tab-panels .tab__panel {
    gap: 10px;
  }
}
.menu__inner .menu__tab .menu__tab-panels .tab__panel p {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab .menu__tab-panels .tab__panel p {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab .menu__tab-panels .tab__panel p {
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.menu__inner .menu__tab .menu__tab-panels .tab__panel .arrow {
  margin-top: 3px;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-left 0.3s ease, border-bottom 0.3s ease;
  transition: border-left 0.3s ease, border-bottom 0.3s ease;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab .menu__tab-panels .tab__panel .arrow {
    margin-top: 5px;
    width: 5px;
    height: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab .menu__tab-panels .tab__panel .arrow {
    margin-top: 7px;
    width: 7px;
    height: 7px;
  }
}
.menu__inner .menu__tab .menu__tab-panels .tab__panel:hover {
  background-color: #a38622;
}
.menu__inner .menu__tab .menu__tab-panels .tab__panel:hover p {
  color: #ffffff;
}
.menu__inner .menu__tab .menu__tab-panels .tab__panel:hover .arrow {
  border-left: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.menu__inner .menu__contents {
  padding-top: 75px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 75px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents {
    padding-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 64px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents {
    padding-top: 100px;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(60px, 7.8125vw, 100px) clamp(50px, 7.03125vw, 90px);
  }
}
.menu__inner .menu__contents.hidden {
  display: none;
}
.menu__inner .menu__contents .menu__content .menu__image {
  position: relative;
  margin: 0 auto;
}
.menu__inner .menu__contents .menu__content .menu__image img {
  width: 100%;
}
.menu__inner .menu__contents .menu__content .menu__image .banner__img {
  position: absolute;
  top: -35px;
  right: -25px;
  width: 70px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .banner__img {
    top: -40px;
    right: -40px;
    width: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .banner__img {
    top: -40px;
    right: -50px;
    width: 8.59375vw;
    max-width: 110px;
  }
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label {
  position: absolute;
  top: -35px;
  left: -30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label {
    top: -40px;
    left: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label {
    top: -40px;
    left: -30px;
  }
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label .label__image {
  width: 140px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__image {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__image {
    width: 14.0625vw;
    max-width: 180px;
  }
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label .label__image img {
  width: 100%;
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name {
  position: absolute;
  top: 16px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name {
    top: 18px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name {
    top: clamp(12px, 1.796875vw, 23px);
    font-size: clamp(20px, 1.875vw, 24px);
  }
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name1 {
  left: 30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name1 {
    left: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name1 {
    left: clamp(20px, 3.203125vw, 41px);
  }
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name2 {
  left: 25px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name2 {
    left: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name2 {
    left: clamp(18px, 2.65625vw, 34px);
  }
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name3 {
  left: 22px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name3 {
    left: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name3 {
    left: clamp(16px, 2.5vw, 32px);
  }
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name4 {
  left: 34px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name4 {
    left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name4 {
    left: clamp(22px, 3.59375vw, 46px);
  }
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name5 {
  left: 11px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name5 {
    left: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name5 {
    left: clamp(10px, 1.40625vw, 18px);
  }
}
.menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name6 {
  left: 15px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name6 {
    left: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .menu__image .menu__label .label__name6 {
    left: clamp(12px, 1.71875vw, 22px);
  }
}
.menu__inner .menu__contents .menu__content .product__text {
  font-family: "Noto Sans JP", serif;
}
.menu__inner .menu__contents .menu__content .product__text .product__name {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .product__text .product__name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .product__text .product__name {
    font-size: clamp(18px, 1.5625vw, 20px);
  }
}
.menu__inner .menu__contents .menu__content .product__text .product__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  padding-top: 20px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__contents .menu__content .product__text .product__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__contents .menu__content .product__text .product__description {
    font-size: clamp(15px, 1.40625vw, 18px);
    line-height: clamp(22px, 2.109375vw, 27px);
  }
}
.menu__inner .menu__contents .menu__content .product__text3-5 {
  text-align: center;
}
.menu__inner .menu__tab-contents {
  display: none;
  /*  Menu Tabcontent2 */
}
.menu__inner .menu__tab-contents.active {
  display: block;
}
.menu__inner .menu__tab-contents.hidden {
  display: none;
}
.menu__inner .menu__tab-contents .menu__tab-content1 {
  margin-top: 75px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 {
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(24px, 7.8125vw, 100px);
    padding-right: 30px;
    padding-left: 30px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image {
    width: 23.4375vw;
    min-width: 300px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .banner__img {
  position: absolute;
  top: -35px;
  right: -25px;
  width: 70px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .banner__img {
    top: -40px;
    right: -40px;
    width: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .banner__img {
    top: -40px;
    right: -50px;
    width: 8.59375vw;
    max-width: 110px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image img {
  width: 100%;
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label {
  position: absolute;
  top: -35px;
  left: -30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label {
    top: -40px;
    left: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label {
    top: -40px;
    left: -30px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__image {
  width: 140px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__image {
    width: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__image {
    width: 14.0625vw;
    max-width: 180px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name {
  position: absolute;
  top: 16px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name {
    top: 18px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name {
    top: clamp(12px, 1.796875vw, 23px);
    font-size: clamp(20px, 1.875vw, 24px);
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name1 {
  left: 30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name1 {
    left: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name1 {
    left: clamp(20px, 3.203125vw, 41px);
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name2 {
  left: 25px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name2 {
    left: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name2 {
    left: clamp(18px, 2.65625vw, 34px);
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name3 {
  left: 22px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name3 {
    left: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name3 {
    left: clamp(16px, 2.5vw, 32px);
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name4 {
  left: 34px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name4 {
    left: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name4 {
    left: clamp(22px, 3.59375vw, 46px);
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name5 {
  left: 11px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name5 {
    left: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name5 {
    left: clamp(10px, 1.40625vw, 18px);
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name6 {
  left: 15px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name6 {
    left: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__image .menu__label .label__name6 {
    left: clamp(12px, 1.71875vw, 22px);
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .product__text {
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text {
    padding-top: 73px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text {
    padding-top: 80px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__name {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__name {
    text-align: left;
    font-size: 18px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__name {
    text-align: left;
    font-size: clamp(18px, 1.5625vw, 20px);
    padding-top: 0;
    min-width: 215px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  padding-top: 20px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__description {
    font-size: clamp(15px, 1.40625vw, 18px);
    line-height: clamp(22px, 2.109375vw, 27px);
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__description1 {
  text-align: center;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__description1 {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__description1 {
    text-align: left;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__price {
  padding-top: 10px;
  text-align: right;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.4px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__price {
    padding-top: 60px;
    font-size: 14px;
    line-height: 23.8px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__price {
    padding-top: clamp(24px, 5.390625vw, 69px);
    font-size: 16px;
    line-height: 27.2px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__price .price {
  padding-left: 5px;
  padding-right: 10px;
}
.menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__price span {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  line-height: 22.4px;
  padding-left: 5px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__price span {
    font-size: 16px;
    line-height: 27.2px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text .product__price span {
    font-size: 18px;
    line-height: 30.6px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .product__text1 {
    width: 29.6875vw;
    max-width: 380px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab {
  display: none;
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab {
    display: block;
    padding-top: 0;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab.hidden {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab .menu__tab-panels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab .menu__tab-panels .tab__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    gap: 10px;
    width: 10.15625vw;
    min-width: 130px;
    padding-left: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab .menu__tab-panels .tab__panel .arrow {
    display: inline-block;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: border-left 0.3s ease, border-bottom 0.3s ease;
    transition: border-left 0.3s ease, border-bottom 0.3s ease;
    margin-top: 4px;
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab .menu__tab-panels .tab__panel .arrow p {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #000000;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab .menu__tab-panels .tab__panel:hover {
    background-color: #a38622;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab .menu__tab-panels .tab__panel:hover p {
    color: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content1 .menu__tab .menu__tab-panels .tab__panel:hover .arrow {
    border-left: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content2 {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 {
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 {
    padding-top: 25px;
    padding-left: 30px;
    gap: 40px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__name {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__name {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__name {
    width: 270px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__name1 {
  font-size: clamp(14px, 4.375vw, 16px);
}
.menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price {
  padding-top: 10px;
  text-align: right;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.4px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price {
    font-size: 14px;
    line-height: 23.8px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price {
    font-size: 16px;
    line-height: 27.2px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price .price {
  padding-left: 5px;
  padding-right: 10px;
}
.menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price span {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  line-height: 22.4px;
  padding-left: 5px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price span {
    font-size: 16px;
    line-height: 27.2px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price span {
    font-size: 18px;
    line-height: 30.6px;
  }
}
.menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price2 {
  padding-top: 5px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price2 {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__tab-content2 .product__text .product__price2 {
    padding-top: 0;
  }
}
.menu__inner .menu__tab-contents .menu__all {
  margin-top: 40px;
  text-align: right;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__all {
    margin-top: -25px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__all {
    padding-right: 30px;
    margin-top: -20px;
  }
}
.menu__inner .menu__tab-contents .menu__all button {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__all button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__all button {
    font-size: 18px;
  }
}
.menu__inner .menu__tab-contents .menu__all button:hover {
  opacity: 0.7;
}
.menu__inner .menu__tab-contents .menu__all button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 80px;
  height: 1px;
  background-color: #000000;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__all button::after {
    width: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .menu__inner .menu__tab-contents .menu__all button::after {
    width: 100px;
  }
}

/* Work */
.work {
  margin-top: 120px;
  background-color: #333333;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .work {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .work {
    margin-top: 160px;
  }
}
.work__inner {
  padding-top: 40px;
  padding-bottom: 68px;
  padding-right: 12.5%;
  padding-left: 12.5%;
  background-image: url("../img/work_img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .work__inner {
    padding-top: 69px;
    padding-right: 17.4731182796%;
    padding-left: 17.3387096774%;
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 1024px) {
  .work__inner {
    padding-top: 120px;
    padding-right: clamp(100px, 17.5vw, 224px);
    padding-left: clamp(101px, 17.578125vw, 225px);
    padding-bottom: 145px;
  }
}
.work__inner .work__subheading {
  padding-top: 40px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .work__inner .work__subheading {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .work__inner .work__subheading {
    padding-top: 80px;
  }
}
.work__inner .work__subheading p {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #ffffff;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .work__inner .work__subheading p {
    font-size: 28px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .work__inner .work__subheading p {
    font-size: 36px;
    line-height: 54px;
  }
}
.work__inner .work__description {
  padding-top: 20px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .work__inner .work__description {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .work__inner .work__description {
    padding-top: 40px;
  }
}
.work__inner .work__description p {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #ffffff;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .work__inner .work__description p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1024px) {
  .work__inner .work__description p {
    font-size: 22px;
    line-height: 33px;
  }
}

/* News */
.news {
  margin-top: 120px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .news {
    margin-top: 160px;
  }
}
.news__inner {
  padding-right: 12.5%;
  padding-left: 12.5%;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news__inner {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner {
    padding-right: 100px;
    padding-left: 100px;
  }
}
.news__inner .news__contents {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news__inner .news__contents {
    padding-top: 60px;
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner .news__contents {
    padding-top: 80px;
    gap: 60px;
  }
}
.news__inner .news__contents .news__content {
  display: none;
  border-bottom: solid 1px #dddada;
  padding-bottom: 30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news__inner .news__contents .news__content {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner .news__contents .news__content {
    padding-bottom: 60px;
  }
}
.news__inner .news__contents .news__content.active {
  display: block;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news__inner .news__contents .news__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 62px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner .news__contents .news__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 87px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news__inner .news__contents .news__content .news__image {
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner .news__contents .news__content .news__image {
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.news__inner .news__contents .news__content .news__image img {
  width: 100%;
}
.news__inner .news__contents .news__content .news__content-detail .news__title {
  padding-top: 20px;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news__inner .news__contents .news__content .news__content-detail .news__title {
    padding-top: 0;
    text-align: left;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner .news__contents .news__content .news__content-detail .news__title {
    padding-top: 0;
    text-align: left;
    font-size: 20px;
  }
}
.news__inner .news__contents .news__content .news__content-detail .news__description {
  padding-top: 20px;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news__inner .news__contents .news__content .news__content-detail .news__description {
    padding-top: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner .news__contents .news__content .news__content-detail .news__description {
    padding-top: 30px;
    font-size: 18px;
    line-height: 30.6px;
  }
}
.news__inner .news__contents .news__content2 {
  border-bottom: none;
  padding-bottom: 0;
}
.news__inner .news__pagination {
  margin-top: 40px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news__inner .news__pagination {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner .news__pagination {
    margin-top: 80px;
  }
}
.news__inner .news__pagination button {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 30px;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  line-height: 22.4px;
  font-weight: 400;
  border: solid 1px #000000;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.news__inner .news__pagination button:hover {
  background-color: #a38622;
  color: #ffffff;
  border-color: #ffffff;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .news__inner .news__pagination button {
    width: 40px;
    font-size: 16px;
    line-height: 27.2px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .news__inner .news__pagination button {
    width: 50px;
    font-size: 20px;
    line-height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* Shop */
.shop {
  margin-top: 120px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .shop {
    margin-top: 160px;
  }
}
.shop__inner {
  padding-right: 12.5%;
  padding-left: 12.5%;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.shop__inner .shop__content {
  padding-top: 40px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(26px, 8.125vw, 104px);
  }
}
.shop__inner .shop__content .shop__content-detail {
  font-style: normal;
}
.shop__inner .shop__content .shop__content-detail .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .time {
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .time {
    gap: 40px;
  }
}
.shop__inner .shop__content .shop__content-detail .time p {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .time p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .time p {
    font-size: 20px;
  }
}
.shop__inner .shop__content .shop__content-detail .holiday {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .holiday {
    padding-top: 40px;
    gap: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .holiday {
    padding-top: 36px;
    gap: 51px;
  }
}
.shop__inner .shop__content .shop__content-detail .holiday p {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .holiday p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .holiday p {
    font-size: 20px;
  }
}
.shop__inner .shop__content .shop__content-detail .access {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .access {
    padding-top: 60px;
    gap: 62px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .access {
    padding-top: 60px;
    gap: 72px;
  }
}
.shop__inner .shop__content .shop__content-detail .access p {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .access p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content .shop__content-detail .access p {
    font-size: 20px;
  }
}
.shop__inner .shop__content .map {
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content .map {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content .map {
    padding-top: 0px;
  }
}
.shop__inner .shop__content .map iframe {
  width: 100%;
  aspect-ratio: 1/1;
  border: 0;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content .map iframe {
    width: 37.6344086022vw;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content .map iframe {
    width: 400px;
  }
}
.shop__inner .shop__content .map nav a {
  display: inline-block;
  border-bottom: solid 1px #000000;
  position: absolute;
  bottom: -22.6px;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .shop__content .map nav a {
    bottom: -30.8px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .shop__content .map nav a {
    bottom: -34px;
    font-size: 16px;
  }
}
.shop__inner .shop__content .map nav a:hover {
  opacity: 0.7;
}
.shop__inner .sns {
  padding-top: 52.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .sns {
    padding-top: 85.8px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .sns {
    padding-top: 109px;
  }
}
.shop__inner .sns p {
  font-family: "Noto Sans JP", serif;
  font-size: 13px;
  font-weight: 400;
  margin-right: 7px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .sns p {
    font-size: 20px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .sns p {
    font-size: 24px;
    margin-right: 10px;
  }
}
.shop__inner .sns span {
  border-left: 12px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: 3px;
  margin-right: 23px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .sns span {
    border-left: 15px solid black;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .sns span {
    border-left: 24px solid black;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-right: 30px;
  }
}
.shop__inner .sns a {
  display: inline-block;
}
.shop__inner .sns a img {
  width: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.shop__inner .sns a img:hover {
  opacity: 0.7;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .shop__inner .sns a img {
    width: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .shop__inner .sns a img {
    width: 50px;
  }
}

/* Footer */
.footer {
  margin-top: 40px;
  background-color: #333333;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    margin-top: 80px;
  }
}
.footer__inner {
  padding: 40px 25px 5px 25px;
  background-image: url("../img/footer_img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__inner {
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__inner {
    padding-left: 100px;
    padding-right: 0;
  }
}
.footer__inner .footer__policy {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__inner .footer__policy {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__inner .footer__policy {
    font-size: 18px;
  }
}
.footer__inner small {
  padding-top: 80px;
  display: block;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__inner small {
    padding-top: 100px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__inner small {
    padding-top: 120px;
    font-size: 18px;
    margin-left: -100px;
  }
}