main {
  padding-top: 92.5px;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 110px;
  }
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fafaf5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 99999;
}
.nav-fixed .logo {
  width: 106.5px;
  margin: 0 0 0 13px;
}
.nav-fixed .right {
  display: flex;
}
.nav-fixed .right .btn-contact {
  width: 94px;
  color: #fafaf5;
  background: url("../img/shared/bg.jpg");
  cursor: pointer;
  transition: all 0.5s ease-out;
  padding: 21.5px 0 13px;
  line-height: 1.6;
  letter-spacing: 0.3em;
  text-align: center;
  font-size: 18px;
}
.nav-fixed .right .btn-contact::before {
  content: "";
  display: block;
  background: url("../img/shared/icon_town_sp.png") no-repeat center/auto 100%;
  height: 11.5px;
  margin: 0 0 13px;
}
@media screen and (max-width: 767px) {
  .nav-fixed .right .btn-contact span {
    display: block;
    font-size: 13px;
    line-height: 1.5;
  }
}
.nav-fixed .right .hamburger {
  position: relative;
  top: 0;
  right: 0;
  width: 92.5px;
  height: 92.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav-fixed .right .hamburger .hamburger-box {
  width: 51.5px;
  height: 20.5px;
}
.nav-fixed .right .hamburger:after {
  color: #000;
  font-size: 12px;
  color: #08403d;
  line-height: 1.5;
  margin: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .nav-fixed .logo {
    margin: 0 0 0 30px;
    width: auto;
  }
  .nav-fixed .right {
    gap: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .nav-fixed .right {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .group-nav {
    padding: 26px 0 0;
  }
  .nav-fixed .right .group-nav .nav {
    display: flex;
    align-items: center;
  }
  .nav-fixed .right .group-nav .nav li {
    line-height: 1.6;
  }
  .nav-fixed .right .group-nav .nav li + li:not(.line) {
    margin-left: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .nav-fixed .right .group-nav .nav li + li:not(.line) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .group-nav .nav li.line {
    line-height: 0;
    margin: 0 17px;
  }
  .nav-fixed .right .group-nav .nav li.line + li {
    margin-left: 0;
  }
  .nav-fixed .right .group-nav .nav li a {
    text-decoration: none;
    display: block;
    color: #333;
    letter-spacing: 0.3em;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .nav-fixed .right .group-nav .nav li a {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .group-nav .nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    right: 100%;
    background: #a2a2a0;
    transition: right 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .nav-fixed .right .group-nav .nav li a:hover:after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .group-nav .nav li a.active:after {
    right: 0;
  }
  .nav-fixed .right .group-nav .nav2 {
    display: flex;
    color: #333;
    align-items: flex-start;
    line-height: 1.6;
    margin: 9px 0 0;
  }
  .nav-fixed .right .group-nav .nav2 .text {
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .nav-fixed .right .group-nav .nav2 .text {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .group-nav .nav2 .ml {
    margin: 0 28px 0 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .nav-fixed .right .group-nav .nav2 .ml {
    margin: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .group-nav .nav2 .line {
    margin: 0 18px;
  }
  .nav-fixed .right .group-nav .nav2 .ml2 {
    margin-left: 24px;
  }
  .nav-fixed .right .group-nav .nav2 li.has-sub {
    position: relative;
  }
  .nav-fixed .right .group-nav .nav2 li.has-sub > span {
    text-decoration: none;
    display: block;
    color: #333;
    letter-spacing: 0.3em;
    position: relative;
    padding: 0 0 12px;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .nav-fixed .right .group-nav .nav2 li.has-sub > span {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .group-nav .nav2 li.has-sub > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    height: 1px;
    right: 100%;
    background: #a2a2a0;
    transition: right 0.3s ease-out;
  }
  .nav-fixed .right .group-nav .nav2 li.has-sub > span.active:after {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .nav-fixed .right .group-nav .nav2 li.has-sub > span:hover:after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .group-nav .nav2 li.has-sub:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .nav-fixed .right .group-nav .nav2 li.has-sub .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 136px;
    box-sizing: border-box;
    background: #fafaf5;
    height: 0;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 99;
  }
  .nav-fixed .right .group-nav .nav2 li.has-sub .sub-menu li a {
    display: block;
    text-decoration: none;
    border: 1px solid #a6a6a6;
    border-bottom: 0;
    color: #47413b;
    text-decoration: none;
    text-align: center;
    padding: 8.5px 0;
    line-height: 1.6;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .nav-fixed .right .group-nav .nav2 li.has-sub .sub-menu li a:hover {
    background: #09494d;
    color: #fff;
    border-color: #09494d;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .group-nav .nav2 li.has-sub .sub-menu li:last-child a {
    border-bottom: 1px solid #a6a6a6;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .nav-fixed
    .right
    .group-nav
    .nav2
    li.has-sub
    .sub-menu
    li:last-child
    a:hover {
    border-color: #09494d;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .btn-contact {
    width: 220px;
    padding: 32px 0 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .nav-fixed .right .btn-contact {
    letter-spacing: 0.1em;
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .nav-fixed .right .btn-contact::before {
    background: url("../img/shared/icon_town.png") no-repeat center/auto 100%;
    height: 13px;
    margin: 0 0 13px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .nav-fixed .right .btn-contact:hover {
    background-image: url("../img/shared/bg2.jpg");
  }
}

.title-common {
  font-size: 17.5px;
  letter-spacing: 0.3em;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
.title-common small {
  font-family: "Cormorant Garamond", serif;
  display: block;
  color: #08403d;
  letter-spacing: 0.3em;
  font-size: 12px;
  margin: 12px 0 0;
}
@media screen and (min-width: 768px) {
  .title-common {
    font-size: 20px;
    line-height: 1.5;
  }
  .title-common small {
    font-size: 14px;
    margin: 14px 0 0;
  }
}
.title-common.style-big {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .title-common.style-big {
    font-size: 30px;
  }
}
.title-common.style-big2 {
  font-size: 6vw;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .title-common.style-big2 {
    font-size: 25px;
  }
}
.title-common.style-white {
  color: #fafaf5;
}
.title-common.style-white small {
  color: #fafaf5;
}

.btn-link {
  width: 100%;
}
.btn-link a,
.btn-link span {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  letter-spacing: 0.3em;
  text-decoration: none;
  background: url("../img/shared/bg.jpg");
  color: #fafaf5;
  line-height: 2;
  font-size: 15px;
  padding: 10px 0;
  transition: all 0.5s;
  cursor: pointer;
}
.btn-link a:after,
.btn-link span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  background: url("../img/shared/arrow_sp.png") no-repeat center right/100% auto;
  width: 7px;
  height: 8px;
}
.btn-link span:after {
  background-image: url("../img/watari/icon.png");
  width: 11px;
  height: 11px;
  right: 24px;
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 360px;
    max-width: 100%;
  }
  .btn-link a,
  .btn-link span {
    font-size: 18px;
    padding: 12.5px 0;
  }
  .btn-link a:after,
  .btn-link span:after {
    right: 26px;
    background: url("../img/shared/arrow.png") no-repeat center right/100% auto;
    width: 9px;
    height: 10px;
  }
  .btn-link a:hover,
  .btn-link span:hover {
    background-image: url("../img/shared/bg2.jpg");
  }
  .btn-link span:after {
    background-image: url("../img/watari/icon.png");
    width: 11px;
    height: 11px;
    right: 24px;
  }
}

.remodal-contact {
  width: 100%;
  background: url("../img/shared/contact_bg_sp.jpg") no-repeat center/cover;
  color: #fafaf5;
  box-sizing: border-box;
  padding: 0 0 110px;
}
.remodal-contact .remodal-close {
  width: 94px;
  margin: 0 0 50px auto;
  background: url("../img/shared/bg.jpg");
  color: #fafaf5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 92.5px;
  top: 0;
}
.remodal-contact .remodal-close img {
  width: 15px;
}
.remodal-contact .remodal-close span {
  letter-spacing: 0.3em;
  line-height: 2;
  font-size: 11.5px;
  margin: 10px 0 0;
}
.remodal-contact .group-content {
  padding: 0 var(--wrapPadding);
}
.remodal-contact .group-content .title-common {
  margin: 0 0 50px;
  text-align: left;
}
.remodal-contact .group-content .group-tel {
  margin: 50px 0 0;
}
.remodal-contact .group-content .group-tel .tel {
  box-sizing: border-box;
  border: 1px solid rgba(210, 210, 207, 0.7);
}
@media screen and (max-width: 767px) {
  .remodal-contact .group-content .group-tel .tel + .tel {
    margin-top: 45px;
  }
}
.remodal-contact .group-content .group-tel .tel .sub-tel {
  display: block;
  padding: 30px 0 0;
  font-size: 17.5px;
  letter-spacing: 0.3em;
  line-height: 1;
}
.remodal-contact .group-content .group-tel .tel span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 13px 0 25px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: 26px;
}
.remodal-contact .group-content .group-tel .tel span::before {
  content: "";
  background: url("../img/shared/icon_tel_sp.png") no-repeat center/cover;
  width: 14.5px;
  height: 19.5px;
}
.remodal-contact .group-content .group-tel .tel .note-tel {
  display: block;
  font-size: 12px;
  line-height: 25px;
  color: #d0d0ce;
  letter-spacing: 0.1em;
  padding: 0 0 27px;
}
.remodal-contact .group-content .group-txt {
  text-align: left;
}
.remodal-contact .group-content .group-txt .txt {
  /*font-size: 11px;*/
  line-height: 1.75;
  /* letter-spacing: 0.05em;*/
}
.remodal-contact .group-content .group-txt .txt + .txt {
  margin-top: 17.5px;
}
@media screen and (min-width: 768px) {
  .remodal-contact {
    min-height: 100vh;
    background: url("../img/shared/popup_contact_bg.jpg") no-repeat center/cover;
    padding: 0 0 114px;
  }
  .remodal-contact .remodal-close {
    width: 220px;
    margin: 0 0 94px auto;
    padding: 27px 0;
    height: auto;
    justify-content: flex-start;
  }
  .remodal-contact .remodal-close img {
    width: 20px;
  }
  .remodal-contact .remodal-close span {
    line-height: 1.6;
    font-size: 15px;
    margin: 11px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .remodal-contact .remodal-close {
    letter-spacing: 0.1em;
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .remodal-contact .group-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .remodal-contact .group-content .title-common {
    order: 1;
    margin: 0 0 91px;
    text-align: center;
  }
  .remodal-contact .group-content .group-tel {
    order: 2;
    display: flex;
    justify-content: center;
    gap: 71px;
    margin: 0 0 66px;
  }
  .remodal-contact .group-content .group-tel .tel {
    width: 439px;
    max-width: calc(50% - 35.5px);
  }
  .remodal-contact .group-content .group-tel .tel .sub-tel {
    padding: 46px 0 0;
    font-size: 18px;
  }
  .remodal-contact .group-content .group-tel .tel span {
    gap: 8px;
    margin: 13px 0 18px;
    font-size: 30px;
  }
  .remodal-contact .group-content .group-tel .tel span::before {
    background: url("../img/shared/icon_tel.png") no-repeat center/cover;
    width: 16px;
    height: 22px;
  }
  .remodal-contact .group-content .group-tel .tel .note-tel {
    line-height: 1.5;
    padding: 0 0 55px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .remodal-contact .group-content .group-tel .tel .note-tel {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .remodal-contact .group-content .group-txt {
    order: 3;
    text-align: center;
  }
  /*.remodal-contact .group-content .group-txt .txt {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.2em;
  }*/
  .remodal-contact .group-content .group-txt .txt + .txt {
    margin-top: 25px;
  }
}

.btn-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 99;
}
.btn-fixed a {
  width: 55px;
  display: flex;
  align-items: center;
  color: #fafaf5;
  background: url("../img/shared/bg.jpg");
  height: 260px;
  box-sizing: border-box;
  padding: 43px 12.5px 0;
  line-height: 2;
  letter-spacing: 0.3em;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
  border: 1px solid;
  border-color: #fff;
  font-size: 18px;
}
.btn-fixed a::before {
  content: "";
  background: url("../img/shared/icon_shop.png") no-repeat center/100% auto;
  width: 15px;
  height: 16px;
  margin: 0 0 16px;
}
.btn-fixed a:hover {
  background-image: url("../img/shared/bg2.jpg");
}

.has-nav .btn-fixed {
  opacity: 1;
  visibility: visible;
}

.navOpen .nav-fixed {
  background: #fafaf5;
}

#menu-toggle {
  background: #fafaf5;
  padding-top: 92.5px;
}
#menu-toggle .nav > li {
  border-top: 1px solid #cacac6;
}

#menu-toggle .nav > li:last-child {
  border-bottom: 1px solid #cacac6;
}
#menu-toggle .nav > li a,
#menu-toggle .nav > li > span {
  font-size: 17.5px;
  line-height: 2;
  display: block;
  text-decoration: none;
  padding: 7px 0 7px 25px;
  position: relative;
  color: #333;
}
#menu-toggle .nav > li a:after,
#menu-toggle .nav > li > span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
  background: url("../img/shared/arrow2_sp.png") no-repeat center right/100%
    auto;
  width: 7px;
  height: 8px;
}
#menu-toggle .nav > li a.active,
#menu-toggle .nav > li > span.active {
  color: #08403d;
}
#menu-toggle .nav > li .sub-menu {
  display: none;
  height: 0;
  backface-visibility: hidden;
  transition: all 0.5s;
}
#menu-toggle .nav > li .sub-menu > li {
  border-top: 1px solid #cacac6;
}
#menu-toggle .nav > li .sub-menu > li a {
  font-size: 15px;
}
#menu-toggle .nav > li.hover .sub-menu {
  display: block;
  height: auto;
}
#menu-toggle .btn-shop {
  width: 325px;
  max-width: calc(100% - 50px);
  margin: 50px auto 45px;
}
#menu-toggle .btn-shop a {
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #fafaf5;
  font-size: 15px;
  line-height: 2;
  height: 47.5px;
  letter-spacing: 0.3em;
  gap: 20px;
  background: url("../img/shared/bg.jpg");
}
#menu-toggle .btn-shop a::before {
  content: "";
  background: url("../img/shared/icon_shop_sp.png") no-repeat center/100% auto;
  width: 13px;
  height: 14px;
}
#menu-toggle .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  margin: 0 0 43.5px;
}
#menu-toggle .sns .text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17.5px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-right: 14px;
}
#menu-toggle .sns .text:after {
  content: "";
  background: #333;
  height: 1px;
  width: 27px;
}
#menu-toggle .sns li:has(a) {
  width: 25.5px;
}
#menu-toggle .sns li:has(a) a {
  display: block;
  line-height: 0;
}
#menu-toggle .sns li:has(a) + li {
  margin-left: 22px;
}
#menu-toggle .bnr {
  margin: 0 auto;
  width: 325px;
  max-width: calc(100% - 50px);
}
#menu-toggle .bnr a {
  display: block;
  border: 1px solid #09494d;
  background: url("../img/shared/bnr_deco_sp.png") no-repeat bottom center/100%
    auto;
}
#menu-toggle .bnr a .title {
  text-align: center;
  color: #333;
  letter-spacing: 0.3em;
  font-size: 22.5px;
  line-height: 1.5;
  margin: 20px 0;
  text-decoration: underline;
}
#menu-toggle .bnr a .txt {
  text-align: center;
  line-height: 25.5px;
  margin: 0 0 30px;
}
#menu-toggle .bnr a .btn-link {
  background: url("../img/shared/bg.jpg");
  color: #fafaf5;
  text-align: center;
  position: relative;
  font-size: 15.5px;
  line-height: 2;
  padding: 6px 0;
}
#menu-toggle .bnr a .btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  background: url("../img/shared/arrow_sp.png") no-repeat center right/100% auto;
  width: 7px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  /* 背景と文字色 */
  #menu-toggle .nav > li:nth-child(3) > a,
  #menu-toggle .nav > li:nth-child(7) > a {
    background: url("../img/shared/bg.jpg") no-repeat center/cover;
    color: #fafaf5;
  }

  /* 矢印(:after) を白い矢印に差し替え（arrow_sp.png） */
  #menu-toggle .nav > li:nth-child(3) > a:after,
  #menu-toggle .nav > li:nth-child(7) > a:after,
  #menu-toggle .nav > li:nth-child(3) > span:after,
  #menu-toggle .nav > li:nth-child(7) > span:after {
    background-image: url("../img/shared/arrow_sp.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 100% auto;
    width: 7px;
    height: 8px;
  }

  /* 内部要素があれば文字色を継承 */
  #menu-toggle .nav > li:nth-child(3) > a *,
  #menu-toggle .nav > li:nth-child(7) > a * {
    color: inherit;
  }
}

#header {
  position: relative;
}
#header .left {
  position: absolute;
  z-index: 2;
  bottom: 12px;
  left: var(--wrapPadding);
  max-width: 100%;
  right: var(--wrapPadding);
  text-align: center;
}
#header .left h1 {
  font-size: 11px;
  line-height: 1.5;
  color: #cacac6;
  letter-spacing: 0.2em;
}
#header #key .key-ttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 25vw;
  color: #f6f4f0;
  left: 50%;
  text-align: center;
  letter-spacing: 0.4em;
  font-size: 5vw;
  line-height: 1.5;
  padding: 0 2vw;
  box-sizing: border-box;
  width: calc(11.5vw + 2px);
  border-left: 1px solid #e8dcc7;
  border-right: 1px solid #e8dcc7;
}
#header #key .img {
  height: 133.2vw;
}
@media screen and (min-width: 768px) {
  #header .left {
    left: 25px;
    bottom: 20px;
    max-width: calc(100% - 450px);
    text-align: left;
  }
  #header .left .sns {
    display: flex;
    align-items: center;
    color: #fafaf5;
    margin: 0 0 4px;
  }
  #header .left .sns .text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-right: 16px;
  }
  #header .left .sns .text:after {
    content: "";
    background: #fafaf5;
    height: 1px;
    width: 31px;
  }
  #header .left .sns li:has(a) a {
    display: block;
    line-height: 0;
  }
  #header .left .sns li:has(a) + li {
    margin-left: 13px;
  }
  #header .left h1 {
    font-size: 13px;
  }
  #header .right {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
  }
  #header .right .bnr {
    margin: 0 0 20px;
    width: 346px;
  }
  #header .right .bnr a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
    background: rgba(250, 250, 245, 0.7);
    padding: 25px 57px 29px 36px;
    color: #333;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .right .bnr a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #header .right .bnr a .title {
    text-decoration: underline;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.3em;
    margin: 0 0 19px;
    text-underline-offset: 3px;
  }
  #header .right .bnr a .txt {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header .right .bnr a .txt {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #header .right .bnr a:after {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    bottom: -9px;
    right: -9px;
    background: url("../img/shared/arrow.png") no-repeat center,
      url("../img/shared/bg.jpg");
  }
  #header .right .btn-shop {
    width: 360px;
  }
  #header .right .btn-shop a {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    color: #fafaf5;
    font-size: 15px;
    line-height: 2;
    height: 55px;
    gap: 22px;
    background: url("../img/shared/bg.jpg");
    transition: all 0.5s;
    letter-spacing: 0.3em;
    font-size: 18px;
  }
  #header .right .btn-shop a::before {
    content: "";
    background: url("../img/shared/icon_shop.png") no-repeat center/100% auto;
    width: 15px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #header .right .btn-shop a:hover {
    background-image: url("../img/shared/bg2.jpg");
  }
}
@media screen and (min-width: 768px) {
  #header #key {
    position: relative;
  }
  #header #key .key-ttl {
    height: 159px;
    font-size: 30px;
    padding: 0 7px;
    width: 61px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header #key .key-ttl {
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) {
  #header #key .img {
    height: 760px;
  }
}

#footer {
  background: url("../img/shared/bg.jpg");
  color: #fafaf5;
  padding: 90px 0 150px;
}
#footer .pagetop {
  letter-spacing: 0.3em;
  width: 100px;
  margin: 50px auto 0;
  padding: 22px 0 0;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.5;
  background: url("../img/shared/pagetop_sp.png") no-repeat top center/14px auto;
}
#footer .logo {
  margin: 0 0 40px;
  width: 196px;
}
#footer .item {
  display: flex;
}
#footer .item + .item {
  margin-top: 45px;
}
#footer .item .title {
  font-size: 17.5px;
  line-height: 1;
  letter-spacing: 0.3em;
  padding: 6px 0 0;
}
#footer .item .group-content {
  margin: 0 0 0 25px;
  padding: 3px 0 17.5px 25px;
  border-left: 1px solid rgba(126, 139, 137, 0.5);
}
#footer .item .group-content .txt {
  line-height: 2;
  letter-spacing: 0.15em;
  font-size: 13px;
  margin: 0 0 30px;
}
#footer .item .group-content .txt a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
#footer .item .group-content .txt a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fafaf5;
  height: 1px;
  opacity: 0;
}
#footer .item .group-content .txt a span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
#footer .item .group-content .txt a span::before {
  content: "";
  background: url("../img/shared/icon_map_sp.png") no-repeat center/100% auto;
  width: 9px;
  height: 12.5px;
}
#footer .item .group-content dl {
  color: #a2a2a0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0 -6.8vw 0 0;
}
#footer .item .group-content .btn {
  width: 207.5px;
  max-width: 100%;
  margin: 23px 0 0;
}
#footer .item .group-content .btn a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
  font-size: 12.5px;
  padding: 6px 0;
  line-height: 2;
  letter-spacing: 0.3em;
  background: url("../img/shared/bg.jpg");
  transition: all 0.5s;
  border: 1px solid #a1a1a0;
}
#footer .item .group-content .btn a:after {
  right: 18px;
  width: 5.5px;
  height: 6.5px;
  background: url("../img/shared/arrow_sp.png") no-repeat center/100% auto;
}

#footer .item .group-content .fl-bm .m-box {
  border: 1px solid #152f2d;
  margin: 13px 0 0;
  background: #152f2d;
  font-size: 10.5px;
  padding: 6px 12px;
  line-height: 2;
  letter-spacing: 0.07em;
}
#footer .btn-shop {
  width: 288.5px;
  margin: 72px auto 0;
}
#footer .btn-shop a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid #a1a1a0;
  background: url("../img/shared/bg.jpg");
  transition: all 0.5s;
  letter-spacing: 0.3em;
  line-height: 2;
  font-size: 15px;
  padding: 10.5px 0;
  text-decoration: none;
}
#footer .btn-shop a::before {
  content: "";
  background: url("../img/shared/icon_shop_sp.png") no-repeat center/100% auto;
  width: 13px;
  height: 14px;
}
#footer .sns {
  margin: 16px 0 38px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
#footer .sns li {
  width: 25.5px;
}
#footer .sns li a {
  display: block;
  line-height: 0;
}
#footer .btn-copy {
  opacity: 0.9;
  color: #999;
  text-align: center;
  line-height: 0;
  margin: 0 0 12px;
}
#footer .btn-copy a {
  display: inline-flex;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid;
  cursor: pointer;
  padding: 0 0 5px;
  gap: 7px;
}
#footer .btn-copy a::before {
  content: "";
  background: url("../img/shared/icon_url_sp.png") no-repeat center/100% auto;
  width: 10.5px;
  height: 14px;
}
#footer .btn-copy a.copied {
  cursor: context-menu;
}
#footer .cookies-link {
  opacity: 0.9;
  color: #999;
  text-align: center;
  line-height: 0;
  margin: 0 0 45px;
}
#footer .cookies-link a {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.13em;
  text-decoration: none;
  border-bottom: 1px solid;
  cursor: pointer;
  padding: 0 0 5px;
  gap: 10px;
}
#footer .cookies-link a::before {
  content: "";
  background: url("../img/shared/icon_cookies_sp.png") no-repeat center/100%
    auto;
  width: 10.5px;
  height: 10.5px;
}
#footer #socialbuttons {
  text-align: center;
  margin: 0 0 12px;
}
#footer address {
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 10.5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 107px 0 86px;
  }
  #footer .wrap {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: calc(100% - 120px);
  }
  #footer .pagetop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: -moz-max-content;
    width: max-content;
    padding: 15px 0 0;
    margin: 0;
    font-size: 15px;
    line-height: 40px;
    background: url("../img/shared/pagetop.png") no-repeat top center;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .pagetop:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #footer .logo {
    margin: 0 0 47px;
    width: auto;
  }
  #footer .item + .item {
    margin-top: 51px;
  }
  #footer .item .title {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.3em;
    padding: 10px 0 0;
  }
  #footer .item .group-content {
    margin: 0 0 0 34px;
    padding: 3px 0 21px 36px;
  }
  #footer .item .group-content .txt {
    font-size: 15px;
    letter-spacing: 0.3em;
    margin: 0 0 22px;
  }
  #footer .item .group-content .txt a span {
    gap: 9px;
  }
  #footer .item .group-content .txt a span::before {
    background: url("../img/shared/icon_map.png") no-repeat center/100% auto;
    width: 10px;
    height: 14px;
  }
  #footer .item .group-content .txt a:hover:after {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #footer .item .group-content .txt {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #footer .item .group-content dl {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2em;
    margin: 0;
  }
  #footer .item .group-content dl.dl2 {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #footer .item .group-content dl {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #footer .item .group-content .btn {
    width: 237px;
    margin: 32px 0 0;
  }
  #footer .item .group-content .btn a {
    font-size: 14px;
    padding: 7px 0;
  }
  #footer .item .group-content .fl-bm {
    display: flex;
  }
  #footer .item .group-content .fl-bm .btn {
    width: 182px;
  }
  #footer .item .group-content .fl-bm .m-box {
    border: 1px solid #152f2d;
    margin: 32px 0 0 7px;
    font-size: 12px;
    padding: 7px 17px;
    line-height: 2;
    letter-spacing: 0.3em;
    background: #152f2d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #footer .item .group-content .btn a {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  #footer .item .group-content .btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 6px;
    height: 8px;
    background: url("../img/shared/arrow.png") no-repeat center/100% auto;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .item .group-content .btn a:hover {
    background-image: url("../img/shared/bg2.jpg");
  }
}
@media screen and (min-width: 768px) {
  #footer .navg {
  }
  #footer .nav {
    padding: 45px 0 0;
    display: flex;
    justify-content: flex-start;
    /* height: 290px; */
    height: 120px;
    margin: 0 -8px 0 0;
  }
  #footer .nav li a,
  #footer .nav li > span {
    width: 40px;
    display: block;
    letter-spacing: 0.3em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #footer .nav li a,
  #footer .nav li > span {
    letter-spacing: 0.1em;
  }
  #footer .nav li span {
    cursor: default;
  }
}
@media screen and (min-width: 768px) {
  #footer .nav li a.active,
  #footer .nav li > span.active {
    color: #a0a09f;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .nav li a:hover {
    color: #a0a09f;
  }
}
@media screen and (min-width: 768px) {
  #footer .nav li a.sub,
  #footer .nav li > span.sub {
    padding: 26px 0 0;
    position: relative;
  }
  #footer .nav li a.sub::before,
  #footer .nav li > span.sub::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    background: #fafaf5;
    height: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  #footer .btn-shop {
    width: 330px;
    margin: 80px 0 0 auto;
  }
  #footer .btn-shop a {
    gap: 23px;
    padding: 11.5px 0;
    font-size: 15px;
  }
  #footer .btn-shop a::before {
    background: url("../img/shared/icon_shop.png") no-repeat center/100% auto;
    width: 15px;
    height: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  #footer .btn-shop a {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #footer .btn-shop a:hover {
    background-image: url("../img/shared/bg2.jpg");
  }
}
@media screen and (min-width: 768px) {
  #footer .sns {
    margin: 19px 0 250px auto;
    width: 326px;
    gap: 19px;
  }
  #footer .sns li {
    width: auto;
  }
  #footer .sns li a {
    display: block;
    line-height: 0;
  }
  #footer .btn-copy {
    text-align: right;
  }
  #footer .btn-copy a {
    font-size: 12px;
    padding: 0 0 5px;
    gap: 7px;
  }
  #footer .btn-copy a::before {
    content: "";
    background: url("../img/shared/icon_url.png") no-repeat center/100% auto;
    width: 12px;
    height: 16px;
  }
  #footer .btn-copy a:hover:not(.copied) {
    border-color: transparent;
  }
  #footer .cookies-link {
    text-align: right;
    margin: 0 0 55px;
  }
  #footer .cookies-link a {
    font-size: 12px;
  }
  #footer .cookies-link a::before {
    content: "";
    background: url("../img/shared/icon_cookies.png") no-repeat center/100% auto;
    width: 12px;
    height: 12px;
  }
  #footer .cookies-link a:hover {
    border-color: transparent;
  }
  #footer #socialbuttons {
    text-align: right;
    margin: 0 0 14px;
  }
  #footer address {
    text-align: right;
    font-size: 12px;
  }
}

#ft-fixed {
  background: #fafaf5;
  display: flex;
  border-top: 1px solid #cacac6;
}
#ft-fixed .btn {
  border: 1px solid #cacac6;
  border-top: 0;
  border-right: 0;
  width: calc((100% - 85px) / 2);
  box-sizing: border-box;
  text-align: center;
  color: #333;
  padding: 18px 0;
  font-size: 15px;
  line-height: 2;
}
#ft-fixed .btn-shop {
  width: 85px;
  box-sizing: border-box;
  border: 1px solid #cacac6;
  border-top: 0;
  border-right: 0;
  background: url("../img/shared/bg.jpg");
  color: #fafaf5;
}
#ft-fixed .btn-shop a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.3em;
  gap: 9px;
}
#ft-fixed .btn-shop a img {
  width: 13px;
}

.remodal-page {
  width: 100%;
  padding: 25px 0 100px;
  border: 1px solid #cacac6;
  background: #fafaf5;
  color: #333;
}
.remodal-page .remodal-close {
  margin: 0 15px -15px auto;
  width: 30px;
}
.remodal-page .title {
  font-size: 17.5px;
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin: 0 0 7px;
}
.remodal-page .tel {
  line-height: 0;
}
.remodal-page .tel a {
  line-height: 1.5;
  display: inline-flex;
  justify-content: center;
  gap: 13px;
  align-items: baseline;
  letter-spacing: 0.2em;
  font-size: 26px;
}
.remodal-page .tel a::before {
  content: "";
  background: url("../img/shared/icon_tel2_sp.png") no-repeat center/100% auto;
  width: 14.5px;
  height: 19.5px;
}
.remodal-page .address {
  margin: 15px 0 26px;
  padding: 20px 0 0;
  position: relative;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.3em;
}
.remodal-page .address::before {
  position: absolute;
  top: 0;
  content: "";
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 55.5px;
  background: #08403d;
}
.remodal-page .address a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.remodal-page .address a span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.remodal-page .address a span::before {
  content: "";
  background: url("../img/shared/icon_map2_sp.png") no-repeat center/100% auto;
  width: 9px;
  height: 12.5px;
}
.remodal-page .txt {
  color: #4c4c4c;
  font-size: 12px;
  line-height: 17.5px;
  letter-spacing: 0.2em;
  text-align: center;
}
.remodal-page .txt + .txt {
  margin-top: 17.5px;
}
.remodal-page .btn {
  width: 207.5px;
  margin: 22px auto 0;
}
.remodal-page .btn a {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  border: 1px solid #a1a1a0;
  letter-spacing: 0.3em;
  font-size: 10.5px;
  line-height: 2;
  padding: 6px 0;
}
.remodal-page .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  background: url("../img/shared/arrow3_sp.png") no-repeat center right/100%
    auto;
  width: 5.5px;
  height: 6.5px;
}

.section-news {
  padding: 17.6vw 0 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section-news .wrap {
    padding: 0 3.5%;
  }
}
.section-news .col {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-news .col {
    display: flex;
    align-items: flex-start;
  }
}
.section-news .col .title-common {
  margin: 0 4vw 0 0;
  text-align: right;
}
.section-news .col .title-common small {
  margin: 0 3px 0 0;
}
.section-news .col .item .tit {
  color: #333;
  line-height: 1.6;
  letter-spacing: 0.3em;
  margin: 2vw 0 0;
}
.section-news .col .news-slide {
  width: calc(100% - 4vw - 42.25px);
}
.section-news .line {
  border-top: 1px dotted #47413b;
  margin: 13vw 0;
}
.section-news.style2 .col .news-slide .slick-dots {
  gap: 30px;
  display: flex;
  flex-direction: column;
  margin: 0;
  bottom: 13vw;
  right: auto;
  left: -37px;
}
.section-news.style2 .col .news-slide .slick-dots li {
  margin: 0;
  position: relative;
  width: 10px;
  height: 10px;
}
.section-news.style2 .col .news-slide .slick-dots li::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  border: 1px dotted #08403d;
  opacity: 0;
}
.section-news.style2 .col .news-slide .slick-dots li.slick-active::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section-news {
    padding: 114px 0 65px;
  }
  .section-news .wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .section-news .col {
    padding: 0 0 20px;
  }
  .section-news .col .title-common {
    margin: 0 0 53px;
    text-align: center;
  }
  .section-news .col .title-common small {
    margin: 13px 0 0;
  }
  .section-news .col .item {
    width: 380px;
    max-width: 100%;
  }
  .section-news .col .item .img {
    height: 380px;
  }
  .section-news .col .item .tit {
    margin: 18px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .section-news .col .item .tit {
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .section-news .col .news-slide {
    display: flex;
    gap: 38px;
    width: 100%;
  }
  .section-news .line {
    border-left: 1px dotted #47413b;
    border-top: 0;
    margin: 0;
  }
  .section-news.style2 .wrap {
    width: 1332px;
  }
  .section-news.style2 .col {
    max-width: 30%;
  }
  .section-news.style2 .col:has(.news-slide) {
    max-width: 60%;
  }
  .section-news.style2 .col .news-slide .item {
    max-width: calc(50% - 19px);
  }
}

.title-en {
  color: #08403d;
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .title-en {
    font-size: 14px;
  }
}

.h3-common {
  color: #333;
  letter-spacing: 0.3em;
  line-height: 1.5;
  font-size: 6.67vw;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) {
  .h3-common {
    font-size: 30px;
  }
}

#seri {
  margin: 15vw 0 0;
  position: relative;
  padding: 0 0 20vw;
}
#seri .deco {
  position: absolute;
  z-index: 2;
  top: -2vw;
  width: 40vw;
  right: 70vw;
}
#seri .box {
  background: #fafaf5;
  padding: 12vw 0;
  text-align: center;
  margin-top: 15vw;
}
#seri .box h2 {
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  letter-spacing: 0.4em;
  font-size: 6vw;
  line-height: 1.6;
  margin: 0 0 8vw;
}
#seri .box .price {
  margin-bottom: 3vw;
}
#seri .box .price p {
  font-size: 4.5vw;
  padding-bottom: 8vw;
}
#seri .box .price p span {
  font-size: 14px;
}
#seri .box .flex {
  display: inline-block;
  text-align: left;
}
#seri .box .flex .col .txt {
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1200px) {
  #seri .box .flex .col .txt {
    letter-spacing: 0.15em;
  }
}
#seri .flex2 {
  margin: 20vw 0 0;
}
#seri .flex22 {
  margin-top: 12vw;
}
#seri .flex22 .img2 {
  height: 209px;
  margin: 0 13vw 0 auto;
}
#seri .flex2 .group-content {
  margin: 10vw 0 0;
}
#seri .flex2 .group-content h3 {
  text-align: left;
  margin: 0 0 7vw;
  line-height: 2;
  letter-spacing: 0.4em;
}
#seri .flex2 .group-content h3 small {
  margin: 0 0 16px;
}
#seri .flex2 .group-content .price {
  text-align: left;
  margin: 8vw 0 10vw;
  line-height: 1.5;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
}
#seri .flex2 .group-content .price span {
  font-weight: normal;
  margin-left: -1.1em;
}
#seri .flex2 .group-content .txt {
  text-align: justify;
  letter-spacing: 0.3em;
}

@media screen and (min-width: 768px) {
  #seri {
    margin: 126px 0 0;
    padding: 0 0 50px;
  }
  #seri .deco {
    top: -125px;
    width: 322px;
    right: calc(50% + 375px);
  }
  #seri .wrap {
    width: 1200px;
  }
  #seri .box {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
    padding: 86px 0 86px;
    text-align: left;
    margin-top: 100px;
  }
  #seri .box h2 {
    font-size: 25px;
    margin: 0 0 67px;
  }
  #seri .box .price {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }
  #seri .box .price p {
    width: 300px;
    font-size: 22px;
    text-align: center;
    padding-bottom: 0;
  }
  #seri .box .price p span {
    font-size: 15px;
    line-height: 0;
  }
  #seri .box .flex {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0;
  }
  #seri .box .flex .col {
    width: 340px;
    line-height: 1.5;
  }
  #seri .box .flex .col .txt {
    letter-spacing: 0.3em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #seri .box .flex .col .txt {
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  #seri .flex2 {
    margin: 130px 0 0;
    display: flex;
    align-items: flex-end;
  }
  #seri .flex2 .img {
    width: 568px;
    height: 413px;
    margin: 0 0 13px;
    max-width: calc(100% - 531px);
  }
  #seri .flex22 {
    margin: 83px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #seri .flex22 .img2 {
    width: 464px;
    height: 309px;
    margin: 0;
    max-width: calc(100% - 531px);
  }
  #seri .flex2 .group-content {
    width: 430px;
    margin: 0 0 0 100px;
  }
  #seri .flex22 .group-content {
    margin: 0 0 0 70px;
  }
  #seri .flex2 .group-content h3 {
    margin: 0 0 20px;
  }
  #seri .flex2 .group-content h3 small {
    margin: 0 0 16px;
  }
  #seri .flex2 .group-content .price {
    margin: 10px 0 40px;
  }
  #seri .flex2 .group-content .price span {
    letter-spacing: 0.3em;
  }
  #seri .flex2:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  #seri .flex2:nth-of-type(odd) .group-content {
    margin: 0 100px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #seri .flex2 .group-content .txt {
    letter-spacing: 0.15em;
  }
}

#seri .box_menu {
  border-top: 1px dotted #b9b299;
  border-bottom: 1px dotted #b9b299;
  display: flex;
  padding: 6vw 0 0;
  margin-top: 10vw;
}
#seri .box_menu .txt2 {
  height: 160px;
  letter-spacing: 0.3em;
  line-height: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #seri .box_menu .txt2 {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #seri .box_menu {
    width: 750px;
    margin: 0 auto;
    padding: 36px 0 0;
    margin-top: 70px;
  }
  #seri .box_menu .txt2 {
    height: 195px;
    line-height: 50px;
  }
}

#add1 {
  /*overflow: hidden;*/
  padding: 0vw 0 0;
}
#add1 .title-common {
  font-size: 5vw;
  margin: 0 0 7vw;
  position: relative;
  z-index: 2;
}
#add1 .title-common small {
  margin: 0 0 5vw;
}
#add1 .sub-txt {
  text-align: center;
  margin: 0 0 10vw;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 2;
}
#add1 .deco {
  position: absolute;
  top: 118vw;
  left: calc(50% + 16vw);
  width: 35vw;
}
#add1 .flex .img {
  margin: 0 0 8vw;
}
#add1 .flex .group-content dl {
  border-bottom: 1px solid #a6a6a6;
  padding: 0 0 7vw;
  line-height: 1.5;
  text-align: center;
}
#add1 .flex .group-content dl dt {
  font-size: 5vw;
  letter-spacing: 0.4em;
}
#add1 .flex .group-content dl dd {
  font-size: 4vw;
  letter-spacing: 0.4em;
  margin: 3vw 0 0;
}
#add1 .flex .group-content .txt {
  text-align: justify;
  letter-spacing: 0.3em;
  margin: 8vw 0 0;
}
#add1 .box {
  margin: 15vw 0 0;
  box-sizing: border-box;
  border: 1px solid #867972;
  padding: 12vw var(--wrapPadding);
}
#add1 .box h3 {
  text-align: center;
  font-size: 5vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
#add1 .box .txt {
  margin: 6vw 0 8vw;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  #add1 .box .flex2 .col + .col {
    margin-top: 20px;
  }
}
#add1 .box .flex2 .col dl {
  display: flex;
  flex-direction: column;
  line-height: 2;
  justify-content: space-between;
  border-bottom: 1px dotted #aea68a;
  padding: 0 0 7px;
  /*font-size: 12.5px;*/
  letter-spacing: 0.15em;
}
#add1 .box .flex2 .col dl + dl {
  margin-top: 20px;
}
#add1 .box .flex2 .col dl dt {
  text-align: left;
}
#add1 .box .flex2 .col dl dd {
  text-align: right;
  min-width: -moz-max-content;
  min-width: max-content;
}
#add1 .box .note2 {
  margin-top: 1.25em;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #add1 {
    padding: 0px 0 150px 0;
  }
  #add1 .title-common {
    font-size: 25px;
    margin: 0 0 42px;
  }
  #add1 .title-common small {
    margin: 0 0 34px;
  }
  #add1 .sub-txt {
    margin: 0 0 83px;
  }
  #add1 .deco {
    top: 528px;
    left: calc(50% + 350px);
    width: 298px;
  }
  #add1 .wrap {
  }
  #add1 .flex {
    display: flex;
    align-items: flex-end;
    gap: 105px;
  }
  #add1 .flex .img {
    width: 635px;
    height: 420px;
    max-width: calc(100% - 520px);
    margin: 0 0 10px;
  }
  #add1 .flex .group-content {
    width: 425px;
  }
  #add1 .flex .group-content dl {
    width: 400px;
    padding: 0 0 47px;
    text-align: left;
  }
  #add1 .flex .group-content dl dt {
    font-size: 25px;
  }
  #add1 .flex .group-content dl dd {
    font-size: 18px;
    margin: 19px 0 0;
  }
  #add1 .flex .group-content .txt {
    margin: 60px 0 0;
  }
  /*#add1 .box .flex2 .col dl {
    font-size: 14px;
  }*/
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #add1 .flex .group-content .txt {
    letter-spacing: 0.15em;
  }
}
@media screen and (min-width: 768px) {
  #add1 .box {
    width: 1100px;
    max-width: 100%;
    margin: 122px auto 0;
    padding: 85px 0 91px;
  }
  #add1 .box h3 {
    font-size: 25px;
    letter-spacing: 0.4em;
  }
  #add1 .box .txt {
    text-align: center;
    margin: 35px 0 35px;
  }
  #add1 .box .flex2 {
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 0 50px;
  }
  #add1 .box .flex2 .col {
    min-width: 240px;
  }
  #add1 .box .flex2 .col .col_ {
    min-width: 360px;
    margin-left: 70px;
  }
  #add1 .box .flex2 .col dl + dl {
    margin-top: 24px;
  }
  #add1 .box .flex2 .col .note2 {
    margin-top: 0.5em;
  }
}
#add1 .add1-js .item .img {
  width: 100%;
  height: 244px;
  max-width: 100%;
  margin: 0 0 8vw;
}
#add1 .add1-js .item .group-content dl {
  border-bottom: 1px solid #a6a6a6;
  padding: 0 0 7vw;
  line-height: 1.5;
  text-align: center;
}
#add1 .add1-js .item .group-content dl dt {
  font-size: 5vw;
  letter-spacing: 0.4em;
}
#add1 .add1-js .item .group-content dl dt small {
  font-size: 4vw;
  margin: 0 0 0 3vw;
  display: inline-block;
}
#add1 .add1-js .item .group-content dl dd {
  font-size: 4vw;
  letter-spacing: 0.4em;
  margin: 3vw 0 0;
}
#add1 .add1-js .item .group-content .txt {
  text-align: justify;
  letter-spacing: 0.3em;
  margin: 8vw 0 0;
  font-size: 14px;
  line-height: 27.5px;
}

#add1 .add1-js .slick-dots {
  display: flex;
  gap: 2vw;
  bottom: auto;
  right: 4vw;
  top: 232px;
}
#add1 .add1-js .slick-dots li {
  margin: 0;
  border-radius: 0;
  width: 10vw;
  height: 1vw;
  background: #f4f2ed;
}
#add1 .add1-js .slick-dots li.slick-active {
  background: #09494d;
}

@media screen and (min-width: 768px) {
  #add1 .add1-js {
    margin-top: 98px;
    margin-right: -120px;
  }
  #add1 .add1-js .item {
    display: flex !important;
    align-items: center;
    gap: 60px;
    flex-flow: row-reverse;
  }
  #add1 .add1-js .item .img {
    width: 635px;
    height: 480px;
    max-width: 635px;
    margin: 0 0 10px auto;
  }
  #add1 .add1-js .item .group-content {
    width: 425px;
  }
  #add1 .add1-js .item .group-content dl {
    width: 425px;
    padding: 0 0 47px;
    text-align: left;
  }
  #add1 .add1-js .item .group-content dl dt {
    font-size: 25px;
  }
  #add1 .add1-js .item .group-content dl dt small {
    font-size: 18px;
    margin: 0 0 0 18px;
    display: inline-block;
  }
  #add1 .add1-js .item .group-content dl dd {
    font-size: 18px;
    margin: 19px 0 0;
  }
  #add1 .add1-js .item .group-content .txt {
    margin: 60px 0 0;
    font-size: 15px;
    line-height: 40px;
  }
  #add1 .add1-js .slick-dots {
    gap: 8px;
    top: auto;
    bottom: 22px;
    right: 461px;
  }
  #add1 .add1-js .slick-dots li {
    width: 75px;
    height: 5px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  #add1 .add1-js .slick-dots li:hover {
    background: #f4f2ed;
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  #popup-add1 #add1 .add1-js .item + .item {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 768px) {
  #popup-add1.popup-menu .remodal-close {
    margin-right: 20px;
  }
  #popup-add1 #add1 {
    padding: 0;
  }
  #popup-add1 #add1 .add1-js {
    margin-top: 0;
    margin-right: 0;
  }
  #popup-add1 #add1 .add1-js .item {
    margin-right: -120px;
  }
  #popup-add1 #add1 .add1-js .item:nth-child(2) {
    margin-right: 0;
    margin-left: -120px;
    flex-flow: wrap;
  }
}

.price {
  font-size: 4.5vw;
  line-height: 1.5;
  letter-spacing: 0.4em;
}
.price small {
  font-size: 3.8vw;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  .price {
    font-size: 20px;
  }
  .price small {
    font-size: 15px;
  }
}
