@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/* --- Responsive overflow & robustness fixes (added) --- */
*, *::before, *::after { box-sizing: border-box; }

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Media / embeds shouldn't force horizontal scroll */
img, svg, video, canvas { max-width: 100%; height: auto; }
iframe { max-width: 100%; }

/* Long strings (URLs etc.) shouldn't overflow */
:where(p, h1, h2, h3, h4, h5, h6, li, dd, dt, a) { overflow-wrap: anywhere; }

/* Flex children can overflow unless min-width is 0 */
:where(.block-main .innerblock-main *, footer *) { min-width: 0; }

/* Form controls: 100% width with border-box */
input[type=text], textarea { width: 100%; }

/* Remove debug background on innerblock-main (was red) */
.block-main .innerblock-main { background: transparent; }

/* Schedule: prevent .detail row from overflowing on small screens */
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .detail {
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 10px;
  }
  .block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .matinee,
  .block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .soiree {
    padding: 12px 10px;
  }
  .block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .time {
    flex: 0 0 100%;
  }

  /* Ticket card padding can cause edge overflow */
  .block-main .innerblock-main .box-ticket .innerbox-ticket { padding: 20px; }
}

/* Goods grid: avoid fractional overflow with gaps */
.block-main .innerblock-main .box-goods .item-goods li { max-width: 100%; }
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-goods .item-goods li { width: 47%; }
}

.dispLL {
  display: none;
}

.dispLM {
  display: none;
}

.dispLS {
  display: none;
}

@media screen and (min-width: 769px) {
  .dispL {
    display: block !important;
  }
  .dispM {
    display: none !important;
  }
}
@media screen and (max-width: 768.9px) {
  .dispL {
    display: none !important;
  }
  .dispM {
    display: block !important;
  }
}
@media screen and (max-width: 1500px) {
  .dispLL {
    display: block !important;
  }
}
@media screen and (max-width: 512px) {
  .dispS-n {
    display: none !important;
  }
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  background: #597591;
} 
@media screen and (max-width: 768.9px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 512px) {
  body {
    font-size: 0.9375rem;
  }
}

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

img {
  display: block;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
a:hover {
  color: #597591;
  font-weight: 600;
}

input[type=text], textarea {
  width: 96%;
  border: 1px solid #000;
  padding: 5px 2%;
}

input[type=submit] {
  width: 90%;
  max-width: 400px;
  color: #FFF;
  background: #000;
  border: 1px solid #000;
  padding: 5px 2%;
  transition: 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
input[type=submit]:hover {
  color: #000;
  background: #FFF;
}

#container {
  background: #FFF;
}
#container-main {
  width: 100%;
  margin: 0;
}

.block-fv .innerblock-info {
  width: 100%;
  margin: auto;
  background: #000;
  text-align: center;
  padding: 10px 5px;
}
.block-fv .innerblock-info > img {
  width: 100%;
  max-width: 1118px;
  margin: 0 auto;
}
.block-fv .innerblock-poster {
  width: 100%;
  margin: auto;
}
.block-fv .innerblock-poster > img {
  width: 100%;
}

.caution {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #000;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 512px) {
  .caution {
    font-size: 0.75rem;
  }
}
.caution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.block-main {
  width: 100%;
}
.block-main .innerblock-title .item-title {
  font-size: 4rem;
  line-height: 1.6875;
  padding: 80px 2% 0;
  text-align: center;
  color: #597591;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-title .item-title {
    font-size: 2.6rem;
    padding: 50px 2% 0;
  }
}
.block-main .innerblock-title .item-title span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-top: -1%;
  padding-bottom: 1%;
}
.block-main .item-subtitle {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .item-subtitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .item-subtitle {
    font-size: 1.25rem;
  }
}
.block-main .item-subtitle span {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .item-subtitle span {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .item-subtitle span {
    font-size: 1rem;
  }
}
.block-main .innerblock-main {
  width: 94%;
  max-width: 950px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 120px;
}
.block-main .innerblock-main .box-story {
  width: 94%;
  max-width: 750px;
  margin: 0 auto;
}
.block-main .innerblock-main .box-story .item-story {
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  line-height: 2.125;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-story .item-story {
    font-size: 1rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-story .item-story {
    font-size: 1rem;
  }
}
.block-main .innerblock-main .box-story p + p {
  margin-top: 30px;
}
.block-main .innerblock-main .box-artist {
  width: 100%;
}
.block-main .innerblock-main .box-artist .item-artist {
  width: 100%;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 80px 6%;
}
.block-main .innerblock-main .box-artist .item-artist li {
  width: 47%;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-artist .item-artist {
    gap: 50px 6%;
  }
}
.block-main .innerblock-main .box-artist .item-artist .item-image {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.block-main .innerblock-main .box-artist .item-artist .item-image img {
  width: 100%;
  height: auto;
}
.block-main .innerblock-main .box-artist .item-artist .item-name {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  padding: 20px 0;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-artist .item-artist .item-name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-artist .item-artist .item-name {
    font-size: 1rem;
  }
}
.block-main .innerblock-main .box-ticket {
  text-align: center;
  width: 94%;
  max-width: 750px;
  margin: 0 auto;
}
.block-main .innerblock-main .box-ticket .innerbox-detail + .innerbox-detail {
  margin-top: 50px;
}
.block-main .innerblock-main .box-ticket .innerbox-detail .item-title{
  color: #597591;
}
.block-main .innerblock-main .box-ticket .innerbox-caution {
  display: inline-block;
}
.block-main .innerblock-main .box-ticket .innerbox-caution .item-subtitle {
  padding-bottom: 12px;
  letter-spacing: 0.12em;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket {
  display: block;
  border: 1px solid #000;
  border-radius: 16px;
  padding: 30px;
  margin: 60px auto 0;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket + .innerbox-ticket {
  margin-top: 40px;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket .item-subtitle_s {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-ticket .innerbox-ticket .item-subtitle_s {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-ticket .innerbox-ticket .item-subtitle_s {
    font-size: 1rem;
  }
}
.block-main .innerblock-main .box-ticket .innerbox-ticket .item-detail {
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 400;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-ticket .innerbox-ticket .item-detail {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-ticket .innerbox-ticket .item-detail {
    font-size: 0.9375rem;
  }
}
.block-main .innerblock-main .box-ticket .innerbox-ticket .item-detail a {
  color: #597591;
}

.block-main .innerblock-main .box-ticket .innerbox-ticket .item-detail.item-062 {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket > div {
  display: inline-block;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket, .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket a {
  font-size: 1.875rem;
  line-height: 1.75;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket, .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket, .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket a {
    font-size: 0.9375rem;
  }
}
.block-main .innerblock-main .box-ticket .innerbox-ticket .caution {
  padding-left: 30px;
  position: relative;
  text-align: left;
  line-height: 1.8;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket .caution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.block-main .innerblock-main .box-schedule {
  width: 94%;
  max-width: 750px;
  margin: 0 auto;
}
.block-main .innerblock-main .box-schedule + .box-schedule {
  margin-top: 80px;
}
.block-main .innerblock-main .box-schedule .item-area{
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
  color: #597591;
}
.block-main .innerblock-main .box-schedule .item-area:before{
  content: " ";
  width: 20px;
  height: 20px;
  background: url('./../../img/icon-bookmark.svg') center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
}
.block-main .innerblock-main .box-schedule .item-address {
  margin-top: 12px;
  margin-bottom: 40px;
}
.block-main .innerblock-main .box-schedule .item-address a {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 0.75rem;
  line-height: 1;
  color: #000;
  padding: 2px 6px 3px;
  margin-left: 8px;
  transition: 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.block-main .innerblock-main .box-schedule .item-address a:hover {
  color: #FFF;
  background: #597591;
  border: 1px solid #597591;
}
.block-main .innerblock-main .box-schedule .innerbox-schedule {
  padding: 20px 0;  
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 3%;
}
.block-main .innerblock-main .box-schedule .innerbox-schedule .item-title {
  width: 130px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-schedule .innerbox-schedule .item-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-schedule .innerbox-schedule {
    display: block;
    width: 100%;
  }
  .block-main .innerblock-main .box-schedule .innerbox-schedule .item-title {
    font-size: 1rem;
  }
}
.block-main .innerblock-main .box-schedule .innerbox-schedule .item-title span {
  font-size: 0.8125rem;
  line-height: 1;
  color: #000;
  padding-left: 6px;
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-schedule .innerbox-schedule .item-title span {
    font-size: 0.75rem;
  }
}
.block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail {
  flex: 1;
}
.block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 3%;
  border-radius: 50px;
}
.block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .detail + .detail {
  margin-top: 10px;
}
.block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .detail.detail-matinee {
  background: #f9f1db;
}
.block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .detail.detail-soiree {
  background: #deefef;
}
.block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .matinee, .block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .soiree {
  font-size: 0.75rem;
  line-height: 1;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 20px 18px;
  border-right: 3px dotted #FFF;
}
.block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .time {
  flex: 1;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .time {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-schedule .innerbox-schedule .item-detail .time {
    font-size: 1rem;
  }
}
.block-main .innerblock-main .box-goods {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
}
.block-main .innerblock-main .box-goods .item-goods {
  width: 100%;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 6%;
}
.block-main .innerblock-main .box-goods .item-goods li {
  width: 20.5%;
  font-size: 1.125rem;
  line-height: 1.75;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  text-align: center;
  font-weight: 600;
  padding: 20px 0;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-goods .item-goods li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-goods .item-goods li {
    font-size: 1rem;
  }
}
.block-main .innerblock-main .box-goods .item-goods li img {
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-goods .item-goods {
    gap: 40px 6%;
  }
  .block-main .innerblock-main .box-goods .item-goods li {
    width: 47%;
  }
  .block-main .innerblock-main .box-goods .item-goods li img {
    margin-bottom: 8px;
  }
}
.block-main .innerblock-main .box-music {
  width: 94%;
  max-width: 750px;
  margin: 0 auto;
}
.block-main .innerblock-main .box-music .item-subtitle {
  margin-bottom: 40px;
}
.block-main .innerblock-main .box-music .innerbox-music {
  border-top: 1px solid #FFF;
  padding: 37px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 3%;
}
.block-main .innerblock-main .box-music .innerbox-music:last-child {
  border-bottom: 1px solid #FFF;
}
.block-main .innerblock-main .box-music .innerbox-music .item-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-music .innerbox-music .item-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-music .innerbox-music .item-title {
    font-size: 1.125rem;
  }
}
.block-main .innerblock-main .box-music .innerbox-music .item-title img {
  width: 100%;
  height: auto;
}
.block-main .innerblock-main .box-music .innerbox-music .item-name {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-music .innerbox-music .item-name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-music .innerbox-music .item-name {
    font-size: 1rem;
  }
}
.block-main .innerblock-main .box-music .innerbox-music .item-detail {
  flex: 1;
}
.block-main .innerblock-main .box-music .innerbox-music .item-detail .detail {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 3%;
}
.block-main .innerblock-main .box-credit {
  width: 94%;
  max-width: 750px;
  margin: 0 auto;
}
.block-main .innerblock-main .box-credit + .box-credit {
  margin-top: 80px;
  padding-top:30px;
  border-top: 1px solid #FFF;
}

.block-main .innerblock-main .box-credit .innerbox-title{
  text-align: center;
  border-top: 1px solid #EEE;
  padding-top: 30px;
}
.block-main .innerblock-main .box-credit .innerbox-title h3.item-area{
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-left: 25px;
  padding-bottom: 50px;
  position: relative;
  color: #597591;
  margin: auto;
}
.block-main .innerblock-main .box-credit .innerbox-title h3.item-area:before{
  content: " ";
  width: 20px;
  height: 20px;
  background: url('./../../img/icon-bookmark.svg') center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  left: 0;
}
.block-main .innerblock-main .box-credit .innerbox-credit + .innerbox-credit {
  margin-top: 80px;
}
.block-main .innerblock-main .box-credit .innerbox-credit .item-title {
  line-height: 1.5;
  font-feature-settings: "palt" 1;
  text-align: center;
  margin-bottom: 10px;
  color: #597591;
}
.block-main .innerblock-main .box-credit .innerbox-credit .item-detail {
  text-align: center;
}
.block-main .innerblock-main .box-credit .innerbox-credit .item-detail img {
  width: 100%;
  max-width: 160px;
  margin: auto;
}
.block-main .innerblock-main .box-credit .innerbox-credit .item-detail img.large {
  max-width: 300px;
}
.block-main .innerblock-main .box-credit .innerbox-credit .item-detail.item-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 600;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-credit .innerbox-credit .item-detail.item-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-credit .innerbox-credit .item-detail.item-txt {
    font-size: 1.25rem;
  }
}
.block-main .innerblock-main .box-credit .innerbox-credit .item-detail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px 6%;
}
.block-main .innerblock-main .box-credit .innerbox-credit .item-detail ul li {
  width: 29.3333333333%;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-credit .innerbox-credit .item-detail ul {
    gap: 50px 4%;
  }
  .block-main .innerblock-main .box-credit .innerbox-credit .item-detail ul li {
    width: 48%;
  }
  .block-main .innerblock-main .box-credit .innerbox-credit .item-detail ul li img {
    max-width: 100px;
  }
}
.block-main .innerblock-main .box-contact {
  width: 94%;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.block-main .innerblock-main .box-contact .innerbox-contact + .innerbox-contact{
  margin-top: 80px;
}

.block-main .innerblock-main .box-contact .innerbox-contact .item-subtitle {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-contact .innerbox-contact .item-subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-contact .innerbox-contact .item-subtitle {
    font-size: 1.125rem;
  }
}
.block-main .innerblock-main .box-contact .innerbox-contact .item-name {
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-contact .innerbox-contact .item-name {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-contact .innerbox-contact .item-name {
    font-size: 1.25rem;
  }
}

.block-main:nth-child(odd) {
  background: rgba(89, 117, 145, 0.1);
}
.block-main:nth-child(even) .box-schedule .innerbox-schedule {
  border-top: 1px solid #EEE;
}
.block-main:nth-child(even) .box-schedule .innerbox-schedule:last-child {
  border-bottom: 1px solid #EEE;
}
.block-main:last-child .innerblock-main {
  padding-bottom: 100px;
}

footer {
  padding: 80px 30px 40px;
  background: #597591;
  text-align: center;
}
footer .box-sns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 45px;
}
footer .box-sns img {
  width: 80%;
  max-width: 55px;
  margin: auto;
}
footer .box-062 {
  margin-top: 60px;
}
footer .box-062 .item-banner {
  width: 100%;
  max-width: 350px;
  margin: 12px auto 0;
}
footer .box-logo {
  width: 40%;
  max-width: 200px;
  margin: 110px auto 0;
}
footer .box-logo img {
  width: 80%;
  margin: auto;
}
footer .box-copy {
  margin-top: 35px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #FFF;
}
@media screen and (max-width: 512px) {
  footer .box-copy {
    font-size: 0.75rem;
  }
}

.block-fv {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.item-sp{
  display: none;
}
@media screen and (max-width: 512px) {
  .item-sp{
    display: block;
  }
}