@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-size: 16px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  display: none;
}

a {
  color: black;
}

@media screen and (max-width: 768px) {
  #player {
    height: 100svh !important;
  }
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #fff;
  transition: all 0.8s;
  opacity: 0.9;
}
@media screen and (min-width: 769px) {
  #g-nav {
    width: 30%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 769px) {
  #g-nav.panelactive #g-nav-list {
    width: 30%;
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 13px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  margin-left: 9%;
}

#g-nav p {
  text-align: center;
  color: #0087A2;
}

.g_title {
  font-size: 38px;
  white-space: nowrap;
  line-height: 1.7;
}

.g_title2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 30px;
}

.v_w {
  width: 10px;
  margin-right: 20px;
}

.mail {
  width: 90%;
  background: #0087A2;
  /* color: #fff; */
  padding: 13px;
  margin: 30px auto;
}
.mail p {
  color: #fff !important;
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 60px;
  height: 50px;
}
@media screen and (min-width: 769px) {
  .openbtn {
    top: 40px;
    right: 40px;
    width: 80px;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 2px;
  background-color: #666;
  width: 60%;
}

.openbtn {
  transition: 0.2s;
  opacity: 99999;
  opacity: 0;
}

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

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

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

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

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

#nav_1 {
  margin: 0px auto;
  background: #F4F5F5;
}
@media screen and (max-width: 768px) {
  #nav_1 {
    margin: 0px auto;
  }
}
#nav_1 .nav_text {
  padding: 80px 0px 3px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #nav_1 .nav_text {
    padding: 120px 0px 20px;
  }
}

.nav {
  display: flex;
  width: 40%;
  padding: 20px 0 10px 9px;
  border-bottom: 1px solid #0087A2;
  margin: 10px 5%;
}
@media screen and (min-width: 769px) {
  .nav {
    display: flex;
    width: 22%;
    padding: 20px 0px 15px 9px;
    border-bottom: 1px solid #0087A2;
    margin: 10px 5%;
  }
}
.nav a {
  display: flex;
}
.nav a:hover {
  opacity: 0.6;
}
.nav img {
  margin-right: 15px;
  width: 9px;
}

@media screen and (max-width: 768px) {
  #k_01 {
    margin: 80px auto !important;
  }
}

.k_sec {
  margin: 150px auto;
  width: 85%;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 769px) {
  .k_sec {
    width: 58%;
  }
}
.k_sec h2 {
  color: #0087A2;
}
@media screen and (min-width: 769px) {
  .k_sec h2 {
    margin-left: 1%;
  }
}
.k_sec .border {
  border: 0.5px solid;
  margin: 10px 0 10px -20%;
  width: 50%;
  color: #0087A2;
}
@media screen and (min-width: 769px) {
  .k_sec .border {
    border: 0.5px solid;
    margin: 10px 0 31px -11%;
    width: 24%;
  }
}
.k_sec .k_title {
  color: #0087A2;
  font-size: 50px !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .k_sec .k_title {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .k_sec .k_title {
    margin-bottom: 10px;
    margin-left: 1%;
    font-size: 50px !important;
  }
}
.k_sec ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .k_sec ul {
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .k_sec ul {
    margin: 10px auto 20px;
  }
}
.k_sec ul a::after {
  content: "BUY";
  background: #0087A2;
  color: #fff;
  display: block;
  width: 48%;
  margin: 15px 0 30px;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .k_sec ul a::after {
    padding: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  .k_sec ul a::after {
    width: 30%;
  }
}
.k_sec p {
  font-size: 11px;
  margin: 9px 0;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .k_sec p {
    font-size: 12px;
  }
}
.k_sec div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .k_sec div {
    margin-top: 10px;
  }
}
.k_sec .category div {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .k_sec .category div {
    width: 47%;
  }
}
.k_sec .category div a::after {
  content: "BUY";
  background: #0087A2;
  color: #fff;
  display: block;
  width: 48%;
  margin: 15px 0 30px;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .k_sec .category div a::after {
    padding: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  .k_sec .category div a::after {
    width: 30%;
  }
}
.k_sec .fuwat {
  width: 48%;
}
.k_sec .all_btn {
  font-size: 18px;
  text-align: center;
  padding: 14px;
  border: 1px solid #0087A2;
  color: #0087A2;
  width: 65%;
  margin: 50px auto;
}
@media screen and (min-width: 769px) {
  .k_sec .all_btn {
    padding: 13px;
    width: 38%;
  }
}
.k_sec .all_btn:hover {
  background: #0087A2;
  color: #fff;
  transition: 0.5s;
}

.label {
  margin-top: 17px;
}

@media screen and (min-width: 769px) {
  .category li {
    width: 23%;
    margin: 20px 1% 0 1%;
  }
}
.category li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .textOverflow p {
    font-size: 12px;
  }
}

.read {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .read {
    text-align: center;
  }
}

.k_read {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 18px 0px 40px;
  line-height: 2.4;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .k_read {
    font-size: 13px;
    margin-left: 1% !important;
  }
}

.back {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px auto;
  padding: 0px 0 120px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .back {
    font-size: 20px;
    margin: 10px auto;
    width: 95%;
    padding: 0px 0 80px;
    justify-content: space-between;
  }
}

.item_cate {
  position: fixed;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .item_cate {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  .item_cate div {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 769px) {
  .item_cate {
    width: 10%;
    margin-left: -1.5%;
    top: 30%;
  }
  .item_cate div {
    margin-bottom: 5px;
  }
  .item_cate div img:hover {
    opacity: 0.6;
  }
}

/* ------------------------
footer
------------------------ */
.footer {
  margin-left: auto;
  margin-right: auto;
}

.footer a:hover, .footer-bnr:hover {
  opacity: 0.8;
}

.pagetop {
  width: 30px;
  margin-left: 85%;
  margin-bottom: 50px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .pagetop {
    margin-left: 93%;
    margin-top: 50px;
  }
}

.txt-inner {
  margin: 80px auto 140px;
}

#f-logo {
  display: block;
  margin: 50px auto 0;
  width: 110px;
}

.footer #f-logo {
  margin-top: 90px;
}

#f-list li {
  text-align: center;
  font-size: 11px;
  padding: 2px 0;
}

#f-copy {
  text-align: center;
  font-size: 11px;
  margin: 50px auto 150px;
}

#f-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer #f-link {
  margin-top: 50px;
}

#f-link li {
  width: 24px;
  margin: 0 15px;
}

.footer #f-link li {
  margin: 0 24px;
}

#f-link a:hover {
  opacity: 0.75;
}

.footer-tit {
  text-align: right;
  display: inline-block;
}

.footer-btn a {
  border: 1px solid #000;
  padding: 10px 35px;
  background: #fff;
}

.footer-btn a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu li {
  width: 33.333%;
  text-align: center;
}

.footer-menu li:not(:nth-child(3n)) .menu-tit {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.footer-menu .coming-soon p {
  color: #808080;
  padding-top: 4px;
}

.footer-menu .menu-tit {
  margin-bottom: 3px;
}

.footer-menu .menu-tit span {
  display: flex;
}

.footer-menu .coming-soon {
  pointer-events: none;
}

.coming-soon .menu-tit > div::after,
.coming-soon .menu-tit > div::before {
  display: none;
}

.border-outer {
  width: 100%;
  z-index: 9;
  position: relative;
  pointer-events: none;
}

.footer .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.f-totop {
  text-align: center;
}

.f-totop a {
  text-decoration: underline;
}

#f-link-area {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#f-link-area a:hover {
  opacity: 0.75;
}

.all-btn {
  display: block;
  padding: 12px 12px;
  color: #0087A2;
  background: #fff;
  border: 1px solid #0087A2;
  text-align: center;
  width: 35%;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  .all-btn {
    width: 85%;
  }
}

.all-btn.snap {
  border: 1px solid #0087A2;
  background: #0087A2;
  color: #fff;
}

.all-btn:hover {
  background: #0087A2;
  border: 1px solid #0087A2;
  color: #fff;
  opacity: 1 !important;
}

.all-btn.snap:hover {
  border: 1px solid #F7D264;
  background: #F7D264;
  color: #000;
  opacity: 1 !important;
}

.info-btn {
  display: block;
  padding: 12px 12px;
  border: 1px solid #8D918B;
  background: #8D918B;
  color: #fff;
}

.info-btn:hover {
  background: #000;
  border: 1px solid #000;
  opacity: 1 !important;
}

.slide-item {
  padding-left: 10%;
  padding-right: 10%;
}

.footer .w88 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 768px) {
  .slide-item {
    padding-left: 18%;
    padding-right: 18%;
  }
  #soon .w50 {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .all-btn {
    padding: 12px;
  }
  .info-btn {
    padding: 12px;
  }
}
.crossfade-container {
  position: relative;
  width: 300px;
  height: 200px;
  overflow: hidden;
}

.crossfade-image-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 10;
  opacity: 1;
}

.crossfade-image-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 9;
  opacity: 0;
}

.crossfade-image-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 8;
  opacity: 0;
}

.crossfade-image-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 7;
  opacity: 0;
}

.crossfade-image-5 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 6;
  opacity: 0;
}

.crossfade-image-6 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 5;
  opacity: 0;
}

.crossfade-image-7 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 4;
  opacity: 0;
}

.crossfade-image-8 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 3;
  opacity: 0;
}

.crossfade-image-9 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 2;
  opacity: 0;
}

.crossfade-image-10 {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1s ease;
  z-index: 1;
  opacity: 0;
}

.slide_wrapper {
  width: 100%;
  height: 100svh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slide_wrapper {
    margin-bottom: 11%;
  }
}
.slide_wrapper .logo {
  position: absolute;
  width: 85%;
  left: 50%;
  transform: translate(-50%, -47%);
  -webkit-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  z-index: 4;
}
@media screen and (min-width: 769px) {
  .slide_wrapper .logo {
    width: 40%;
    max-width: 480px;
    top: 74%;
    left: 25%;
  }
}
.slide_wrapper .fade_slider {
  height: 80%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .slide_wrapper .fade_slider {
    height: 100%;
    width: 70%;
    margin-left: 30%;
  }
}
.slide_wrapper .fade_slider .slide_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 20s infinite;
}
@media screen and (min-width: 769px) {
  .slide_wrapper .fade_slider .slide_img:nth-child(1) {
    background-image: url(../images/pc_autoslide_1.jpg);
    animation-delay: -19.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(2) {
    background-image: url(../images/pc_autoslide_2.jpg);
    animation-delay: -17.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(3) {
    background-image: url(../images/pc_autoslide_3.jpg);
    animation-delay: -15.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(4) {
    background-image: url(../images/pc_autoslide_4.jpg);
    animation-delay: -13.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(5) {
    background-image: url(../images/pc_autoslide_5.jpg);
    animation-delay: -11.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(6) {
    background-image: url(../images/pc_autoslide_6.jpg);
    animation-delay: -9.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(7) {
    background-image: url(../images/pc_autoslide_7.jpg);
    animation-delay: -7.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(8) {
    background-image: url(../images/pc_autoslide_8.jpg);
    animation-delay: -5.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(9) {
    background-image: url(../images/pc_autoslide_9.jpg);
    animation-delay: -3.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(10) {
    background-image: url(../images/pc_autoslide_10.jpg);
    animation-delay: -1.5s;
  }
}
@media screen and (max-width: 768px) {
  .slide_wrapper .fade_slider .slide_img:nth-child(1) {
    background-image: url(../images/autoslide_1.jpg);
    animation-delay: -19.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(2) {
    background-image: url(../images/autoslide_2.jpg);
    animation-delay: -17.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(3) {
    background-image: url(../images/autoslide_3.jpg);
    animation-delay: -15.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(4) {
    background-image: url(../images/autoslide_4.jpg);
    animation-delay: -13.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(5) {
    background-image: url(../images/autoslide_5.jpg);
    animation-delay: -11.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(6) {
    background-image: url(../images/autoslide_6.jpg);
    animation-delay: -9.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(7) {
    background-image: url(../images/autoslide_7.jpg);
    animation-delay: -7.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(8) {
    background-image: url(../images/autoslide_8.jpg);
    animation-delay: -5.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(9) {
    background-image: url(../images/autoslide_9.jpg);
    animation-delay: -3.5s;
  }
  .slide_wrapper .fade_slider .slide_img:nth-child(10) {
    background-image: url(../images/autoslide_10.jpg);
    animation-delay: -1.5s;
  }
}
@keyframes slider-1 {
  0%, 100% {
    opacity: 1;
  }
  10%, 90% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */