@charset "UTF-8";
/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

*:focus {
  outline: none;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

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

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

.kasou {
  margin-top: 50px;
}

section .section_inner .section_main {
  padding: 80px 50px 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section .section_inner .section_main {
    padding: 60px 30px 80px;
  }
}

h2 {
  font-family: "Bellefair", serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.8em;
  }
}

hr {
  border: 0;
  height: 1px;
  width: 100%;
  opacity: 0.32;
  background: linear-gradient(270deg, #CFB681 39.5%, #FFEFC7 54.5%, #C99C5C 67%);
}

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

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

.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;
  }
}

/*fixed_bg------------------------*/
.fixed_bg {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/t1.jpg?Ver=1.0.1);
  background-size: cover;
  background-position: 13% 50%;
  top: 0;
  left: 0;
}

.fixed_bg2 {
  z-index: -10;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url(img/bg.jpg);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
}

/*-------------------------------*/
/*loading------------------------*/
.loading {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100lvh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loading_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading .loader {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #CFB681) 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);
  }
}

/*-------------------------------*/
/*nav----------------------------*/
/*-------------------------------*/
/*sharebtn-----------------------*/
.shares {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .shares {
    flex-direction: column;
  }
}

.share_btns {
  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 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_btns li img {
  height: 20px;
  width: auto;
}

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

/*-------------------------------*/
/*noiseOverlay-------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*-------------------------------*/
/*nav----------------------------*/
.nav_btn {
  display: none;
  z-index: 104;
  position: fixed;
  opacity: 0;
}
@media screen and (max-width: 1350px) {
  .nav_btn {
    display: unset;
    top: 0px;
    right: 0;
    background: url(img/nav_icon-text.svg), linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    background-size: 60px 60px, 100%;
    width: 100%;
    height: 60px;
    background-position: right center, center center;
    background-repeat: no-repeat, no-repeat;
    transition: 0.5s;
    background-color: #861717;
    filter: drop-shadow(2px 2px 1px rgba(46, 28, 0, 0.25));
  }
}
.nav_btn.active {
  opacity: 1;
}
.nav_btn.show {
  background: url(img/nav_icon-text-close.svg), linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
  background-size: 60px 60px, 100%;
  background-position: right center, center center;
  background-repeat: no-repeat, no-repeat;
  filter: none;
}

.gnav_title {
  position: fixed;
  left: 20px;
  width: 280px;
  z-index: 105;
  opacity: 0;
  transition: 0.5s;
  filter: drop-shadow(2px 2px 1px rgba(46, 28, 0, 0.25));
  top: 10px;
}
@media screen and (max-width: 1350px) {
  .gnav_title {
    display: block;
    top: 16px;
    width: 200px;
    left: 7px;
  }
}
.gnav_title.active {
  opacity: 1;
}

.gnav {
  z-index: 100;
  letter-spacing: 0.1em;
  width: 100%;
  position: fixed;
  left: 0;
  height: 60px;
  opacity: 0;
  transition: 0.5s;
  top: 0px;
}
.gnav.active {
  opacity: 1;
}
.gnav .gnav_list {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 100px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%), #861717;
}
@media screen and (max-width: 1350px) {
  .gnav .gnav_list {
    background: none;
    padding-right: 0px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    padding: 40px 0;
    width: 100%;
  }
}
.gnav .gnav_list li {
  position: relative;
}
@media screen and (max-width: 1350px) {
  .gnav .gnav_list li {
    width: 100%;
  }
  .gnav .gnav_list li.dan1 {
    border-bottom: solid 1px #a51111;
  }
}
.gnav .gnav_list li a {
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 0.5em;
  font-size: 1.2em;
  color: #FFEFC7;
  transition: 0.5s;
  text-transform: uppercase;
  font-family: "Bellefair", serif;
}
@media screen and (max-width: 1350px) {
  .gnav .gnav_list li a.up {
    padding-left: 1em;
  }
}
.gnav .gnav_list li a.up::after {
  content: "UP!";
  font-size: 0.5em;
  line-height: 1;
  padding-bottom: 0.6em;
  padding-left: 0.25em;
  transform: translateY(-0.6em);
  display: inline-block;
  color: #FFB9B9;
}
@media screen and (max-width: 1350px) {
  .gnav .gnav_list li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 1.43em;
    text-align: center;
  }
}
.gnav .gnav_list li a:hover {
  opacity: 0.6;
}
.gnav .gnav_list li a.construction, .gnav .gnav_list li a.current {
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(100%);
}
@media screen and (max-width: 1350px) {
  .gnav .gnav_list li.has-submenu {
    padding-left: 0.5em;
  }
}
.gnav .gnav_list li.has-submenu .nav-lineup {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  background: #861717;
  padding: 0.5em 0;
  flex-direction: column;
  white-space: nowrap;
  z-index: 200;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 200;
}
@media screen and (max-width: 1350px) {
  .gnav .gnav_list li.has-submenu .nav-lineup {
    visibility: visible;
    opacity: 1;
    flex-wrap: wrap;
    position: relative;
    top: unset;
    left: unset;
    transform: translateY(0);
    max-width: 80%;
    margin: 0 auto;
    margin-top: -10px;
    position: relative;
    background: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1350px) {
  .gnav .gnav_list li.has-submenu .nav-lineup li {
    display: block;
  }
}
.gnav .gnav_list li.has-submenu .nav-lineup li a {
  font-size: 0.9em;
  height: 30px;
  display: block;
  line-height: 30px;
  width: auto;
  padding: 0 0.75em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1350px) {
  .gnav .gnav_list li.has-submenu .nav-lineup li a {
    color: #CFB681;
    margin-left: -1em;
    margin-bottom: 0px;
    margin-top: 3px;
    border-bottom: none;
  }
}
.gnav .gnav_list li.has-submenu .nav-lineup li a.construction, .gnav .gnav_list li.has-submenu .nav-lineup li a.current {
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(100%);
}
.gnav .gnav_list li.has-submenu:hover .nav-lineup {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
@media screen and (max-width: 1350px) {
  .gnav {
    opacity: 0;
    background-color: #861717;
    z-index: 103;
    position: fixed;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    pointer-events: none;
    overflow: auto;
  }
  .gnav.active {
    opacity: 0;
  }
  .gnav.active.show {
    pointer-events: all;
    opacity: 1;
  }
  .gnav.active.show .gnav-list .has-submenu .nav-lineup {
    pointer-events: all;
  }
}

.sns-nav {
  z-index: 104;
  position: fixed;
  top: 13px;
  display: flex;
  right: 30px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1350px) {
  .sns-nav {
    top: 10px;
    right: 65px;
  }
}
.sns-nav.active {
  opacity: 1;
}
.sns-nav li a {
  width: 32px;
  height: 32px;
  display: block;
  transition: 0.4s;
  border-radius: 50px;
  color: #FFEFC7;
  filter: drop-shadow(2px 2px 1px rgba(46, 28, 0, 0.25));
}
@media screen and (max-width: 1350px) {
  .sns-nav li a {
    width: 40px;
    height: 40px;
  }
}
.sns-nav li a:hover {
  opacity: 0.6;
}
.sns-nav.active {
  opacity: 1;
}

.nav_top {
  z-index: 99;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: -40px;
  right: 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transform: scale(1, 0.6);
  color: #FFEFC7;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.5));
  opacity: 0;
}
.nav_top:hover {
  opacity: 0.6;
}
.nav_top.active {
  opacity: 1;
  bottom: 10px;
}

.theater-btn-sub {
  border: solid 2px #C9BC9C;
  position: fixed;
  top: 70px;
  right: 10px;
  display: block;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1350px) {
  .theater-btn-sub.active {
    opacity: 1;
    pointer-events: all;
  }
}
.theater-btn-sub:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .theater-btn-sub {
    height: 60px;
    top: 60px;
    right: 0px;
    padding: 0 10px;
  }
}

/*-------------------------------*/
/*-inview------------------------*/
.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translateY(10px);
}
.fadeInUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}

.clipFromLeft {
  opacity: 0;
  transition: 2s;
  -webkit-clip-path: inset(0% 100% 0% 0);
          clip-path: inset(0% 100% 0% 0);
}
.clipFromLeft.is-inview {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  opacity: 1;
}

/*-------------------------------*/
/*-keyframes--------------------*/
/*-------------------------------*/
#trailer-window {
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
}
#trailer-window .trailer_inner {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -2;
}
#trailer-window .trailer_inner .trailer_main {
  max-width: inherit;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  max-width: 150vh;
}
#trailer-window .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer-window .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
#trailer-window .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer-window .trailer_inner .trailer_main .youtube_outer .youtube_embed {
    border-radius: 0px;
  }
}
#trailer-window .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer-window .trailer_inner .overlay_trailer {
  background-image: url(img/t1.jpg);
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: -1;
}
#trailer-window .trailer_inner .overlay_trailer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleX(-1);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #trailer-window .trailer_inner .overlay_trailer::before {
    background-size: 80px, 80px;
  }
}
#trailer-window .close_btn_trailer {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 8cm;
  z-index: 99999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #trailer-window .close_btn_trailer {
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
  }
}

.trailer_tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px auto 0;
  gap: 5px;
}

.trailer_tab li {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(50% - 20px);
}
.trailer_tab li a {
  padding: 0 0.5em;
  background-color: #861717;
  height: 3em;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a {
    padding: 0 0.8em 0 0.25em;
  }
}
.trailer_tab li a:hover {
  color: #fffab9;
}

.trailer_tab li.active {
  filter: drop-shadow(0px 0px 0px transparent);
}
.trailer_tab li.active a {
  color: #fffab9;
}

.trailer_tab li a::before {
  content: "";
  color: #861717;
}
@media screen and (max-width: 768px) {
  .trailer_tab li a::before {
    content: "●";
  }
}

.trailer_tab .tab.active a::before {
  content: "●";
  color: #fffab9;
}

#top {
  overflow: hidden;
  padding-top: 60px;
}
#top .main {
  position: relative;
}
#top .base {
  position: relative;
}
#top .base img {
  transition: 1s;
  transform: scale(1.2);
}
#top .base.inview img {
  opacity: 1;
  transform: scale(1);
}
#top .copy {
  position: absolute;
  width: 24.06%;
  top: 18.16%;
  left: 63.69%;
  overflow: hidden;
  filter: drop-shadow(0px 0px 2px rgba(201, 160, 99, 0.5)) drop-shadow(0px 0px 3px rgba(201, 160, 99, 0.7)) drop-shadow(0px 0px 5px rgba(201, 160, 99, 0.7));
}
@media screen and (max-width: 768px) {
  #top .copy {
    width: 61.28%;
    top: 3.34%;
    left: 19.23%;
  }
}
#top .copy img {
  transition: 1s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
#top .copy.inview img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#top .title {
  position: absolute;
  width: 36.35%;
  top: 27.66%;
  left: 58.54%;
  opacity: 0;
  transition: 0.8s;
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 80.26%;
    top: 65.78%;
    left: 10%;
  }
}
#top .title.inview {
  opacity: 1;
  transform: scale(1);
}
#top .release {
  position: absolute;
  width: 19.64%;
  top: 70.64%;
  left: 65.93%;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8)) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 82.82%;
    top: 91.98%;
    left: 8.72%;
  }
}
#top .release img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1s;
}
#top .release.inview img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#top .em {
  position: absolute;
  width: 10.68%;
  top: 95.28%;
  left: 83.54%;
}
@media screen and (max-width: 768px) {
  #top .em {
    width: 39.74%;
    top: 96.3%;
    left: 2.31%;
  }
}
#top .lv {
  position: absolute;
  width: 1.88%;
  top: 92.69%;
  left: 95.52%;
}
@media screen and (max-width: 768px) {
  #top .lv {
    width: 5.9%;
    top: 95.16%;
    left: 92.05%;
  }
}

.footer {
  background-image: url(img/img_footer.jpg);
  background-size: cover;
  color: #FFF;
  text-align: center;
  line-height: 2;
  padding: 80px 30px;
  font-size: 0.8em;
}

#lineup .section_inner .section_main {
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  #lineup .section_inner .section_main {
    max-width: 500px;
  }
}
#lineup .section_inner .section_main h2 {
  color: #CFB681;
}
#lineup .section_inner .section_main .pi_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  #lineup .section_inner .section_main .pi_items {
    gap: 6%;
  }
}
#lineup .section_inner .section_main .pi_items .pi_item {
  width: 30%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #lineup .section_inner .section_main .pi_items .pi_item {
    width: 47%;
    margin-bottom: 40px;
  }
}
#lineup .section_inner .section_main .pi_items .pi_item .pos {
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
#lineup .section_inner .section_main .pi_items .pi_item .pos img {
  transition: 0.4s;
}
#lineup .section_inner .section_main .pi_items .pi_item .plate {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #lineup .section_inner .section_main .pi_items .pi_item .plate {
    margin-bottom: 5px;
  }
}
#lineup .section_inner .section_main .pi_items .pi_item .plate h3 {
  font-size: 1.2em;
  font-weight: 900;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #lineup .section_inner .section_main .pi_items .pi_item .plate h3 {
    font-size: 1em;
    margin-bottom: 0.25em;
  }
}
#lineup .section_inner .section_main .pi_items .pi_item .plate p {
  font-weight: 700;
  font-size: 0.8em;
  line-height: 1.4;
}
#lineup .section_inner .section_main .pi_items .pi_item .erelease {
  opacity: 0.9;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lineup .section_inner .section_main .pi_items .pi_item .erelease {
    width: 100%;
  }
}
#lineup .section_inner .section_main .pi_items .pi_item a:hover .pos img {
  transform: scale(1.05);
}
#lineup .section_inner .section_main .pi_items .pi_item a:hover .plate, #lineup .section_inner .section_main .pi_items .pi_item a:hover .erelease {
  opacity: 0.6;
}

.lineup-sub .section_inner .section_header .main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lineup-sub .section_inner .section_header .main img {
  transition: opacity 1s, transform 10s;
  opacity: 0;
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_header .main img {
    transform: scale(1.2);
  }
}
.lineup-sub .section_inner .section_header .main img.inview {
  opacity: 1;
  transform: scale(1);
}
.lineup-sub .section_inner .section_header .main::before, .lineup-sub .section_inner .section_header .main::after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: url(img/head-left.svg);
  bottom: 0;
  left: 0;
  background-size: 250px 250px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_header .main::before, .lineup-sub .section_inner .section_header .main::after {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
}
.lineup-sub .section_inner .section_header .main::after {
  background-image: url(img/head-right.svg);
  left: unset;
  right: 0;
}
.lineup-sub .section_inner .section_main {
  line-height: 1.8;
  padding: 40px 50px 120px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main {
    padding: 20px 20px 80px;
    max-width: 540px;
  }
}
.lineup-sub .section_inner .section_main .top-logo {
  margin: 0 auto 10px;
}
.lineup-sub .section_inner .section_main .top-logo.top-logo-eli {
  max-width: 400px;
}
.lineup-sub .section_inner .section_main h1 {
  color: #7A6A41;
  text-align: center;
  font-size: 3.75em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main h1 {
    font-size: 2.1em;
  }
}
.lineup-sub .section_inner .section_main .sub {
  color: #7A6A41;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .sub {
    margin-bottom: 20px;
  }
}
.lineup-sub .section_inner .section_main .release {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .release {
    line-height: 1.4;
  }
}
.lineup-sub .section_inner .section_main .release span {
  font-weight: inherit;
}
.lineup-sub .section_inner .section_main .release span.first, .lineup-sub .section_inner .section_main .release span.second {
  display: inline-block;
}
.lineup-sub .section_inner .section_main .release span.koukai {
  font-size: 1.13em;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .release span.koukai {
    font-size: 1em;
  }
}
.lineup-sub .section_inner .section_main .release span.bnum {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .release span.bnum {
    font-size: 1.7em;
  }
}
.lineup-sub .section_inner .section_main .release span.kikan {
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .release span.kikan {
    font-size: 1.6em;
  }
}
.lineup-sub .section_inner .section_main .release span.char {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .release span.char {
    font-size: 1.2em;
  }
}
.lineup-sub .section_inner .section_main .cau {
  text-align: center;
  font-size: 0.85em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .cau {
    text-align: left;
  }
}
.lineup-sub .section_inner .section_main ul.btns {
  display: flex;
  justify-content: space-between;
  gap: 4%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main ul.btns {
    gap: 10px;
  }
}
.lineup-sub .section_inner .section_main ul.btns li {
  width: 30.33%;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main ul.btns li {
    width: 100%;
  }
}
.lineup-sub .section_inner .section_main ul.btns li a {
  width: 100%;
  text-align: center;
  background-color: #fff;
  display: block;
  padding: 12px;
  border: solid 2px #C9BC9C;
  transition: 0.4s;
}
.lineup-sub .section_inner .section_main ul.btns li a .btn_en {
  color: #7D4900;
  font-family: "Bellefair", serif;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
}
.lineup-sub .section_inner .section_main ul.btns li a .btn_line {
  width: 20%;
  height: 1px;
  background-color: #333;
  margin: 5px auto 10px auto;
}
.lineup-sub .section_inner .section_main ul.btns li a .btn_jp {
  line-height: 1;
  color: #333;
}
.lineup-sub .section_inner .section_main ul.btns li a:hover {
  opacity: 0.7;
}
.lineup-sub .section_inner .section_main ul.btns li a.construction {
  pointer-events: none;
  filter: grayscale(90%);
  opacity: 0.7;
}
.lineup-sub .section_inner .section_main h2 {
  color: #7D4900;
  margin: 0 auto 2px;
}
.lineup-sub .section_inner .section_main .section_block {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .section_block {
    margin-top: 60px;
  }
}
.lineup-sub .section_inner .section_main .section_block .sub_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.lineup-sub .section_inner .section_main .section_block .sub_embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.lineup-sub .section_inner .section_main .section_block p.cs {
  text-align: center;
  letter-spacing: 0.1em;
}
.lineup-sub .section_inner .section_main .section_block p {
  text-align: justify;
}
.lineup-sub .section_inner .section_main .section_block .cast-list {
  display: flex;
  flex-wrap: wrap;
}
.lineup-sub .section_inner .section_main .section_block .cast-list .cast-item {
  line-height: 1.4;
}
.lineup-sub .section_inner .section_main .section_block .cast-list .cast-item .cast_img {
  position: relative;
  margin-bottom: 10px;
}
.lineup-sub .section_inner .section_main .section_block .cast-list .cast-item .cast_img::before, .lineup-sub .section_inner .section_main .section_block .cast-list .cast-item .cast_img::after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(img/c-top.svg);
  top: 0;
  right: 0;
  background-size: 80px 80px;
  background-repeat: no-repeat;
}
.lineup-sub .section_inner .section_main .section_block .cast-list .cast-item .cast_img::after {
  background-image: url(img/c-bottom.svg);
  right: unset;
  top: unset;
  left: 0;
  bottom: 0;
}
.lineup-sub .section_inner .section_main .section_block .cast-list .cast-item .cast_role {
  color: #7C6C43;
  text-align: center;
  font-weight: 700;
}
.lineup-sub .section_inner .section_main .section_block .cast-list .cast-item .cast_name {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
}
.lineup-sub .section_inner .section_main .section_block .cast-list .cast-item .cast_name span {
  display: inline-block;
  font-size: 0.7em;
}
.lineup-sub .section_inner .section_main .section_block .cast-list.list4 {
  gap: 33px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .section_block .cast-list.list4 {
    gap: 40px;
  }
}
.lineup-sub .section_inner .section_main .section_block .cast-list.list4 .cast-item {
  width: calc(25% - 25px);
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .section_block .cast-list.list4 .cast-item {
    width: 220px;
  }
}
.lineup-sub .section_inner .section_main .section_block .cast-list.list5 {
  gap: 34px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .section_block .cast-list.list5 {
    gap: 40px;
  }
}
.lineup-sub .section_inner .section_main .section_block .cast-list.list5 .cast-item {
  width: calc(30% - 25px);
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .section_block .cast-list.list5 .cast-item {
    width: 220px;
  }
}
.lineup-sub .section_inner .section_main .section_block.billing {
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .section_block.billing {
    line-height: 1.7;
  }
}
.lineup-sub .section_inner .section_main .section_block.billing p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lineup-sub .section_inner .section_main .section_block.billing p {
    font-size: 0.8em;
  }
}
.lineup-sub .section_inner .section_main .section_block.billing p.spec {
  margin-top: 1em;
  font-size: 0.75em;
}
.lineup-sub .section_inner .section_main .section_block.billing p.copyright {
  margin-top: 0.5em;
  font-size: 0.75em;
}

#intro .section_inner {
  background-image: url(img/bg.jpg);
  background-size: cover;
}
#intro .section_inner .section_main {
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    max-width: 500px;
  }
}
#intro .section_inner .section_main h2 {
  color: #CFB681;
}
#intro .section_inner .section_main h3 {
  margin-bottom: 30px;
}
#intro .section_inner .section_main .text_body p {
  line-height: 1.8;
  text-align: justify;
}
#intro .section_inner .section_main .trailer-box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .trailer-box {
    margin-top: 20px;
  }
}
#intro .section_inner .section_main .trailer-box h2 {
  margin-bottom: 20px;
}
#intro .section_inner .section_main .trailer_thums {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .trailer_thums {
    gap: 10px;
  }
}
#intro .section_inner .section_main .trailer_thums .trailer_thum {
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main .trailer_thums .trailer_thum {
    max-width: 280px;
  }
}
#intro .section_inner .section_main .trailer_thums .trailer_thum .thum_img {
  border: solid 3px #CFB681;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(2px 2px 1px rgba(46, 28, 0, 0.25));
}
#intro .section_inner .section_main .trailer_thums .trailer_thum .thum_img .play {
  position: absolute;
  width: 15%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
#intro .section_inner .section_main .trailer_thums .trailer_thum .thum_img:hover .play {
  transform: translate(-50%, -50%) scale(0.9);
}
#intro .section_inner .section_main .trailer_thums .trailer_thum .trailer-name {
  text-align: center;
  margin-top: 0.5em;
  font-weight: 700;
}

#ticket .section_inner .section_main {
  max-width: 1250px;
}
@media screen and (max-width: 768px) {
  #ticket .section_inner .section_main {
    max-width: 500px;
    padding: 60px 20px 80px;
  }
}
#ticket .section_inner .section_main h2 {
  color: #CFB681;
}
#ticket .tanchor {
  color: #7D4900;
  text-decoration: underline;
}
#ticket .tanchor:hover {
  text-decoration: none;
}
#ticket .block {
  margin-bottom: 40px;
  padding: 40px 50px;
  text-align: center;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #ticket .block {
    padding: 20px 20px 30px;
  }
}
#ticket .block:last-of-type {
  margin-bottom: 0;
}
#ticket .block .subt {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
#ticket .block .subt span {
  display: block;
  font-size: 0.7em;
}
#ticket .block1 {
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(197, 196, 184, 0.3);
}
#ticket .block1 ul:first-of-type {
  margin-bottom: 40px;
}
#ticket .block1 p {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #ticket .block1 p {
    text-align: left;
  }
}
#ticket .block2 {
  border: 1px solid #CFB681;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 50px 40px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 {
    padding: 20px 20px 30px;
  }
}
#ticket .block2 .block_title {
  font-size: 1.5em;
  font-weight: 700;
  background-image: url(img/bg_p.jpg);
  background-size: cover;
  padding: 0.5em 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_title {
    margin-bottom: 20px;
  }
}
#ticket .block2 .block_title span {
  margin-left: 0.5em;
  font-size: 0.83em;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_title span {
    display: block;
  }
}
#ticket .block2 .block_sub {
  font-weight: 700;
  font-size: 1.13em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_sub {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_sub span.dic {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_sub span.dot {
    display: none;
  }
}
#ticket .block2 .date {
  margin: 20px auto 10px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .date {
    text-align: left;
    line-height: 1.3;
  }
}
#ticket .block2 .date .kikan {
  font-size: 1.13em;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .date .kikan {
    display: block;
  }
}
#ticket .block2 .date .year {
  font-size: 1.25em;
  font-weight: 700;
}
#ticket .block2 .date .bnum {
  font-weight: 700;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .date .bnum {
    font-size: 1.8em;
  }
}
#ticket .block2 .date .char {
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .date .char {
    font-size: 1.3em;
  }
}
#ticket .block2 .date .caut {
  font-size: 1.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .date .second {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #ticket .block2 .date .third {
    display: block;
    text-align: right;
  }
}
#ticket .block2 .cau {
  font-size: 0.88em;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .cau {
    text-align: left;
  }
}
#ticket .block2 .block_inner {
  background-image: url(img/bg_p2.jpg);
  background-size: 100%;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner {
    padding: 30px 18px 30px;
  }
}
#ticket .block2 .block_inner .block_inner_title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
#ticket .block2 .block_inner .arrow-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ticket .block2 .block_inner .arrow-line div:first-of-type, #ticket .block2 .block_inner .arrow-line div:last-of-type {
  height: 8px;
  width: 25px;
  background-image: url(img/arrow-left.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
#ticket .block2 .block_inner .arrow-line div:last-of-type {
  background-image: url(img/arrow-right.svg);
}
#ticket .block2 .block_inner .arrow-line div:nth-of-type(2) {
  height: 2px;
  width: calc(100% - 50px);
  background-color: #CFB681;
}
#ticket .block2 .block_inner .block_inner2 {
  padding: 30px 50px 40px;
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner .block_inner2 {
    padding: 20px 16px 30px;
  }
}
#ticket .block2 .block_inner .block_inner2 .block_inner2_title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: solid 1px #f3e6cf;
  padding-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner .block_inner2 .block_inner2_title {
    padding-bottom: 10px;
  }
}
#ticket .block2 .block_inner .block_inner2 .block_inner2_title span {
  display: block;
  font-size: 0.65em;
}
#ticket .block2 .block_inner .block_inner2 .mvtk_img {
  width: 70%;
  max-width: 240px;
  margin: 30px auto 30px;
}
#ticket .block2 .block_inner .block_inner2 .mvtk #mvtk-widgets-container {
  overflow: visible;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner .block_inner2 .mvtk #mvtk-widgets-container {
    margin: 0 auto 20px;
  }
}
#ticket .block2 .block_inner .block_inner2 ul.card-list {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
#ticket .block2 .block_inner .block_inner2 ul.card-list li {
  font-weight: 700;
  width: calc(33.33% - 14px);
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner .block_inner2 ul.card-list li {
    text-align: left;
  }
}
#ticket .block2 .block_inner .block_inner2 ul.card-list li span.dot {
  display: none;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner .block_inner2 ul.card-list li span.dot {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner .block_inner2 ul.card-list li {
    width: 100%;
  }
}
#ticket .block2 .block_inner .block_inner2 ul.card-list li a {
  color: #01157C;
  text-decoration: underline;
}
#ticket .block2 .block_inner .block_inner2 ul.card-list li a:hover {
  text-decoration: none;
}
#ticket .block2 .block_inner .block_inner2 ul.card-list li a img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner .block_inner2 ul.convi {
    text-align: left;
  }
}
#ticket .block2 .block_inner .block_inner2 ul.convi li {
  margin-bottom: 1.5em;
}
#ticket .block2 .block_inner .block_inner2 ul.convi li:last-of-type {
  margin-bottom: 0;
}
#ticket .block2 .block_inner .block_inner2 ul.convi li .store {
  font-size: 1.13em;
  font-weight: 700;
}
#ticket .block2 .block_inner .block_inner2 ul.convi li .store a {
  color: #01157C;
  text-decoration: underline;
}
#ticket .block2 .block_inner .block_inner2 ul.convi li .store a:hover {
  text-decoration: none;
}
#ticket .block2 .block_inner .block_inner2 ul.convi li .desc {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner .block_inner2 ul.convi li .desc {
    font-size: 0.9em;
  }
}
#ticket .block2 .block_inner .block_inner2 .novel {
  margin-top: 20px;
}
#ticket .block2 .block_inner .block_inner2 .novel .novel_title {
  font-size: 1.13em;
  margin-bottom: 10px;
}
#ticket .block2 .block_inner .block_inner2 .novel .mvdc {
  max-width: 400px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .block_inner .block_inner2 .novel .novel_body {
    text-align: left;
    font-size: 0.9em;
  }
}
#ticket .block2 .block_inner .block_inner2 .novel .novel_cau {
  font-size: 0.88em;
  color: #FF0000;
  margin-top: 5px;
  margin-bottom: 20px;
}
#ticket .block2 .block_inner .block_inner2 .novel .novel_detail a {
  color: #01157C;
  font-weight: 700;
  text-decoration: underline;
}
#ticket .block2 .block_inner .block_inner2 .novel .novel_detail a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #ticket .block2 p {
    text-align: left;
  }
}
#ticket .block2 .quote {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 30px;
  text-align: left;
  padding: 20px 30px;
  border: solid 1px #CFB681;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .quote {
    padding: 20px;
  }
}
#ticket .block2 .quote .ex_title {
  font-weight: 700;
  color: #7D4900;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .quote ul {
    font-size: 0.9em;
  }
}
#ticket .block2 .link-mvtkon {
  font-size: 1.13em;
  font-weight: 700;
  max-width: 572px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .link-mvtkon {
    max-width: 240px;
    margin: 30px auto 20px;
  }
  #ticket .block2 .link-mvtkon p {
    text-align: center;
  }
}
#ticket .block2 .link-mvtkon a:hover {
  opacity: 0.8;
}
#ticket .block2 .how {
  font-size: 1.13em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #ticket .block2 .how {
    text-align: left;
  }
}
#ticket .faq {
  margin-top: 60px;
}
#ticket .faq .faq_title {
  text-align: center;
  font-size: 1.5em;
  color: #7D4900;
  font-weight: 700;
  margin-bottom: 20px;
}
#ticket .faq ul li {
  margin-bottom: 30px;
}
#ticket .faq ul li .faq_q {
  color: #7D4900;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}
#ticket .faq ul li .faq_q.top20 {
  margin-top: 16px;
}
#ticket .faq ul li .faq_q.topsub {
  color: #553c05;
  font-size: 0.9em;
  font-weight: 700;
}
#ticket .faq ul li .faq_a {
  font-size: 0.86em;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: justify;
}
#ticket .faq ul li .faq_a .ire {
  margin-top: 0.25em;
}
#ticket .faq ul li .faq_a a {
  color: #01157C;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}
#ticket .faq ul li .faq_a a:hover {
  text-decoration: none;
}

.fs12 {
  font-size: 0.75em;
}

.fs14 {
  font-size: 0.88em;
}

.fs18 {
  font-size: 1.13em;
}

.fs20 {
  font-size: 1.25em;
}

.fs24 {
  font-size: 1.5em;
}

.fs32 {
  font-size: 2em;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

#ambassador .section_inner .section_main {
  line-height: 1.8;
  padding: 80px 50px 120px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #ambassador .section_inner .section_main {
    padding: 60px 30px 80px;
    max-width: 540px;
  }
}
#ambassador .section_inner h2 {
  color: #7D4900;
}
#ambassador .section_inner .ars_box .sub-title {
  color: #7D4900;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  #ambassador .section_inner .ars_box .sub-title {
    text-align: center;
    margin-bottom: 0.25em;
  }
}
#ambassador .section_inner .ars_box p {
  text-align: justify;
}
#ambassador .section_inner .ars_box .ars_upper {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #ambassador .section_inner .ars_box .ars_upper {
    display: block;
  }
}
#ambassador .section_inner .ars_box .ars_upper .ars_img {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ambassador .section_inner .ars_box .ars_upper .ars_img {
    width: 210px;
    margin: 0 auto 20px;
  }
}
#ambassador .section_inner .ars_box .ars_upper .ars_img::before, #ambassador .section_inner .ars_box .ars_upper .ars_img::after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url(img/ars-top.png);
  right: -10px;
  top: -10px;
  background-size: 80px 80px;
  background-repeat: no-repeat;
}
#ambassador .section_inner .ars_box .ars_upper .ars_img::after {
  right: unset;
  left: -10px;
  top: unset;
  bottom: -10px;
  background-image: url(img/ars-bottom.png);
}
#ambassador .section_inner .ars_box .ars_upper .ars_texts {
  width: calc(100% - 320px);
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #ambassador .section_inner .ars_box .ars_upper .ars_texts {
    width: 100%;
    margin-left: 0;
  }
}
#ambassador .section_inner .ars_box .ars_upper .ars_texts .name {
  font-size: 2.3em;
  margin-left: -0.25em;
}
@media screen and (max-width: 768px) {
  #ambassador .section_inner .ars_box .ars_upper .ars_texts .name {
    text-align: center;
  }
}
#ambassador .section_inner .ars_box .ars_lower {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */