@charset "UTF-8";
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/* mediaquery */
/* color */
/* font */
/*line-height*/
/* 無限スクロールアニメーション */
.scroll-container {
  overflow: hidden;
  width: 100%;
}

.scroll-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.scroll-track .img {
  flex-shrink: 0;
  width: 80px;
  margin-right: 24px;
}
.scroll-track .img img {
  display: block;
  width: 100%;
  height: auto;
}

.scroll-left .scroll-track {
  animation: scroll-left 5s linear infinite;
}

.scroll-right .scroll-track {
  animation: scroll-right 5s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*---------------------------------------------------------------
common
-------------------------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

i {
  margin: auto 20px;
}

.wf-loading {
  opacity: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 2.7vw;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: clamp(10px, 1vw, 16px);
  }
}

:target {
  scroll-margin-top: 50px;
}

body {
  color: #4971a8;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-justify: inter-ideograph;
  position: relative;
}

a,
a:hover,
a:visited {
  color: #4971a8;
  text-decoration: none;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

video {
  display: block;
}

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

.sp_none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp_none {
    display: block;
  }
}

/*---------------------------------------------------------------
btn
-------------------------------------------------------------- */
.btn {
  width: 100%;
  margin: 2rem auto;
  padding: 0.8rem 2.4rem 0.8rem 3.2rem;
  background: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: solid 1px #4971a8;
  border-radius: 100vh;
}
.btn:after {
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
  display: inline-block;
}
.btn:hover {
  background: #4971a8;
  color: #fff;
}

.buy {
  width: 100%;
  margin: 1.6rem auto 0;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: solid 2px #4971a8;
  border-radius: 100vh;
  background: #fff;
}
.buy:before {
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined";
  content: "\e8cc";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
.buy:hover {
  background: #4971a8;
  color: #fff;
}

/*---------------------------------------------------------------
credit
-------------------------------------------------------------- */
.credit {
  line-height: 1;
}
.credit .name {
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  line-height: 1.3;
}
.credit .price {
  font-size: 1.4rem;
  font-weight: 700;
}
.credit .price span {
  margin-left: 0.2rem;
  font-size: 1rem;
}
.credit .size {
  font-size: 1.1rem;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
}

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

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  flex-direction: column;
  display: none;
}

#loading .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #4971a8;
}

#loading .photos {
  position: relative;
  width: 18rem;
  height: 12rem;
}

#loading .photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
}

section {
  padding-bottom: 16rem;
}
@media screen and (min-width: 768px) {
  section {
    padding-top: 3.2rem;
    padding-bottom: 24rem;
  }
}

article {
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 768px) {
  article {
    margin-bottom: 11.2rem;
  }
}

.texture {
  position: absolute;
  top: -12.8rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/noise.webp) repeat;
  background-size: 100px;
  mix-blend-mode: multiply;
  /* 透け感や合成効果 */
  pointer-events: none;
  z-index: 1;
  opacity: 0.2;
}

/* PHOTOGRAPHモーダル */
#wrapper {
  position: relative;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999;
  flex-direction: row;
}

.modal.show {
  display: flex;
}

.modal img {
  max-width: 90%;
  max-height: 90%;
}
@media screen and (min-width: 768px) {
  .modal img {
    max-width: 60rem;
  }
}

.modal .close,
.modal .prev,
.modal .next {
  position: absolute;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 999;
}

.modal .close {
  top: 20px;
  right: 30px;
}

.modal .prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.modal .next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.modal-img {
  max-width: 90%;
  max-height: 90%;
  position: relative;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.modal-img.slide-left {
  transform: translateX(-100%);
  opacity: 0;
}

.modal-img.slide-right {
  transform: translateX(100%);
  opacity: 0;
}

.modal-img.show {
  transform: translateX(0);
  opacity: 1;
}

/* ---------- 自動横スクロール ---------- */
.auto_scroll {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  display: block;
}
.auto_scroll .auto_scroll_inner {
  display: flex;
  white-space: nowrap;
}
.auto_scroll .auto_scroll_inner li {
  padding: 0 2rem;
  flex-shrink: 0;
  line-height: 1;
}

/*-------------------------------
header_area
--------------------------------- */
/*---------------------------------------------------------------
navi
-------------------------------------------------------------- */
/*-------------------------------
main_area
--------------------------------- */
section.main_area {
  width: 100%;
  position: relative;
  z-index: 1;
  transform: translateZ(0);
  padding-top: 0;
  padding-bottom: 0;
}
section.main_area .row {
  display: flex;
  gap: 0;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
section.main_area .row img {
  width: auto;
  /* SP: 1.5枚表示 */
  height: 25dvh;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  backface-visibility: hidden;
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 24rem;
}

.content {
  margin-top: 100vh;
  position: relative;
  z-index: 3;
}

/*-------------------------------
lead_area
--------------------------------- */
section.lead_area {
  width: 100%;
  margin: 0 auto;
  background: #e83541;
  color: #fff;
  position: relative;
}
section.lead_area svg {
  width: 100%;
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  fill: #e83541;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.lead_area svg {
    height: 12.8rem;
    width: 100%;
  }
}
section.lead_area .deco_1 {
  width: 7.2rem;
  position: absolute;
  top: -12rem;
  right: 2.4rem;
  transform: rotate(15deg);
}
@media screen and (min-width: 768px) {
  section.lead_area .deco_1 {
    width: 10.8rem;
    top: -18rem;
    right: 3.6rem;
  }
}
section.lead_area .deco_2 {
  width: 7.2rem;
  position: absolute;
  top: -8rem;
  right: 11.2rem;
  transform: rotate(-6deg);
}
@media screen and (min-width: 768px) {
  section.lead_area .deco_2 {
    width: 10.8rem;
    top: -12rem;
    right: 16.8rem;
  }
}
section.lead_area .texture {
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
section.lead_area .inner {
  margin: 0 auto;
  padding: 0 1.6rem;
  position: relative;
  z-index: 2;
  /* ---------- 発売日 ---------- */
  /* ---------- pagenavi ---------- */
}
@media screen and (min-width: 768px) {
  section.lead_area .inner {
    max-width: 1440px;
    padding: 0 8.8rem;
    text-align: center;
  }
}
section.lead_area .inner .title {
  margin-bottom: 2.4rem;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.lead_area .inner .title {
    font-size: 2.2rem;
  }
}
section.lead_area .inner .lead {
  margin-bottom: 2.4rem;
  font-size: 1.2rem;
  text-align: center;
}
section.lead_area .inner .onsale {
  margin: 3.2rem auto;
  padding: 1.6rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: dotted 1px #fff;
  border-bottom: dotted 1px #fff;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  line-height: 1;
  max-width: 40rem;
}
section.lead_area .inner .onsale .title {
  margin: 0 1.6rem 0 0;
  padding: 0;
}
section.lead_area .inner .onsale .title span {
  padding: 0.4rem 1.6rem;
  font-size: 1.4rem;
  background: #4971a8;
  border-radius: 100vh;
  display: inline-block;
}
section.lead_area .inner .onsale .date {
  font-size: 2.4rem;
  line-height: 1;
}
section.lead_area .inner .onsale .date span {
  margin-left: 0.8rem;
  font-size: 1.6rem;
}
section.lead_area .inner .auto_scroll {
  padding: 2.4rem 0;
}
section.lead_area .inner .auto_scroll .auto_scroll_inner {
  font-size: 4.8rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
section.lead_area .inner .navi {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 2.4rem;
}
section.lead_area .inner .navi h2 {
  text-align: center;
  line-height: 1;
}
section.lead_area .inner .navi h2 .en {
  font-size: 3.2rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
section.lead_area .inner .navi h2 .en span {
  margin-top: 1.6rem;
  font-size: 2rem;
  font-weight: 300;
  display: block;
}
section.lead_area .inner .navi h2 .en span .hatena {
  margin-left: 0.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  display: inline-block;
}
section.lead_area .inner .navi h2 .jp {
  margin: 4rem 0 6.4rem;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid;
  position: relative;
  display: inline-block;
}
section.lead_area .inner .navi h2 .jp:before, section.lead_area .inner .navi h2 .jp:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: "";
  height: 0;
  width: 0;
}
section.lead_area .inner .navi h2 .jp:before {
  border: 16px solid;
  border-color: transparent;
  border-top-color: #fff;
  margin-left: -16px;
}
section.lead_area .inner .navi h2 .jp:after {
  border: 14px solid;
  border-color: transparent;
  border-top-color: #e83541;
  margin-left: -14px;
}
section.lead_area .inner .navi ul {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 768px) {
  section.lead_area .inner .navi ul {
    max-width: 64rem;
    margin: 0 auto;
  }
}
section.lead_area .inner .navi ul li {
  width: 51%;
  text-align: center;
  border: solid 1px #4971a8;
}
section.lead_area .inner .navi ul li a {
  padding: 1.6rem;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  section.lead_area .inner .navi ul li a {
    padding: 1.6rem 2.4rem;
    display: flex;
    align-items: center;
  }
}
section.lead_area .inner .navi ul li a .type {
  padding: 0.2rem 0.8rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: #4971a8;
  display: inline-block;
  position: absolute;
  left: 1.6rem;
  top: -1rem;
}
section.lead_area .inner .navi ul li a .type span {
  font-size: 2rem;
  margin-left: 0.4rem;
}
section.lead_area .inner .navi ul li a figure {
  margin: 1.6rem 0;
  padding: 0 1.6rem;
}
@media screen and (min-width: 768px) {
  section.lead_area .inner .navi ul li a figure {
    width: 8rem;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  section.lead_area .inner .navi ul li a .box {
    margin-left: 1.6rem;
    text-align: left;
  }
}
section.lead_area .inner .navi ul li a .box .name_en {
  font-size: 1.8rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
section.lead_area .inner .navi ul li a .box .name_en span {
  font-size: 2.4rem;
  display: block;
}
@media screen and (min-width: 768px) {
  section.lead_area .inner .navi ul li a .box .name_en span {
    margin-right: 0.4rem;
    font-size: 1.8rem;
    display: inline;
  }
}
section.lead_area .inner .navi ul li a .box .name_jp {
  margin-top: 0.4rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
section.lead_area .inner .navi ul li:nth-child(1) {
  background: #f0d8e7;
}
section.lead_area .inner .navi ul li:nth-child(2) {
  margin-left: -0.1rem;
  background: #f9c18f;
}

/*-------------------------------
item_area
--------------------------------- */
/* film */
section.item_area.film {
  background: url(../images/shape_1.webp) no-repeat right -2.4rem top 10rem/12rem 12rem, url(../images/shape_3.webp) no-repeat left -2.4rem top 70rem/13rem 7.4rem, url(../images/shape_2.webp) no-repeat right -2.4rem top 130rem/10rem 10rem, url(../images/shape_7.webp) no-repeat left -2.4rem top 190rem/20rem 4.8rem, url(../images/shape_5.webp) no-repeat right -2.4rem top 250rem/10rem 10rem, url(../images/shape_6.webp) no-repeat left -2.4rem top 320rem/10rem 6.7rem, url(../images/shape_4.webp) no-repeat right -2.4rem top 380rem/10rem 11.9rem, #f0d8e7;
}
@media screen and (min-width: 768px) {
  section.item_area.film {
    background: url(../images/shape_1.webp) no-repeat right -2.4rem top 10rem/24rem 24rem, url(../images/shape_3.webp) no-repeat left -2.4rem top 70rem/26rem 14.8rem, url(../images/shape_2.webp) no-repeat right -2.4rem top 130rem/20rem 20rem, url(../images/shape_7.webp) no-repeat left -2.4rem top 190rem/40rem 9.6rem, url(../images/shape_5.webp) no-repeat right -2.4rem top 250rem/20rem 20rem, url(../images/shape_6.webp) no-repeat left -2.4rem top 320rem/20rem 13.4rem, url(../images/shape_4.webp) no-repeat right -2.4rem top 380rem/20rem 23.8rem, #f0d8e7;
  }
}
section.item_area.film svg {
  fill: #f0d8e7;
}
section.item_area.film .main_img {
  background: url(../images/flm_main.webp) center center;
}

/* degital */
section.item_area.degital {
  background: url(../images/shape_1.webp) no-repeat right -2.4rem top 10rem/12rem 12rem, url(../images/shape_3.webp) no-repeat left -2.4rem top 70rem/13rem 7.4rem, url(../images/shape_2.webp) no-repeat right -2.4rem top 130rem/10rem 10rem, url(../images/shape_7.webp) no-repeat left -2.4rem top 190rem/20rem 4.8rem, url(../images/shape_5.webp) no-repeat right -2.4rem top 250rem/10rem 10rem, url(../images/shape_6.webp) no-repeat left -2.4rem top 320rem/10rem 6.7rem, url(../images/shape_4.webp) no-repeat right -2.4rem top 380rem/10rem 11.9rem, #f9c18f;
}
@media screen and (min-width: 768px) {
  section.item_area.degital {
    background: url(../images/shape_1.webp) no-repeat right -2.4rem top 10rem/24rem 24rem, url(../images/shape_3.webp) no-repeat left -2.4rem top 70rem/26rem 14.8rem, url(../images/shape_2.webp) no-repeat right -2.4rem top 130rem/20rem 20rem, url(../images/shape_7.webp) no-repeat left -2.4rem top 190rem/40rem 9.6rem, url(../images/shape_5.webp) no-repeat right -2.4rem top 250rem/20rem 20rem, url(../images/shape_6.webp) no-repeat left -2.4rem top 320rem/20rem 13.4rem, url(../images/shape_4.webp) no-repeat right -2.4rem top 380rem/20rem 23.8rem, #f9c18f;
  }
}
section.item_area.degital svg {
  fill: #f9c18f;
}
section.item_area.degital .main_img {
  background: url(../images/dgt_main.webp) center center;
}

section.item_area {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section.item_area svg {
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  position: absolute;
  bottom: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.item_area svg {
    height: 12.8rem;
  }
}
section.item_area .inner {
  margin: 0 auto;
  padding: 0 1.6rem;
  z-index: 2;
  position: relative;
  /* ---------- point ---------- */
  /* ---------- lineup ---------- */
  /* ---------- how to use ---------- */
  /* ---------- photograph ---------- */
  /* ---------- howto ---------- */
}
@media screen and (min-width: 768px) {
  section.item_area .inner {
    max-width: 1440px;
    padding: 0 8.8rem;
    text-align: center;
  }
}
section.item_area .inner h2 {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner h2 {
    margin-bottom: 7.2rem;
  }
}
section.item_area .inner h2 .type {
  padding: 0.2rem 0.8rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4971a8;
  background: #fff;
  display: inline-block;
}
section.item_area .inner h2 .type span {
  font-size: 2rem;
  margin-left: 0.4rem;
}
section.item_area .inner h2 .name_en {
  margin-top: 1.6rem;
  font-size: 6.4rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #4971a8;
}
section.item_area .inner h2 .name_en span {
  color: #fff;
  -webkit-text-stroke: 1px #4971a8;
  text-stroke: 1px #4971a8;
  display: block;
}
@media screen and (min-width: 768px) {
  section.item_area .inner h2 .name_en span {
    margin-right: 0.8rem;
    display: inline-block;
  }
}
section.item_area .inner h2 .name_jp {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
section.item_area .inner .main_img {
  width: 100vw;
  height: 42rem;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 3.2rem;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  section.item_area .inner .main_img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5.4rem;
  }
}
section.item_area .inner article.point h4 {
  font-size: 1.8rem;
  margin-bottom: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
section.item_area .inner article.point p {
  margin-bottom: 3.2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.point p {
    margin-bottom: 5.4rem;
  }
}
section.item_area .inner article.point ul {
  width: 90%;
  margin: 4.8rem auto;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.point ul {
    width: 80%;
    display: flex;
  }
}
section.item_area .inner article.point ul li {
  width: 100%;
  display: flex;
}
section.item_area .inner article.point ul li figure {
  width: 24rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.point ul li figure {
    width: 100%;
  }
}
section.item_area .inner article.point ul li .img-left,
section.item_area .inner article.point ul li .img-right {
  transform: rotate(0deg);
}
section.item_area .inner article.point ul li:nth-child(odd) {
  justify-content: flex-start;
}
section.item_area .inner article.point ul li:nth-child(even) {
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.point ul li:nth-child(even) figure {
    margin-top: 5.6rem;
  }
}
section.item_area .inner article.lineup h3.auto_scroll {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.lineup h3.auto_scroll {
    margin-bottom: 7.2rem;
  }
}
section.item_area .inner article.lineup h3.auto_scroll .auto_scroll_inner {
  font-size: 9.6rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  color: #4971a8;
}
section.item_area .inner article.lineup .item_main {
  padding: 0 2.4rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.lineup .item_main {
    padding: 0;
    display: flex;
    gap: 12rem;
  }
}
section.item_area .inner article.lineup .item_main li {
  margin-bottom: 3.2rem;
  position: relative;
  text-align: left;
}
section.item_area .inner article.lineup .item_main li .en {
  font-size: 2.4rem;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  display: block;
  transform: rotate(90deg);
  transform-origin: top left;
  white-space: nowrap;
  top: 0;
  left: 100%;
}
section.item_area .inner article.lineup .item_main li .en span {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  display: block;
}
section.item_area .inner article.lineup .item_main li a {
  width: 80%;
  display: block;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.lineup .item_main li a {
    width: 84%;
  }
}
section.item_area .inner article.lineup .item_main li a figure {
  margin-bottom: 1.6rem;
}
section.item_area .inner article.lineup .item_main li a .credit .name {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
  font-weight: 700;
}
section.item_area .inner article.lineup .item_main li a .credit .txt {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  line-height: 1.6;
}
section.item_area .inner article.lineup .item_main li a .credit .price {
  font-size: 1.6rem;
  font-weight: 700;
}
section.item_area .inner article.lineup .item_main li a .credit .price span {
  font-size: 1rem;
}
section.item_area .inner article.lineup .item_attention {
  width: 100%;
  margin-top: 5.6rem;
  padding: 4.2rem;
  border: solid 1px #4971a8;
  background: #fff;
  border-radius: 1.6rem;
}
section.item_area .inner article.lineup .item_attention h4 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
}
section.item_area .inner article.lineup .item_attention h4:before {
  content: "priority_high";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  color: #fff;
  background-color: #4971a8; /* $color-navy */
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  /* これを追加 ↓ */
  aspect-ratio: 1/1; /* ←常に正方形を維持 */
  line-height: 0; /* ←フォントの縦余白を打ち消す */
}
section.item_area .inner article.lineup .item_attention p {
  margin-bottom: 1.6rem;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.lineup .item_attention p {
    text-align: left;
  }
}
section.item_area .inner article.lineup .item_attention a {
  width: 100%;
  margin: auto;
  max-width: 36rem;
  padding: 0.8rem 2.4rem;
  background: #4971a8;
  color: #fff;
  display: block;
  border-radius: 100vh;
  text-align: center;
}
section.item_area .inner article.lineup .item_sub {
  margin-top: 5.6rem;
  text-align: center;
}
section.item_area .inner article.lineup .item_sub h4 {
  margin: 0 auto 2.4rem;
  font-size: 1.6rem;
  display: inline-block;
  border-bottom: solid 1px;
}
section.item_area .inner article.lineup .item_sub ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: -3.2rem;
}
section.item_area .inner article.lineup .item_sub ul li {
  width: calc((100% - 3.2rem) / 3);
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.lineup .item_sub ul li {
    width: calc((100% - 4.8rem) / 4);
  }
}
section.item_area .inner article.lineup .item_sub ul li a {
  display: block;
}
section.item_area .inner article.lineup .item_sub ul li a figure {
  margin-bottom: 1.6rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
section.item_area .inner article.howto {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
section.item_area .inner article.howto h3 {
  margin-bottom: 4.8rem;
  font-size: 3.2rem;
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.howto h3 {
    margin-bottom: 7.2rem;
  }
}
section.item_area .inner article.howto h3 span {
  font-size: 1.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  display: block;
}
section.item_area .inner article.howto .scroll-wrapper {
  position: relative;
  overflow: hidden;
}
section.item_area .inner article.howto .scroll-wrapper ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 6.4rem;
  display: flex;
  gap: 1.6rem;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.howto .scroll-wrapper ul {
    padding: 0 12.8rem;
  }
}
section.item_area .inner article.howto .scroll-wrapper ul li {
  width: 24rem;
  flex-shrink: 0;
  border: solid 1px;
  border-radius: 1.6rem;
  text-align: center;
  scroll-snap-align: center;
  background: #f0d8e7;
}
section.item_area .inner article.howto .scroll-wrapper ul li h4 {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  border-bottom: solid 1px;
  line-height: 1;
}
section.item_area .inner article.howto .scroll-wrapper ul li h4 span {
  margin-left: 0.4rem;
  font-size: 2.4rem;
}
section.item_area .inner article.howto .scroll-wrapper ul li .box {
  padding: 1.6rem 3.2rem;
}
section.item_area .inner article.howto .scroll-wrapper ul li .box figure {
  margin-bottom: 1.6rem;
}
section.item_area .inner article.howto .scroll-wrapper ul li .box figure img {
  border-radius: 100vh;
  border: dotted 1px;
}
section.item_area .inner article.howto .scroll-wrapper ul li .box p {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
}
section.item_area .inner article.howto .scroll-wrapper ul li .box p span {
  margin-top: 0.4rem;
  font-size: 1rem;
  display: block;
  line-height: 1.6;
}
section.item_area .inner article.howto .scroll-wrapper .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #4971a8;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  z-index: 10;
  color: #4971a8;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.item_area .inner article.howto .scroll-wrapper .arrow.left {
  left: 3.2rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.howto .scroll-wrapper .arrow.left {
    left: 6.4rem;
  }
}
section.item_area .inner article.howto .scroll-wrapper .arrow.right {
  right: 3.2rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.howto .scroll-wrapper .arrow.right {
    right: 6.4rem;
  }
}
section.item_area .inner article.howto .scroll-wrapper .arrow .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
section.item_area .inner article.photo {
  margin: auto;
  /* サムネイルリスト */
}
section.item_area .inner article.photo h3 {
  margin-bottom: 4.8rem;
  font-size: 3.2rem;
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo h3 {
    margin-bottom: 7.2rem;
  }
}
section.item_area .inner article.photo h3 span {
  font-size: 1.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  display: block;
}
section.item_area .inner article.photo .inner {
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner {
    max-width: 1440px;
    padding: 0;
    text-align: center;
  }
}
section.item_area .inner article.photo .inner p.lead {
  margin-bottom: 3.2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner p.lead {
    margin-bottom: 5.4rem;
  }
}
section.item_area .inner article.photo .inner .tab_area {
  border-radius: 1.6rem;
  overflow: hidden;
  border: solid 1px #4971a8;
}
section.item_area .inner article.photo .inner .tab_area ul.tab {
  width: 100%;
  display: flex;
}
section.item_area .inner article.photo .inner .tab_area ul.tab li {
  width: 33.33%;
  background: #f0d8e7;
  border-right: solid 1px #4971a8;
}
section.item_area .inner article.photo .inner .tab_area ul.tab li a {
  width: 100%;
  padding: 1.6rem 1.6rem 0.8rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner .tab_area ul.tab li a {
    padding: 1.6rem;
    display: flex;
    align-items: center;
    gap: 1.6rem;
  }
}
section.item_area .inner article.photo .inner .tab_area ul.tab li a figure {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner .tab_area ul.tab li a figure {
    margin-bottom: 0;
  }
}
section.item_area .inner article.photo .inner .tab_area ul.tab li a figure img {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 100vh;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner .tab_area ul.tab li a figure img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
section.item_area .inner article.photo .inner .tab_area ul.tab li a p {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  min-height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner .tab_area ul.tab li a p {
    text-align: left;
  }
}
section.item_area .inner article.photo .inner .tab_area ul.tab li:last-child {
  border-right: none;
}
section.item_area .inner article.photo .inner .tab_area ul.tab li.active {
  background-color: #4971a8;
}
section.item_area .inner article.photo .inner .tab_area ul.tab li.active a {
  color: #f0d8e7;
}
section.item_area .inner article.photo .inner .tab_area .tab_detail {
  margin-top: -2px;
  background: #4971a8;
}
section.item_area .inner article.photo .inner .tab_area .tab_detail .box {
  padding: 1.6rem;
  display: none;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner .tab_area .tab_detail .box {
    padding: 3.2rem;
  }
}
section.item_area .inner article.photo .inner .tab_area .tab_detail .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner .tab_area .tab_detail .box ul {
    gap: 1.6rem;
  }
}
section.item_area .inner article.photo .inner .tab_area .tab_detail .box ul li {
  width: calc((100% - 1.6rem) / 3);
  list-style: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner .tab_area .tab_detail .box ul li {
    width: calc((100% - 3.2rem) / 3);
  }
}
section.item_area .inner article.photo .inner .tab_area .tab_detail .box .profile {
  margin-top: 2.4rem;
  font-size: 1.1rem;
  font-weight: 300;
  color: #f0d8e7;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.item_area .inner article.photo .inner .tab_area .tab_detail .box .profile {
    text-align: left;
  }
}
section.item_area .inner article.photo .inner .tab_area .tab_detail .box .profile .title {
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
section.item_area .inner article.photo .inner .tab_area .tab_detail .box .profile .txt {
  margin: 0.8rem 0;
}
section.item_area .inner article.photo .inner .tab_area .tab_detail .box .profile a {
  margin-top: 0.8rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.1rem;
  color: #f0d8e7;
  border: dotted 1px #fff;
  border-radius: 1.6rem;
  display: inline-block;
}
section.item_area .inner article.photo .inner .tab_area .tab_detail .box .profile a i {
  margin: 0 0.4rem 0 0;
}
section.item_area .inner article.photo .inner .tab_area .tab_detail .box.active {
  display: block;
}

/* --------------------------------------------
movie_area
-------------------------------------------- */
section.movie_area {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 16rem;
  position: relative;
  background: #4971a8;
  color: #fff;
}
section.movie_area svg {
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  position: absolute;
  bottom: 100%;
  z-index: 1;
  fill: #4971a8;
}
@media screen and (min-width: 768px) {
  section.movie_area svg {
    height: 12.8rem;
  }
}
section.movie_area .texture {
  height: calc(100% + 12.8rem);
}
section.movie_area .inner {
  margin: 0 auto;
  padding: 0 1.6rem;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.movie_area .inner {
    max-width: 1440px;
    padding: 0 8.8rem;
    text-align: center;
  }
}
section.movie_area .inner h2 {
  margin-bottom: 4.8rem;
  font-size: 3.2rem;
  text-align: center;
  font-family: century-gothic, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  section.movie_area .inner h2 {
    margin-bottom: 7.2rem;
  }
}
section.movie_area .inner h2 span {
  font-size: 1.2rem;
  font-family: ryo-gothic-plusn, sans-serif;
  display: block;
}
section.movie_area .inner p {
  margin-bottom: 3.2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  section.movie_area .inner p {
    margin-bottom: 5.4rem;
  }
}
section.movie_area .inner .youtube {
  margin: 3.2rem auto;
  width: 100%;
  max-width: 60rem;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  section.movie_area .inner .youtube {
    margin: 5.6rem auto;
  }
}
section.movie_area .inner .youtube iframe {
  width: 100%;
  height: 100%;
}
section.movie_area .inner .btn_link {
  width: 100%;
  max-width: 32rem;
  margin: 1.6rem auto 0;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: solid 2px #4971a8;
  border-radius: 100vh;
  background: #fff;
}
section.movie_area .inner .btn_link:before {
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined";
  content: "\e04a";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
section.movie_area .inner .btn_link:hover {
  background: #4971a8;
  color: #fff;
  border: solid 2px #fff;
}

/*-----------------------------
 footer
------------------------------------ */
footer {
  width: 100%;
  margin: 0 auto;
  padding: 5.6rem 3.2rem;
  text-align: center;
  background: #4971a8;
  color: #fff;
}
footer .f_logo {
  width: 12rem;
  margin: 0 auto 3.2rem;
}
footer .f_logo svg path {
  fill: #fff;
  /* まとめて全部この色 */
}
@media screen and (min-width: 768px) {
  footer .f_logo {
    display: flex;
    justify-content: center;
  }
}
footer .f_logo a,
footer .f_logo li {
  width: 12rem;
  margin: 0 auto;
  padding: 0;
  display: block;
  background: none;
  border: none;
}
footer .f_logo a img,
footer .f_logo li img {
  vertical-align: bottom;
}
footer .f_icon {
  margin: 0 auto 3.2rem;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  margin: 0 1.6rem;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 2.4rem;
  color: #fff;
}
footer small {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
  display: block;
}
footer small .nowrap {
  white-space: nowrap;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.from-left {
  opacity: 0;
  transform: translateX(0);
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-name: fadeInFromLeft;
}

.from-right {
  opacity: 0;
  transform: translateX(0);
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-name: fadeInFromRight;
}

@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounce-img {
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes moveBg {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}/*# sourceMappingURL=style.css.map */