@charset "UTF-8";
html,
body {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  -webkit-transition: all 1.6s ease 0s;
  transition: all 1.6s ease 0s;
  background-color: #fff;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #000;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: .6;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

a .no-touch {
  pointer-events: none;
}

a .no-touch .buy {
  text-decoration: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .wrapper {
    overflow: hidden;
  }
}

section.fv .main_pc {
  position: relative;
}

section.fv .main_pc .main_mov {
  width: 800px;
  height: 800px;
  margin: 0 auto;
}

section.fv .main_pc iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

section.fv .main_sp {
  position: relative;
}

section.fv .main_sp iframe {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

section.fv h1 {
  width: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  section.fv h1 {
    width: 72%;
  }
}

.fade_m {
  opacity: 0;
}

.fade_m.active_m {
  -webkit-animation: fade 1s 3s forwards;
          animation: fade 1s 3s forwards;
}

.mov_around {
  overflow: hidden;
}

.mov_around::before {
  padding-top: 152.85%;
}

.mov_around iframe {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .mov_around iframe {
    -webkit-transform: scale(1.18);
            transform: scale(1.18);
  }
}

.read {
  margin-bottom: 125px;
}

@media screen and (max-width: 768px) {
  .read {
    margin-bottom: 165px;
  }
}

.read .read_text {
  font-size: 0.875em;
  text-align: center;
  width: 90%;
  margin: 120px auto 140px;
  line-height: 3;
  color: #6A6A6A;
  font-family: 'a-otf-ryumin-pr6n', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', sans-serif;
}

@media screen and (max-width: 768px) {
  .read .read_text {
    width: 80%;
    line-height: 2.5;
    margin: 80px auto 140px;
    text-align: left;
  }
}

.read .read_bottom-wrap {
  position: relative;
  max-width: 830px;
  margin: 0 auto;
}

.read .index_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 82vw;
  margin: 0 auto;
  max-width: 730px;
}

.read .index_wrap li {
  width: 100px;
}

.read .index_wrap .brand {
  font-size: 0.625em;
  margin: 10px 0;
  line-height: 1.2;
}

.read .top_frame, .read .bottom_frame {
  position: absolute;
  width: 93%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .read .top_frame, .read .bottom_frame {
    width: 88%;
  }
}

.read .top_frame span, .read .bottom_frame span {
  height: 60px;
  position: relative;
}

.read .top_frame, .read .bottom_frame {
  top: -60px;
}

.read .top_frame span:before, .read .top_frame span:after, .read .bottom_frame span:before, .read .bottom_frame span:after {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #707070;
  position: absolute;
}

.read .top_frame span:after, .read .bottom_frame span:after {
  width: 27px;
  height: 1px;
  top: 15px;
}

.read .top_frame span:nth-child(1):after, .read .bottom_frame span:nth-child(1):after {
  left: -10px;
}

.read .top_frame span:nth-child(2):after, .read .bottom_frame span:nth-child(2):after {
  right: -10px;
}

.read .bottom_frame {
  top: inherit;
  bottom: -60px;
}

@media screen and (max-width: 768px) {
  .read .bottom_frame {
    bottom: -100px;
  }
}

.read .bottom_frame span:after {
  top: inherit;
  bottom: 15px;
}

.item .container {
  width: 97%;
  margin: 0 auto;
  max-width: 1060px;
}

.item .section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  line-height: 1;
}

.item .section_title .kana {
  font-size: 11px;
  text-align: right;
  margin-bottom: 5px;
  font-family: 'a-otf-ryumin-pr6n', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', sans-serif;
}

.item .section_title h2 {
  font-size: 30px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 14px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
}

@media screen and (min-width: 769px) {
  .item .section_title h2 {
    gap: 30px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    white-space: nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.item .section_title h2 span {
  display: block;
  color: #C3C7CB;
}

.item .section_title h2 span:before {
  content: "";
  width: 14px;
  background-color: #000000;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 28px;
  color: #000000;
}

@media screen and (min-width: 769px) {
  .item .section_title h2 span:before {
    left: 45px;
    width: 20px;
    bottom: 15px;
  }
}

.grid {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.grid .img_li {
  overflow: hidden;
  position: absolute;
  width: calc(100% / 2 - 4px);
  margin: 2px;
}

.grid .img_li.click img {
  cursor: pointer;
}

.grid .img_li .bg {
  position: relative;
}

.grid li.credit .bg {
  height: 60vh;
  background-color: #C8D4E0;
  max-height: 365px;
}

.grid li.credit ul {
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 80%;
}

.grid li.credit ul li.title {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  font-size: 12px;
}

.grid li.credit ul li.title:before, .grid li.credit ul li.title:after {
  position: absolute;
  top: 0;
  font-size: 12px;
}

.grid li.credit ul li.title:before {
  content: '<';
  left: 20%;
}

.grid li.credit ul li.title:after {
  content: '>';
  right: 20%;
}

.grid li.credit ul .link {
  margin-bottom: 16px;
  font-size: 10px;
}

.grid li.credit ul .link:last-child {
  margin-bottom: 0;
}

.grid li.credit ul .link span {
  font-size: 12px;
  text-decoration: underline;
}

.showcontent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}

.showcontent .container {
  position: relative;
}

.showcontent a {
  color: #fff;
  text-align: center;
  font-size: 13px;
}

.showcontent a span {
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
}

.fade-enter-active, .fade-leave-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
}

.btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 13;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.btn:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 20px;
  background-color: #fff;
  top: 10px;
  left: 0;
}

.btn.btn_plus {
  z-index: 9;
}

.btn.btn_plus:after {
  content: '';
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #fff;
  top: 0;
  left: 10px;
}

.brand_btn {
  font-size: 15px;
  text-align: center;
  border: 1px solid #000;
  padding: 23px 0;
  width: 97%;
  max-width: 440px;
  margin: 40px auto 150px;
  font-weight: 500;
}

footer {
  background-color: #F2F2F2;
  padding: 70px 0 40px;
  text-align: center;
}

footer .staff_credit {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}

footer .brand_btn {
  margin: 65px auto 80px;
}

footer .copy {
  font-size: 10px;
}

#item2 .grid li.credit .bg {
  background-color: #D6DDEB;
}

#item2 .section_title {
  margin: 0 0 10px auto;
  text-align: right;
}

#item2 .section_title h2 {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

#item3 .grid li.credit .bg {
  background-color: #E2E6F5;
}

#item3 .section_title {
  margin: 0 auto 10px;
  text-align: center;
}

#item4 .grid li.credit .bg {
  background-color: #E1E1E6;
}

#item4 .section_title {
  margin: 0 auto 10px 0;
}

#item5 .grid li.credit .bg {
  background-color: #D5E0F0;
}

#item5 .section_title {
  margin: 0 0 10px auto;
  text-align: right;
}

#item6 .grid li.credit .bg {
  background-color: #DBE7EB;
}

#item6 .section_title {
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  #item6 .grid li.credit ul .link {
    margin-bottom: 12px;
  }
}

#item7 .grid li.credit .bg {
  background-color: #E7EBFA;
}

#item7 .section_title {
  margin: 0 auto 10px 0;
}

.fade {
  opacity: 0;
}

.fade.active {
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}

@media screen and (min-width: 769px) {
  .read .top_frame {
    top: -50px;
    width: 100%;
  }
  .read .bottom_frame {
    bottom: -55px;
    width: 100%;
  }
  .item .section_title .kana {
    font-size: 0.875em;
  }
  .item .section_title h2 {
    font-size: 4.025em;
    ruby-span: 2em;
  }
  .item .section_title h2 span {
    font-size: 42px;
  }
  .grid .img_li {
    width: calc(100% / 3 - 5px);
  }
  .grid li.credit .bg {
    height: 70vh;
    max-height: 535px;
  }
  .grid li.credit ul li.title {
    font-size: 1.19em;
    margin-bottom: 40px;
  }
  .grid li.credit ul li.title:before, .grid li.credit ul li.title:after {
    font-size: 0.94em;
  }
  .grid li.credit ul li.title:before {
    left: 30%;
  }
  .grid li.credit ul li.title:after {
    right: 30%;
  }
  .grid li.credit ul .link {
    margin-bottom: 24px;
    font-size: 0.8125em;
  }
  .grid li.credit ul .link span {
    font-size: 1.15em;
  }
  .btn {
    width: 36px;
    height: 36px;
    bottom: 15px;
    right: 10px;
  }
  .btn:before {
    width: 36px;
    top: 18px;
  }
  .btn.btn_plus:after {
    height: 36px;
    left: 18px;
  }
  .brand_btn {
    margin: 50px auto 150px;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ---------------------------------------------------
otona_menu
--------------------------------------------------- */
#otona_menu {
  letter-spacing: 1.5px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#otona_menu .eg {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1000px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 999px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}

#otona_menu a {
  text-decoration: none;
  color: #000;
  display: block;
}

#otona_menu img {
  width: 100%;
  vertical-align: middle;
}

#otona_menu #header {
  display: none;
  width: 100%;
  /* background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px); */
}

@media screen and (min-width: 1000px) {
  #otona_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}

@media screen and (max-width: 999px) {
  #otona_menu #header {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}

@media screen and (min-width: 1000px) {
  #otona_menu #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    /* background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px); */
  }
}

@media screen and (max-width: 999px) {
  #otona_menu #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
    /* left: 0; */
  }
}

#otona_menu #nav-pop {
  -webkit-transition: height 0.4s linear;
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 101;
  overflow-y: auto;
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop {
    height: 100vh;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}

@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}

#otona_menu #nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}

#otona_menu #nav-pop .pop-nav .brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 0;
  }
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(100% / 7);
    padding: 10px 0;
  }
}

@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(100% / 2 - 10px);
    padding: 10px 0;
  }
}

#otona_menu #nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav .nav_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#otona_menu #nav-pop .pop-nav .nav_link a {
  border: 1px solid #000;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}

#otona_menu #nav-pop .pop-nav .nav_link a:hover {
  background-color: #ccc;
  border: none;
}

#otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 5%;
  top: 55px;
  z-index: 99;
  width: 50px;
  height: 19px;
}

@media screen and (max-width: 999px) {
  #otona_menu #btn-menu-nav,
  #otona_menu #nav-pop .close {
    top: 30px;
    right: 30px;
    /* right: 15%; */
  }
}

#otona_menu #btn-menu-nav {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#otona_menu #btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #000 !important;
}

#otona_menu #nav-pop .close {
  display: block;
  cursor: pointer;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

#otona_menu #nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

#otona_menu #nav-pop .close span:last-child {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
/*# sourceMappingURL=style.css.map */