@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
/* =================================================
 * common
 * ================================================*/
#content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  color: #004385;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt";
  width: 100%;
  overflow-x: hidden;
}
#content img, #mainvisual img {
  display: block;
  width: 100%;
  height: auto;
}
#content a {
  color: inherit;
  text-decoration: none;
}
#content *::selection, #mainvisual *::selection {
  background: #BA965A none repeat scroll 0 0;
  color: #FFFFFF;
}
#content *::-moz-selection, #mainvisual *::-moz-selection {
  background: #BA965A none repeat scroll 0 0;
  color: #FFFFFF;
}
.spOnly {
  display: none;
}
.imgIn {
  position: relative;
  transform-origin: top left;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
.imgIn::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #004385;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top left;
  transition: transform 0.5s 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 10;
}
.imgIn_Start {
  transform: scaleX(1);
}
.imgIn_Start::after {
  transform: translateX(100.6%);
}
.scrollIn {
  opacity: 0;
}
.fadeInUp {
  animation: fadeInUp 0.5s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* =================================================
 * all display
 * ================================================*/
html, body {
  background-color: #FFFFFF;
}
#mainvisual {
  background: url(../img/bg_grid_pc.png) center bottom repeat;
  position: relative;
}
#mainvisual .imgIn {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
}
h1 {
  width: 31.2%;
  min-width: 364px;
  max-width: 624px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-53%) translateX(-50%);
  margin: 0;
  z-index: 20;
  opacity: 0;
}
#logo {
  width: 15.5%;
  max-width: 310px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
  opacity: 0;
  background-color: #FFFFFF;
}
.loaded h1 {
  animation: fadeIn 1s 0.6s ease forwards;
}
.loaded #logo {
  animation: fadeIn 1s 0.6s ease forwards;
}
.visual01, .visual02 {
  width: 50%;
}
.visual01 {
  background: url(../img/visual01_pc.jpg) right center no-repeat;
  background-size: cover;
}
.visual02 {
  background: url(../img/visual02_pc.jpg) left center no-repeat;
  background-size: cover;
}
#content {
  background: url(../img/bg_grid_pc.png) center top repeat;
  overflow: hidden;
}
#media {
  padding-top: 57px; 
  background: url(../img/bg_media_pc.png) center top repeat-y;
}
#leadArea p {
  font-size: 20px;
  text-align: center;
  line-height: 2;
  margin: 30px 0 0;
  padding: 0.4em 0.5em;
  letter-spacing: 0.05em;
}
#leadArea p span.box-deco {
  background-color: #FFFFFF;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.4em 0.5em;
}
#leadArea p span.kern {
  margin: 0 -0.4em;
}
.anniversary {
  max-width: 90px;
  margin: 50px auto 0;
}
h2 {
  margin: 0;
}
#movieArea {
  max-width: 858px;
  margin: 0 auto;
}
#movieArea h2 {
  width: 300px;
  margin: 0 auto 69px;
}
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#movieArea h3 {
  max-width: 220px;
  margin: 22px auto 20px;
}
.tabContent {
  background: url(../img/oval.svg) center center no-repeat #000000;
}
.tabNav {
  margin-bottom: 96px;
  animation-delay: 0.5s;
}
.tabNav ul {
  margin: 0;
  display: flex;
  justify-content: center;
}
.tabNav li {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  width: 224px;
  line-height: 40px;
  border: 1px solid #B99659;
  background-color: #B99659;
  cursor: pointer;
  color: #FFFFFF;
  padding-bottom: 0.15em;
}
.tabNav li span {
  display: inline-block;
  transform: scaleX(0.95);
}
.tabNav li:first-child {
  margin-right: 25px;
}
.tabNav li.now {
  background-color: #FFFFFF;
  color: #B99659;
  font-weight: 600;
  cursor: default;
}
#radioArea {
  max-width: 856px;
  margin: 0 auto;
}
#radioArea h2 {
  max-width: 292px;
  margin: 0 auto 65px;
}
.radio {
  padding: 8px 0;
  background-color: #004385;
}
.mejs__controls {
  background: #004385 !important;
}
.mejs__container:focus {
  outline: none;
}
html { font-size: 100%; }
body { font-size: 14px; }
.fnav > dt {
  font-size: 14px;
}
.fnav > dd {
  font-size: 13px;
}
.fnav-utility {
  font-size: 13px;
}
.copyright {
  font-size: 13px;
}
#radioArea h3 {
  max-width: 220px;
  margin: 18px auto 53px;
}
#visual {
  margin-top: 113px;
  background: url(../img/bg_gallery_top_pc.png) center top repeat-x;
}
#galleryArea {
  padding-top: 150px;
}
#galleryArea h2 {
  max-width: 414px;
  margin: 0 auto 68px;
}
.ticker-track {
  display: flex;
  will-change: transform;
  cursor: grab;
  touch-action: pan-y;
}
.ticker-track img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.item {
  flex: 0 0 auto;
  width: 33.33%;
}
.ticker img {
  pointer-events: none;
}
.ticker, .ticker * {
  user-select: none;
  -webkit-user-select: none;
}
#galleryArea .bottom {
  padding-bottom: 205px;
  background: url(../img/bg_gallery_bottom_pc.png) center bottom repeat-x, url(../img/bg_grid_pc.png) center bottom repeat;
}
#story {
  background: #FFFFFF;
  padding-top: 120px;
}
#story h2 {
  max-width: 558px;
  margin: 0 auto;
}
.steps {
  max-width: 1230px;
  margin: 90px auto 0;
  position: relative;
  padding-bottom: 300px;
  z-index: 1;
  animation-delay: 0.5s;
}
.steps::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 16px);
  background-color: #003D78;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.steps ol, .steps p {
  margin: 0;
  padding: 0;
}
.steps ol {
  width: 50%;
  margin-left: calc(50% - 16px);
}
.steps li {
  margin-top: 140px;
  list-style: none;
}
.steps li:first-child {
  margin-top: 0;
}
.steps li:nth-child(n+2):nth-child(-n+3) {
  margin-top: 125px;
}
.headline {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.headline .num {
  width: 100px;
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.headline p {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 24px;
  color: #B99659;
  text-shadow: 0 0 1px #B99659;
  line-height: 1.4;
  text-align: left;
  flex: 1;
  transition: all 0.3s ease;
  white-space: nowrap;
  padding-bottom: 0.3em;
  letter-spacing: 0.05em;
}
.headline::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-color: #B99659;
  border-radius: 16px;
  margin-right: 30px;
  flex-shrink: 0;
}
.headline:not(.now):hover .num, .headline:not(.now):hover p {
  transform: translateX(-10px);
}
.step .now p {
  color: #003D78;
  text-shadow: 0 0 1px #003D78;
}
.step .now::before {
  background-color: #003D78;
}
.event {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  padding-left: 50px;
  padding-right: 10%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0s ease;
  font-family: "Noto Serif JP", serif;
  transform: scaleX(0.95);
  letter-spacing: -0.05em;
}
.event::after {
  content: "";
  width: 20%;
  height: 2px;
  position: absolute;
  right: 0;
  top: 37px;
  background-color: #003D78;
}
.event .inner {
  position: relative;
  background-color: #003D78;
  color: #FFFFFF;
  padding: 10.98% 7.6% 14%;
}
.event .inner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/bg_event.png) bottom left repeat;
  inset: 0;
  transform: translate(-50px, 50px);
  z-index: -1;
  border: 1px solid #BFCEDD;
}
.event h3 {
  margin: 0 0 8%;
  padding: 0 0 8%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 30px;
}
.event p {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
.event .date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  transform: scaleX(1);
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 8% 0;
}
.event .date::before,
.event .date::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #FFFFFF;
}
.pic {
  background-color: #FFFFFF;
  border: 6px solid #FFFFFF;
  margin-top: 12%;
}
.spotify {
  background: url(../img/oval.svg) center center no-repeat #1E1E1E;
  margin-top: 10%;
}
#step01 .event::after {
  top: 252px;
}
#step02 .event h3, #step03 .event h3, #step04 .event h3 {
  font-size: 32px;
}
#step02 .event {
  top: 197px;
}
#step02 .event::after {
  top: 272px;
}
#step03 .event {
  top: 415px;
}
#step03 .event::after {
  top: 268px;
}
#step04 .event {
  top: 252px;
}
#step04 .event::after {
  top: 646px;
}
#step05 .event h3 {
  font-size: 58px;
  line-height: 1.2;
}
#step05 .event {
  top: 454px;
}
#step05 .event::after {
  top: 648px;
}
.broadcast {
  max-width: 1085px;
  background-color: rgba(0, 67, 133, 0.1);
}
.cm_youtube {
  margin: 99px auto 0;
  padding: 92px 0 60px;
}
.cm_radio {
  margin: 56px auto 0;
  padding: 95px 0 28px;
}
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.img-modal-inner {
  width: 80vw;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease 0.05s;
  transform: scale(0.95);
}
.img-modal-inner img {
  max-width: 80vw;
  max-height: 80vh;
  width: auto !important;
  height: auto !important;
  display: block;
  cursor: auto;
}
.close-btn {
  position: absolute;
  top: -5px;
  right: -75px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.5s ease;
}
.close-btn::before,
.close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #fff;
  transform-origin: center;
}
.close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-btn:hover {
  transform: rotate(180deg);
}
.img-modal.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
}
.img-modal.is-open .img-modal-inner {
  transform: scale(1);
}
.img-wrap {
  position: relative;
  display: inline-block;
}
.extra {
  margin-top: 78px;
}
#movieArea h3.interview {
  max-width: 320px;
}
#movieArea h3.making {
  max-width: 254px;
}
.ad .pic:nth-child(2) {
  margin-top: 7%;
}
/* =================================================
 * pc
 * ================================================*/
@media (min-width: 601px) {
  .headline.now + .event {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
/* =================================================
 * smartphone
 * ================================================*/
@media (max-width: 600px) {
#content {
  font-size: 3.5vw;
}
.pcOnly {
  display: none;
}
.spOnly {
  display: inherit;
}
#mainvisual {
  background: url(../img/bg_grid_sp.png) center bottom repeat;
  background-size: 100% auto;
}
#mainvisual .imgIn {
  min-width: inherit;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFFFFF;
}
h1 {
  width: 35.91%;
  min-width: inherit;
  max-width: 200px;
  top: 35vh;
  left: 75%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
}
.visual01, .visual02 {
  width: 100%;
  height: 46%;
}
.visual01 {
  background: url(../img/visual01_sp.jpg) center center no-repeat;
  background-size: cover;
}
.visual02 {
  background: url(../img/visual02_sp.jpg) center center no-repeat;
  background-size: cover;
}
#logo {
  width: 20vh;
  max-width: none;
  position: absolute;
  bottom: inherit;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
}
#content {
  background: url(../img/bg_grid_sp.png) center top repeat-y;
  background-size: 100% auto;
}
#media {
  padding-top: 10vw; 
  background: url(../img/bg_media_sp.png) center top no-repeat;
  background-size: 100% auto;
}
#leadArea p {
  font-size: 3.6vw;
  line-height: 1.9;
  margin: 5vw 0 0;
}
.anniversary {
  max-width: inherit;
  width: 16%;
  margin: 10vw auto 0;
}
#movieArea {
  width: 90.6%;
  margin: 0 auto;
}
#movieArea h2 {
  max-width: inherit;
  width: 52%;
  margin: 0 auto 11.7vw;
}
#movieArea h3 {
  max-width: inherit;
  width: 40%;
  margin: 2.8vw auto 2.5vw;
}
.tabNav {
  margin-bottom: 13.4vw;
}
.tabNav li {
  font-size: 4.2vw;
  width: 30%;
  line-height: 1;
  padding: 0.35em 0 0.45em;
}
.tabNav li:first-child {
  margin-right: 4vw;
}
#radioArea {
  width: 90.26%;
  margin: 0 auto;
}
#radioArea h2 {
  max-width: inherit;
  width: 50.5%;
  margin: 0 auto 12.2vw;
}
.radio {
  padding: 0;
  display: flex;
  align-items: center;
  aspect-ratio: 9 / 1;
}
.fnav > dt {
  font-size: 13px;
}
.fnav-utility {
  font-size: 11px;
}
.copyright {
  font-size: 12px;
}
#radioArea h3 {
  max-width: inherit;
  width: 40%;
  margin: 3.8vw auto 8.8vw;
}
#visual {
  margin-top: 19.5vw;
  background: url(../img/bg_gallery_top_sp.png) center top no-repeat, url(../img/bg_grid_sp.png) center top repeat-y;
  background-size: 100% auto;
}
#galleryArea {
  padding-top: 22.2vw;
}
#galleryArea h2 {
  max-width: inherit;
  width: 64.8%;
  margin: 0 auto 12.1vw;
}
.item {
  width: 70%;
}
#galleryArea .bottom {
  padding-bottom: 39.8vw;
  background: url(../img/bg_gallery_bottom_sp.png) center bottom repeat-x, url(../img/bg_grid_sp.png) center bottom repeat-y;
  background-size: 100% auto;
}
#story {
  padding-top: 16%;
}
#story h2 {
  width: 75.8%;
}
.steps {
  width: 95.13%;
  margin: 12vw 0 0 auto;
  padding-bottom: 24vw;
}
.steps::after {
  height: calc(100% - 2em);
  top: 2em;
  left: 4.2vw;
  margin: 0;
}
.steps ol {
  width: 100%;
  margin-left: 0;
}
.steps li {
  margin-top: 16vw;
}
.steps li:first-child {
  margin-top: 0;
}
.steps li:nth-child(n+2):nth-child(-n+3) {
  margin-top: 16vw;
}
.headline {
  display: block;
  padding-left: 12vw;
  position: relative;
  margin-bottom: 5%;
}
.headline .num {
  width: 24%;
  margin-right: 0;
}
.headline p {
  font-size: 4.5vw;
  line-height: 1.5;
  margin-top: 0.5em;
}
.headline::before {
  width: 8.84vw;
  height: 8.84vw;
  border-radius: 50%;
  margin-right: 0;
  position: absolute;
  top: 0.9vw;
  left: 0;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40% 2px;
  transition: all 0.3s ease;
}
.headline::after {
  content: "";
  position: absolute;
  top: 0.9vw;
  left: 0;
  width: 8.84vw;
  height: 8.84vw;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2px 40%;
  transition: opacity 0.3s ease;
}
.headline.now::before {
  transform: rotate(180deg);
}
.headline.now::after {
  opacity: 0;
}
.headline:not(.now):hover .num, .headline:not(.now):hover p {
  transform: none;
}
.headline.now {
  cursor: pointer;
}
.event {
  position: inherit;
  width: 100%;
  padding-left: 10.5%;
  padding-right: 8%;
  opacity: 1;
  visibility: visible;
  display: none;
}
.event::after {
  content: none;
}
.event .inner {
  padding: 10% 7% 13%;
}
.event .inner::after {
  background: url(../img/bg_event.png) bottom left repeat;
  background-size: 6.02% auto;
  transform: translate(6vw, 6vw);
}
.event h3 {
  font-size: 5.5vw;
}
.event p {
  font-size: 3.2vw;
  line-height: 1.7;
}
.event .date {
  gap: 1em;
  margin: 7% 0;
}
.pic {
  border: 4px solid #FFFFFF;
  margin-top: 10%;
}
.spotify {
  margin-top: 10%;
}
#step02 .event h3, #step03 .event h3, #step04 .event h3 {
  font-size: 6vw;
}
#step05 .event h3 {
  font-size: 10vw;
  line-height: 1.2;
}
.cm_youtube {
  margin: 16vw auto 0;
  padding: 12.5vw 0 12vw;
}
.cm_radio {
  margin: 9.7vw auto 0;
  padding: 12.5vw 0 10.3vw;
}
.img-modal-inner {
  width: 90vw;
  height: 90vh;
}
.img-modal-inner img {
  max-width: 90vw;
  max-height: 90vh;
}
.close-btn {
  top: -10vw;
  right: -1vw;
  width: 8vw;
  height: 8vw;
}
.close-btn::before,
.close-btn::after {
  height: 3px;
}
.close-btn:hover {
  transform: none;
}
.extra {
  margin-top: 13.75vw;
}
#movieArea h3.interview {
  max-width: inherit;
  width: 58%;
}
#movieArea h3.making {
  max-width: inherit;
  width: 46%;
}
}