@charset "UTF-8";
body {
  background-color: #000F0B;
}

#container {
  position: relative;
  width: 100%;
}
#container .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-image: url(../../img/back_img.png);
  z-index: -1;
}

canvas {
  width: 100%;
  height: 100%;
}

.header_top {
  width: 100%;
  height: 100vh;
  position: relative;
}
.header_top .key-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_sub {
  width: 100%;
  height: 500px;
  position: relative;
}
.header_sub .key-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#header .key-visual {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#header .top-key {
  background-image: url(../../img/top/key-visual.png);
}
#header .store-key {
  background-image: url(../../img/store/key_visual.jpeg);
}
#header .menu-key {
  background-image: url(../../img/menu/key-visual.jpeg);
}
#header .campaign-key {
  background-image: url(../../img/campaign/key-visual.jpeg);
}
#header .fix_box {
  position: fixed;
  z-index: 1000;
}
#header .fix_box .logo {
  width: 180px;
  margin: 40px;
}
@media screen and (max-width: 1100px) {
  #header .fix_box .logo {
    margin: 15px;
  }
}
@media screen and (max-width: 768px) {
  #header .fix_box .logo {
    width: 70px;
  }
}
#header .fix_box .navi {
  width: 200px;
  margin: 200px 45px;
}
@media screen and (max-width: 1100px) {
  #header .fix_box .navi {
    display: none;
  }
}
#header .fix_box .navi li {
  font-size: 20px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
#header .fix_box .navi li a {
  color: #fff;
}
#header .fix_box .navi li::after {
  position: absolute;
  right: -80px;
  opacity: 0;
  top: 50%;
  background-color: #fff;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 60px;
  /* 横線の長さ */
  transition: .6s;
}
#header .fix_box .navi li:hover::after {
  right: 0px;
  opacity: 1;
}
#header .fix_box .tel {
  margin: 300px 45px 30px;
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-size: 20px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: rgba(0, 16, 7, 0.8);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
  transition: .6s;
}
@media screen and (max-width: 1100px) {
  #header .fix_box .tel {
    display: none;
  }
}
#header .fix_box .tel:hover {
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.6);
}
#header .sub_box {
  position: fixed;
  z-index: 1000;
}
#header .sub_box .logo {
  width: 180px;
  margin: 40px;
}
@media screen and (max-width: 1100px) {
  #header .sub_box .logo {
    margin: 15px;
  }
}
#header .sub_box .navi {
  width: 200px;
  margin: 200px 45px;
}
@media screen and (max-width: 1100px) {
  #header .sub_box .navi {
    display: none;
  }
}
#header .sub_box .navi li {
  font-size: 20px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 15px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  transition: .6s;
  padding: 5px 10px;
}
#header .sub_box .navi li:hover {
  background-image: url(../../img/navi_bg.jpeg);
  background-size: cover;
  background-position: center;
}
#header .sub_box .navi li:hover a {
  color: #fff;
}
#header .sub_box .navi li a {
  color: #fff;
  position: relative;
  transition: .6s;
}
#header .sub_box .tel {
  margin: 300px 45px 30px;
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-size: 20px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: rgba(0, 16, 7, 0.8);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1100px) {
  #header .sub_box .tel {
    display: none;
  }
}
#header h1 {
  position: absolute;
  bottom: 3%;
  right: 45px;
  color: #fff;
  font-size: 35px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
#header p {
  display: block;
  position: absolute;
  bottom: 7%;
  right: 45px;
  color: #fff;
  font-size: 35px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  #header p {
    top: 50%;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 768px) {
  #header p {
    font-size: 18px;
  }
}

.pankuzu {
  width: 100%;
  background-color: #000F0B;
  padding: 10px;
}
.pankuzu .box {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .pankuzu .box {
    width: 70%;
    margin: 0 0 0 250px;
  }
}
@media screen and (max-width: 1100px) {
  .pankuzu .box {
    width: 100%;
    margin: 0 auto;
  }
}
.pankuzu .box p {
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}
.pankuzu .box p a {
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}

#footer {
  width: 100%;
  position: relative;
  z-index: 100;
  background: -moz-linear-gradient(top, transparent, #0f22008a);
  background: -webkit-linear-gradient(top, transparent, #0f22008a);
  background: linear-gradient(to bottom, transparent, #0f22008a);
}
#footer .footer_inner {
  width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 40% 58%;
  column-gap: 2%;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #footer .footer_inner {
    width: 70%;
    margin: 0 0 0 250px;
  }
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
#footer .footer_inner .info_box {
  width: 100%;
  padding: 20px 0;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .info_box {
    width: 90%;
    margin: 0 auto;
  }
}
#footer .footer_inner .info_box h2 {
  color: #fff;
  font-size: 18px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .info_box h2 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .info_box h2 {
    font-size: 16px;
  }
}
#footer .footer_inner .info_box .txt {
  color: #fff;
  font-size: 14px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .info_box .txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_inner .info_box .txt {
    font-size: 12px;
    line-height: 1.9;
  }
}
#footer .footer_inner .info_box img {
  width: 300px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .info_box img {
    width: 200px;
    margin: 0 auto;
    display: block;
  }
}
#footer .footer_inner .navi {
  width: 100%;
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 20px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .navi {
    display: none;
  }
}
#footer .footer_inner .navi li {
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  position: relative;
}
#footer .footer_inner .navi li a {
  color: #fff;
}
#footer .footer_inner .navi li::before {
  position: absolute;
  left: -15px;
  opacity: 0;
  top: 50%;
  background-color: #fff;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 40px;
  /* 横線の長さ */
  transition: .6s;
}
#footer .footer_inner .navi li:hover::before {
  left: 30px;
  opacity: 1;
}
#footer .copy {
  background-color: #000F0B;
  padding: 8px;
  text-align: center;
}
#footer .copy small {
  font-size: 9px;
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#container .content_box {
  width: 1100px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1440px) {
  #container .content_box {
    width: 70%;
    margin: 0 0 80px 250px;
  }
}
@media screen and (max-width: 1100px) {
  #container .content_box {
    width: 90%;
    margin: 0 auto 80px;
  }
}
#container .hugu {
  position: absolute;
  z-index: 1;
  right: 10%;
  top: 10%;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  #container .hugu {
    right: 10%;
    top: 15%;
    width: 300px;
  }
}
#container .kodawari {
  width: 1100px;
  margin: 80px auto 80px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  #container .kodawari {
    width: 70%;
    margin: 80px 0 80px 250px;
  }
}
@media screen and (max-width: 1100px) {
  #container .kodawari {
    width: 90%;
    margin: 80px auto 80px;
  }
}
#container .kodawari h2 {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  position: relative;
  opacity: 0;
  transition: .6s;
}
@media screen and (max-width: 768px) {
  #container .kodawari h2 {
    font-size: 20px;
  }
}
#container .kodawari h2.js-on {
  opacity: 1;
}
#container .kodawari h2 .dan {
  display: none;
}
@media screen and (max-width: 768px) {
  #container .kodawari h2 .dan {
    display: block;
  }
}
#container .kodawari .txt {
  color: #fff;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  margin-bottom: 50px;
  opacity: 0;
  transition: .9s;
}
#container .kodawari .txt.js-on {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #container .kodawari .txt {
    font-size: 12px;
  }
  #container .kodawari .txt br {
    display: none;
  }
}
#container .kodawari .link {
  color: #d0ba58;
  font-size: 26px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  display: block;
  /* 文字と横線を横並び */
  margin: 0 auto;
  width: 300px;
  position: relative;
  opacity: 0;
  transition: 1.2s;
}
@media screen and (max-width: 768px) {
  #container .kodawari .link {
    font-size: 18px;
  }
}
#container .kodawari .link.js-on {
  opacity: 1;
}
#container .kodawari .link::after {
  position: absolute;
  right: -80px;
  top: 50%;
  background-color: #fff;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 60px;
  /* 横線の長さ */
  transition: .6s;
}
@media screen and (max-width: 768px) {
  #container .kodawari .link::after {
    right: 0;
    width: 30px;
  }
}
#container .kodawari .link:hover::after {
  right: -100px;
}
#container .menu {
  position: relative;
  z-index: 30;
}
#container .menu h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #container .menu h2 {
    font-size: 20px;
  }
}
#container .menu ul {
  width: 100%;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #container .menu ul {
    display: block;
  }
}
#container .menu ul .menu-item {
  opacity: 0;
  /* 初期状態で非表示 */
  transform: translateY(20px);
  /* 下から20px上に移動 */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* アニメーションの設定 */
}
#container .menu ul li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #container .menu ul li {
    margin-bottom: 30px;
  }
}
#container .menu ul li:hover .img_box img {
  scale: 1.2;
}
#container .menu ul li .img_box {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  overflow: hidden;
}
#container .menu ul li .img_box img {
  width: 100%;
  height: 100%;
  transition: .6s;
  object-fit: cover;
}
#container .menu ul li h3 {
  text-align: center;
  color: #d0ba58;
  font-size: 18px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #container .menu ul li h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
#container .menu ul li p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #container .menu ul li p {
    font-size: 12px;
  }
}
#container .menu .link {
  color: #fff;
  font-size: 18px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  display: block;
  /* 文字と横線を横並び */
  margin-left: auto;
  width: 250px;
  position: relative;
  border: .7px solid #fff;
  padding: 10px;
  transition: .6s;
}
@media screen and (max-width: 768px) {
  #container .menu .link {
    margin-left: 0;
    margin: 0 auto;
    font-size: 15px;
    width: 200px;
  }
}
#container .menu .link::after {
  position: absolute;
  right: -30px;
  top: 50%;
  background-color: #fff;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 60px;
  /* 横線の長さ */
  transition: .6s;
}
@media screen and (max-width: 768px) {
  #container .menu .link::after {
    display: none;
  }
}
#container .menu .link:hover {
  background-color: #fff;
  color: #000;
}
#container .menu .link:hover::after {
  right: -50px;
}
#container .news h2 {
  width: 70%;
  color: #fff;
  font-size: 24px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  padding: 0 0 10px 30px;
  border-bottom: .6px solid #fff;
}
@media screen and (max-width: 768px) {
  #container .news h2 {
    width: 100%;
    padding: 0 0 10px;
    text-align: center;
    font-size: 20px;
  }
}
#container .news ul {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #container .news ul {
    margin-bottom: 50px;
  }
}
#container .news ul li {
  display: flex;
  padding-left: 30px;
  margin-bottom: 20px;
  opacity: 0;
  /* 初期状態で非表示 */
  transform: translateX(50px);
  /* 右からの移動距離を指定 */
  transition: opacity 0.5s ease, transform 0.5s ease;
  /* アニメーションの設定 */
}
@media screen and (max-width: 768px) {
  #container .news ul li {
    justify-content: center;
    padding-left: 0;
  }
}
#container .news ul li .time {
  color: #fff;
  font-size: 14px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-right: 30px;
}
#container .news ul li .txt {
  color: #fff;
  font-size: 14px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#container .news ul li.show {
  opacity: 1;
  /* 不透明度を1に設定して表示 */
  transform: translateX(0);
  /* 移動距離を0に設定して元の位置に戻す */
}
#container .news .link {
  color: #fff;
  font-size: 18px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  display: block;
  /* 文字と横線を横並び */
  margin-left: auto;
  width: 250px;
  position: relative;
  border: .7px solid #fff;
  padding: 10px;
  transition: .6s;
}
@media screen and (max-width: 768px) {
  #container .news .link {
    font-size: 15px;
    width: 200px;
    margin-left: 0;
    margin: 0 auto;
  }
}
#container .news .link::after {
  position: absolute;
  right: -30px;
  top: 50%;
  background-color: #fff;
  /* 横線の色 */
  content: "";
  height: 1px;
  /* 横線の高さ */
  width: 60px;
  /* 横線の長さ */
  transition: .6s;
}
@media screen and (max-width: 768px) {
  #container .news .link::after {
    display: none;
  }
}
#container .news .link:hover {
  background-color: #fff;
  color: #000;
}
#container .news .link:hover::after {
  right: -50px;
}
@media screen and (max-width: 768px) {
  #container .contact {
    margin: 0 auto 80px;
  }
}
#container .contact .info {
  display: grid;
  grid-template-columns: 35% 35% 28%;
  column-gap: 1%;
}
@media screen and (max-width: 768px) {
  #container .contact .info {
    display: block;
  }
}
#container .contact .info .num_box {
  width: 100%;
  display: grid;
  border-right: .8px solid #fff;
  padding: 20px 0;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #container .contact .info .num_box {
    display: block;
    border-right: none;
    border-bottom: .8px solid #fff;
    text-align: center;
  }
}
#container .contact .info .num_box .txt {
  color: #fff;
  font-size: 18px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #container .contact .info .num_box .txt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#container .contact .info .num_box .num {
  color: #fff;
  font-size: 30px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #container .contact .info .num_box .num {
    font-size: 24px;
  }
}
#container .contact .info .place {
  width: 100%;
  margin-left: 50px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #container .contact .info .place {
    margin-left: 0;
    text-align: center;
  }
}
#container .contact .info .place .title {
  color: #fff;
  font-size: 18px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #container .contact .info .place .title {
    font-size: 16px;
  }
}
#container .contact .info .place .txt {
  color: #fff;
  font-size: 16px;
  font-family: "vdl-v7mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #container .contact .info .place .txt {
    font-size: 14px;
  }
}
#container .contact .info img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #container .contact .info img {
    display: none;
  }
}

/*# sourceMappingURL=index.css.map */
