@charset "UTF-8";
/*googleフォントからNoto Sans JP,oto Serif JP,Robotoを引用*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  word-break: break-all;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

*, *::before, *::after {
  box-sizing: border-box;
}

header, footer, section, main, article, aside, menu, nav, details, figcaption, figure {
  display: block;
}

input, select {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

hr {
  display: none;
}

/* clearfix (modern) */
.cl::after {
  content: "";
  clear: both;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button {
  outline: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*クリック禁止*/
.cannot {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  cursor: default;
}

/*-- 使い方 --*/
/*PC,SPでの出し分け*/
@media screen and (min-width: 769px) {
  .is_pc {
    display: none !important;
  }
}

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

html {
  font-size: 10px;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  /*背景画像もプリントアウト対象にする*/
  -webkit-print-color-adjust: exact;
}

a {
  color: inherit;
}

section {
  position: relative;
  z-index: 1;
}
section .wrapper {
  margin: 0 auto;
}
section .wrapper .h2block {
  font-family: "Noto Serif JP";
  text-align: center;
}
section .wrapper .h2block h2 {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 16px;
  position: relative;
}
section .wrapper .h2block h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}
section .wrapper .h2block .en {
  color: #d3b13b;
  font-size: 1.2rem;
}
section .wrapper .h3block {
  font-family: "Noto Serif JP";
  text-align: center;
}
section .wrapper .h3block h3 {
  font-size: 2rem;
  font-weight: bold;
}
section .wrapper .h3block .en {
  color: #d3b13b;
  font-size: 1.2rem;
}
section:not(#kv) .wrapper {
  width: 62.5%;
  margin: 0 12.5% 0 auto;
  padding: 96px 0;
}
@media screen and (max-width: 1023px) {
  section:not(#kv) .wrapper {
    margin: 0 auto 0 25%;
  }
}
@media screen and (max-width: 768px) {
  section:not(#kv) .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 48px 0;
  }
}

.exc-logo {
  width: 25%;
  text-align: center;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .exc-logo {
    width: 100%;
    position: absolute;
    transform: none;
  }
}

#top #kv .swiper-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top #kv .swiper-wrapper {
    height: auto;
    aspect-ratio: 1/2;
  }
}
#top #kv .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  #top #kv .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#top #kv .swiper-slide .exc-logo {
  position: static;
}
#top #kv .slide-txt {
  width: 25%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #top #kv .slide-txt {
    width: 100%;
    position: static;
  }
}
#top #kv .slide-txt .date {
  color: #d3b13b;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  background: #000;
  padding: 6px 0;
  margin-bottom: 12px;
}
#top #kv .slide-txt .name {
  font-family: "Noto Serif JP";
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 48px;
  text-shadow: 0px 0px 3px #fff;
}
#top #whats {
  background: url(../images/bak_texture.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  #top #whats .wrapper {
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  #top #whats .wrapper {
    max-width: none;
  }
}
#top #whats .inner {
  text-align: center;
  background: #fff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  margin: 48px 32px 0;
  padding: 64px 32px;
}
@media screen and (max-width: 768px) {
  #top #whats .inner {
    padding: 16px;
  }
}
#top #whats .inner .txt {
  font-family: "Noto Serif JP";
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #top #whats .inner .txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#top #whats .inner .txt:not(:last-child) {
  padding-bottom: 32px;
}
#top #whats .inner .txt.strong {
  color: #d3b13b;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  #top #lineup .wrapper,
#item-list #lineup .wrapper {
    max-width: 480px;
  }
}
#top #lineup .character-list,
#item-list #lineup .character-list {
  padding: 96px 0 0;
  margin: 0 32px;
}
@media screen and (max-width: 768px) {
  #top #lineup .character-list,
#item-list #lineup .character-list {
    padding-top: 48px;
  }
}
#top #lineup .character-list .list,
#item-list #lineup .character-list .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 64px;
  padding: 48px 0 96px;
  margin-bottom: 96px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top #lineup .character-list .list,
#item-list #lineup .character-list .list {
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
}
#top #lineup .character-list .list::after,
#item-list #lineup .character-list .list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.08;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  #top #lineup .character-list .list .item,
#item-list #lineup .character-list .list .item {
    max-width: 160px;
    width: calc((100% - 16px) / 2);
  }
}
#top #lineup .latest-item,
#item-list #lineup .latest-item {
  margin: 0 32px;
}
#top #lineup .latest-item .list,
#item-list #lineup .latest-item .list {
  padding-top: 48px;
}
@media screen and (max-width: 1023px) {
  #top #lineup .latest-item .list,
#item-list #lineup .latest-item .list {
    padding-top: 148px;
  }
}
#top #lineup .latest-item .list .item,
#item-list #lineup .latest-item .list .item {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
}
#top #lineup .latest-item .list .item:not(:last-child),
#item-list #lineup .latest-item .list .item:not(:last-child) {
  margin-bottom: 118px;
}
@media screen and (max-width: 1023px) {
  #top #lineup .latest-item .list .item:not(:last-child),
#item-list #lineup .latest-item .list .item:not(:last-child) {
    margin-bottom: 148px;
  }
}
#top #lineup .latest-item .list .item-wrap,
#item-list #lineup .latest-item .list .item-wrap {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1023px) {
  #top #lineup .latest-item .list .item-wrap,
#item-list #lineup .latest-item .list .item-wrap {
    flex-direction: column;
  }
}
#top #lineup .latest-item .list .item-wrap .img,
#item-list #lineup .latest-item .list .item-wrap .img {
  max-width: 270px;
  width: 32.2966507177%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #top #lineup .latest-item .list .item-wrap .img,
#item-list #lineup .latest-item .list .item-wrap .img {
    max-width: none;
    width: 100%;
  }
}
#top #lineup .latest-item .list .item-wrap .img img,
#item-list #lineup .latest-item .list .item-wrap .img img {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  #top #lineup .latest-item .list .item-wrap .img img,
#item-list #lineup .latest-item .list .item-wrap .img img {
    position: static;
    margin-top: -100px;
  }
}
#top #lineup .latest-item .list .item-wrap .txt,
#item-list #lineup .latest-item .list .item-wrap .txt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  padding: 32px 32px 64px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top #lineup .latest-item .list .item-wrap .txt,
#item-list #lineup .latest-item .list .item-wrap .txt {
    flex-direction: column;
    padding: 16px;
  }
}
@media screen and (max-width: 1023px) {
  #top #lineup .latest-item .list .item-wrap .txt-wrap,
#item-list #lineup .latest-item .list .item-wrap .txt-wrap {
    width: 100%;
  }
}
#top #lineup .latest-item .list .item-wrap .txt-wrap .date,
#item-list #lineup .latest-item .list .item-wrap .txt-wrap .date {
  display: inline-block;
  color: #d3b13b;
  font-size: 1.4rem;
  text-align: center;
  background: #000;
  padding: 4px 8px;
  margin-top: 12px;
  margin-bottom: 15px;
}
#top #lineup .latest-item .list .item-wrap .txt-wrap .exc,
#item-list #lineup .latest-item .list .item-wrap .txt-wrap .exc {
  font-family: "Noto Serif JP";
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  #top #lineup .latest-item .list .item-wrap .txt-wrap .exc,
#item-list #lineup .latest-item .list .item-wrap .txt-wrap .exc {
    text-align: center;
  }
}
#top #lineup .latest-item .list .item-wrap .txt-wrap .name,
#item-list #lineup .latest-item .list .item-wrap .txt-wrap .name {
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  #top #lineup .latest-item .list .item-wrap .txt-wrap .name,
#item-list #lineup .latest-item .list .item-wrap .txt-wrap .name {
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  #top #lineup .latest-item .list .item-wrap .txt .logo,
#item-list #lineup .latest-item .list .item-wrap .txt .logo {
    position: absolute;
    right: 16px;
    top: 16px;
  }
}

@media screen and (max-width: 768px) {
  #item-list .exc-logo {
    text-align: center;
    position: static;
  }
}
#item-list #lineup .head-logo {
  text-align: center;
  margin-bottom: 16px;
}
#item-list #lineup .character-list {
  position: relative;
  margin-top: 96px;
}
#item-list #lineup .character-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.08;
  position: absolute;
  top: 0;
}
#item-list #lineup .character-list .list {
  margin-bottom: 0;
  padding-bottom: 0;
}
#item-list #lineup .character-list .list::after {
  display: none;
}

@media screen and (max-width: 768px) {
  #item-detail .exc-logo {
    text-align: center;
    position: static;
  }
}
#item-detail #detail .wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
#item-detail .grid {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  #item-detail .grid {
    display: block;
  }
}
#item-detail .col.visual {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #item-detail .col.visual {
    max-width: 480px;
    width: 100%;
    margin: 0 auto 0 25%;
  }
}
@media screen and (max-width: 768px) {
  #item-detail .col.visual {
    max-width: none;
    margin: 0 auto;
  }
}
#item-detail .col.visual .viewer {
  margin: 32px 32px 64px;
  padding-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  #item-detail .col.visual .viewer {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #item-detail .col.visual .viewer {
    margin: 0;
  }
}
#item-detail .col.visual .swiper-main {
  margin-bottom: 16px;
}
#item-detail .col.visual .swiper-thumb {
  max-width: 384px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #item-detail .col.visual .swiper-thumb {
    max-width: 264px;
  }
}
#item-detail .col.visual .swiper-thumb .swiper-slide {
  cursor: pointer;
}
#item-detail .col.visual .movie {
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 96px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #item-detail .col.visual .movie {
    width: calc(100% - 64px);
    padding: 48px 0 32px;
    margin-top: 48px;
  }
}
#item-detail .col.visual .movie::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.08;
  position: absolute;
  top: 0;
}
#item-detail .col.visual .movie .movie-wrap {
  aspect-ratio: 16/9;
  margin-top: 32px;
}
#item-detail .col.visual .movie .movie-wrap iframe {
  height: 100%;
  width: 100%;
}
#item-detail .col.visual .view360 {
  width: calc(100% - 64px);
  margin: 0 auto;
  padding: 96px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #item-detail .col.visual .view360 {
    width: calc(100% - 64px);
    padding: 48px 0 32px;
    margin-top: 48px;
  }
}
#item-detail .col.visual .view360::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.08;
  position: absolute;
  top: 0;
}
#item-detail .col.visual .view360 .image-wrap {
  margin-top: 32px;
}
#item-detail .col.visual .view360 .image-wrap p {
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.05em;
  padding-top: 24px;
}
#item-detail .col.product {
  width: 25%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  #item-detail .col.product {
    max-width: 480px;
    width: 100%;
    position: static;
    margin: 0 auto 0 25%;
  }
}
@media screen and (max-width: 768px) {
  #item-detail .col.product {
    max-width: none;
    margin: 0 auto;
  }
}
#item-detail .col.product .txt {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 32px;
  position: relative;
}
#item-detail .col.product .txt-wrap {
  width: 100%;
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
#item-detail .col.product .txt-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.08;
  position: absolute;
  bottom: 0;
}
#item-detail .col.product .txt-wrap .date {
  display: inline-block;
  color: #d3b13b;
  font-size: 1.4rem;
  text-align: center;
  background: #000;
  padding: 4px 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  #item-detail .col.product .txt-wrap .date {
    width: 100%;
  }
}
#item-detail .col.product .txt-wrap .exc {
  font-family: "Noto Serif JP";
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 4px;
}
@media screen and (max-width: 1023px) {
  #item-detail .col.product .txt-wrap .exc {
    text-align: center;
  }
}
#item-detail .col.product .txt-wrap .name {
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  #item-detail .col.product .txt-wrap .name {
    text-align: center;
  }
}
#item-detail .col.product .txt-info {
  width: 100%;
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
#item-detail .col.product .txt-info::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.08;
  position: absolute;
  bottom: 0;
}
#item-detail .col.product .txt-info ul {
  padding-bottom: 32px;
}
#item-detail .col.product .txt-info ul li {
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
}
#item-detail .col.product .txt-info ul li:not(:last-child) {
  padding-bottom: 8px;
}
#item-detail .col.product .txt-info ul li span {
  display: inline-block;
  width: 60px;
  font-weight: bold;
}
#item-detail .col.product .txt-link {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Noto Serif JP";
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
  padding: 12px;
  background: linear-gradient(to left, #80511a 0%, #f9e065 12.81%, #c39d3a 50%, #f9e065 88.35%, #865819 100%);
}
#item-detail .col.product .txt-copy .copyright {
  font-size: 1.2rem;
}
#item-detail .col.product .txt-copy .copyright img {
  vertical-align: middle;
}
#item-detail .sns {
  width: calc(50% - 64px);
  margin: 0 auto;
  padding: 96px 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #item-detail .sns {
    width: calc(100% - 64px);
    max-width: 480px;
    margin: 0 auto 0 25%;
  }
}
@media screen and (max-width: 768px) {
  #item-detail .sns {
    max-width: none;
    padding: 96px 0;
    margin: 0 auto;
  }
}
#item-detail .sns::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.08;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1023px) {
  #item-detail .sns::before {
    width: calc(100% - 64px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #item-detail .sns::before {
    width: 100%;
  }
}
#item-detail .sns .h3block {
  padding-bottom: 32px;
}
#item-detail .sns-list {
  display: flex;
  justify-content: center;
}
#item-detail .sns-item {
  margin: 8px;
}

footer {
  background: #f7f7f7;
  border-top: 4px solid #000;
  padding: 256px 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 176px 0;
  }
}
footer .inbox .logo1 {
  padding-top: 0;
  padding-bottom: 32px;
}
footer .inbox .logo2 {
  padding: 32px 0;
}
footer #copyright {
  padding-bottom: 0;
}
footer #copyright li:last-child {
  padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */