@charset "UTF-8";
/*
Theme Name: highlight-movie
Author: EMIKO AMANO
Version: 1.0.0
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*theme--------------------------*/
/*-------------------------------*/
/*breakpointes-------------------*/
/*-------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #333;
  background-color: #FAFAFA;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, Lato, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

main {
  flex: 1;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #333;
}

img, picture {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

section.normal .section_inner {
  padding: 80px 50px 120px;
}
@media screen and (max-width: 768px) {
  section.normal .section_inner {
    padding: 60px 30px 80px;
  }
}
h2 {
  text-align: center;
  margin-bottom: 40px;
}
h2 img {
  height: 42px;
  width: auto;
}
h2 span {
  text-align: center;
  display: block;
  font-size: 0.8em;
  color: #001764;
  margin-top: 1em;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

footer {
  color: #FFF;
  background-image: url(img/bg.jpg);
  background-position: 50% 50%;
  /*sharebtn-----------------------*/
  /*-------------------------------*/
}
footer .footer {
  padding: 80px 50px 80px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 30px 40px;
  }
}
footer .footer .title {
  mix-blend-mode: screen;
  max-width: 500px;
  width: 90%;
  margin: 0 auto 10px;
}
footer .footer .release {
  max-width: 440px;
  width: 90%;
  margin: 0 auto 20px;
  opacity: 0.6;
}
footer .footer .copyright {
  opacity: 0.6;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 20px auto 0px;
}
footer .shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .shares {
    flex-direction: column;
  }
}
footer .share_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
footer .share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .share_btns li img {
  height: 20px;
  width: auto;
}
footer .share_btns-square {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .share_btns-square {
    margin-bottom: 10px;
  }
}
footer .share_btns-square::before {
  content: "Share:";
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  padding-right: 6.5px;
  color: #FFF;
}
footer .share_btns-square li {
  cursor: pointer;
  margin: 0 10px 0px;
  width: 24px;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  footer .share_btns-square li {
    margin: 0 10px 10px;
  }
}
footer .share_btns-square li:hover {
  opacity: 0.7;
}

/*nav----------------------------*/
.nav_btn {
  background-color: rgba(241, 241, 241, 0.6);
  display: none;
  z-index: 104;
  position: fixed;
  top: 0px;
  right: -60px;
  background-image: url(img/nav_icon.svg);
  background-size: 100%;
  width: 60px;
  height: 50px;
  transition: 0.2s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    display: unset;
  }
  .nav_btn.active {
    right: 0;
  }
}
.nav_btn.show {
  background-image: url(img/nav_icon-close.svg);
  opacity: 0.8;
}

.gnav {
  z-index: 100;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0;
  height: 60px;
  transition: 0.2s;
  background-color: rgba(241, 241, 241, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  top: -60px;
}
@media screen and (max-width: 768px) {
  .gnav {
    z-index: 103;
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.2s;
    background-color: rgba(241, 241, 241, 0.9);
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: auto;
  }
  .gnav.show {
    left: 0;
    opacity: 1;
  }
}
.gnav.active {
  top: 0;
}
.gnav .gnav_title {
  width: 100%;
  mix-blend-mode: screen;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_title {
    display: block;
  }
}
.gnav .gnav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list {
    padding-right: 0px;
    margin-bottom: 20px;
    max-height: 100%;
    display: block;
  }
}
.gnav .gnav_list li a {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  padding: 0 0.5em;
}
.gnav .gnav_list li a img {
  height: 27px;
  width: auto;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_list li a img {
    height: 24px;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
  transform: translateY(2px);
}
.gnav .gnav_list li a.construction {
  opacity: 0.2;
  pointer-events: none;
  filter: grayscale(100%);
}

.sns-nav {
  z-index: 99;
  position: fixed;
  top: 80px;
  right: -40px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .sns-nav {
    top: 60px;
  }
}
.sns-nav li a {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(241, 241, 241, 0.6);
  width: 40px;
  display: flex;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.2s;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  flex-direction: column;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sns-nav li a {
    width: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.sns-nav li a img {
  width: 24px;
}
@media screen and (max-width: 768px) {
  .sns-nav li a img {
    width: 20px;
  }
}
.sns-nav li a:hover {
  opacity: 0.6;
  transform: translateY(2px);
}
.sns-nav.active {
  right: 0;
}
@media screen and (max-width: 768px) {
  .sns-nav.active {
    opacity: 1;
  }
}

.nav_top {
  background-color: rgba(241, 241, 241, 0.6);
  z-index: 99;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 0px;
  right: -50px;
  border-top-left-radius: 20px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #303030;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .nav_top {
    border-top-left-radius: 10px;
    width: 40px;
    height: 40px;
    right: -40px;
  }
}
.nav_top span {
  font-size: 12px;
  transform: scale(1, 0.6);
}
.nav_top:hover span {
  transform: scale(1, 0.6) translateY(2px);
}
.nav_top.active {
  right: 0;
}
@media screen and (max-width: 768px) {
  .nav_top.active {
    opacity: 1;
  }
}

/*-------------------------------*/
/*
横幅での表示変更-----------------------
*/
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

/*
横幅での改行部分変更-----------------------
*/
.br-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

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

/*
シェアボタン設定-----------------------
*/
.share_btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btns li {
  height: 22px;
  overflow: hidden;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
}

.share_btns-square {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share_btns-square::before {
  content: "Share:";
  font-family: var(--baseFont_en);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 6.5px;
}
.share_btns-square li {
  cursor: pointer;
  margin: 0 13px 10px;
  width: 31px;
}
@media screen and (max-width: 768px) {
  .share_btns-square li {
    margin: 0 10px 10px;
  }
}

ul {
  padding-inline-start: 0px;
  list-style: none;
}

/*fixed_bg------------------------*/
.fixed_vd {
  z-index: -9;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100vh;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.fixed_vd video {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .fixed_vd video {
    -o-object-position: 56% 50%;
       object-position: 56% 50%;
  }
}

.overlayv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 25%, transparent 25%);
  background-size: 4px 4px;
  pointer-events: none;
  z-index: 1;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #FAFAFA;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1010;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loadeing_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loadeing_inner .loader {
  animation: loadingFlash 1s infinite;
}
.loading .loader {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #525252) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}
@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}

/*-------------------------------*/
@keyframes flash {
  0%, 100% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.5;
  }
}
/*-inview------------------------*/
.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
#top {
  position: relative;
}
#top .main {
  position: relative;
  overflow: hidden;
}
#top .main_img {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 2s;
}
#top .main_img img {
  transition: 1s;
  transform: scale(1.05);
}
#top .main_img.inview img {
  transform: scale(1);
}
#top .title {
  position: absolute;
  width: 27.26%;
  top: 3%;
  left: 70.35%;
  mix-blend-mode: screen;
  transition: 1s;
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 67.95%;
    top: 5.88%;
    left: 14.1%;
  }
}
#top .title.inview {
  transform: translateY(0px);
  opacity: 1;
}
#top .logos {
  position: absolute;
  width: 18.68%;
  top: 47.5%;
  left: 75.29%;
  transition: 1s;
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .logos {
    width: 57.87%;
    top: 44.2%;
    left: 21.03%;
  }
}
#top .logos.inview {
  transform: translateY(0px);
  opacity: 1;
}
#top .release {
  position: absolute;
  width: 20.91%;
  bottom: 4%;
  left: 75.73%;
  filter: drop-shadow(0px 0px 10px #171620) drop-shadow(0px 0px 3px #171620);
  transition: 1s;
  transform: translateY(10px);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 85.89%;
    bottom: unset;
    top: 90.42%;
    left: 7.18%;
  }
}
#top .release.inview {
  transform: translateY(0px);
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #top .release.inview {
    opacity: 1;
  }
}
#top .copyright {
  position: absolute;
  width: 200px;
  bottom: 10px;
  left: 3%;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #top .copyright {
    bottom: unset;
    width: 49.49%;
    top: 96.3%;
    left: 25.38%;
  }
}
#top .copyright.inview {
  opacity: 1;
}
#top .nav_kv {
  position: relative;
  background-color: #001764;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #top .nav_kv {
    height: auto;
    padding: 15px 30px;
  }
}
#top .nav_kv .nav_kv-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 1s;
  transform: translateY(10px);
  opacity: 0;
}
#top .nav_kv .nav_kv-list.inview {
  transform: translateY(0px);
  opacity: 1;
}
#top .nav_kv .nav_kv-list .nav_kv-item a {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5em;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #top .nav_kv .nav_kv-list .nav_kv-item a {
    height: auto;
    padding: 5px 0.5em;
  }
}
#top .nav_kv .nav_kv-list .nav_kv-item a:hover {
  opacity: 0.6;
  transform: translateY(2px);
}
#top .nav_kv .nav_kv-list .nav_kv-item a img {
  height: 26px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #top .nav_kv .nav_kv-list .nav_kv-item a img {
    height: 24px;
  }
}
#top .nav_kv .nav_kv-list .nav_kv-item a.construction {
  pointer-events: none;
  opacity: 0.5;
}

#info {
  background-color: rgba(0, 0, 0, 0.95);
  padding: 40px 30px 0;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 40px 30px;
  }
}
#info .sqs {
  display: flex;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #info .sqs {
    justify-content: space-between;
    display: block;
  }
}
#info .sqs .sq {
  transition: 0.2s;
  max-width: 280px;
  width: 50%;
  margin: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  #info .sqs .sq {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
#info .sqs .sq:hover {
  opacity: 0.7;
}
#info .sqs .sq2 {
  transition: 0.2s;
  max-width: 260px;
  width: 45%;
  margin: 0 10px 0;
}
@media screen and (max-width: 768px) {
  #info .sqs .sq2 {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px;
  }
  #info .sqs .sq2:last-of-type {
    margin-bottom: 0;
  }
}
#info .sqs .sq2:hover {
  opacity: 0.7;
}

#news-top {
  background-color: #FAFAFA;
}
#news-top .link-news {
  text-align: right;
  padding: 20px 40px;
  max-width: 900px;
  display: block;
  letter-spacing: 0.2em;
  margin: 0 auto;
  margin-top: 10px;
}
#news-top .link-news span {
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  #news-top .link-news {
    padding: 20px 0;
    max-width: 500px;
  }
}
#news-top .link-news:hover span {
  display: inline-block;
  transform: translateX(4px);
  color: #b5deee;
}

.news_list {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .news_list {
    max-width: 500px;
  }
}
.news_list li {
  border-top: solid 1px #62A0AB;
}
.news_list li:last-of-type {
  border-bottom: solid 1px #62A0AB;
}
.news_list li a {
  padding: 20px 40px;
  display: flex;
  transition: 0.4s;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .news_list li a {
    padding: 10px 0px;
  }
}
.news_list li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.news_list li a .block {
  width: calc(100% - 2em);
  display: flex;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .news_list li a .block {
    flex-direction: column;
  }
}
.news_list li a .block .news_date {
  width: 10em;
  color: #001764;
}
@media screen and (max-width: 768px) {
  .news_list li a .block .news_date {
    width: 100%;
  }
}
.news_list li a .block .news_title {
  width: calc(100% - 10em);
}
@media screen and (max-width: 768px) {
  .news_list li a .block .news_title {
    width: 100%;
  }
}
.news_list li a .arrow {
  width: 2em;
  padding-left: 1em;
  color: #001764;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: 0.4s;
}
.news_list li a:hover .arrow {
  display: inline-block;
  transform: translateX(4px);
  color: #b5deee;
}

.body_news {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .body_news {
    margin-top: 0;
  }
}
.body_news .post_item {
  display: flex;
  background-color: #fff;
}
.body_news .section_inner {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .body_news .section_inner {
    max-width: 500px;
  }
}

.archive_nav {
  justify-content: center;
  display: flex;
  margin-top: 40px;
}
.archive_nav .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #001764;
  transition: 0.5s;
}
.archive_nav .page-numbers.current, .archive_nav .page-numbers:hover {
  color: #FFF;
  background-color: #62A0AB;
}

.single_nav {
  margin-top: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.single_nav div a, .single_nav div span {
  height: 50px;
  padding: 0 25px;
  align-items: center;
  justify-content: center;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border: solid 1px rgba(247, 247, 248, 0.32);
  color: #001764;
  transition: 0.5s;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .single_nav div a, .single_nav div span {
    padding: 0 10px;
  }
}
.single_nav div a:hover, .single_nav div span:hover {
  border: solid 1px rgba(247, 247, 248, 0.32);
  background-color: rgba(247, 247, 248, 0.32);
}

#archive-news .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
}

#single-news .section_inner .section_main h2 {
  text-align: center;
  margin-bottom: 40px;
}
#single-news .section_inner .section_main .section_body .single_item {
  border-top: solid 1px #62A0AB;
  border-bottom: solid 1px #62A0AB;
  padding: 40px 0px 50px;
}
@media screen and (max-width: 768px) {
  #single-news .section_inner .section_main .section_body .single_item {
    padding: 40px 0px 40px;
  }
}
#single-news .section_inner .section_main .section_body .single_item .single_date {
  display: block;
  color: #001764;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  border-bottom: solid 1px rgba(247, 247, 248, 0.32);
}
@media screen and (max-width: 768px) {
  #single-news .section_inner .section_main .section_body .single_item .single_date {
    padding-bottom: 0;
  }
}
#single-news .section_inner .section_main .section_body .single_item h3 {
  font-size: 1.5em;
  padding-top: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  #single-news .section_inner .section_main .section_body .single_item h3 {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 1.3em;
  }
}

.single_content * {
  all: unset; /* すべてのプロパティをリセット */
  all: initial; /* 初期値に戻す */
  all: revert; /* ブラウザのデフォルトに戻す */
}
.single_content * p, .single_content * h1, .single_content * h2, .single_content * h3, .single_content * h4, .single_content * h5, .single_content * h6, .single_content * a, .single_content * img, .single_content * ul, .single_content * ol, .single_content * li {
  all: revert; /* 必要な要素だけを戻す */
}

.single_content {
  line-height: 1.8;
}
.single_content a:hover {
  text-decoration: none;
}
.single_content p {
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
}
.single_content img {
  max-width: 100%;
}
.single_content .has-iframe {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
  z-index: 2;
  display: block;
}
.single_content .has-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#intro {
  margin-top: 50vw;
  background-color: rgba(250, 250, 250, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  #intro {
    margin-top: 130vw;
  }
}
#intro .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}
#intro .section_inner .section_main p {
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1em;
  text-align: center;
}
#intro .section_inner .section_main p:last-of-type {
  margin-bottom: 0;
}
#intro .section_inner .section_main h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main h3 {
    margin-bottom: 20px;
  }
}
#intro .section_inner .section_main h3 .copy_intro1 {
  margin-bottom: 10px;
}
#intro .section_inner .section_main .intro-bigger {
  font-size: 1.2em;
}
#intro .section_inner .section_main h4 {
  margin-top: 30px;
}
#intro .section_inner .section_main .h4-by {
  font-size: 0.75em;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .h4-by {
    text-align: right;
  }
}

#ticket {
  margin-top: 40vw;
  background-color: rgba(250, 250, 250, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 1.125em;
}
@media screen and (max-width: 768px) {
  #ticket {
    margin-top: 110vw;
    font-size: 1.05em;
  }
}
#ticket .highlight-line {
  background: linear-gradient(to bottom, transparent 50%, rgba(235, 255, 120, 0.32) 50%, rgba(235, 255, 120, 0.32) 80%, transparent 80%);
}
@media screen and (max-width: 768px) {
  #ticket .section_inner {
    padding: 60px 20px 80px;
  }
}
#ticket .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main {
    max-width: 500px;
  }
}
#ticket .section_inner .section_main .block {
  padding: 50px 100px 60px;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block {
    padding: 30px 20px 40px;
  }
}
#ticket .section_inner .section_main .block:last-of-type {
  margin-bottom: 0px;
}
#ticket .section_inner .section_main .block .inner_block {
  background-color: #E0F0F2;
  padding: 50px;
  margin-top: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .inner_block {
    padding: 30px 20px 40px;
  }
}
#ticket .section_inner .section_main .block h3 {
  font-size: 2em;
  text-align: center;
  color: #001764;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block h3 {
    font-size: 1.8em;
  }
}
#ticket .section_inner .section_main .block .price {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .price {
    font-size: 1.8em;
  }
}
#ticket .section_inner .section_main .block .price span.price-small {
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .price span.price-small {
    font-size: 0.5em;
  }
}
#ticket .section_inner .section_main .block .price.price-mvtk {
  margin-top: 20px;
}
#ticket .section_inner .section_main .block .cau {
  margin-bottom: 20px;
}
#ticket .section_inner .section_main .block .cau:last-of-type {
  margin-bottom: 0;
}
#ticket .section_inner .section_main .block .cau li {
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .cau li {
    font-size: 0.95em;
  }
}
#ticket .section_inner .section_main .block h4 {
  font-size: 1.5em;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block h4 {
    font-size: 1.3em;
  }
}
#ticket .section_inner .section_main .block h4 span {
  font-size: 1.4em;
  margin-left: 0.25em;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block h4 span {
    font-size: 1.05em;
  }
}
#ticket .section_inner .section_main .block h5 {
  font-weight: 700;
  font-size: 1.5em;
  text-align: center;
  border-bottom: solid 1px #62A0AB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block h5 {
    font-size: 1.25em;
  }
}
#ticket .section_inner .section_main .block .mvtk_img {
  max-width: 100%;
  width: 230px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .mvtk_img {
    width: 170px;
  }
}
#ticket .section_inner .section_main .block .mvtk_img img {
  border-radius: 10px;
}
#ticket .section_inner .section_main .block .link-btns {
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  flex-wrap: wrap;
}
#ticket .section_inner .section_main .block .link-btns li {
  margin: 0 7px;
  width: calc(33.33% - 15px);
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .link-btns li {
    width: 100%;
    min-width: unset;
    max-width: 300px;
    margin: 0 auto 10px;
  }
}
#ticket .section_inner .section_main .block .link-btns li a {
  display: block;
  color: #fff;
  background-color: #62A0AB;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#ticket .section_inner .section_main .block .link-btns li a span {
  transition: 0.4s;
  display: inline-block;
  margin-left: 0.25em;
}
#ticket .section_inner .section_main .block .link-btns li a:hover span {
  transform: translateX(4px);
}
#ticket .section_inner .section_main .block .link-btns li a.dark {
  background-color: #001764;
}
#ticket .section_inner .section_main .block .link-btns li a.construction {
  background-color: #969696;
  pointer-events: none;
}
#ticket .section_inner .section_main .block .link-btns .yet {
  color: #FF0000;
  font-size: 0.8em;
  margin-top: 0.5em;
}
#ticket .section_inner .section_main .block .sub {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
}
#ticket .section_inner .section_main .block .sub.under {
  padding-top: 30px;
  border-top: solid 1px #62A0AB;
}
#ticket .section_inner .section_main .block .sub.yet {
  color: #FF0000;
}
#ticket .section_inner .section_main .block .tokuten_box {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box {
    padding: 30px 20px 40px;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .tokutens {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#ticket .section_inner .section_main .block .tokuten_box .tokuten_item {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .tokuten_item {
    padding: 0;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .tokuten_item span.dan {
  display: inline-block;
  font-size: 0.9em;
  background-color: #fffee8;
}
#ticket .section_inner .section_main .block .tokuten_box .tokuten_item span.haihu {
  display: inline-block;
  font-size: 0.8em;
}
#ticket .section_inner .section_main .block .tokuten_box .tokuten_item span.haihu_end {
  display: inline-block;
  font-size: 0.8em;
  color: #FF0000;
  display: inline-block;
}
#ticket .section_inner .section_main .block .tokuten_box .kbgm_imgs {
  max-width: 270px;
  margin: 0 auto 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .kbgm_imgs {
    max-width: 220px;
    width: 60%;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .omote {
  width: calc(80% - 40px);
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .omote {
    width: 100%;
  }
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .omote p {
    margin-top: 0;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .omote .imgs {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .omote .imgs {
    justify-content: space-between;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .omote .imgs .photocd_img {
  width: calc(25% - 10px);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .omote .imgs .photocd_img {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .ura {
  width: calc(20% - 10px);
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .ura {
    width: 100%;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .ura .imgs {
  display: flex;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .ura .imgs {
    justify-content: center;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .ura .imgs .photocd_img {
  margin-left: 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .ura .imgs .photocd_img {
    width: calc(50% - 5px);
    margin-left: 0px;
    margin-top: 20px;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs p {
  text-align: center;
  margin-right: -0.5em;
  font-size: 0.8em;
  margin-top: 10px;
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .line {
  width: calc(100% - 10px);
  height: 1px;
  background-color: #333;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .line {
    width: 100%;
  }
}
#ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .line.line_ura {
  width: calc(100% - 10px);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .tokuten_box .photocd_imgs .line.line_ura {
    width: 100%;
  }
}
#ticket .section_inner .section_main .block .cau {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main .block .cau {
    text-align: left;
  }
}

.mvtk {
  width: 100%;
  margin-top: 30px;
}
.mvtk #mvtk-widgets-container {
  margin: 0 auto;
}

#movie {
  margin-top: 50vw;
  background-color: #FFF;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  font-size: 1.125em;
  background-image: url(img/bg_mv1.jpg), url(img/bg_mv2.jpg);
  background-size: 100%;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 768px) {
  #movie {
    background-size: 200%;
    margin-top: 130vw;
  }
}
#movie .section_inner .section_main {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #movie .section_inner .section_main {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
#movie .section_inner .section_main .youtube_embed {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 2;
}
#movie .section_inner .section_main .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#movie .section_inner .section_main .trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #movie .section_inner .section_main .trailer_tab {
    margin-top: 5px;
  }
}
#movie .section_inner .section_main .trailer_tab li {
  width: calc(50% - 5px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  #movie .section_inner .section_main .trailer_tab li {
    width: calc(50% - 2.5px);
  }
}
#movie .section_inner .section_main .trailer_tab li a {
  border-radius: 25px;
  height: 45px;
  width: 100%;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6b6b6b;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #movie .section_inner .section_main .trailer_tab li a {
    border-radius: 0px;
  }
}
#movie .section_inner .section_main .trailer_tab li a:hover {
  transition: 0.2s;
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  #movie .section_inner .section_main .trailer_tab li a:hover {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  #movie .section_inner .section_main .trailer_tab li:first-of-type a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #movie .section_inner .section_main .trailer_tab li:last-of-type a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
#movie .section_inner .section_main .trailer_tab .tab.active a {
  pointer-events: none;
  background-color: #001764;
}

#photo .section_space {
  background-color: rgba(0, 59, 107, 0.5);
  width: 100%;
  padding-top: 30vw;
}
@media screen and (max-width: 768px) {
  #photo .section_space {
    padding-top: 60vw;
  }
}
#photo .section_inner {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 70%, transparent 70%);
  overflow: hidden;
}
#photo .section_inner .swiper_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #photo .section_inner .swiper_wrapper {
    padding: 0 30px;
    width: calc(100% + 60px);
    margin: 0 auto 0 -30px;
  }
}
#photo .section_inner .swiper-pagination-fraction {
  color: #FFF;
  text-align: right;
  padding-right: 70px;
  padding-bottom: 10px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #photo .section_inner .swiper-pagination-fraction {
    padding-right: 0px;
    padding-bottom: 0;
    text-align: left;
    position: absolute;
    top: -20px;
    left: 30px;
    color: #333;
  }
}
#photo .section_inner .swiper-button-next::after, #photo .section_inner .swiper-button-prev::after {
  color: #333;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #photo .section_inner .swiper-button-next::after, #photo .section_inner .swiper-button-prev::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #photo .section_inner .swiper-button-next {
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  #photo .section_inner .swiper-button-prev {
    left: 0px;
  }
}

#novelty .section_inner {
  background-color: rgba(0, 12, 46, 0.95);
  color: #fefefe;
}
#novelty .section_inner h2 {
  filter: brightness(200%);
}
#novelty .section_inner .section_main {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main {
    max-width: 500px;
  }
}
#novelty .section_inner .section_main .section_body .cau_n {
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block {
  border: solid 1px rgba(167, 167, 167, 0.25);
  background-color: rgba(0, 18, 39, 0.9);
  margin-top: 60px;
  padding: 20px 20px 50px;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .dan_blocks .dan_block {
    padding: 30px 20px;
    margin-top: 30px;
  }
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .dan_title {
  background-color: #001233;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubi {
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px rgba(167, 167, 167, 0.25);
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubi span {
  font-size: 0.8em;
  margin-right: 0.5em;
  padding: 0.1em;
  display: inline-block;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubi span {
    display: block;
  }
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubutsu_en {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #f2ffff;
  letter-spacing: 0.2em;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubutsu_jp {
  font-size: 1.1em;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block .haifubutsu_jp span {
  display: inline-block;
  font-size: 0.9em;
}
#novelty .section_inner .section_main .section_body .dan_blocks .dan_block.yet {
  opacity: 0.7;
}
#novelty .section_inner .section_main .section_body .caus {
  margin-top: 40px;
  text-align: left;
  opacity: 0.8;
}
#novelty .section_inner .section_main .section_body .caus li {
  font-size: 0.8em;
  line-height: 2;
}
#novelty .section_inner .section_main .section_body .tokuten {
  padding: 20px 50px 0;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten {
    padding: 30px 0px 0;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#novelty .section_inner .section_main .section_body .tokuten .imgs4 img {
  filter: drop-shadow(0px 0px 3px #FFF);
}
#novelty .section_inner .section_main .section_body .tokuten .imgs4 p {
  font-size: 0.9em;
  text-align: right;
  margin-bottom: 0.25em;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs4 {
    gap: 20px;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs4 div {
  width: calc(25% - 7.5px);
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs4 div {
    width: calc(50% - 10px);
  }
}
#novelty .section_inner .section_main .section_body .tokuten .jiki {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
#novelty .section_inner .section_main .section_body .tokuten .jiki .jiki-sub {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 1.2em;
  background-color: #002b3b;
  padding: 0 0.5em;
  line-height: 1.4;
}
#novelty .section_inner .section_main .section_body .tokuten .jiki .jiki-img {
  max-width: 300px;
  filter: drop-shadow(0px 0px 3px #FFF);
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .jiki .jiki-img {
    width: 80%;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .img_poster {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  align-items: baseline;
  max-width: 100%;
  flex-wrap: wrap;
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo img {
  filter: drop-shadow(0px 0px 3px #FFF);
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .ptx {
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.4;
  margin-top: 10px;
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .back {
  width: 16%;
  margin: 0 auto 0px;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .back {
    width: 50%;
    text-align: center;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front {
    width: 100%;
    margin-bottom: 20px;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front.w100 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front.w100 {
    width: 100%;
  }
}
#novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f1, #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f2, #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f3, #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f4 {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f1, #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f2, #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f3, #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f4 {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f1, #novelty .section_inner .section_main .section_body .tokuten .imgs_photo .front .f2 {
    margin-bottom: 16px;
  }
}
#novelty .f08 {
  font-size: 0.8em;
}/*# sourceMappingURL=style.css.map */