@charset "UTF-8";
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;
  font-weight: normal;
}

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;
  font-weight: bold;
}

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

html {
  font-size: 62.5% !important; /*16px×62.5%=10px*/
}

* {
  box-sizing: border-box;
  min-height: 0%;
}

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

div {
  min-height: 0%;
}

span.and {
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  span.text-pc {
    display: none;
  }
}
span.text-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  span.text-sp {
    display: inherit;
  }
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

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

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

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

.font-small {
  font-size: 0.8em;
}

.font-regular {
  font-size: 1em;
}

.font-big {
  font-size: 1.5em;
}

.share_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  box-sizing: border-box;
}
.share_btn li {
  padding: 2px;
  box-sizing: border-box;
}
.share_btn .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

@keyframes trailer_appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#trailer {
  opacity: 0;
  width: 0%;
  height: 0vh;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  transition: 0s;
}
#trailer .trailer_inner {
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -2;
}
#trailer .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 .trailer_inner .trailer_main .youtube_outer {
  margin: 0 auto;
  max-width: calc(100% - 8em);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #trailer .trailer_inner .trailer_main .youtube_outer {
    width: 100%;
    margin-bottom: 0px;
    max-width: 100%;
  }
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed {
  border: solid 1px rgb(50, 50, 50);
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#trailer .trailer_inner .trailer_main .youtube_outer .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#trailer .trailer_inner .overlay_trailer {
  display: none;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: pointer;
  z-index: -1;
}
#trailer .trailer_inner .overlay_trailer:hover .close_btn_trailer::before {
  transform: rotate(35deg);
}
#trailer .trailer_inner .overlay_trailer:hover .close_btn_trailer::after {
  transform: rotate(-35deg);
}
#trailer .close_btn_trailer {
  display: none;
  position: fixed;
  top: 1px;
  right: 1px;
  width: 60px;
  height: 60px;
  z-index: 99999;
  cursor: pointer;
  border: solid 1px #f6840b;
}
#trailer .close_btn_trailer::before, #trailer .close_btn_trailer::after {
  overflow: visible;
  position: absolute;
  top: calc(50% - 1px);
  left: -1px;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  transition: 0.5s;
  background-color: #f6840b;
}
#trailer .close_btn_trailer::before {
  transform: rotate(-45deg);
}
#trailer .close_btn_trailer::after {
  transform: rotate(45deg);
}
#trailer .close_btn_trailer:hover::before {
  transform: rotate(35deg);
}
#trailer .close_btn_trailer:hover::after {
  transform: rotate(-35deg);
}
#trailer.on {
  animation: trailer_appear 0.6s;
  display: flex;
  opacity: 1;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#trailer.on .overlay_trailer {
  display: block;
}
#trailer.on .close_btn_trailer {
  display: block;
}

.trailer_tab {
  color: #d1d1d1;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trailer_tab li {
  display: flex;
  justify-content: center;
  width: 49%;
  padding: 12px 5px;
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(34, 35, 35);
  color: rgb(193, 193, 193);
}
.trailer_tab li:before {
  content: "●";
  margin-right: 4px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.trailer_tab li.ready {
  color: #fff;
  background-color: rgb(26, 114, 110);
  cursor: pointer;
}
.trailer_tab li.ready::before {
  content: "";
}
.trailer_tab li.ready:hover {
  background: rgba(107, 107, 107, 0.4);
  transition: 0.4s;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
}

body {
  font-size: 1.6rem;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

.fixed_bg {
  background-size: cover;
  overflow: hidden;
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  filter: blur(30px);
  opacity: 0.2;
}

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

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

nav {
  transition: 1s;
}
nav.active {
  opacity: 1;
}
nav .gnav {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4em;
  transition: 1s;
  padding: 0 40px;
  background-color: #f6840b;
  height: 50px;
}
@media screen and (max-width: 768px) {
  nav .gnav {
    padding: 0;
    justify-content: center;
    font-size: 1.7em;
    left: 100%;
    transition: 0.5s;
    height: 100%;
    flex-direction: column;
  }
  nav .gnav.show {
    left: 0;
  }
}
nav .gnav li a, nav .gnav li #btn_trailer-menu {
  cursor: pointer;
  color: #FFF000;
  display: block;
  height: 50px;
  padding: 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
nav .gnav li a:hover, nav .gnav li #btn_trailer-menu:hover {
  opacity: 0.5;
}
nav .gnav li a.construction, nav .gnav li #btn_trailer-menu.construction {
  pointer-events: none;
  opacity: 0.5;
  filter: grayscale(100%);
}
nav .gnav li .menu_sns {
  padding: 0 0.5em;
  display: flex;
}
nav .gnav li .menu_sns a {
  padding: 0;
}
nav .gnav li .menu_sns img {
  width: 1em;
  margin: 0 0.25em;
}
@media screen and (max-width: 768px) {
  nav .gnav li .menu_sns img {
    width: 1.5em;
  }
}

.nav_btn {
  display: none;
  z-index: 1001;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav_btn {
    box-shadow: 0pc 3px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
    background-color: #FFF;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 10px;
    width: 50px;
    height: 50px;
    opacity: 0;
    transition: 1s;
    right: -50px;
    display: flex;
    text-transform: uppercase;
  }
  .nav_btn.active {
    opacity: 1;
    right: 10px;
  }
  .nav_btn .menu_text {
    color: #333;
  }
  .nav_btn .menu_text::after {
    content: "menu";
    font-size: 1rem;
  }
  .nav_btn .gnav_btn_inner {
    height: 20px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0 4px;
  }
  .nav_btn .gnav_btn_inner .menu_arrow, .nav_btn .gnav_btn_inner .menu_arrow2 {
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: 0.5s;
  }
}
.nav_btn.show .menu_text:after {
  content: "close";
}
.nav_btn.show .gnav_btn_inner .menu_arrow {
  transform: rotate(32deg) translate(2px, 3px);
}
.nav_btn.show .gnav_btn_inner .menu_arrow2 {
  transform: rotate(-32deg) translate(3px, -7px);
}

.to_top {
  z-index: 99;
  width: 80px;
  margin: 0 auto;
  transition: 0.2s;
  position: fixed;
  bottom: 10px;
  right: -50px;
  width: 50px;
  background-color: #FFF;
  opacity: 0;
  transition: 1s;
  box-shadow: 0pc 3px 5px rgba(0, 0, 0, 0.2);
}
.to_top:hover {
  opacity: 0.3;
}
.to_top.active {
  right: 10px;
  opacity: 1;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.loading .hollow-dots-spinner, .loading .hollow-dots-spinner * {
  box-sizing: border-box;
  opacity: 0.6;
}
.loading .hollow-dots-spinner {
  height: 15px;
  width: 90px;
}
.loading .hollow-dots-spinner .dot {
  width: 15px;
  height: 15px;
  margin: 0 7.5px;
  border: 3px solid #333;
  border-radius: 50%;
  float: left;
  transform: scale(0);
  animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
}
.loading .hollow-dots-spinner .dot:nth-child(1) {
  animation-delay: 300ms;
}
.loading .hollow-dots-spinner .dot:nth-child(2) {
  animation-delay: 600ms;
}
.loading .hollow-dots-spinner .dot:nth-child(3) {
  animation-delay: 900ms;
}
@keyframes hollow-dots-spinner-animation {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
MAIN-----------------------
*/
@keyframes shoei_a {
  0% {
    margin-top: -3px;
  }
  100% {
    margin-top: 0;
  }
}
#top {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top {
    margin-top: 0;
  }
}
#top .main {
  position: relative;
  overflow: hidden;
}
#top .main img {
  transition: 1s;
  transform: scale(1.1);
}
#top .main img.active {
  opacity: 1;
  transform: scale(1);
}
#top .copy_left {
  position: absolute;
  width: 6%;
  top: 5.9%;
  left: 9.5%;
  transform: rotate(-7deg);
}
@media screen and (max-width: 768px) {
  #top .copy_left {
    width: 15%;
    top: 3%;
    left: 6%;
    transform: rotate(0deg);
  }
}
#top .copy_left img {
  opacity: 0;
  transition: 1s;
  transform: scale(1.1);
}
#top .copy_left img.active {
  opacity: 1;
  transform: scale(1);
}
#top .copy_center {
  position: absolute;
  width: 10.83%;
  top: 5%;
  left: 35.5%;
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  #top .copy_center {
    width: 23.57%;
    top: 2%;
    left: 62%;
  }
}
#top .copy_center.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .copy_right {
  position: absolute;
  width: 2.38%;
  top: 5%;
  left: 54.5%;
  opacity: 0;
  transition: 1s;
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  #top .copy_right {
    width: 8%;
    top: 3%;
    left: 87%;
  }
}
#top .copy_right.active {
  transform: translateY(0px);
  opacity: 1;
}
#top .title {
  position: absolute;
  width: 36.2%;
  top: 20%;
  left: 60.5%;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .title {
    width: 90%;
    top: 50%;
    left: 5%;
  }
}
#top .title.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .billing {
  position: absolute;
  width: 35.2%;
  top: 52%;
  left: 60.5%;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .billing {
    width: 78%;
    top: 73%;
    left: 11%;
  }
}
#top .billing.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .release {
  position: absolute;
  width: 36.2%;
  top: 82%;
  left: 60.5%;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s;
}
@media screen and (max-width: 768px) {
  #top .release {
    width: 90%;
    top: 68%;
    left: 5%;
  }
}
#top .release.active {
  opacity: 1;
  transform: translateY(0px);
}
#top .event_bnr {
  display: block;
  position: absolute;
  width: 13.5%;
  top: 37%;
  left: 84.5%;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.8s;
  transform-origin: center center;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  #top .event_bnr {
    width: 32%;
    top: 35%;
    left: 64%;
  }
}
#top .event_bnr.active {
  opacity: 1;
  transform: translateY(0px) rotate(2deg);
}
#top .event_bnr:hover {
  transform: rotate(0deg);
}

#info {
  padding: 30px 20px 30px;
  background-color: #f6840b;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 20px 20px;
  }
}
#info .section_inner .section_main .btns {
  display: flex;
  max-width: 220px;
  margin: 0 auto 20px;
  justify-content: space-between;
}
#info .section_inner .section_main .btns div, #info .section_inner .section_main .btns a {
  width: 100%;
  cursor: pointer;
  transition: 0.4s;
}
#info .section_inner .section_main .btns div:hover, #info .section_inner .section_main .btns a:hover {
  transform: rotate(2deg);
}
#info .section_inner .section_main .twitter_btn {
  margin: 0 auto 20px;
  width: 60%;
  max-width: 180px;
}
#info .section_inner .section_main .twitter_btn:hover {
  opacity: 0.5;
  transform: translateY(1px);
}
#info .section_inner .section_main .major {
  display: block;
  width: 70%;
  margin: 0 auto 20px;
  max-width: 170px;
}
#info .section_inner .section_main .major:hover {
  opacity: 0.5;
  transform: translateY(1px);
}

section .section_inner {
  padding: 80px 40px 120px;
}
@media screen and (max-width: 768px) {
  section .section_inner {
    padding: 60px 20px 80px;
  }
}
section .section_inner .section_main {
  max-width: 900px;
  margin: 0 auto;
}
section .section_inner .section_main h2 {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 60px;
  display: block;
}
section .section_inner .section_main .line {
  max-width: 100px;
  margin: 0 auto 60px;
  width: 80%;
}
section .section_inner .section_main .section_copy {
  width: 100%;
  margin: 0 auto 40px;
}
section .section_inner .section_main .text_body p {
  line-height: 2.2;
  margin-bottom: 0.8em;
  text-align: justify;
}
section .section_inner .section_main .text_body p:last-of-type {
  margin-bottom: 0;
}

#story .section_inner {
  background-color: #fba03f;
}
#story .section_inner .section_main {
  margin: 0 auto;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  #story .section_inner .section_main {
    font-size: 1em;
  }
}
#intro .section_inner .section_main {
  margin: 0 auto;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  #intro .section_inner .section_main {
    font-size: 1em;
  }
}
#cast .section_inner .section_main .block .prof_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#cast .section_inner .section_main .block .prof_box .prof_item {
  width: 22%;
  margin: 0 1.5% 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .block .prof_box .prof_item {
    margin: 0 0.7% 40px;
    width: 23.5%;
  }
}
#cast .section_inner .section_main .block .prof_box .prof_item .prof_img {
  position: relative;
}
#cast .section_inner .section_main .block .prof_box .prof_item .prof_img .plus_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  transition: 0.5s;
}
#cast .section_inner .section_main .block .prof_box .prof_item.clickable {
  cursor: pointer;
}
#cast .section_inner .section_main .block .prof_box .prof_item .prof_role {
  font-weight: 900;
  font-size: 1em;
  margin-top: 10px;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .block .prof_box .prof_item .prof_role {
    font-size: 0.8em;
  }
}
#cast .section_inner .section_main .block .prof_box .prof_item .prof_name {
  white-space: nowrap;
  font-weight: 900;
  font-size: 1.5em;
  color: #f6840b;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .block .prof_box .prof_item .prof_name {
    font-size: 1em;
  }
}
#cast .section_inner .section_main .block .prof_box .prof_item .prof_name span {
  white-space: nowrap;
  color: #f6840b;
  font-weight: 900;
  display: block;
  font-size: 0.55em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .block .prof_box .prof_item .prof_name span {
    font-size: 0.45em;
  }
}
#cast .section_inner .section_main .block .prof_box .prof_item:hover .prof_img .plus_btn {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .block .prof_box.box_main {
    justify-content: space-between;
  }
  #cast .section_inner .section_main .block .prof_box.box_main .prof_item {
    width: 48%;
    margin: 0 auto 40px;
  }
}
#cast .section_inner .section_main .prof_texts_only ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#cast .section_inner .section_main .prof_texts_only ul li {
  margin: 0 20px 30px;
  color: #f6840b;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_texts_only ul li {
    margin: 0 0.5em 20px;
  }
}
#cast .section_inner .section_main .prof_texts_only ul li span {
  font-weight: 900;
  color: #f6840b;
  font-size: 0.6em;
  display: block;
}
@media screen and (max-width: 768px) {
  #cast .section_inner .section_main .prof_texts_only ul li span {
    font-size: 0.5em;
  }
}

@keyframes windowon {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.comment_window {
  opacity: 0;
  transition: 1s;
  display: none;
  position: fixed;
  z-index: 2000;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overscroll-behavior: none;
}
.comment_window::-webkit-scrollbar {
  width: 3px;
}
.comment_window::-webkit-scrollbar-track {
  background-color: #ccc;
}
.comment_window::-webkit-scrollbar-thumb {
  background-color: #333;
}
.comment_window.on {
  animation: windowon 0.5s alternate;
  top: 0;
  opacity: 1;
  display: flex;
}
.comment_window .comment_window_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .comment_window .comment_window_inner {
    max-width: 500px;
    padding: 60px 20px;
  }
}
.comment_window .comment_window_upper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .comment_window .comment_window_upper {
    display: block;
  }
}
.comment_window .comment_window_upper .comment_img {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .comment_window .comment_window_upper .comment_img {
    margin: 0 auto 20px;
  }
}
.comment_window .comment_window_upper .comment_prof {
  width: calc(100% - 240px);
}
@media screen and (max-width: 768px) {
  .comment_window .comment_window_upper .comment_prof {
    width: 100%;
    text-align: center;
  }
}
.comment_window .comment_window_upper .comment_prof .comment_role, .comment_window .comment_window_upper .comment_prof .role {
  font-weight: bold;
  margin-bottom: 1em;
}
.comment_window .comment_window_upper .comment_prof .comment_role_en, .comment_window .comment_window_upper .comment_prof .role_en {
  margin-bottom: 1em;
  font-weight: bold;
}
.comment_window .comment_window_upper .comment_prof .comment_name {
  font-size: 1.5em;
  font-weight: bold;
  color: #f6840b;
}
.comment_window .comment_window_lower h4 {
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .comment_window .comment_window_lower h4 {
    text-align: center;
  }
}
.comment_window .comment_window_lower .comment_body {
  padding: 40px 0;
  border-top: solid 1px #f6840b;
  border-bottom: solid 1px #f6840b;
}
@media screen and (max-width: 768px) {
  .comment_window .comment_window_lower .comment_body {
    padding: 30px 0;
  }
}
.comment_window .comment_window_lower .comment_body p {
  line-height: 2;
  text-align: justify;
}
.comment_window .comment_window_lower .comment_body.event {
  padding: 40px 0 0;
  border: none;
}
.comment_window .comment_window_lower .comment_body.event h5 {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
}
.comment_window .comment_window_lower .comment_body.event .block {
  padding: 40px;
  border: solid 1px #fba03f;
  margin-bottom: 20px;
}
.comment_window .comment_window_lower .comment_body.event .block ul li {
  margin-bottom: 1em;
  line-height: 1.8;
}
.comment_window .comment_window_lower .comment_body.event .block ul li a {
  color: #f6840b;
  transition: 0.4s;
  text-decoration: underline;
}
.comment_window .comment_window_lower .comment_body.event .block ul li a:hover {
  text-decoration: none;
}
.comment_window .close_text_comment {
  text-align: center;
  color: #333;
  letter-spacing: 0.25em;
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 3em;
  cursor: pointer;
}
.comment_window .close_btn_comment {
  cursor: pointer;
  z-index: 1001;
  position: fixed;
  top: 10px;
  width: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  background-color: #FFF;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 1s;
  display: flex;
  text-transform: uppercase;
  opacity: 1;
  right: 10px;
}
.comment_window .close_btn_comment .menu_text {
  color: #333;
}
.comment_window .close_btn_comment .menu_text::after {
  content: "close";
  font-size: 1rem;
}
.comment_window .close_btn_comment .gnav_btn_inner {
  height: 20px;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0 4px;
}
.comment_window .close_btn_comment .gnav_btn_inner .menu_arrow, .comment_window .close_btn_comment .gnav_btn_inner .menu_arrow2 {
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: 0.5s;
}
.comment_window .close_btn_comment .gnav_btn_inner .menu_arrow {
  transform: rotate(32deg) translate(2px, 3px);
}
.comment_window .close_btn_comment .gnav_btn_inner .menu_arrow2 {
  transform: rotate(-32deg) translate(3px, -7px);
}

footer .footer {
  background-color: #fba03f;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  footer .footer {
    padding: 40px 20px 80px;
  }
}
footer .footer .copyright {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.2;
  padding-bottom: 0px;
}
footer .footer .copyright span {
  display: inline-block;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-inview {
  opacity: 1;
}

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

.scale_down img {
  opacity: 0;
  transition: 2s;
  transform: scale(1.05);
}
.scale_down.is-inview img {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  opacity: 1;
  transform: scale(1);
}

.fadeInLeft {
  overflow-x: hidden;
}
.fadeInLeft img {
  opacity: 0;
  transition: 1s;
  transform: translateX(-20px);
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.fadeInLeft.is-inview img {
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transform: translateX(0);
}

.fadeInRight {
  overflow-x: hidden;
}
.fadeInRight img {
  transition: 1s;
  opacity: 0;
  transform: translateX(20px);
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.fadeInRight.is-inview img {
  height: inherit;
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transform: translateX(0);
}

.coloring {
  transition: 4s;
  filter: grayscale(100%);
}
.coloring.is-inview {
  filter: grayscale(0%);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */