@charset "UTF-8";
.fontMont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.fontShippori {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f8f8f3;
}
body.is-fixed {
  overflow: hidden;
}

body * {
  letter-spacing: 0.1em;
  line-height: 190%;
  color: #565656;
}

.commonWidth {
  margin: 0 auto;
}

.footerWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

a {
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  transition: 0.3s;
}

p {
  line-height: 1.9em;
  font-weight: 300;
}

.icoCircle {
  background: linear-gradient(157deg, #209cc6 0%, #7dc3c8 49%, #f1d3d2 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: inline-block;
}

.topTitleArea {
  margin-bottom: 56px;
}
.topTitleArea .title {
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  padding: 180px 0 70px;
}
.topTitleArea .title h1 {
  font-size: 24px;
  color: #565656;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 190%;
}

@media screen and (max-width: 767px) {
  .topTitleArea {
    margin-bottom: 30px;
  }
  .topTitleArea .title {
    padding: 120px 0 40px;
  }
  .topTitleArea .title h1 {
    font-size: clamp(14px, 6.15vw, 24px);
  }
}
.errorText {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wrapWidth {
    width: 86vw;
    margin: 0 auto;
  }
  .commonWidth {
    width: 86vw;
  }
  .commonWidthSp {
    width: 92.3vw;
    margin: 0 auto;
  }
  .footerWidth {
    width: 92.3vw;
    margin: 0 auto;
  }
  .icoCircle {
    width: 12px;
    height: 12px;
  }
  .topTitleArea .titleEn {
    font-size: clamp(30px, 12.82vw, 50px);
  }
  .topTitleArea .titleJp {
    padding-top: 10px;
    padding-bottom: min(9.2vw, 36px);
    padding-left: min(7.7vw, 30px);
  }
  .topTitleArea .titleJp .titleJpText {
    padding: 0 0 0 8px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .wrapWidth {
    width: clamp(712px, 92.7vw, 1780px);
    margin: 0 auto;
  }
  .wrapWidthPc {
    width: clamp(712px, 92.7vw, 1780px);
    margin: 0 auto;
  }
  .commonWidth {
    width: 86vw;
    max-width: 1220px;
  }
  .commonWidthPc {
    width: 86vw;
    max-width: 1220px;
    margin: 0 auto;
  }
  .footerWidth {
    width: 78vw;
    max-width: 1500px;
  }
  .icoCircle {
    width: 16px;
    height: 16px;
  }
  .topTitleArea .titleEn {
    font-size: min(7.8vw, 150px);
  }
  .topTitleArea .titleJp {
    padding-bottom: min(5.2vw, 100px);
  }
  .topTitleArea .titleJp .titleJpText {
    padding: 0 0 0 20px;
    font-size: clamp(22px, 1.67vw, 24px);
  }
  .errorText {
    font-size: clamp(18px, 1.39vw, 20px);
  }
}
/*---------------------------------------------
secHeader
---------------------------------------------*/
.secHeader {
  height: 73px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
.secHeader .headerWidth {
  height: 100%;
}
.secHeader .headerWidth .secHeaderIn {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 182px 1fr;
  align-items: center;
  padding: 0 0 0 3vw;
  position: relative;
  background-color: rgba(248, 248, 243, 0.8);
}
.secHeader .headerWidth .secHeaderIn::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgba(112, 112, 112, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInLeft a span,
.secHeader .headerWidth .secHeaderIn .secHeaderInRight a span {
  color: #707070;
  font-size: 13px;
  position: relative;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInLeft a span:after,
.secHeader .headerWidth .secHeaderIn .secHeaderInRight a span:after {
  position: absolute;
  bottom: -3px;
  right: 0;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #707070;
  transition: 0.5s;
  transition-timing-function: ease-in;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInLeft a:hover,
.secHeader .headerWidth .secHeaderIn .secHeaderInRight a:hover {
  opacity: 1;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInLeft a:hover span:after,
.secHeader .headerWidth .secHeaderIn .secHeaderInRight a:hover span:after {
  background: #707070;
  width: 100%;
  left: 0;
  right: 0;
  transition: 0.5s;
  transition-timing-function: ease-in;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInLeft {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 13px;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInCenter {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInCenter svg .txt {
  fill: #707070;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInCenter svg .stroke {
  stroke: #707070;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInCenter img {
  width: 100%;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInRight {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 11vw;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInRight a {
  position: relative;
  padding: 0 2vw;
}
.secHeader .headerWidth .secHeaderIn .secHeaderInRight a:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(112, 112, 112, 0.4);
}
.secHeader .headerWidth .secHeaderIn .secHeaderInRight a:first-of-type:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(112, 112, 112, 0.4);
}
.secHeader .headerWidth .secHeaderIn .secHeaderInRight a:hover {
  opacity: 1;
  color: rgba(112, 112, 112, 0.4);
}

body:has(.toppage) .secHeader .headerWidth .secHeaderIn {
  background-color: rgba(248, 248, 243, 0.8);
  transition: 0.3s;
}
body:has(.toppage) .secHeader .headerWidth .secHeaderIn::after {
  background-color: #707070;
}
body:has(.toppage) .secHeader .headerWidth .secHeaderIn .secHeaderInCenter svg .txt {
  fill: #707070;
}
body:has(.toppage) .secHeader .headerWidth .secHeaderIn .secHeaderInCenter svg .stroke {
  stroke: #707070;
}
body:has(.toppage) .secHeader .headerWidth .secHeaderIn .secHeaderInLeft a span,
body:has(.toppage) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a span {
  color: #707070;
}
body:has(.toppage) .secHeader .headerWidth .secHeaderIn .secHeaderInLeft a span:after,
body:has(.toppage) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a span:after {
  background-color: rgba(112, 112, 112, 0.4);
}
body:has(.toppage) .secHeader .headerWidth .secHeaderIn .secHeaderInLeft a:hover span:after,
body:has(.toppage) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a:hover span:after {
  background-color: rgba(112, 112, 112, 0.4);
}
body:has(.toppage) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a:hover {
  color: rgba(255, 255, 255, 0.4);
}

body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn {
  background-color: rgba(248, 248, 243, 0);
  transition: 0.3s;
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn::after {
  background-color: rgba(255, 255, 255, 0.4);
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInCenter svg .txt {
  fill: #fff;
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInCenter svg .stroke {
  stroke: #fff;
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInLeft a span,
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a span {
  color: #ffffff;
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInLeft a span:after,
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a span:after {
  background: #ffffff;
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInLeft a:first-of-type:before,
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a:first-of-type:before {
  background: #ffffff;
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInLeft a:hover span:after,
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a:hover span:after {
  background: #ffffff;
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a:after {
  background-color: rgba(255, 255, 255, 0.4);
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a:first-of-type:before {
  background-color: rgba(255, 255, 255, 0.4);
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a:hover {
  color: rgba(255, 255, 255, 0.4);
}
body:has(.toppage):has(.mvLook) .secHeader .headerWidth .secHeaderIn .secHeaderInRight a:hover:after {
  background-color: rgba(255, 255, 255, 0.4);
}

@keyframes headerBorder {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1160px) {
  .secHeader {
    height: 73px;
  }
  .secHeader .headerWidth .secHeaderIn .secHeaderInLeft,
  .secHeader .headerWidth .secHeaderIn .secHeaderInRight {
    display: none;
  }
  .secHeader .headerWidth .secHeaderIn .secHeaderInCenter {
    grid-column: 2/3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .secHeader .headerWidth .secHeaderIn .secHeaderInCenter img {
    width: 100%;
  }
}
/*---------------------------------------------
floatBnr
---------------------------------------------*/
.floatBnr {
  position: fixed;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 5px;
  justify-content: space-between;
  align-items: center;
  max-width: 160px;
  width: 90vw;
  padding: 14px 10px 13px 20px;
  border-radius: 3px;
  z-index: 70;
  opacity: 1;
  pointer-events: all;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.floatBnr p {
  color: #707070;
  font-size: 12px;
  font-weight: 400;
}
.floatBnr.floatClose {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.floatBnr:hover {
  opacity: 1;
}
.floatBnr:hover p {
  opacity: 1;
  animation: scrollTxt 0.3s linear forwards;
  position: relative;
}
.floatBnr:hover img {
  animation: scrollImg 0.3s linear forwards;
  position: relative;
}

@keyframes scrollTxt {
  0% {
    opacity: 1;
    top: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    top: -60%;
  }
  61% {
    opacity: 0;
    top: 60%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes scrollImg {
  0% {
    opacity: 1;
    left: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    left: 100%;
  }
  61% {
    opacity: 0;
    left: -100%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .floatBnr {
    right: 0;
    bottom: 105px;
    padding: 7px 10px 6px 20px;
    background-color: rgba(255, 255, 255, 0.9019607843);
  }
}
@media print, screen and (min-width: 768px) {
  .floatBnr {
    right: 30px;
    bottom: 35px;
  }
}
/*---------------------------------------------
floatCta
---------------------------------------------*/
.floatCta {
  position: fixed;
  background-color: #ffffff;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  max-width: 420px;
  width: 90vw;
  border-radius: 3px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 9px 0 8px;
  z-index: 70;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: all;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.floatCta a {
  text-align: center;
  color: #707070;
  font-size: 13px;
  position: relative;
  font-weight: 500;
}
.floatCta a:first-of-type:after {
  display: none;
}
.floatCta a::after {
  content: "";
  display: block;
  background: #e0e0e0;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.floatCta.floatClose {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

@media only screen and (max-width: 1160px) {
  .floatCta {
    display: grid;
    background-color: rgba(255, 255, 255, 0.9019607843);
  }
}
@media print, screen and (min-width: 1161px) {
  .floatCta {
    display: none;
  }
}
/*---------------------------------------------
hoverAnker
---------------------------------------------*/
.hoverAnker p {
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.2em;
  text-decoration: none;
}
.hoverAnker:hover {
  opacity: 1;
}
.hoverAnker:hover p {
  opacity: 1;
  animation: scrollTxt 0.3s linear forwards;
  position: relative;
}
.hoverAnker:hover img {
  animation: scrollImg 0.3s linear forwards;
  position: relative;
}

@media screen and (max-width: 767px) {
  .spAnker p,
  .spAnker img {
    animation: initial;
  }
  .spAnker.active {
    opacity: 1;
  }
}
@keyframes scrollTxt {
  0% {
    opacity: 1;
    top: 0;
  }
  30% {
    opacity: 0.6;
  }
  60% {
    opacity: 0;
    top: 10px;
  }
  61% {
    opacity: 0;
    top: -10px;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes scrollImg {
  0% {
    opacity: 1;
    bottom: 0;
  }
  30% {
    opacity: 0.6;
  }
  60% {
    opacity: 0;
    bottom: -5px;
  }
  61% {
    opacity: 0;
    bottom: 5px;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*---------------------------------------------
secFooter
---------------------------------------------*/
.secFooter .secFooterBreadlist {
  background-color: #f8f8f3;
  width: 100%;
}
.secFooter .secFooterBreadlist .secFooterBreadlistWrap {
  max-width: 1220px;
  width: 86vw;
  display: flex;
  justify-content: right;
  gap: 12px;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0 auto;
  padding: 8px 0;
}
.secFooter .secFooterBreadlist .secFooterBreadlistWrap a,
.secFooter .secFooterBreadlist .secFooterBreadlistWrap span {
  font-size: 13px;
  font-weight: 400;
  color: #707070;
}
.secFooter .secFooterBreadlist .secFooterBreadlistWrap p {
  font-size: 13px;
  color: #cacaca;
  display: block;
}
.secFooter .secFooterCta {
  padding: 170px 7vw 110px;
  background-color: rgba(26, 44, 1, 0.5019607843);
  position: relative;
}
.secFooter .secFooterCta video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.secFooter .secFooterCta .secFooterCtaLink {
  max-width: 660px;
  width: 80vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
  margin: auto;
}
.secFooter .secFooterCta .secFooterCtaLink .btnRound {
  padding: 8px;
  font-size: 13px;
  color: #ffffff;
}
.secFooter .secFooterCta .secFooterCtaLink .btnRound::before {
  background: #ffffff;
}
.secFooter .secFooterCta .secFooterCtaLink .btnRound:hover {
  background-color: #ffffff;
  color: #565656;
}
.secFooter .secFooterCta .secFooterCtaLink .btnRound:hover::before {
  background: #565656;
}
.secFooter .secFooterCta .secFooterCtaTel {
  margin: 48px auto 0;
}
.secFooter .secFooterCta .secFooterCtaTel p {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.secFooter .secFooterCta .secFooterCtaTel a {
  font-size: clamp(23px, 1.74vw, 25px);
  color: #ffffff;
  text-align: center;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3px auto 6px;
  font-family: "Lato", sans-serif;
  line-height: 1em;
}
.secFooter .secFooterCta .secFooterCtaTel span {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: auto;
}
.secFooter .secFooterBottom {
  background-color: #f8f8f3;
}
.secFooter .secFooterBottom .secFooterWrap {
  max-width: 1220px;
  width: 86vw;
  margin: auto;
  padding: 100px 36px;
  display: grid;
  grid-template-columns: 300px 1fr;
}
.secFooter .secFooterBottom .secFooterWrap .footerInfo {
  margin-bottom: 24px;
}
.secFooter .secFooterBottom .secFooterWrap .footerInfo .footerInfoLogo {
  margin-bottom: 16px;
}
.secFooter .secFooterBottom .secFooterWrap .footerInfo .footerInfoLogo img {
  margin-bottom: 6px;
}
.secFooter .secFooterBottom .secFooterWrap .footerInfo .footerInfoLogo p {
  font-size: 13px;
}
.secFooter .secFooterBottom .secFooterWrap .footerInfo p,
.secFooter .secFooterBottom .secFooterWrap .footerInfo th,
.secFooter .secFooterBottom .secFooterWrap .footerInfo th,
.secFooter .secFooterBottom .secFooterWrap .footerInfo a {
  font-weight: 400;
  font-size: 12px;
  color: #707070;
}
.secFooter .secFooterBottom .secFooterWrap .footerInfo .info {
  margin-top: 10px;
}
.secFooter .secFooterBottom .secFooterWrap .footerInfo .info th {
  width: 40px;
  text-align: left;
}
.secFooter .secFooterBottom .secFooterWrap .footerLink {
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 12%;
  margin-left: auto;
}
.secFooter .secFooterBottom .secFooterWrap .footerLink .footerLinkWrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.secFooter .secFooterBottom .secFooterWrap .footerLink .footerLinkWrap a {
  font-weight: 400;
  font-size: 13px;
  color: #707070;
}
.secFooter .secFooterBottom .secFooterWrap .footerPrivacy a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
}
.secFooter .secFooterBottom .secFooterWrap .footerCopyright {
  grid-column: 1/3;
}
.secFooter .secFooterBottom .secFooterWrap .footerCopyright p {
  text-align: right;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
}

@media only screen and (max-width: 920px) {
  .secFooter .secFooterCta {
    padding: 120px 7vw 64px;
  }
  .secFooter .secFooterCta .secFooterCtaLink {
    width: 80vw;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 15px;
  }
  .secFooter .secFooterCta .secFooterCtaLink .btnRound {
    max-width: 200px;
    width: 100%;
    margin: auto;
  }
  .secFooter .secFooterBottom .secFooterWrap {
    max-width: 1220px;
    width: 86vw;
    margin: auto;
    padding: 88px 0 36px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .secFooter .secFooterBottom .secFooterWrap .footerInfo {
    margin-bottom: 10px;
  }
  .secFooter .secFooterBottom .secFooterWrap .footerInfo .footerInfoLogo {
    margin-bottom: 16px;
  }
  .secFooter .secFooterBottom .secFooterWrap .footerInfo .footerInfoLogo img {
    margin-bottom: 6px;
  }
  .secFooter .secFooterBottom .secFooterWrap .footerInfo .footerInfoLogo p {
    font-size: 13px;
  }
  .secFooter .secFooterBottom .secFooterWrap .footerLink {
    display: none;
  }
  .secFooter .secFooterBottom .secFooterWrap .footerSns {
    margin: 36px 0;
  }
  .secFooter .secFooterBottom .secFooterWrap .footerPrivacy a {
    margin-left: 0;
  }
  .secFooter .secFooterBottom .secFooterWrap .footerCopyright p {
    text-align: left;
  }
}
/*---------------------------------------------
テキスト分割アニメーション
---------------------------------------------*/
.txtSplitAnim {
  position: relative;
  opacity: 0;
  overflow: hidden;
}
.txtSplitAnim.spanComp {
  opacity: 1;
}
.txtSplitAnim span {
  position: relative;
  opacity: 0;
  top: 1.5em;
  transition: opacity 1s, top 0.8s;
  transition-timing-function: cubic-bezier(0, 1.21, 0.39, 1.07);
}
.txtSplitAnim.animated span {
  opacity: 1;
  top: 0em;
}

/*---------------------------------------------
エラー系テキスト
---------------------------------------------*/
.commonErrorText {
  line-height: 200%;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .commonErrorText {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .commonErrorText {
    font-size: clamp(20px, 1.53vw, 22px);
  }
}
/*---------------------------------------------
汎用ボタン
---------------------------------------------*/
.btnRound {
  font-size: 13px;
  padding: 0px 30px;
  line-height: 1.9em;
  border: 1px solid #cacaca;
  border-radius: 40px;
  color: #565656;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.btnRound::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #565656;
  transition: 0.3s;
}
.btnRound:hover {
  opacity: 1;
  border: 1px solid #565656;
  background: #565656;
  color: #ffffff;
  transition: 0.3s;
}
.btnRound:hover::before {
  background: #ffffff;
  transition: 0.3s;
}

.btnArrow {
  display: grid;
  grid-template-columns: 1fr 5px;
  gap: 18px;
  font-size: 13px;
  color: #ffffff;
  align-items: center;
}

.contentFull .contentFullWrap {
  max-width: 1220px;
  width: 86vw;
  margin: 0 auto 0px;
  top: 20px;
}

.contentGrid .contentGridWrap {
  max-width: 1220px;
  width: 86vw;
  margin: 0 auto 0px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
}
.contentGrid .contentGridWrap.innerContent {
  grid-template-columns: max-content minmax(0, 1fr);
  width: 100%;
  gap: 30px;
}
.contentGrid .contentGridWrap .ttl {
  grid-column: 1/2;
}
.contentGrid .contentGridWrap .ttl .ttlTxt {
  font-size: 16px;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #707070;
  position: sticky;
  top: 120px;
}
.contentGrid .contentGridWrap .ttl::after {
  content: "";
  display: none;
  width: 0%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.4);
  transition: 2s;
}
.contentGrid .contentGridWrap .ttl.animated:after {
  width: 100%;
  transition: 2s;
}
.contentGrid .contentGridWrap .content .ttlBar {
  display: block;
  width: 0%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.4);
  transition: 2s;
  margin-top: 16px;
}
.contentGrid .contentGridWrap .content .ttlBar.animated {
  width: 100%;
  transition: 2s;
}

@media only screen and (max-width: 920px) {
  .contentGrid .contentGridWrap {
    display: block;
    width: 100%;
    margin: 0;
  }
  .contentGrid .contentGridWrap .ttl {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 20px;
    position: relative;
    top: 0;
  }
  .contentGrid .contentGridWrap .ttl::after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: rgba(112, 112, 112, 0.4);
    transition: 2s;
  }
  .contentGrid .contentGridWrap .ttl.animated:after {
    width: 100%;
    transition: 2s;
  }
  .contentGrid .contentGridWrap .content .ttlBar {
    display: none;
  }
}
.secEventContainer {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  justify-content: space-between;
  align-items: flex-start;
  /* stickyを効かせるために重要（高さを親に合わせない） */
  position: relative;
}
.secEventContainer .sideNav {
  min-width: 200px;
  flex-shrink: 0;
  padding-top: 10px;
  position: sticky;
  top: 120px;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
}
.secEventContainer .sideNav .navLists .navItem {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  letter-spacing: 0.01em;
  line-height: 1.9;
  font-family: "Shippori Mincho", sans-serif;
}
.secEventContainer .sideNav .navLists .navItem.select {
  color: #565656;
  pointer-events: none;
}
.secEventContainer .mainEventContent {
  flex-grow: 1;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .secEventContainer .sideNav {
    padding-top: 0px;
    position: initial;
    z-index: 10;
  }
  .secEventContainer .sideNav .navLists .navItem.select {
    color: #565656;
    pointer-events: none;
  }
}
.comMetaRow {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.comMetaRow dt {
  width: 4em;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 1em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  color: #8e8e8e;
  font-size: 12px;
}
.comMetaRow dd {
  flex-grow: 1;
  color: #8e8e8e;
  font-size: 12px;
}

.comCardGrid,
.comSwiper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 60px 24px;
}
.comCardGrid .cardCat,
.comSwiper .cardCat {
  font-size: 13px;
  color: #8e8e8e;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cacaca;
  line-height: 190%;
  padding: 8px 0 2px;
}
.comCardGrid .cardCat::before,
.comSwiper .cardCat::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #8e8e8e;
  border-radius: 50%;
  margin-right: 6px;
}
.comCardGrid .cardItem,
.comSwiper .cardItem {
  display: flex;
  flex-direction: column;
}
.comCardGrid .cardItem .cardLink,
.comSwiper .cardItem .cardLink {
  display: grid;
}
.comCardGrid .cardItem .cardLink .cardImgWrapper,
.comSwiper .cardItem .cardLink .cardImgWrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 310/216;
  overflow: hidden;
}
.comCardGrid .cardItem .cardLink .cardImgWrapper img,
.comSwiper .cardItem .cardLink .cardImgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.comCardGrid .cardItem .cardLink .cardBody,
.comSwiper .cardItem .cardLink .cardBody {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.comCardGrid .cardItem .cardLink .cardBody .cardMeta,
.comSwiper .cardItem .cardLink .cardBody .cardMeta {
  margin-top: auto;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}
.comCardGrid .cardItem .cardLink .cardBody .cardMeta .cardTitle,
.comSwiper .cardItem .cardLink .cardBody .cardMeta .cardTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  min-height: 60.8px;
  color: #565656;
  font-family: "Shippori Mincho", sans-serif;
}
.comCardGrid .cardItem .cardLink:hover,
.comSwiper .cardItem .cardLink:hover {
  opacity: 1;
}
.comCardGrid .cardItem .cardLink:hover .cardImgWrapper img,
.comSwiper .cardItem .cardLink:hover .cardImgWrapper img {
  transform: scale(1.1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 767px) {
  .comSwiper {
    gap: 0;
  }
  .comCardGrid .cardItem .cardLink .cardBody .cardMeta .cardTitle,
  .comSwiper .cardItem .cardLink .cardBody .cardMeta .cardTitle {
    min-height: initial;
    margin-bottom: 7px;
  }
}
.secFooterBreadlistWrap .navArea .navWrap {
  justify-content: left;
  display: flex;
  gap: 5px;
  align-items: center;
}
.secFooterBreadlistWrap .navArea .navWrap .pnkzList:last-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
  color: #cacaca;
}
.comCalendarArea {
  padding: 50px 50px 80px;
  background: #ffffff;
}
.comCalendarArea .description {
  font-size: 13px !important;
  font-family: "Shippori Mincho", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.comCalendarArea #booking-package_calendarPage .dateField {
  padding: 5px 0 0 !important;
}
.comCalendarArea .selectable_time_slot {
  font-family: "Shippori Mincho", sans-serif;
}
.comCalendarArea .selectable_time_slot.closed {
  background: #f2f2f2 !important;
}
.comCalendarArea .selectable_day_slot.closed {
  background: #f2f2f2 !important;
}
.comCalendarArea .selectable_day_slot.selected_day_slot {
  background-color: #edf3ff !important;
}
.comCalendarArea .selectable_time_slot,
.comCalendarArea .selectable_day_slot {
  font-family: "Shippori Mincho", sans-serif;
}
.comCalendarArea .selectable_time_slot .timeSlot,
.comCalendarArea .selectable_day_slot .timeSlot {
  white-space: nowrap;
}
.comCalendarArea .selectable_time_slot *,
.comCalendarArea .selectable_day_slot * {
  font-size: 14px;
}
.comCalendarArea .title_in_form {
  font-size: 18px !important;
}
.comCalendarArea .row .radio_title {
  font-family: "Shippori Mincho", sans-serif;
}
.comCalendarArea .row .name {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 16px;
}
.comCalendarArea .row ::-moz-placeholder {
  color: #bababa;
}
.comCalendarArea .row ::placeholder {
  color: #bababa;
}
.comCalendarArea .row {
  /* 旧Edge対応 */
}
.comCalendarArea .row ::-ms-input-placeholder {
  color: #bababa;
}
.comCalendarArea .row {
  /* IE対応 */
}
.comCalendarArea .row :-ms-input-placeholder {
  color: #bababa;
}
.comCalendarArea .row input,
.comCalendarArea .row textarea {
  border-radius: 4px;
  padding: 8px 14px !important;
  font-size: 13px !important;
  background: #f2f2f2;
  border: initial !important;
}
.comCalendarArea .row textarea {
  height: 100px !important;
}
.comCalendarArea #booking-package_schedulePage .selectedDate {
  font-size: 18px;
}
.comCalendarArea .book_now_button {
  margin: 10px auto !important;
  width: 200px !important;
  font-size: 13px !important;
  padding: 0px 30px;
  line-height: 200%;
  border: 1px solid #cacaca;
  border-radius: 40px;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
}
.comCalendarArea .book_now_button::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #565656;
  transition: 0.3s;
}
.comCalendarArea .book_now_button:hover {
  opacity: 1;
  border: 1px solid #565656;
  background: #565656;
  color: #ffffff;
  transition: 0.3s;
}
.comCalendarArea .book_now_button:hover::before {
  background: #ffffff;
  transition: 0.3s;
}
.comCalendarArea .return_form_button,
.comCalendarArea #bottomPanel > button {
  font-size: 13px !important;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin: auto;
}
.comCalendarArea #bottomPanel > button {
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .comCalendarArea {
    padding: 25px;
  }
  .comCalendarArea .calendarData {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
.modal-overlay .modal-wrap {
  display: grid;
  grid-template-rows: max-content max-content;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin: auto;
}
.modal-overlay .modal-container {
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 1150px;
  max-height: 440px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.modal-overlay .modal-header {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  flex-shrink: 0;
}
.modal-overlay .modal-header .modal-title {
  margin: 0;
  font-size: 16px;
  color: #666;
  letter-spacing: 0.2em;
}
.modal-overlay .scroll-arrow {
  position: absolute;
  font-size: 7px;
  color: #d9d9d9;
  pointer-events: none;
  z-index: 20;
  right: 11px;
}
.modal-overlay .scroll-arrow--up {
  top: 64px;
}
.modal-overlay .scroll-arrow--down {
  bottom: 54px;
}
.modal-overlay .modal-content {
  padding: 20px 60px;
  margin: 20px 12px;
  overflow-y: auto;
  flex-grow: 1;
}
.modal-overlay .modal-content::-webkit-scrollbar {
  width: 7px;
}
.modal-overlay .modal-content::-webkit-scrollbar-track {
  background: transparent;
}
.modal-overlay .modal-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 0;
}
.modal-overlay .modal-content p {
  margin: 0;
  line-height: 1.9;
  font-size: 13px;
  color: #707070;
}
.modal-overlay .modal-content .mt-medium {
  margin-top: 1.5em;
}
.modal-overlay .modal-content .mt-large {
  margin-top: 2.5em;
}
.modal-overlay .modal-footer {
  padding: 0px 0 25px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.modal-overlay .modal-footer .modal-close-btn {
  margin: auto;
  width: 53px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  color: #565656;
  padding-bottom: 8px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: opacity 0.2s;
  line-height: 1;
}
.modal-overlay .modal-footer .modal-close-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .modal-overlay .modal-content {
    padding: 20px 10px;
    margin: 20px 12px;
  }
}/*# sourceMappingURL=common.css.map */