p {
  margin: 0;
}

.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

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

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

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

:root {
  --cl: #F6B888;
}

.fixed-box {
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .remodal-sp {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
}
@media only screen and (max-width: 768px) {
  .txt-vertical-sp {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-sp .int {
    writing-mode: lr-tb;
    display: inline-block;
    text-align: center;
    line-height: 1;
  }
  .txt-vertical-sp .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    letter-spacing: 0.25em;
  }
}
.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .img-ob-pc {
    position: relative;
  }
  .img-ob-pc img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .img-ob-sp {
    position: relative;
  }
  .img-ob-sp img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fnt-shippori {
  font-family: "Shippori Mincho", serif;
}

body {
  font-family: "Shippori Mincho", serif;
  color: #1E0309;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
}

.btn-more a {
    text-decoration: underline;
}

.btn-more a:hover {
    text-decoration: none;
}

.header__sub-container {
  flex: unset;
  flex-basis: unset;
}

header .header__logo {
  padding-left: 0;
}

header .header__logo img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .nav-open #header {
    overflow-y: scroll;
    max-height: 100vh;
    min-height: 100vh;
  }

  .btn-more {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
}
#wrapper {
  padding: 210px 0 0;
}
@media screen and (max-width: 960px) {
  #wrapper {
    padding: 180px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding: 64px 0 0;
  }
}

#header {
  position: fixed;
  z-index: 999;
  top: 0 !important;
  left: 0;
  width: 100%;
}
#header .header__menu {
  padding: 9.5px 0;
}
#header .header__btn {
  position: relative;
}
#header .header__main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 13px 0 24px;
  height: 80px;
}
@media screen and (max-width: 1400px) {
  #header .header__main-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__menu {
    padding: 0;
    width: 100%;
  }
  #header .header__main-container {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
#header .header__main-container .header__sub-container {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
@media screen and (max-width: 767px) {
  #header .header__main-container .header__sub-container {
    margin: 0;
    width: 100%;
    height: 64px;
    padding: 0 15px 0 10px;
    box-sizing: border-box;
  }
}
#header .header__main-container .header__sub-container .header__logo {
  width: 240.5px;
  padding-right: 0;
}
#header .header__main-container .header__sub-container .header__logo a {
  line-height: 0;
  display: block;
}
#header .header__main-container .header__sub-container .header__logo a img {
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  #header .header__main-container .header__sub-container .header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  #header .header__main-container .header__sub-container .header__logo {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__main-container .header__sub-container .header__logo {
    width: 161px;
  }
}
#header .header__main-container .header__sub-container .tit {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
@media screen and (max-width: 1400px) {
  #header .header__main-container .header__sub-container .tit {
    font-size: 10px;
  }
}
@media screen and (max-width: 1200px) {
  #header .header__main-container .header__sub-container .tit {
    display: none;
  }
}
#header .header__main-container .header__sub-container .toggle-menu .toggle-menu__trigger {
  width: 34px;
  height: 22px;
}
#header .header__main-container .header__sub-container .toggle-menu .toggle-menu__trigger span {
  background: var(--cl);
  height: 2px;
}
@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #header .header__main-container .header__nav nav #g_nav {
    display: none;
    padding: 40px 0 0;
  }
}
#header .header__main-container .header__nav nav #g_nav > li {
  position: static;
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  #header .header__main-container .header__nav nav #g_nav > li {
    font-size: 13px;
  }
}
@media screen and (max-width: 860px) {
  #header .header__main-container .header__nav nav #g_nav > li {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__main-container .header__nav nav #g_nav > li {
    margin: 0 30px;
    border: 0;
    font-size: 15px;
    line-height: 1.5;
    width: auto;
  }
  #header .header__main-container .header__nav nav #g_nav > li + li {
    margin-top: 24px;
  }
}
#header .header__main-container .header__nav nav #g_nav > li > .up-menu {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav > li > .up-menu {
    padding: 0 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  #header .header__main-container .header__nav nav #g_nav > li > .up-menu {
    padding: 0 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #header .header__main-container .header__nav nav #g_nav > li > .up-menu {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav > li > .up-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    left: 0;
    height: 14px;
    background: var(--cl);
  }
}
@media screen and (max-width: 767px) {
  #header .header__main-container .header__nav nav #g_nav > li > .up-menu {
    background: transparent;
    padding: 0;
  }
}
#header .header__main-container .header__nav nav #g_nav > li > .up-menu .menu-text {
  color: #1E0309;
  transition: all 0.5s;
  line-height: 2;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav > li > .up-menu .menu-text {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #header .header__main-container .header__nav nav #g_nav > li > .up-menu::before{
    top: 63%;
  }
}
@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav > li > .up-menu .menu-text:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -2px;
    height: 4px;
    background: var(--cl);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 767px) {
  #header .header__main-container .header__nav nav #g_nav > li > .up-menu .menu-text {
    line-height: 1.4;
  }
}
#header .header__main-container .header__nav nav #g_nav > li.current_page_item > .up-menu .menu-text {
  color: var(--cl);
}
#header .header__main-container .header__nav nav #g_nav > li:first-child > .up-menu {
  padding-left: 0;
}
#header .header__main-container .header__nav nav #g_nav > li:first-child > .up-menu::before {
  display: none;
}
#header .header__main-container .header__nav nav #g_nav > li:nth-last-child(2) > .up-menu {
  padding-right: 0;
}
#header .header__main-container .header__nav nav #g_nav > li:not(.sec-contact):hover {
  background: transparent;
}
#header .header__main-container .header__nav nav #g_nav > li:hover:after {
  display: none;
}
#header .header__main-container .header__nav nav #g_nav > li:hover > .up-menu .menu-text:after {
  opacity: 1;
  visibility: visible;
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu {
  width: 100%;
  background: #fff;
  top: 100%;
  left: 0;
  transform: none;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 0;
    align-content: center;
    justify-content: center;
    padding: 39px calc((100vw - 1080px) / 2);
  }
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu {
    gap: 7px 0;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu {
    gap: 7px 0;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu {
    padding: 16px 0 0;
  }
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.menu-text {
  display: flex;
  align-items: center;
  color: #1E0309;
  line-height: 1.5;
  gap: 0 15px;
  font-size: inherit;
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.menu-text::before {
  content: "";
  background: url("../img/kuki/arrow.png") no-repeat right center/100%;
  width: 9px;
  height: 11.5px;
}
@media screen and (max-width: 960px) {
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.menu-text::before {
    width: 7px;
    height: 9px;
  }
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.menu-text:hover {
  color: var(--cl);
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li.special a::before {
  background-image: url("../img/kuki/arrow2.png");
}

#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.sub-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background: #FBF6F1;
  padding: 0;
  min-width: max-content;
  color: #373431;
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.sub-menu::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  background: url('../img/shared/arrow_sub-menu.png') no-repeat top center/ auto 100%;
  height: 16px;
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li:hover {
  background: #F6B888;
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li .menu-text {
    font-size: 15px;
    line-height: 2.25;
    display: block;
    padding: 7px 0 7px 15px;
    font-weight: 300;
    border-bottom: 1px solid #373431;
    position: relative;
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li .menu-text::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7.5px;
  background: url('../img/shared/arrow_sub.png') no-repeat center right/ 100% auto;
}
#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li {
    padding: 0 20px;
}

#header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li:last-child .menu-text {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu {
    display: block !important;
    visibility: visible;opacity: 1;
  }
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li {
    background: transparent;
    border: 0;
  }
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li + li {
    margin-top: 8px;
  }
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.menu-text {
    padding: 0;
    background: transparent;
  }
  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.menu-text::before {
    width: 9px;
    height: 11.5px;
  }

  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.sub-menu {
    margin: 10px 0 0;
    background: transparent;
    box-shadow: none;
  }

  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li {
      border: 0;
  }

  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li .sub-menu li .menu-text {
      background: transparent;
      padding-top: 0;
      padding-bottom: 0;
      border: 0;
  }

  #header .header__main-container .header__nav nav #g_nav > li > .sub-menu > li>.sub-menu::before {
      display: none;
  }
}
#header .header__main-container .header__nav nav #g_nav > li.sec-contact {
  margin: 40px 0 0;
  padding-bottom: 300px;
}

.sub-title {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  margin: 0 0 8px;
  color: var(--cl);
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.08em;
  }
}

.title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.45;
}
.title small {
  font-size: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.08em;
  }
  .title small {
    font-size: 14px;
  }
}

.sec-contact {
  background: var(--cl);
  text-align: center;
  padding: 41px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 49px 0 64px;
  }
}
.sec-contact .sub-title, .sec-contact .title {
  color: #fff;
}
.sec-contact .flex {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  .sec-contact .flex {
    width: 1080px;
    display: flex;
    max-width: calc(100% - 40px);
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .flex {
    margin: 30px 30px 0;
  }
}
.sec-contact .flex .box {
  background: #fff;
  padding: 17px 10px;
  position: relative;
}

.sec-contact .flex .box .text-hide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-contact .flex .box .text-hide span {
  background: rgba(30, 3, 9, 0.88);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 24px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sec-contact .flex .box {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .flex .box + .box {
    margin-top: 16px;
  }
}
.sec-contact .flex .box p:nth-child(1) a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 1000px) {
  .sec-contact .flex .box p:nth-child(1) a {
    gap: 0 4px;
  }
}
.sec-contact .flex .box p:nth-child(1) a span {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.064em;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .sec-contact .flex .box p:nth-child(1) a span {
    font-size: 26px;
    letter-spacing: 0;
  }
}
.sec-contact .flex .box p:nth-child(1) a::before {
  content: "";
  background: url("../img/kuki/contact_tel.png") no-repeat center/100% auto;
  width: 39px;
  height: 38px;
}
.sec-contact .flex .box p:nth-child(1).web a::before {
  background-image: url("../img/kuki/contact_web.png");
  width: 32px;
  height: 26px;
}
.sec-contact .flex .box p:nth-child(1).web2 a::before {
  background-image: url("../img/kuki/contact_web2.png");
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 767px) {
  .sec-contact .flex .box p:nth-child(1).web2 + .sub-text {
    font-size: 15px;
    line-height: 24px;
  }
}
.sec-contact .flex .box .sub-text {
  margin: 2px 0 0;
  line-height: 1.5;
  letter-spacing: 0.064em;
  font-weight: 500;
}

#footer {
  background: #7E736C;
}

#footer {
	padding: 96px 0 37px;
	position: relative;
	z-index: 4;
	font-family: "Shippori Mincho", serif;
}
#footer .footer__logo{
	width: 181px;
	margin: 0 auto 56px;
}
#footer .footer_navi{
	display: flex;
	justify-content: space-between;
	padding: 0 45px;
	box-sizing: border-box;
}
#footer .footer_navi dl dt{
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 26px;
	margin-bottom: 19px;
	color: #fff;
}
#footer .footer_navi dl dd{
	font-size: 15px;
	letter-spacing: 0.02em;
	font-weight: 400;
	line-height: 21px;
}
#footer .footer_navi dl dd ul li+li{
	margin-top: 8px;
}
#footer .footer_navi dl dd ul li a{
	padding-left: 24px;
	position: relative;
	color: #fff;
}
#footer .footer_navi dl dd ul li a:before{
	content: '';
	width: 8px;
	background-image: url('img/top/icon_arrow2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
#footer .footer_navi dl dd ul li a:hover{
	opacity: 0.6;
}
#footer address{
	margin-top: 119px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 980px){
	#footer .footer_navi{
		padding: 0;
	}
	#footer .footer_navi dl dd{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	#footer {
		padding: 40px 0 37px;
	}
	#footer .footer__logo{
		width: 94px;
		margin: 0 auto 41px;
	}
	#footer .footer_navi{
		display: block;
	}
	#footer .footer_navi dl dd{
		font-size: 15px;
		margin-bottom: 41px;
	}
	#footer address{
		margin-top: 103px;
	}
}
#footer .container2 {
  position: relative;
  padding: 80px 0 100px;
  color: #fff;
  width: 1080px;
  max-width: calc(100% - 40px);
}
#footer .container2:after {
  display: none;
}
@media screen and (max-width: 767px) {
  #footer .container2 {
    padding: 0 0 100px;
    max-width: 100%;
  }
}
#footer .group-banner {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  gap: 8px;
}

.group-banner {
  padding: 70px 0;
}

.group-banner .insta {
  margin: 0 auto;
}

#footer .container {
  position: relative;
}
.group-banner .insta, .group-banner .banner {
  width: 194.5px;
}
#footer .insta a, #footer .banner a {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .group-banner {
    background: #fff;
    padding: 24px 30px;
    position: relative;
    top: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .group-banner .insta, .group-banner .banner {
    width: 100%;
  }
  .group-banner .banner {
    margin-top: 20px;
  }
}
#footer .logo {
  width: 119.5px;
}
#footer .logo a {
  display: block;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    margin: 0 0 0 30px;
    padding: 48px 0 0;
  }
}
#footer .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #footer .text {
    margin: 24px 30px 32px;
  }
}
#footer .nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 51px;
  align-content: space-between;
  gap: 8px 0;
}
@media screen and (max-width: 1200px) {
  #footer .nav {
    gap: 8px 0;
  }
}
@media screen and (max-width: 950px) {
  #footer .nav {
    gap: 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav {
    height: auto;
    margin: 0 30px 83px;
  }
}
#footer .nav li a {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  color: inherit;
}
@media screen and (max-width: 950px) {
  #footer .nav li a {
    gap: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav li a {
    gap: 0 16px;
  }
}
#footer .nav li a::before {
  content: "";
  background: url("../img/kuki/arrow.png") no-repeat right center/100%;
  width: 9px;
  height: 11.5px;
}
#footer .nav li a:hover {
  color: var(--cl);
}
#footer .copyright {
  text-align: center;
  margin: 117px 0 0;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    margin: 0;
  }
}

.fixed-box .fixed-banner__pc img {
  width: auto;
  height: 64px;
}

#key {
  position: relative;
}
#key .key-tit {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#key .key-tit span {
  display: block;
  font-size: 14px;
  color: var(--cl);
  letter-spacing: 0.64em;
  text-align: center;
  line-height: 20px;
  transform: rotate(-90deg);
  position: absolute;
  width: 688px;
  height: 20px;
}
#key .header-tit {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  #key .header-tit {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #key .header-tit {
    top: 10px;
    left: 10px;
  }
}
#key .group-img {
  position: relative;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  #key .group-img {
    width: calc(100% - 79px);
  }
  #key .group-img .img {
    height: 688px;
  }
}
@media screen and (max-width: 767px) {
  #key .group-img:has(.group-tit) .key-ttl {
    top: 263px;
  }
}
#key .group-img .key-ttl {
  position: absolute;
  z-index: 2;
  top: 88px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  font-size: 40px;
  line-height: 1.45;
  font-weight: 700;
}
#key .group-img .key-ttl .cl {
  color: var(--cl);
}
#key .group-img .key-ttl small {
  font-size: 32px;
  font-weight: inherit;
}
#key .group-img .key-ttl span {
  font-weight: inherit;
  letter-spacing: 0.04em;
}
#key .group-img .key-ttl .bg {
  background: #fff;
  padding: 4px 16px;
}
@media screen and (min-width: 768px) {
  #key .group-img .key-ttl .bg-pc {
    background: #fff;
    padding: 4px 16px;
  }
}
@media screen and (max-width: 767px) {
  #key .group-img .key-ttl {
    top: auto;
    bottom: 10px;
    left: 10px;
    gap: 0;
    font-size: 18px;
  }
  #key .group-img .key-ttl small {
    font-size: 20px;
  }
  #key .group-img .key-ttl .bg-pc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  #key .group-img .key-ttl .bg, #key .group-img .key-ttl .bg-sp {
    padding: 2.5px 16px;
    background: #fff;
  }
}
#key .group-tit {
  position: absolute;
  z-index: 2;
  left: 99px;
  bottom: 20px;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 900px) {
  #key .group-tit {
    bottom: 90px;
  }
}
#key .group-tit p {
  width: 128px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  text-align: center;
  height: 128px;
}
#key .group-tit p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid;
}
#key .group-tit p.tit1 {
  background: #F99F5A;
}
#key .group-tit p.tit1 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
}
#key .group-tit p.tit2 {
  background: #BC835C;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #key .group-tit {
    left: 0;
    top: auto;
    bottom: auto;
    position: relative;
    width: 100%;
    gap: 0;
  }
  #key .group-tit p.tit1 {
    gap: 0;
    line-height: 1;
}
  #key .group-tit p.tit1 span {
    font-size: 12px;
    line-height: 1.2;
}
  #key .group-tit p {
    width: 100%;
    height: 48px;
  }

  #key .group-tit p.tit1 span:nth-child(2) {
      font-size: 16px;
  }
  #key .group-tit p.tit2 {
    font-size: 16px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}
.remodal-overlay {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(180, 167, 158, 0.47);
}

#popup {
  width: 691px;
  margin: 50px auto 0;
  background: #fff;
  padding: 40px 0 48px;
  text-align: center;
  position: relative;
  border-top: 4px solid var(--cl);
  max-width: calc(100% - 60px);
}
@media screen and (max-width: 767px) {
  #popup {
    padding: 40px 0 46px;
  }
}
.remodal .remodal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 29.5px;
}
@media screen and (max-width: 767px) {
  .remodal .remodal-close {
    top: 4px;
    width: 20px;
    right: 4px;
  }
}
#popup h2 {
  font-size: 30px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #popup h2 {
    font-size: 22px;
    line-height: 40px;
  }
}
#popup .text {
  margin: 24px 0 32px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #popup .text {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 24px;
  }
}
#popup .text2 {
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  #popup .text2 {
    font-size: 16px;
  }
}

#group {
  padding: 89px 0 128px;
}
@media screen and (max-width: 767px) {
  #group {
    padding: 48px 0 64px;
  }

  #group .flex2 {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }

  #group .flex2 .item {
      border: 1px solid #fff;
      border-radius: 8px;
      position: relative;
      background: url("../img/shared/group_img1_sp.jpg") no-repeat center/cover;
  }

  #group .flex2 .item:nth-child(2) {
      background-image: url("../img/shared/group_img2_sp.jpg");
  }

  #group .flex2 .item:nth-child(3) {
      background-image: url("../img/shared/group_img3_sp.jpg");
  }

  #group .flex2 .item>a {
      display: block;
      color: #fff;
      padding: 13px 24px;
  }

  #group .flex2 .item .tit {
      font-size: 16px;
      line-height: 2;
      font-weight: 500;
      letter-spacing: -0.05em;
  }

  #group .flex2 .item .sub-tel {
      font-size: 10px;
      line-height: 1.5;
      display: flex;
      align-items: end;
      gap: 3px;
      letter-spacing: -0.05em;
  }

  #group .flex2 .item .sub-tel::before {
    content: '';
    background: url('../img/shared/icon_train.svg') no-repeat center/ 100% auto;
    width: 9px;
    height: 12px;
  }

  #group .flex2 .item .tel {
      position: absolute;
      right: 24px;
      bottom: 16px;
      background: #fff;
      border-radius: 12px;
      font-size: 12px;
      font-weight: 500;
      color: #1E0309;
  }

  #group .flex2 .item .tel a {
      display: flex;
      align-items: end;
      padding: 3px 16px 4px 11px;
      line-height: 17px;
      gap: 0 6px;
  }

  #group .flex2 .item .tel a::before {
        content: '';
    background: url('../img/shared/icon_phone_sp.svg') no-repeat center/ 100% auto;
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 340px) {
  #group .flex2 .item>a {
    padding-left: 10px;
  }

  #group .flex2 .item .tel {
    right: 10px;
  }

    #group .flex2 .item .tel a {
      padding-right: 8px;
      padding-left: 5px;
    }
}
#group .txt {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  margin: 38px 0 40px;
}
@media screen and (max-width: 767px) {
  #group .txt {
    margin: 30px 0 24px;
    text-align: left;
  }
}
#group .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #group .flex {
    gap: 24px;
  }
}
#group .flex .item {
  background: url("../img/kuki/group_img1.jpg") no-repeat center/cover;
  padding: 48px 0 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #group .flex .item {
    width: 340px;
    max-width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  #group .flex .item {
    width: 100%;
    padding: 15px 0 25px;
  }
  #group .flex .item .sub-tel2 {
    font-size: 14px;
    line-height: 20px;
}
}
#group .flex .item:nth-child(2) {
  background-image: url("../img/kuki/group_img2.jpg");
}
#group .flex .item:nth-child(3) {
  background-image: url("../img/kuki/group_img3.jpg");
}
#group .flex .item .tit {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 32px;
}
#group .flex .item .sub-tel, #group .flex .item .sub-tel2 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
#group .flex .item .tel a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 8px;
  font-size: 36px;
  line-height: 52px;
  font-weight: 500;
  color: inherit;
}
#group .flex .item .tel a::before {
  content: "";
  background: url("../img/kuki/group_tel.png") no-repeat center/100% auto;
  width: 48px;
  height: 48px;
}
#group .flex .item .btn {
  margin: 38px 0 0;
  border-top: 1px solid;
}
#group .flex .item .btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px 12px 32px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: inherit;
}
#group .flex .item .btn a:after {
  content: "";
  background: url("../img/kuki/group_arrow.png") no-repeat center/9px auto;
  width: 40px;
  height: 40px;
}
#group .flex .item .btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #group .flex .item .tit {
    color: #B4A79E;
    margin: 0 15px 8px;
    background: #fff;
    font-size: 16px;
    line-height: 2;
  }

  #group .flex .item:nth-child(2) .tit {
    color: #9EA1B4;
  }

  #group .flex .item:nth-child(3) .tit {
    color: #B49EA2;
  }

  #group .flex .item .btn {
    display: none;
  }
  #group .flex .item:before {
    content: '';
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 24px;
    height: 24px;
    background: url("../img/kuki/arrow.jpg") no-repeat center/100% auto;
}

#group .flex .item .tel a {
    font-size: 30px;
    align-items: center;
}

#group .flex .item .tel a::before {
    width: 38px;
    height: 38px;
}

#group .flex .item .sub-tel2 {
    font-size: 15px;
}
}