@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

/*===================================================
  RESET
====================================================*/
* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
html,
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,
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;
  background: transparent;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
  transition: 0.5s ease;
}
input,
select {
  vertical-align: middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
  width: 100%;
  vertical-align: bottom;
  line-height: 1;
}
.fa,
.fas {
  display: inline;
}
.mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #4c4c4c;
}

.mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*===================================================
  FRAME
====================================================*/
html {
  background: #bb360c;
  font-size: clamp(14px, 1.1vw, 1.8vh);
}
body {
  height: auto;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
section {
  position: relative;
  z-index: 1;
  padding: 8.5rem 0;
}
section .inBox {
  margin: 0 auto;
  box-sizing: border-box;
  width: 88%;
  position: relative;
  z-index: 1;
  max-width: 90rem;
}

/* FRAME 769 */
@media screen and (max-width: 960px) {
  section {
    padding: 3.5rem 0;
  }
  section .inBox {
    padding: 0 5.5%;
    width: 100%;
  }
}

/* FRAME min 770 */
@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

/* FRAME max 769 */
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

/*===================================================
  TEXT
====================================================*/
h3 {
  font-size: 300%;
  line-height: 1em;
}
h4 {
  font-size: 200%;
  line-height: 1em;
}

.section_tit {
  font-size: 6rem;
  font-family: jost;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
}

.cautionList {
}
.cautionList li {
  font-size: 0.85rem;
  line-height: 1.5em;
  padding: 0 0 0 1em;
  margin: 0 0 0.3em;
  position: relative;
}
.cautionList li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.cautionList li.attention:before {
  content: "※";
}

.cautionList li:last-child {
  margin: 0;
}

/* BASE min 770 */
@media screen and (min-width: 960px) {
  .accordionList .accordionTit:hover {
    background: #ccc;
  }
}
/* BASE max 769 */
@media screen and (max-width: 960px) {
  .section_tit {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }

  h3 {
    font-size: min(7vw, 28px);
  }
  h4 {
    font-size: min(calc(56 / 769 * 100vw), 200%);
  }

  .cautionList li {
    font-size: 0.8rem;
  }
  .accordionList .accordionDetail {
    padding: 20px;
  }
}

/*===================================================
  BUTTON
====================================================*/

.innerLink {
  text-decoration: underline;
}
.btn a {
  display: block;
  background: #ddd;
  text-align: center;
  padding: 25px;
  font-size: 1.2rem;
  width: 30rem;
  margin: 0 auto;
  position: relative;
}
.posBtn a {
  background: #d2b015;
  color: #021228;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  margin: 0 0 0 auto;
  max-width: 25rem;
}
.negBtn a {
  background: transparent;
  border: 4px solid;
  box-sizing: border-box;
  padding: 1.2em;
  font-weight: 700;
}
.btn a span {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 7%;
  height: 20px;
  transition: transform 0.5s ease;
}
.btn a span:before {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 100%;
  height: 0;
  border: 1px solid;
  transform: translate(0, -50%);
}
.btn a span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  transform: translate(0, -50%) rotate(45deg);
  border-right: 2px solid;
  border-top: 2px solid;
}

.floatBtn {
  transition: 0.5s ease;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
}
.floating .floatBtn {
  opacity: 1;
  pointer-events: auto;
}
.floatBtn a {
  width: 15rem;
  font-size: 100%;
  padding: 1.25em;
  text-align: left;
  font-weight: bold;
  border: 1px solid;
  position: relative;
  background: #d2b015;
  color: #021228;
}

/* btn 770 */
@media screen and (min-width: 960px) {
  a:hover {
    opacity: 0.7;
    color: #ff6e6e;
  }
  .posBtn a:hover {
    opacity: 1;
    color: #fff;
    background: #dc400f;
  }
  .negBtn a:hover {
    background: #dc400f;
    opacity: 1;
    color: #fff;
  }
  .floatBtn a:hover {
    opacity: 1;
    color: #fff;
    background: #dc400f;
  }
  .btn a:hover span {
    transform: translate(10px, -50%);
  }
}
/* btn 769 */
@media screen and (max-width: 960px) {
  .btn a {
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    padding: 1.7rem;
  }
  .negBtn a span {
    width: 20px;
  }
  .floatBtn a {
    width: 160px;
    font-size: 13px;
    padding: 12px 17px;
  }
}
/*===================================================
  OP:LOADER
====================================================*/
.loader {
  position: fixed;
  height: 150vh;
  width: 100%;
  background: #000;
  z-index: 9999;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*===================================================
  BG
====================================================*/
.contentsWrap {
  position: relative;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.logo_scroll {
  background: url(/static/kobukuro/official/feature/kobukuroad9/images/ph_logo_scrl_Zb2s8HGz.png);
  background-repeat: repeat-x;
  background-position: 0 0%;
  background-size: 90vw;
  animation: bgscroll 20s linear infinite;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 10vw;
}
@keyframes bgscroll {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: -90vw 0%;
  }
}

.headerFix .bg.bg01 img {
}

.headerFix .bg.bg01:after {
}

@media screen and (max-width: 960px) {
  .logo_scroll {
    background-size: 140vw;
    height: 14vw;
  }
  @keyframes bgscroll {
    0% {
      background-position: 0 0%;
    }
    100% {
      background-position: -140vw 0%;
    }
  }
}

/*===================================================
  OP:DETAIL
====================================================*/
.op_detail {
}
.op_detail .detailList {
  display: flex;
  border-bottom: 1px solid;
  padding: 1.7rem 0;
  align-items: stretch;
  font-weight: 600;
}
.op_detail .detailList:first-child {
  border-top: 1px solid;
}
.op_detail .detailList:last-child {
  margin: 0;
}
.op_detail .detailList dt {
  width: 20%;
  padding: 0 1.5rem 0 0;
  display: flex;
  align-items: center;
  line-height: 1.6em;
}
.op_detail .detailList dt:before {
}
.op_detail .detailList dd {
  width: 80%;
  position: relative;
  padding: 0 0 0 2rem;
  display: flex;
  align-items: center;
}
.op_detail .detailList dd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid;
}
.op_detail .detailList dd > * {
  margin-bottom: 20px;
}
.op_detail .detailList dd > *:last-child {
  margin-bottom: 0;
}
.op_detail .detailList dd .detailInner {
  width: 100%;
}
.op_detail .detailList dd .detailInner > * {
  margin-bottom: 10px;
}
.op_detail .detailList dd .detailInner > *:last-child {
  margin-bottom: 0;
}

/* op detail 769 */
@media screen and (max-width: 960px) {
  .op_detail .detailList {
    display: block;
    padding: 1.3rem 0;
  }
  .op_detail .detailList dt {
    width: 100%;
    padding: 0;
    margin: 0 0 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #d2b015;
  }
  .op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .op_detail .detailList dd:before {
    content: none;
  }
  .op_detail .detailList dd .detailInner {
    font-size: 0.9rem;
  }
}

/*===================================================
  VISUAL
====================================================*/
.heroView {
  overflow: hidden;
  position: relative;
  transition: 0.5s ease;
}
.heroView .action {
  transition: 0.5s ease;
}

.loaded .heroView .action {
}

.heroView .visualTit {
  padding: 4rem 5% 0;
  position: relative;
  z-index: 2;
}

.heroView_inner {
  width: 100%;
  transition: 0.5s;
}
.headerFix .heroView_inner {
}

.mainview {
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 0 100%);
  transition: 0.5s ease 1s;
  z-index: 0;
  position: relative;
}
.loaded .mainview {
  clip-path: inset(0 0 0 0);
}
.mainview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 80%;
}

.heroView .visualTit h2 {
  line-height: 0;
  width: 65%;
  margin-bottom: 1.5rem;
}
.heroView .visualTit .logo_lead {
  width: 46%;
  line-height: 0;
}

.fv_wrap {
  position: relative;
  margin-top: -6vw;
}

.fv_parts {
  position: absolute;
  width: 100%;
  height: 18vw;
  top: 0;
  right: 0;
  transform-origin: bottom left;
  background: #bb360c;
  z-index: 1;
  transform: skewY(-10deg);
}
.fv_parts.fv_parts_2 {
  top: auto;
  right: auto;
  bottom: 0;
  right: 0;
  transform-origin: top right;
}

/* act3 =================================*/
.heroView .act3 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  clip-path: inset(0 0 0 100%);
  transition: 0.5s ease 1.5s;
  z-index: 1;
}
.heroView .act3 .txt {
  font-size: 1.75vw;
  font-weight: 500;
  line-height: 1.6em;
  text-align: right;
}
.heroView .act3 .txt span {
  background: #fff;
  color: #022e84;
  font-weight: 600;
}
.loaded .heroView .act3 {
  clip-path: inset(0 0 0 0);
}

/* act4 =================================*/

.heroView .act4 {
  position: fixed;
  width: 5px;
  height: calc(100% - 80px);
  background: #fff;
  top: 40px;
  left: 40px;
  border-left: 5px solid;
  transition-delay: 2s;
}
.loaded .heroView .act4 {
  height: 60%;
}
/* act5 =================================*/
.heroView .act5 {
  position: fixed;
  width: calc(100% - 80px);
  height: 5px;
  background: #fff;
  bottom: 40px;
  right: 40px;
  transition-delay: 2s;
}
.loaded .heroView .act5 {
  width: 30%;
}

/* act6 =================================*/
.heroView .act6 {
  position: fixed;
  width: 5px;
  height: calc(100% - 80px);
  background: #fff;
  bottom: 40px;
  right: 40px;
  transition-delay: 2s;
}
.loaded .heroView .act6 {
  height: 40%;
}

/* act7 =================================*/
.heroView .act7 {
  position: fixed;
  width: calc(100% - 80px);
  height: 5px;
  background: #fff;
  top: 40px;
  left: 40px;
  transition-delay: 2s;
}
.loaded .heroView .act7 {
  width: 10%;
}

/* VISUAL max 769 */
@media screen and (max-width: 960px) {
  .heroView .act2 {
  }

  .heroView .visualTit h2 {
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .heroView .visualTit .logo_lead {
    width: 77%;
    line-height: 0;
  }

  .heroView .visualTit {
    padding: 3rem 5.5% 4rem;
  }
}

/*===================================================
  SCROLLDOWN
====================================================*/
.scrollarrow {
  opacity: 0;
  transition: 0.5s 1.7s;
  position: relative;
}

.loaded .scrollarrow {
  opacity: 1;
}

.scrollarrow::before {
  content: "";
  width: 2px;
  height: 6rem;
  position: absolute;
  left: 0;
  bottom: -8rem;
  z-index: 1;
  background: #ffffff;
  animation: scrollarrow 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}
@keyframes scrollarrow {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  25% {
    clip-path: inset(0 0 0 0);
  }
  75% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(100% 0 0 0);
  }
}

.scrollarrow::after {
  content: "SCROLL";
  font-size: 1rem;
  position: absolute;
  bottom: -2.9rem;
  left: 1em;
  font-family: "Jost";
  line-height: 1;
  font-style: italic;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .scrollarrow::before {
    height: 4rem;
    bottom: -5rem;
  }

  .scrollarrow::after {
    bottom: -1.9rem;
    font-size: 0.8rem;
  }
}

/*===================================================
  leadBox
====================================================*/

section.leadBox {
  padding-top: 0;
  text-align: right;
  margin-top: -4vw;
}

.leadBox .inBox {
}

.inBox.leadArea {
  transition: 0.7s cubic-bezier(0.67, 0.15, 0.25, 1) 0.2s;
}
.loaded .inBox.leadArea.started {
}

.leadArea .tit {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  line-height: 1.9;
  font-weight: bold;
}

.leadArea .txt {
  line-height: 2.2;
  font-size: 1rem;
  word-break: auto-phrase;
}

.presaleArea h3 {
  font-size: 2.5rem;
  margin: 0 0 0.75em;
  font-weight: 600;
  line-height: 0.8;
  font-family: "Jost";
}
.presaleArea .subTit {
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 0 0.4em;
  line-height: 1em;
  color: #dc400f;
}
.presaleArea .period {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  margin: 0 0 0.75em;
}
.presaleArea .cap {
  margin: 0 0 2rem;
  font-size: 0.85em;
}

/* leadBox max 769 */
@media screen and (max-width: 960px) {
  section.leadBox {
    text-align: left;
    margin-top: 0vw;
  }

  section.leadBox .section_tit {
    text-align: right;
  }

  section .inBox.leadArea {
    padding-top: 0;
  }

  .leadBox {
  }
  .leadBox .inBox {
  }
  .leadArea .tit {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
  }

  .leadArea .txt {
    line-height: 1.8;
    font-size: 0.85rem;
    font-weight: 500;
  }

  .leadArea .txt span {
    padding: 10px 0 0;
    line-height: 1.7;
  }
  .js-item .inBox {
    padding: 0 40px;
  }
}

/*===================================================
  preSaleBox
====================================================*/
section.saleBox {
  position: relative;
  padding-top: 16vw;
}
section.saleBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3vw;
  right: 0;
  transform-origin: top right;
  background: #021228;
  z-index: 1;
  transform: skewY(-10deg);
}

.inBox.mov_box {
  width: 54%;
  margin: 0;
  padding-right: 5%;
}
.inBox.presaleArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.inBox.presaleArea .presaleDetail {
  width: 36%;
  text-align: right;
}

.inBox.presaleArea .mov_box {
  width: 60%;
}

.preSaleBox {
  background: #fff;
}
.preSaleBox .inBox {
  padding: 0;
}

.preSaleBox .presaleDetail {
  background: #fff;
  color: #000;
  padding: 100px 40px;
  text-align: center;
}
.preSaleBox .inBox h3 {
  font-weight: 700;
  font-size: 380%;
  margin: 0 0 10px;
}
.preSaleBox .inBox .subTit {
  font-size: 220%;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
  line-height: 1em;
}
.preSaleBox .inBox .period {
  font-size: 140%;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin: 0 0 40px;
}
.preSaleBox .inBox .cap {
  margin: 0 0 20px;
}

/* preSaleBox max 769 */
@media screen and (max-width: 960px) {
  section.saleBox {
    position: relative;
    padding-top: 25vw;
  }

  .inBox.presaleArea .presaleDetail {
    width: 100%;
    text-align: right;
    margin-bottom: 2.5rem;
  }

  .inBox.presaleArea .mov_box {
    width: 100%;
  }

  .inBox.presaleArea {
    width: 100%;
    flex-flow: column;
  }
  .inBox.presaleArea.presaleArea_solo {
    min-width: auto;
    width: 100%;
  }

  .inBox.mov_box {
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .presaleArea h3 {
    font-size: min(8.75vw, 2em);
    margin-bottom: 20px;
  }
  .presaleArea .subTit {
    font-size: 0.95rem;
    margin: 0 0 0.5rem;
  }
  .presaleArea .period {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .presaleArea .cap {
    font-size: 0.85em;
    line-height: 1.7em;
    font-weight: 500;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

/*===================================================
  historyBox
====================================================*/
.historyBox {
  background: #021228;
  padding-top: 0;
}
.historyBox .inBox {
}
.historyBox .historyClumn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.historyBox .historyClumn dt {
  width: 56%;
}
.historyBox .historyClumn h3 {
  margin: 0 0 2rem;
}
.historyBox .historyClumn .txt {
  margin: 0 0 3rem;
  line-height: 2em;
  word-break: auto-phrase;
}
.historyBox .historyClumn .negBtn a {
  margin: 0;
}
.historyBox .historyClumn dd {
  width: 40%;
}

/* historyBox min 770 */
@media screen and (min-width: 960px) {
  .historyBox .historyClumn dt .thumb {
    display: none;
  }
}

/* historyBox max 769 */
@media screen and (max-width: 960px) {
  .historyBox .historyClumn {
    display: block;
  }
  .historyBox .historyClumn h3 {
    margin: 0 0 1rem;
    font-size: 1.8rem;
  }

  .historyBox .historyClumn dt {
    width: 100%;
  }
  .historyBox .historyClumn dd {
    display: none;
  }
  .historyBox .historyClumn .txt {
    margin: 0 0 2rem;
    font-size: 0.9rem;
  }
  .historyBox .historyClumn .thumb {
    width: 80%;
    margin: 0 auto 2rem;
    max-width: 30rem;
  }
  .historyBox .historyClumn .negBtn a {
    width: 100%;
    font-size: 100%;
    line-height: 1.5em;
    padding: 1.2rem;
    border-width: 3px;
    max-width: 25rem;
    margin: 0 auto;
  }
}
/*===================================================
  trackBox
====================================================*/
.trackBox {
  overflow: hidden;
  z-index: 0;
  padding: 0;
}

.trackBox .inBox {
  padding: 8.5rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.track2Box {
  background: #021228;
}

.trackTitBlock .section_tit {
  margin-bottom: 0;
}

.inBox_track {
  margin: 0 auto;
}

.picture_list .slick-slide {
  width: 30vw;
  line-height: 0;
}

.trackBox .trackNum {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 0 0 3rem;
  font-weight: 600;
}

.trackBox .trackDate {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 0.25em;
  font-family: "Jost";
  letter-spacing: 0.1em;
  color: #d2b015;
  font-style: italic;
  line-height: 1;
}

.trackBox .trackTit {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem;
  line-height: 1.5;
}
.trackBox .trackLead {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.7;
}

.trackBox .trackTitBlock {
  width: 58%;
  border-right: 1px solid #ffffff57;
  padding-right: 3%;
}

.trackBox .trackListBlock {
  width: 38%;
}

.trackBox .trackListBlock ul {
  margin: 0 0 1.5rem;
  column-count: 2;
}
.trackBox .trackListBlock ul.colsingle {
  column-count: 1;
}

.trackBox .trackListBlock ul li {
  margin: 0 0 0.5rem;
  display: flex;
  align-items: baseline;
  break-inside: avoid;
}

.trackBox .trackListBlock ul li.list_ruby {
  margin-top: -8px;
}

.trackBox .trackListBlock ul li:last-child {
  margin: 0;
}
.trackBox .trackListBlock ul li .num {
  width: 3rem;
  display: inline-block;
  color: #d2b015;
  font-size: 0.85em;
}

.picture_space {
  width: 100%;
}

.picture {
}
.picture img {
}
.picture_list {
}
.picture_space {
}

/* trackBox max 769 */
@media screen and (max-width: 960px) {
  .trackBox {
    padding: 0;
  }

  .trackBox .inBox {
    padding: 3.5rem 5.5%;
  }
  .picture_list .slick-slide {
    width: 60vw;
  }

  .trackBox .trackTitBlock {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 1.5rem;
  }

  .trackBox .trackNum {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }

  .trackBox .trackDate {
    font-size: 1.2rem;
  }
  .trackBox .trackTit {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
  }
  .trackBox .trackLead {
    font-size: 0.85rem;
  }
  .trackBox .trackListBlock {
    display: block;
    width: 100%;
  }
  .trackBox .trackListBlock ul {
    margin-bottom: 1rem;
    column-count: 1;
  }
  .trackBox .trackListBlock ul li {
    line-height: 1.4;
    display: flex;
    font-size: 0.9rem;
  }
  .track_desc {
    font-size: 0.85rem;
  }

  .trackBox .pic01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 33%;
  }
  .trackBox .pic02 {
    top: 33%;
    left: 0;
    width: 100%;
    height: 34%;
  }
  .trackBox .pic03 {
    top: 67%;
    left: 0;
    width: 100%;
    height: 33%;
  }
  .trackBox .pic04 {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
  }
  .trackBox .pic05 {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
  }
  .trackBox .pic06 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/*===================================================
  productDetailBox
====================================================*/
.productDetailBox {
  background: #021228;
}
.productDetailBox .inBox {
}
.productDetailBox h3 {
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
  font-size: 130%;
}
.productDetailBox .productName {
  font-weight: 700;
  font-size: 4rem;
  margin: 0 0 3rem;
  line-height: 1em;
  font-family: "Jost";
}

/* productDetailBox max 769 */
@media screen and (max-width: 960px) {
  .productDetailBox h3 {
    margin: 0 0 0.6rem;
    font-size: 1.1rem;
  }
  .productDetailBox .productName {
    font-size: 200%;
    margin: 0 0 2rem;
  }
}

/*===================================================
  saleDetailBox
====================================================*/
.saleDetailBox {
  color: #fff;
}
.saleDetailBox .inBox {
}
.saleDetailBox h3 {
  letter-spacing: 0.1em;
  margin: 0 0 40px;
  font-size: 200%;
}
.saleDetailBox .productName {
  font-weight: 700;
  font-size: 300%;
  margin: 0 0 40px;
  line-height: 1em;
}

/* saleDetailBox max 769 */
@media screen and (max-width: 960px) {
  .saleDetailBox h3 {
    margin: 0 0 20px;
    font-size: 120%;
  }
}

/*===================================================
  fansiteBox
====================================================*/
.fansiteBox {
  background: #fff;
  color: #000;
}
.fansiteBox .inBox {
}
.fansiteBox h3 {
  width: 80%;
  margin: 0 auto 3rem;
  max-width: 28rem;
}
.fansiteBox .txt {
  text-align: center;
  margin-bottom: 3rem;
}
.fansiteBox .btnList {
  display: flex;
  justify-content: center;
  margin: 0 auto 5rem;
}
.fansiteBox .btnList li {
  line-height: 0;
  width: 20rem;
  padding: 0 0.8rem;
}
.fansiteBox .btnList li a {
  display: block;
  padding: 1.8rem 4rem;
  border-radius: 1rem;
}
.fansiteBox .btnList li a.team {
  background: #184db1;
}
.fansiteBox .btnList li a.class {
  background: #3db7e4;
}
.fansiteBox .footerMenu {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.fansiteBox .footerMenu li {
  margin-right: 20px;
  border-right: 1px solid;
  padding-right: 20px;
  line-height: 1em;
}
.fansiteBox .footerMenu li a {
  font-size: 80%;
}
.fansiteBox .footerMenu li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.fansiteBox .credit {
  text-align: center;
  font-size: 70%;
}

/* fansiteBox max 769 */
@media screen and (max-width: 960px) {
  .fansiteBox {
    padding-bottom: 5rem;
  }

  .fansiteBox h3 {
    width: 80%;
    margin: 0 auto 3rem;
  }
  .fansiteBox .txt {
    text-align: left;
  }

  .fansiteBox .btnList li a {
    padding: 1.5rem 2rem;
    border-radius: 0.8rem;
  }
  .fansiteBox .footerMenu {
    display: block;
  }
  .fansiteBox .footerMenu li {
    margin-right: 0;
    border-right: none;
    margin-bottom: 10px;
  }

  .fansiteBox .credit {
    text-align: left;
    font-size: 60%;
  }
}
