@charset "UTF-8";

/* ユーティリティー */

body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  /* B:600;*/
  font-style: normal;
  font-size: 18px;
  text-align: justify;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
}

body::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../imgs/common/bg_bl.png) no-repeat center / cover;
  position: fixed;
  z-index: -1;
}

.page {
  width: 87.5%;
  margin: 0 auto;
}

a {
  color: #000;
  zoom: 1;
  text-decoration: none;
  transition: opacity 0.3s;
  display: block;
  word-break: break-all;
}

a:hover {
  opacity: 0.7;
}

.no_link {
  pointer-events: none;
}

/*====================================
フォント
===================================*/
.f-ftr {
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.f-nts-b {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.secttl {
}

img[src*="_sp"] {
  display: none;
}

.spbr {
  display: none;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}

.img_cv {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

/*====================================
inview
===================================*/
.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.tl_yb {
  transform: translate(0, 60px);
}

.tl_yt {
  transform: translate(0, -60px);
}

.tl_xl {
  transform: translate(-60px, 0);
}

.tl_xr {
  transform: translate(60px, 0);
}

.tl_rol {
  transform: rotate(-10deg);
}

.tl_ror {
  transform: rotate(10deg);
}

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}

.mov.delay100 {
  transition-delay: 100ms;
}

.mov.delay200 {
  transition-delay: 200ms;
}

.mov.delay300 {
  transition-delay: 300ms;
}

.mov.delay400 {
  transition-delay: 400ms;
}

.mov.delay500 {
  transition-delay: 500ms;
}

.mov.delay600 {
  transition-delay: 600ms;
}

.mov.delay700 {
  transition-delay: 700ms;
}

/*=================
MENUボタン
===================*/
.spmenu {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999;
  display: none;
}

.openbtn {
  position: relative;
  background: #66c2c2;
  cursor: pointer;
  width: 65px;
  height: 65px;
  border-radius: 90%;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 18px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 24px;
}

.openbtn span:nth-of-type(2) {
  top: 32px;
}

.openbtn span:nth-of-type(3) {
  top: 40px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 19px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 19px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

/* -------------------------------------
l-wrapper
------------------------------------- */
.l-wrapper {
  /* max-width: 1440px; */
  max-width: 1504px;
  margin: 0 auto;
  position: relative;
}

/* -------------------------------------
pclayout__left
------------------------------------- */

.g-nav__wrap {
  position: fixed;
  height: 100vh;
}

.pclayout__left {
  width: 50%;
  max-width: 578px;
  padding: 0 1.39%;
  position: fixed;
  top: 208px;
}

.pclayout__left_in {
  width: 24.93%;
  min-width: 359px;
  padding: 28px 1.39% 30px;
  margin: 0 0 0 auto;
  border-radius: 30px;
  background: #66c2c2;
  position: relative;
}
.pclayout__left_in:before {
  content: "";
  width: 1180px;
  height: 909px;
  background: url(../imgs/common/lite.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-49%, -47%);
  z-index: -1;
}
.left_menu_wrap {
  width: 21.39%;
  min-width: 308px;
  margin: 0 auto;
  position: relative;
}

.left_menu_logo.pc {
  width: 20.14%;
  min-width: 341px;
  position: absolute;
  bottom: 100%;
  left: 15px;
  z-index: 1;
}
.left_menu_logo.sp {
  display: none;
}

.left_menu_list {
  line-height: 1.3;
  width: 18.4%;
  min-width: 270px;
  margin: 0 auto 20px;
}

.left_menu_list li a {
  padding: 8px 0;
}

.left_menu_list .f-nts-b {
  font-size: 21px;
  letter-spacing: 0.2em;
}

.left_menu_list .f-ftr {
  font-size: 14px;
  display: block;
}

aside .sns {
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 16.7px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}

.sns th,
.sns td {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  background-color: #fff;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

.sns th {
  width: 100%;
}

.sns td {
  width: 25%;
  padding: 13px 2px 15px;
}

.sns td span {
  letter-spacing: 0;
  display: block;
}

.sns td img {
  width: 2.22%;
  min-width: 32px;
}

.sns th {
  border-radius: 16.7px 16.7px 0 0;
}

.sns tr td:first-child {
  border-radius: 0 0 0 16.7px;
}

.sns tr td:last-child {
  border-radius: 0 0 16.7px 0;
}

.left_chika-p {
  width: 40%;
  max-width: 243px;
  position: absolute;
  left: 20px;
  bottom: 0;
  transform: translateY(40%);
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  pointer-events: none;
  z-index: -2;
  transition: 0.3s;
}
.right_family {
  max-width: 254px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(233px, 50%);
  -webkit-transform: translate(233px, 50%);
  -ms-transform: translate(233px, 50%);
  -ms-transform: translate(233px, 50%);
  -o-transform: translate(233px, 50%);
  pointer-events: none;
}
.left_family {
  max-width: 209px;
  position: absolute;
  top: 100%;
  left: 1%;
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  pointer-events: none;
}

/* -------------------------------------
pclayout__right
------------------------------------- */
.pclayout__right {
  width: 44.44%;
  min-width: 720px;
  margin: 0 0 0 auto;
  overflow: hidden;
}

#feature {
  background: #3ba4ca;
}

#event {
  background: #f5bf5e;
}

#items {
  background: #9a90c4;
}

#instagram {
  background: #f29318;
}

/*=================
vol. 
==================*/
.count.item_1 a:before,
.mainblk .count.item_1:before {
  background-image: url(../imgs/feature/vol_01.svg);
}

.count.item_2 a:before,
.mainblk .count.item_2:before {
  background-image: url(../imgs/feature/vol_02.svg);
}

.count.item_3 a:before,
.mainblk .count.item_3:before {
  background-image: url(../imgs/feature/vol_03.svg);
}

.count.item_4 a:before,
.mainblk .count.item_4:before {
  background-image: url(../imgs/feature/vol_04.svg);
}

.count.item_5 a:before,
.mainblk .count.item_5:before {
  background-image: url(../imgs/feature/vol_05.svg);
}

.count.item_6 a:before,
.mainblk .count.item_6:before {
  background-image: url(../imgs/feature/vol_06.svg);
}

/*=================
MOREボタン
==================*/
/*== ボタン共通設定 */
.btn {
  width: 238px;
  height: 84px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #000;
  border-radius: 999px;
  background: #fff;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: ease 0.2s;
}

.btn span {
  font-size: 21px;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  position: relative;
  z-index: 3;
  color: #000;
}

.btn:hover {
  opacity: 1;
}

.btn:hover span {
  color: #fff;
}

/*== 背景が流れる（斜め） */
.bgskew::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background: #000;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}

.bgskew:hover::before {
  animation: skewanime 0.5s forwards;
}

@keyframes skewanime {
  100% {
    left: -10%;
  }
}

/*=================
footer
==================*/
footer {
  padding: 55px 0 45px;
  background: #ecf1f9;
}

footer .totop {
  width: 194px;
  margin: 0 auto 61px;
}

footer .f_logo {
  width: 290px;
  margin: 0 auto 28px;
}

footer .coppy {
  text-align: center;
  letter-spacing: 0;
  /* font-size: max(0.83vw, 12px);*/
  font-size: 12px;
}

/*マップ拡大*/
#jquery-overlay {
  z-index: 1000;
}

#lightbox-container-image-box,
#lightbox-container-image-data-box {
  width: 90% !important;
  max-width: 800px;
  height: auto !important;
  padding: 20px;
}

#lightbox-container-image-data-box img {
  width: auto !important;
}

#lightbox-loading img {
  width: auto !important;
}

@media screen and (max-width: 1290px) {
  .left_chika-p {
    bottom: -12%;
  }

  /* -------------------------------------
	pclayout__left
	------------------------------------- */
  .pclayout__left {
    width: calc(98% - 720px);
  }
}

@media screen and (max-width: 1120px) {
  /* -------------------------------------
	pclayout__left
	------------------------------------- */
  .pclayout__left {
    width: calc(100% - 720px);
  }

  .pclayout__left_in {
    width: 100%;
    max-width: 359px;
    min-width: initial;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 1080px) {
  /* -------------------------------------
	pclayout__left
	------------------------------------- */
  .spmenu {
    display: block;
  }

  .pclayout__left {
    position: fixed;
    z-index: 998;
    top: 0;
    right: -120%;
    width: 100%;
    max-width: initial;
    height: 100vh;
    background: #66c2c2;
    transition: all 0.6s;
    transform: initial;
    overflow: scroll;
  }

  #g-nav.active {
    right: 0;
  }

  .pclayout__left_in {
    position: absolute;
    top: 4vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .left_menu_wrap {
    width: 100%;
    max-width: 308px;
    min-width: initial;
    margin: 0 auto;
  }
  .left_menu_logo.pc {
    display: none;
  }
  .left_menu_logo.sp {
    width: 100%;
    min-width: 289px;
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  .pclayout__left_in:before {
    content: none;
  }
  .g-nav__wrap {
    position: static;
    height: auto;
  }
  .left_menu_list li a {
    padding: 17px 0;
  }
  #g-nav.active .left_chika-p {
    width: 32%;
    min-width: 90px;
    bottom: 7%;
    z-index: 0;
    position: fixed;
  }
  .left_family,
  .right_family {
    display: none;
  }

  /* -------------------------------------
	pclayout__right
	------------------------------------- */
  .pclayout__right {
    width: 100%;
    max-width: 720px;
    min-width: initial;
    margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
  .pclayout__right {
    max-width: initial;
  }

  .left_chika-p {
    bottom: 0;
    left: -9%;
  }

  /*=================
footer
==================*/
  footer {
    padding: 6.71vw 0 5.4vw;
  }

  footer .totop {
    width: 23.66vw;
    margin: 0 auto 7.44vw;
  }

  footer .f_logo {
    width: 40.37vw;
    margin: 0 auto 3.41vw;
  }
}

@media screen and (max-width: 520px) {
  .btn {
    width: 100%;
    max-width: 214px;
    height: 76px;
    border: 4px solid #000;
  }

  .btn span {
    font-size: 18px;
  }

  .pclayout__left {
    height: 100svh;
  }

  .pclayout__left_in {
    position: absolute;
    top: 0;
    padding: 70px 1.39% 30px;
  }

  .left_menu_logo.sp {
    width: 95%;
    max-width: 290px;
    min-width: initial;
  }

  .left_menu_list .f-nts-b {
    font-size: min(5vw, 21px);
  }

  .left_menu_list li a {
    padding: 6% 0;
  }
}
