@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Zen+Old+Mincho:wght@400;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Zen Old Mincho", serif;
  font-size: 100%;
  font-weight: 400;
  color: #393939;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
}

/* FONT
***************************************************************/
.sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.serif {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.playfair {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

/* LINK
***************************************************************/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #393939;
}
a:active,
a:focus {
  outline: none;
}
a img {
  transition: 0.3s ease;
}

/* NONE
***************************************************************/
.none {
  display: none;
}
.linkNone {
  pointer-events: none;
}
.nolink {
  pointer-events: none !important;
  opacity: 0.45 !important;
}
@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}

/* clearfix
***************************************************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* GoogleMap
***************************************************************/
.gm-style-pbt {
  text-align: center;
}
@media all and (max-width: 680px) {
  .gm-style-pbt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#infscr-loading {
  text-align: center;
}
.comingSoon {
  text-align: center;
  padding-bottom: 50px;
}

/* lazyload
***************************************************************/

.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity ease 0.3s;
}

/* フェード
***************************************************************/

@keyframes action1_up {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_left {
  0% {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_right {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_up_sp {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_left_sp {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_right_sp {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media all and (min-width: 681px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 40px);
  }
  .action.left {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  .action.right {
    opacity: 0;
    transform: translate(40px, 0);
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .action.delay1.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .action.delay2.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
  .action.delay3.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  }
  .action.delay4.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  }

  .action1 {
    opacity: 0;
    animation: opacity ease 1s forwards 0.25s;
  }
  .action1.delay1 {
    animation: opacity ease 1s forwards 0.75s;
  }
  .action1.delay2 {
    animation: opacity ease 1s forwards 1.25s;
  }

  .action1_up {
    opacity: 0;
    transform: translate(0, 100px);
    animation: action1_up ease 1s forwards 0.5s;
  }
  .action1_up.delay1 {
    animation: action1_up ease 1s forwards 0.75s;
  }
  .action1_up.delay2 {
    animation: action1_up ease 1s forwards 1s;
  }

  .action1_left {
    opacity: 0;
    transform: translate(-100px, 0);
    animation: action1_left ease 1s forwards 0.5s;
  }
  .action1_left.delay1 {
    animation: action1_left ease 1s forwards 0.75s;
  }
  .action1_left.delay2 {
    animation: action1_left ease 1s forwards 1s;
  }

  .action1_right {
    opacity: 0;
    transform: translate(100px, 0);
    animation: action1_right ease 1s forwards 0.5s;
  }
  .action1_right.delay1 {
    animation: action1_right ease 1s forwards 0.75s;
  }
  .action1_right.delay2 {
    animation: action1_right ease 1s forwards 1s;
  }
}

@media all and (max-width: 680px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(40px, 0);
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .action.delay1_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .action.delay2_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
  .action.delay3_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  }
  .action.delay4_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  }

  .action1_up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    animation: action1_up_sp ease 1s forwards 0.5s;
  }
  .action1_up_sp.delay1 {
    animation: action1_up_sp ease 1s forwards 0.75s;
  }
  .action1_up_sp.delay2 {
    animation: action1_up_sp ease 1s forwards 1s;
  }

  .action1_left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    animation: action1_left_sp ease 1s forwards 0.5s;
  }
  .action1_left_sp.delay1 {
    animation: action1_left_sp ease 1s forwards 0.75s;
  }
  .action1_left_sp.delay2 {
    animation: action1_left_sp ease 1s forwards 1s;
  }

  .action1_right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    animation: action1_right_sp ease 1s forwards 0.5s;
  }
  .action1_right_sp.delay1 {
    animation: action1_right_sp ease 1s forwards 0.75s;
  }
  .action1_right_sp.delay2 {
    animation: action1_right_sp ease 1s forwards 1s;
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
.blur {
  opacity: 0;
}
.scrollin.blur {
  animation: blur 1.5s ease-in-out 0.5s forwards;
}
.scrollin.blur.delay1 {
  animation-delay: 1s;
}
.scrollin.blur.delay2 {
  animation-delay: 1.5s;
}
.scrollin.blur.delay3 {
  animation-delay: 1.5s;
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.action1 {
  position: relative;
}
.action1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #393939;
  z-index: 1;
}
.action1.scrollin::before {
  animation: passing-bar 0.6s ease 0.4s 1 normal forwards;
}
.action1 .action_item {
  display: block;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.action1.scrollin .action_item {
  animation: passing-txt 0.6s ease 0.3s 1 normal forwards;
}

/* bg1
***************************************************************/
.bg1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media all and (min-width: 681px) {
  .bg1 {
    background-image: url("../img/common/bg1.jpg");
  }
}
@media all and (max-width: 680px) {
  .bg1 {
    height: 100lvh;
    background-image: url("../img/common/bg1_sp.jpg");
  }
}
@media all and (max-width: 370px) {
}

/* head
***************************************************************/
.h_id1 {
  position: fixed;
  top: 58px;
  left: 85px;
  z-index: 8888;
  width: calc(226.4px + 138px);
  padding-left: 138px;
  display: block;
  background: url(../img/common/site_id2.svg) no-repeat left center / 112.39px;
}
.h_id1_h1 {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 15px;
  white-space: nowrap;
  transition: opacity 0.3s ease 0.2s;
}
.pageScroll .h_id1 {
  top: 40px;
  width: calc(120px + 80px);
  padding-left: 80px;
  background-size: 62.38px;
}
.pageScroll .h_id1_h1 {
  opacity: 0;
  transition: opacity 0.2s ease 0s;
  display: none;
}
.gNav {
  position: fixed;
  top: 49px;
  right: 60px;
  z-index: 8888;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.23em;
  display: flex;
  gap: 0 38px;
}
.gNav .link1 {
  display: block;
  position: relative;
}
.gNav .link1::after {
  content: "";
  background-color: #393939;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
@media all and (min-width: 681px) {
  a.h_id1:hover {
    opacity: 0.7;
  }
  .gNav a.link1:hover::after {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .h_id1 {
    top: 24px;
    left: 22.6px;
    width: calc(112px + 67px);
    padding-left: 67px;
    background-size: 55.39px;
  }
  .h_id1_h1 {
    font-size: 7.5px;
    margin-top: 6px;
  }
  .pageScroll .h_id1 {
    top: 24px;
    width: 82.34px;
    width: calc(82.34px + 40px);
    padding-left: 40px;
    background-size: 30px;
  }
}
@media all and (max-width: 370px) {
}

/* gNav_sp
***************************************************************/
.gNav_sp {
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg1_sp.jpg) no-repeat center / cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7777;
  padding: 145px 0 56px;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.open .gNav_sp {
  opacity: 1;
  pointer-events: auto;
}
.gNav_sp_list1 {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px 0;
}
.gNav_sp_list1 .link1 {
  display: block;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.17em;
}
.gNav_sp .w_btn2 {
  margin-top: 48px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* foot
***************************************************************/
.foot {
  border-top: 1px solid #cecece;
  padding: 70px 0 40px;
}
.f_inner {
  width: 1100px;
  margin: 0 auto;
}
.f_logo1 {
  display: block;
  width: 271.45px;
  margin: 0 auto;
}
.f_nav {
  margin-top: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 15px 35px;
}
.f_nav .link1 {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.23em;
}
.cRight {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  margin-top: 50px;
}
@media all and (min-width: 681px) {
  .f_nav a.link1:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 680px) {
  .foot {
    padding: 32px 0 30px;
  }
  .f_inner {
    width: 100%;
    padding: 0 25px;
  }
  .f_logo1 {
    width: 163.55px;
  }
  .f_nav {
    margin-top: 30px;
    gap: 10px 30px;
  }
  .f_nav .link1 {
    font-size: 14px;
    letter-spacing: 0.17em;
  }
  .cRight {
    margin-top: 30px;
  }
}
@media all and (max-width: 370px) {
}

/* w_titBox1
***************************************************************/
.w_titBox1 {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 17px 0;
}
.w_titBox1_eng {
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.w_titBox1_eng .in1 {
  width: 0;
  overflow: hidden;
  transition: width 0.5s ease 0.5s;
}
.w_titBox1_eng.scrollin .in1 {
  width: 100%;
}
.w_titBox1_tit {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .w_titBox1 {
    gap: 10px 0;
  }
  .w_titBox1_eng {
    font-size: 32px;
  }
  .w_titBox1_tit {
    font-size: 14px;
  }
}
@media all and (max-width: 370px) {
}

/* w_btn1
***************************************************************/
.w_btn1 {
  width: 247px;
  height: 45px;
  padding-left: 18px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: #393939;
  color: #e5ded3;
}
.w_btn1 i {
  width: 9.11px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transition: right 0.3s ease;
}
.w_btn1 i .arrow1 {
  transition: color 0.3s ease;
}
@media all and (min-width: 681px) {
  a.w_btn1:hover {
    background-color: #e5ded3;
    color: #393939;
  }
  a.w_btn1:hover::before {
    background-color: #393939;
  }
  a.w_btn1:hover i {
    right: 10px;
  }
  a.w_btn1:hover i .arrow1 {
    fill: #393939;
  }
}
@media all and (max-width: 680px) {
  .w_btn1 {
    margin: 0 auto;
  }
}
@media all and (max-width: 370px) {
}

/* w_btn2
***************************************************************/
.w_btn2 {
  display: block;
  width: 628px;
  height: 108px;
  margin: 0 auto;
  background: linear-gradient(#7ee0be 0%, #4dbbe8 100%);
  color: #fff;
  position: relative;
}
.w_btn2::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#28dd9e 0%, #11b1f4 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.w_btn2_in {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 12px 0;
  position: relative;
  z-index: 2;
}
.w_btn2_txt1 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}
.w_btn2_txt2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
}
.w_btn2_txt2 i {
  position: relative;
  right: 0;
  transition: right 0.3s ease;
}
@media all and (min-width: 681px) {
  a.w_btn2:hover::before {
    opacity: 1;
  }
  a:hover .w_btn2_txt2 i {
    right: -5px;
  }
}
@media all and (max-width: 680px) {
  .w_btn2 {
    width: 325px;
    max-width: calc(100% - 50px);
    height: 110px;
  }
  .w_btn2_in {
    gap: 10px 0;
  }
  .w_btn2_txt1 {
    font-size: 20px;
  }
}
@media all and (max-width: 370px) {
}

/* openingWrap
***************************************************************/
body.opening {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.openingWrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.6s ease-out;
}
.mv_text_on .openingWrap {
  opacity: 0;
  pointer-events: none;
}
.opening_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.opening_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.opening_contents {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.opening_skip {
  width: 138px;
  height: 138px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #393939;
  color: #393939;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 1111;
  bottom: 34px;
  right: 58px;
}
.opening_box1 {
  width: 312px;
  height: 115px;
  position: relative;
}
.opening_logo1 {
  width: 97px;
  height: 97px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease;
  animation: opening_logo1 ease 2.5s forwards 0.6s;
}
.opening_logo2 {
  width: 195px;
  height: 115px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.3s ease;
  opacity: 0;
  animation: opening_logo2 ease 1s forwards 2s;
}
.opening_logo3 {
  width: 100%;
  transition: 0.3s ease;
  opacity: 0;
  transform: scale(0.9);
  animation: opening_logo3 ease 2s forwards 0.5s;
}
@keyframes opening_logo1 {
  0% {
    right: 0;
  }
  50% {
    right: 0;
  }
  100% {
    right: 100%;
  }
}
@keyframes opening_logo2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opening_logo3 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .opening_contents {
    /* padding-bottom: calc(100lvh - 100svh); */
  }
  .opening_skip {
    width: 98px;
    height: 98px;
    font-size: 15px;
    bottom: 22px;
    right: 22px;
  }
  .opening_box1 {
    width: calc(312px * 0.8);
    height: calc(115px * 0.8);
  }
  .opening_logo1 {
    width: calc(97px * 0.8);
    height: calc(97px * 0.8);
  }
  .opening_logo2 {
    width: calc(195px * 0.8);
    height: calc(115px * 0.8);
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
