/* CSS Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, 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, article, aside, figure, footer, menu, nav, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

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

img, object, embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

:root {
  --px-8: 0.5rem;
  --px-10: 0.625rem;
  --px-12: 0.75rem;
  --px-14: 0.875rem;
  --px-16: 1rem;
  --px-18: 1.125rem;
  --px-20: 1.25rem;
  --px-24: 1.5rem;
  --px-28: 1.75rem;
  --px-32: 2rem;
  --px-40: 2.5rem;
  --px-48: 3rem;
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  width: 100%;
}

main {
  width: 100%;
}

/***common***/
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .pcv {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spv {
    display: none !important;
  }
}
[class$="--wrap"] {
  max-width: 954px;
  width: 100%;
  margin: auto;
  position: relative;
}

[class$="--text"] {
  max-width: 700px;
  width: 80%;
  margin: auto;
  position: relative;
}

p {
  line-height: 2;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
}

.note {
  font-size: 0.8em;
}

figure {
  margin-bottom: 1em;
}

.align-c {
  text-align: center !important;
}

/***Button***/
.linkBtn {
  margin: 1rem auto;
}
.linkBtn a {
  background: #cb0011;
  font-size: 0.8125rem;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 11.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 0.9375rem;
}
.linkBtn.comingsoon a {
  background-color: #808080;
}

/***thumbnail-list Color***/
.thumbnail-list {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}
.thumbnail-list .thumbnail-current span {
  border-color: #cb0011 !important;
}
.thumbnail-list span {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  /*margin: 0 5px;*/
}
.thumbnail-list .bk span {
  background: #000000;
  border-color: #000000;
}
.thumbnail-list .gry span {
  background: #cbcac6;
  border-color: #cbcac6;
}
.thumbnail-list .kh span {
  background: #866e4c;
  border-color: #866e4c;
}
.thumbnail-list .nv span {
  background: #203a58;
  border-color: #203a58;
}
.thumbnail-list .wh span {
  background: #f5f4f0;
  border-color: #000000;
}

@media (min-width: 769px) {
  .thumbnail-list {
    gap: 0.5rem;
  }
  .thumbnail-list span {
    width: 1.4rem;
    height: 1.4rem;
  }
}
/*=====================
header
=====================*/
header {
  /*opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease,
    visibility 0.5s;*/
  position: fixed;
  width: 100%;
  height: 38px;
  background: none;
  z-index: 99999;
  margin-top: 10px;
  padding: 0 10px;
}
header .logo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
header .logo img {
  width: auto;
  height: 38px;
}
header .headBtn {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  margin: 0 0;
}
header .headBtn a {
  display: block;
  background: #dd1212;
  height: 1.875rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.875rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 0.9375rem;
}
header.-scroll {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 769px) {
  header .logo {
    left: 0;
  }
  header .headBtn {
    right: 0;
  }
}
/*=====================
mv
=====================*/
.mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 428/613;
  z-index: 999;
}
.mv picture img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .mv {
    aspect-ratio: 1280/867;
  }
}
/*=====================
about
=====================*/
.about {
  margin-bottom: 8rem;
}
.about .logo-old {
  max-width: 400px;
  width: 60%;
  margin: 6rem auto 3rem;
  display: block;
}
.about--text p {
  margin-bottom: 1em;
}

.contents {
  margin-bottom: 8rem;
}
.contents--img {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 2rem;
}
.contents--img img {
  margin-bottom: 5px;
}
.contents--img img:last-child {
  margin-bottom: 0;
}

/*=====================
lineup
=====================*/
.lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
  margin: 1rem;
}
.lineup--cont {
  width: 49%;
  margin-bottom: 3rem;
}
.lineup--cont .slide-box .thumbnail-list {
  margin-top: 1rem;
}
.lineup--cont .detail-box {
  width: 88%;
  margin: 1rem auto 0;
  text-align: center;
}
.lineup--cont .detail-box h3 {
  font-size: 1.3125rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.lineup--cont .detail-box p {
  font-size: 0.8125rem;
  font-weight: 700;
}
.lineup--cont .detail-box p span {
  font-size: 0.8em;
  font-weight: 700;
}

@media (min-width: 769px) {
  .lineup {
    margin: 0;
  }
  .lineup--cont {
    width: 32%;
  }
}
.bottom {
  margin-bottom: 10rem;
}
.bottom .linkBtn a {
  font-size: 1rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
}

/*=====================
footer
=====================*/
footer {
  background: #efefef;
  padding: 30px 0;
}
footer .fLogo {
  width: 78px;
  height: auto;
  margin: 0 auto 23px;
}
footer .fLogo img {
  width: 100%;
}
footer .fText {
  color: #838383;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.77;
  margin: 0 40px;
}/*# sourceMappingURL=style.css.map */