@charset "UTF-8";
/* CSS Document */

#reservationBtn {
  position: fixed;
  right: 0;
  bottom: 8px;
  z-index: 50;
  width: 175px;
}

#registerBtn {
  position: fixed;
  right: 0;
  bottom: 113px;
  z-index: 50;
  width: 175px;
}

.br_sp_only {
  display: none;
}

@media screen and (min-width: 1200px) {
  #reservationBtn,
  #registerBtn {
    width: 175px;
  }
}

@media screen and (min-width: 600px) {
  #reservationBtnSp,
  #registerBtnSp {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .br_sp_only {
    display: block !important;
  }
  #reservationBtn,
  #registerBtn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #reservationBtnSp {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 50;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
}

@media screen and (max-width: 600px) {
  #registerBtnSp {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 50;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
}

.coming-soon {
  font-size: 37px;
  font-weight: 900;
  text-align: center;
  color: #f01800;
}

@media screen and (max-width: 600px) {
  .coming-soon {
    font-size: 17px;
  }
}

.fade-in {
  opacity: 1 !important;
}

html {
  background: #fff;
}

body {
  color: #000;
  background: #fff;
  font-family: "YakuHanJP", "Noto Sans JP";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

#symbol {
  display: none;
}

a:focus,
*:focus {
  outline: none;
}

/*
html.is-fixed,
html.is-fixed body {
    height: 100%;
    overflow: hidden;
}
*/

.inview_anime {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.inview_anime_on {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-animation: inview_animetion 1s forwards
    cubic-bezier(0.07, 0.68, 0.41, 1) 0.2s;
  animation: inview_animetion 1s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.2s;
}

@keyframes inview_animetion {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#wrapper {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  z-index: 10000;
}

.inner {
  width: 78%;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 1100px) {
  #movie .inner {
    width: 84%;
    max-width: 1080px;
    margin: 0 auto;
  }
}

#bgs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*
	background: rgb(186,23,18);
	background: linear-gradient(42deg, rgba(186,23,18) 30%, rgba(136,65,145,1) 100%);
*/
  z-index: 1;
  background-color: #f5f5f5;
}

#bgs li {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

#bgs li.c1 {
  background: rgb(186, 23, 18);

  background: linear-gradient(
    to right,
    rgba(255, 91, 42, 1) 0%,
    rgba(186, 23, 18, 1) 100%
  );
  /*	
	
	background: linear-gradient(to right, rgba(255,107,128,1) 0%, rgba(186,23,18,1) 100%); */
}

#bgs li.c2 {
  background: rgb(214, 116, 38);
  background: linear-gradient(
    to right,
    rgba(242, 56, 70, 1) 0%,
    rgba(186, 23, 18, 1) 100%
  );
}

#bgs li.c3 {
  background: rgb(153, 32, 18);
  background: linear-gradient(
    42deg,
    rgba(153, 32, 18, 1) 30%,
    rgba(246, 202, 48, 1) 100%
  );
}

#bgs li.c4 {
  background: rgb(153, 18, 153);
  background: linear-gradient(
    42deg,
    rgba(153, 18, 153, 1) 30%,
    rgba(252, 91, 1, 1) 100%
  );
}

#bgs li:nth-child(1) {
  z-index: 10;
  opacity: 1;
}

#bgs li:nth-child(2) {
  z-index: 9;
}

#bgs li:nth-child(3) {
  z-index: 8;
}

#bgs li:nth-child(4) {
  z-index: 7;
}

#bgs li.active {
  opacity: 0;
  animation: alpha_100 5s forwards linear 0s;
}

#bgs li.active_stay {
  opacity: 1;
}

/******************** header ********************/

header {
  background-color: #fff;
}

.image-container {
  position: relative;
  overflow: hidden; /* はみ出しを隠す */
  width: 100%;
  background-color: #72d1d0b2;
}

#header_pc {
  display: block;
}

#kv_pc {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
}

#header_sp {
  display: none;
}

.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  mix-blend-mode: overlay;
}

@keyframes scrollRight {
  0% {
    transform: translateX(-33.3%);
  }
  100% {
    transform: translateX(0);
  }
}

.clouds {
  width: 191.3%;
  position: absolute;
  top: 9%;
  left: 0;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 1;
  animation: scrollRight 30s linear infinite;
}

.clouds img {
  height: auto;
}

/* nav */

nav#navcont {
  width: 100%;
  padding: 0px 0px 10px;
  background-color: #ce292b;
}

/* ******************** header ******************** */

@keyframes menu-bar01 {
  0% {
    transform: rotate(45deg);
    top: 50%;
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    transform: rotate(0);
    top: 0%;
  }
}

@keyframes menu-bar02 {
  0% {
    transform: rotate(-45deg);
    top: 50%;
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    transform: rotate(0);
    top: 100%;
  }
}

@keyframes active-menu-bar01 {
  0% {
    transform: rotate(0);
    top: 0%;
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    transform: rotate(45deg);
    top: 50%;
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: rotate(0);
    top: 100%;
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    transform: rotate(-45deg);
    top: 50%;
  }
}

@keyframes width_100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes width_0 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes height_100 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

@keyframes height_0 {
  0% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes alpha_100 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes alpha_0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes pos_0 {
  0% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes bgroop_line2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -20px 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
*/

/* ******************** nav ******************** */

nav#navcont {
  width: 100%;
  padding: 0px 0px 10px;
  background-color: #ce292b;
}

nav#navcont div {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #ce292b;
}

nav#navcont div {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #ce292b;
}

nav div ul {
  text-align: center;
  padding: 10px;
}

nav div ul li {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}

nav div ul li.br {
  display: none;
}

nav div ul li a {
  transition: all 300ms 0s ease;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.pc nav#navcont div ul li.bt::before {
  content: "";
  transition: all 300ms 0s ease;
  position: absolute;
  display: block;
  width: calc(100% - 20px);
  height: 0px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.pc nav#navcont div ul li.bt:hover::before {
  height: 3px;
}

.pc nav#navcont div ul li.bt:hover a {
  opacity: 0.7;
}

/* ******************** slideshow ******************** */

section#slideshow {
  width: 2888px;
  padding-top: 70px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

section#slideshow article {
  padding: 0;
}

section#slideshow img {
  width: 351px;
  height: 196px;
  display: inline-block;
  vertical-align: top;
}

.slick-slide {
  margin: 0px;
  padding: 10px 5px;
}

/* ******************** event ******************** */

section#event {
  padding-top: 110px;
}

.image-container img {
  width: 100%;
  height: auto;
}

.movie_notification {
  width: 780px;
  font-size: 16px;
  text-align: left;
  margin: auto;
}

/* ******************** comment ******************** */

section#comment article {
  padding-top: 67px;
  padding-bottom: 130px;
}

ul#comment_list {
  text-align: center;
  width: min(930px, 100%);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

ul#comment_list li {
  display: flex;
  align-items: bottom;
  justify-content: space-between;
  padding-bottom: 35px;
}

.participant img {
  width: 81px;
  height: auto;
}

.comment_right .bubble img {
  transform: scale(-1, 1);
}

.comment_right {
  flex-direction: row-reverse;
}

.bubble {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: auto;
}

.bubble img {
  width: 832px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.comment_container {
  display: flex;
  justify-content: center;
  position: absolute;
  width: calc(100% - 40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.comment_container p {
  text-align: left;
  width: fit-content;
  font-size: 18px;
}

.nl_pc {
  display: inline;
}

.nl_sp {
  display: none;
}

@media screen and (max-width: 1130px) {
  nav div ul li {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
  }

  nav div ul li.br {
    display: block;
    width: 100%;
    padding: 0;
  }

  .pc nav#navcont div ul li.bt::before {
    content: "";
    transition: all 300ms 0s ease;
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: 0px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  nav#navcont {
    width: 100%;
    padding: 0px 0px 10px;
    background-color: #ce292b;
  }

  nav#navcont div {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #ce292b;
  }

  nav div ul li {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
  }

  nav div ul li.br {
    display: block;
    width: 100%;
    padding: 0;
  }

  nav div ul li a {
    transition: all 300ms 0s ease;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
}

@media screen and (max-width: 540px) {
  nav#navcont div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #ce292b;
  }

  nav div ul li {
    position: relative;
    display: inline-block;
    padding: 10px 13px;
  }

  nav div ul li.br {
    display: none;
    width: 100%;
    padding: 0;
  }

  nav div ul li a {
    transition: all 300ms 0s ease;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }
}

nav#navside {
  position: fixed;
  width: 300px;
  height: 100%;
  z-index: 100000;
  top: 0;
  right: -350px;
  background-color: rgba(206, 41, 43, 1);
  overflow: hidden;
}

nav#navside.active {
  right: -100%;
  animation: right_0 0.6s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0s;
}

nav#navside.active_close {
  right: 0px;
  animation: right_100 0.3s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0s;
}

@keyframes right_0 {
  0% {
    right: -350px;
  }
  100% {
    right: 0px;
  }
}

@keyframes right_100 {
  0% {
    right: 0px;
  }
  100% {
    right: -350px;
  }
}

nav#navside div {
  width: 80%;
  height: 100%;
  top: 0%;
  right: 0%;
  padding-top: 50px;
  margin: 0 auto;
}

nav#navside div li {
  display: block;
  text-align: left;
  padding: 10px 0px;
}

.pc nav#navside div ul li.bt::before {
  content: "";
  transition: all 300ms 0s ease;
  position: absolute;
  display: block;
  width: 0%;
  height: 1px;
  bottom: 5px;
  left: 0%;
  background-color: #fff;
  opacity: 0.7;
}

.pc nav#navside ul li.bt:hover::before {
  width: 100%;
}

.pc nav#navside div ul li.bt:hover a {
  opacity: 0.7;
}

nav .nobt a {
  /* pointer-events: none; */
  opacity: 0.3;
}

/* ******************** nav ******************** */

/******************** hanmenu ***********************/

#hanmenu {
  transition: all 500ms 0s ease;
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0px;
  right: -100px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 210000000;
}

#hanmenu.active {
  right: 0px;
}

#hanmenubox {
  width: 100%;
  height: 100%;
  background-color: #ce292b;
}

#hanmenubox.active {
  background-color: inherit;
}

.panel_btn,
.panel_btn span {
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.panel_btn {
  position: relative;
  width: 32px;
  height: 27px;
  top: 21px;
  left: 19px;
}

.panel_btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;

  background-color: #fff;
}

.panel_btn span:nth-of-type(1) {
  top: 0;
}

.panel_btn span:nth-of-type(2) {
  top: 12px;
}

.panel_btn span:nth-of-type(3) {
  bottom: 0;
}

#hanmenubox.active .panel_btn span {
  background-color: #fff;
}

#hanmenubox.active .panel_btn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

#hanmenubox.active .panel_btn span:nth-of-type(2) {
  left: 200%;
  opacity: 0;
  transform: translateY(0px);
  animation: active-menu-bar02 0.8s forwards;
}

#hanmenubox.active .panel_btn span:nth-of-type(3) {
  transform: translateY(-14px) rotate(45deg);
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

/******************** hanmenu ***********************/

/* ******************** common ******************** */

section {
  padding-top: 140px;
  background-color: #fff;
}

section#point {
  padding-top: 150px;
}

section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}

section h2 div {
  position: relative;
  display: inline-block;
  padding: 0 150px;
}

section h2 div::before {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 1px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.load section.inview_anime_sub_on h2 div::before {
  width: 0%;
  animation: width_100 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.3s;
}

section h2 div span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background-color: #fff;
  z-index: 5;
}

section h2 div span i {
  display: inline-block;
  overflow: hidden;
}

section h2 div span i strong {
  display: inline-block;
  transform: translateY(120%);
}

.load section.inview_anime_sub_on h2 div span i:nth-child(1) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(2) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.05s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(3) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.1s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(4) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.15s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(5) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.2s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(6) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.25s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(7) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.3s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(8) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.35s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(9) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.4s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(10) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.45s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(11) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.5s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(12) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.55s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(13) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.6s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(14) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.65s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(15) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.7s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(16) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.75s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(17) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.8s;
}

.load section.inview_anime_sub_on h2 div span i:nth-child(18) strong {
  animation: pos_y 0.7s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.85s;
}

@keyframes pos_y {
  0% {
    transform: translateY(120%);
  }
  100% {
    transform: translateX(0%);
  }
}

section article {
  padding: 90px 0px 140px;
}

.top_title {
  color: #f01800;
  padding-top: 90px;
}

.top_text {
  font-size: 16px;
  font-weight: 600;
  padding: 90px 0px 90px;
}

.align_c {
  text-align: center;
}

.notebox span {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
  line-height: 1.6;
  padding-bottom: 5px;
}

.notebox span::before {
  content: "※";
  position: absolute;
  left: 0;
}

.notebox_b {
  max-width: 850px;
  margin: 0 auto;
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
}

.notebox_b span {
  font-size: 20px;
  font-weight: 500;
}

.environment {
  display: flex;
  justify-content: space-between;
}

#way .environment p {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
}

.gradient_txt {
  background: linear-gradient(
    44deg,
    rgba(255, 91, 42, 1) 20%,
    rgba(186, 23, 18, 1) 80%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .gradient_txt {
    background: inherit;
    color: rgba(210, 44, 39, 1);
  }
}

/* ******************** common ******************** */

/* ******************** point ******************** */

#point ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#point ul li {
  position: relative;
  width: calc(calc(100% - 40px) / 3);
  border: #c8342f solid 5px;
  padding: 55px 0px 45px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #point ul li {
    width: 32%;
  }
}

#point ul li .point_num {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c8342f;
  color: #fff;
  overflow: hidden;
}

#point ul li .point_num span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 40px;
  line-height: 1;
  padding-top: 7px;

  z-index: 5;
}

#point ul li .point_num::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/point_numbg.svg");
  background-repeat: repeat;
  opacity: 0.2;
  z-index: 1;
}

#point ul li h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  padding: 0 10px 66px;
}

#point ul li h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: #c8342f;
}

#point ul li p {
  font-size: 16px;
  text-align: justify;
  text-justify: distribute;
  padding: 0 30px;
}

/* ******************** point ******************** */

/* ******************** line ******************** */

.line {
  position: relative;
  height: 15px;
}

.line div {
  position: relative;
  width: 92%;
  max-width: 1500px;
  height: 15px;
  margin: 0 auto;
  background-image: url("../img/line_diagonalbg.svg");
  background-repeat: repeat;
  background-position: center center;
  animation: bgroop_line 2s infinite linear 0s;
  z-index: 5;
}

.line::before,
.line::after {
  content: "";
  display: block;
  position: absolute;
  width: 4%;
  height: 100%;
  top: 0;
  background-color: #fff;
}

.line::before {
  z-index: 1;
  left: 0;
}

.line::after {
  z-index: 2;
  right: 0;
}

@keyframes bgroop_line {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -34px 0;
  }
}

@media screen and (min-width: 1630px) {
  .line::before,
  .line::after {
    width: calc(calc(100% - 1500px) / 2);
  }
}

/* ******************** line ******************** */

/* ******************** overview ******************** */

#overview ul {
  width: 94%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

#overview ul li {
  position: relative;
  width: 48%;
  border: #c8342f solid 1px;
  padding: 55px 0px 45px;
}

#overview ul li div {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

#overview ul li div p {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
}

#overview ul li h3 {
  position: absolute;
  width: calc(73% - 54px);
  height: 54px;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c8342f;
  color: #fff;
}

#overview ul li h3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding-top: 14px;
  z-index: 5;
}

#overview ul li h3::before,
#overview ul li h3::after,
#overview ul li h3 span::before,
#overview ul li h3 span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

#overview ul li h3::before {
  border-width: 27px 27px 0 0;
  border-color: #c8342f transparent transparent transparent;
  left: 99%;
  top: 0;
}

#overview ul li h3::after {
  border-width: 27px 0 0 27px;
  border-color: transparent transparent transparent #c8342f;
  left: 99%;
  bottom: 0;
}

#overview ul li h3 span::before {
  border-width: 0 27px 27px 0;
  border-color: transparent #c8342f transparent transparent;
  right: 99%;
  top: 0;
}

#overview ul li h3 span::after {
  border-width: 0 0 27px 27px;
  border-color: transparent transparent #c8342f transparent;
  right: 99%;
  bottom: 0;
}

/* ******************** schedule ******************** */

#schedule div h3 {
  text-align: center;
  margin: 25px;
}

#schedule div h3 span {
  position: relative;
  display: inline-block;
  width: 256px;
  height: 36px;
  background-color: #c8342f;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
}

#schedule div h3 span::before {
  position: absolute;
  top: 0;
  left: -9px;
  width: 0px;
  height: 0px;
  border-color: #c8342f transparent;
  border-width: 18px 0px 18px 10px;
  border-style: solid;
  content: "";
}

#schedule div h3 span::after {
  position: absolute;
  top: 0;
  right: -9px;
  width: 0px;
  height: 0px;
  border-color: #c8342f transparent;
  border-width: 18px 10px 18px 0px;
  border-style: solid;
  content: "";
}

#schedule div article {
  padding-top: 0;
}

#schedule ul {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#schedule li {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 30px 10px;
}

#schedule li:nth-child(1) {
  padding-top: 0px;
}

#schedule li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #ae0303;
  background-image: url("../img/line_diagonalbg.svg");
  background-repeat: repeat;
  background-size: 12px;
  bottom: 0;
  left: 0;
}

#schedule li h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
}

#schedule li h4:nth-of-type(1) {
  width: 460px;
}

#schedule li h4:nth-of-type(2) {
  width: 270px;
  text-align: right;
}

/* ******************** schedule ******************** */

/* ******************** way ******************** */

#way article {
  text-align: center;
}

#way_txt {
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

#way ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  display: block;
}

#way ol li {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  vertical-align: baseline;
  padding: 0px 20px 25px;
  border: #999 solid 1px;
  margin-bottom: 40px;
}

#way ol li::before {
  display: block;
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #000;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  color: #c8342f;
  width: 2em;
  background-color: #fff;
  margin: -25px auto 0;
  padding-bottom: 15px;
}

#way ol li a {
  width: 298px;
  transition: all 500ms 0s ease;
  display: inline-block;
  height: 100%;
  color: #fff;
  padding: 15px 10px;
  margin-top: 20px;
}

.pc #way ol li a:hover {
  opacity: 0.7;
}

#way ol li:nth-child(1) a {
  background-color: #fc6033;
}

#way ol li:nth-child(2) a {
  background-color: #e61815;
}

#way ol li span {
  padding-left: 24px;
  background-image: url("../img/arrow_2.png");
  background-size: 19px;
  background-position: left center;
  background-repeat: no-repeat;
  font-weight: 700;
}

#way .notebox span {
  text-align: left;
}

#way p {
  font-size: 20px;
  font-weight: 600;

  padding-bottom: 30px;
}

#way p span {
  display: inline-block;
}

#way p strong {
  display: inline-block;
  font-size: 30px;
  color: #ae0303;
  padding-left: 3px;
}

#way #requirements {
  padding-top: 100px;
  max-width: 650px;
  margin: 0 auto;
}

#way #requirements h5 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 20px;
}

#way #requirements h5::before,
#way #requirements h5::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  left: 0;
}

#way #requirements h5::before {
  top: 0;
}

#way #requirements h5::after {
  bottom: 0;
}

#way #requirements dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.6;
  padding-top: 50px;
}

#way #requirements dl dt {
  width: 180px;
  padding: 4px 15px;
  background-color: #e7bbcd;
  text-align: left;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  min-height: 40px;
}

#way #requirements dl dd {
  width: calc(100% - 190px);
  padding: 4px 15px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

#way #requirements dl dt:nth-of-type(-n + 2) {
  background-color: #a1d0db;
}

#way #requirements div {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

#way .notebox a {
  color: #ce292b;
  text-decoration: underline;
}

/* ******************** way ******************** */

/* ******************** group ******************** */

section#group article {
  padding-top: 60px;
}

#group .inner {
  width: 84%;
  max-width: 1080px;
  margin: 0 auto;
}

#group ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#group ul:nth-of-type(2) {
  width: 72%;
  margin: 0 auto;
}

#group ul li {
  width: calc(calc(100% - 52px) / 3);
  border: #310000 solid 5px;
  margin-bottom: 26px;
  text-align: center;
}

#group ul:nth-of-type(2) li {
  width: calc(calc(100% - 26px) / 2);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #group ul li {
    width: 32%;
  }

  *::-ms-backdrop,
  #group ul:nth-of-type(2) li {
    width: 48.5%;
  }
}

#group ul li > div {
  height: 100%;
}

#group ul li h1 {
  text-align: center;
  border-bottom: #310000 solid 1px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
}

#group ul li h1 span {
  display: inline-block;
}

#group ul li .g_inner {
  padding: 0px 15px 85px;
}

#group ul li .g_inner2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 15px 3%;
  height: calc(100% - 38px);
}

#group ul li .g_logo {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #company_movie {
  margin: auto;
} */

@media screen and (min-width: 1131px) and (max-width: 1223px) {
  .g_small-title span {
    font-size: 1.2vw;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #group ul li .g_logo {
    display: inline-block;
  }
}

#group ul:nth-of-type(2) li:nth-child(n + 1) .g_logo {
  height: 120px;
}

#group ul:nth-of-type(1) li:nth-child(1) .g_logo span {
  display: inline-block;
  width: 280px;
}

#group ul:nth-of-type(1) li:nth-child(1) .g_logo img {
  width: 60%;
  max-width: 170px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #group ul li .g_logo img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

#group_for_3row {
  display: block;
}

#group_for_2row {
  display: none;
}

#group li p {
  width: 100%;
  max-width: 292px;
  text-align: justify;
  text-justify: distribute;
  margin: 0 auto;
  padding: 20px 0px 0px;
}

#group .g_btbox {
  width: 100%;
  max-width: 292px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  margin: 0 auto;
  color: #fff;
  gap: 8px;
}

#group .g_btbox > div {
  width: calc(100% / 2 - 4px);
}
#group .g_btbox > div:last-of-type {
  width: 100%;
}

#group .no_recruit {
  justify-content: center;
}

#group .g_btbox #button_wide {
  width: 100%;
}

#group .g_btbox .fake_recruit {
  width: 0;
  height: 0;
}

#group .r_btbox {
  margin-left: 10px;
}

#group .g_btbox.btnum_3 div:nth-child(3) {
  margin: 0 auto 3%;
}

#group .g_btbox div a {
  transition: all 500ms 0s ease;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 5px;
  min-width: 142px;
}
#group .width-target .g_btbox > div {
  width: 100%;
}

#group .g_btbox div a {
  background-color: #ae0303;
}

#group .g_btbox div.recruit a {
  background-color: #e72e44;
}

#group .g_btbox div.entry a {
  background-color: #fc6033;
}

#group .no_recruit div:nth-child(2) a {
  background-color: #fc6033;
}

/* 二次公開のため追加 */
.second_bg_orange {
  background-color: #fc6033 !important;
}

#group .g_btbox div span {
  padding-left: 24px;
  background-image: url("../img/arrow.svg");
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}

.pc #group .g_btbox a:hover {
  opacity: 0.7;
}

#group div.notebox_gbox {
  text-align: center;
  width: 100%;
  padding-top: 40px;
}

#group div.notebox_gbox div {
  display: inline-block;
  /*	text-align: left;*/
}

#group div.notebox_gbox div span.notebox_g {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.4;
  padding-bottom: 8px;
}

#group div.notebox_gbox div span.notebox_g::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0px;
}

/* ******************** group ******************** */

/* ******************** timetable ******************** */

.timetable_notification {
  font-size: 16px;
  text-align: center;
}

#timetable article {
  max-width: 1000px;
  margin: 0 auto;
}

#timetable article h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  padding: 10px;
  line-height: 1.4;
  color: #fff;
}

#timetable article h3.day_color_1 {
  background-color: #ff6235;
}

#timetable article h3.day_color_2 {
  background-color: #cc3120;
}

#timetable article ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

/* #timetable article ul.day_color_2 {
  margin: 30px 0px 50px;
} */

#timetable article ul.all_schedule {
  margin-bottom: 0px;
}

#timetable article ul li {
  margin-bottom: 7px;
}

#timetable article ul li:nth-child(2n-1) {
  width: 180px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 15px;
  display: flex;
  align-items: center;
}

#timetable article ul li:nth-child(2n) {
  width: calc(100% - 187px);
  padding: 15px 15px 8px;
}

#timetable article ul li .list_inner div {
  transition: all 500ms 0s ease;
  display: inline-block;
  position: relative;
  background-color: #fff;
  cursor: pointer;
  margin-right: 10px;
  padding: 12px 15px 12px 45px;
  line-height: 1.4;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
  transform: translateZ(0);
  margin-bottom: 7px;
}

.pc #timetable article ul li .list_inner div:hover {
  transform: scale(1.05);
}

.pc #timetable article ul.day_color_1 li .list_inner div:hover {
  background-color: #ff6235;
  color: #fff;
}

.pc #timetable article ul.day_color_2 li .list_inner div:hover {
  background-color: #cc3120;
  color: #fff;
}

#timetable article ul li figure {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 8px;
  top: 55%;
  transform: translateY(-50%);
}

#timetable article ul.day_color_1 li figure svg {
  transition: all 500ms 0s ease;
  fill: #ff6235;
}

#timetable article ul.day_color_2 li figure svg {
  transition: all 500ms 0s ease;
  fill: #cc3120;
}

.pc #timetable article ul li .list_inner div:hover figure svg {
  fill: #fff;
}

#timetable article ul.day_color_1 li:nth-child(4n + 1),
#timetable article ul.day_color_1 li:nth-child(4n + 2) {
  background-color: #f7e6d9;
}

#timetable article ul.day_color_1 li:nth-child(4n + 3),
#timetable article ul.day_color_1 li:nth-child(4n + 4) {
  background-color: #f5f1ee;
}

#timetable article ul li:nth-child(2) small::before {
  content: "（";
}

#timetable article ul li:nth-child(2) small::after {
  content: "）";
}

#timetable article ul.day_color_1 li:nth-child(1),
#timetable article ul.day_color_1 li:nth-child(2) {
  background-color: #fd8f70;
  color: #fff;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#timetable article ul.day_color_2 li:nth-child(4n + 1),
#timetable article ul.day_color_2 li:nth-child(4n + 2) {
  background-color: #f7d9df;
}

#timetable article ul.day_color_2 li:nth-child(4n + 3),
#timetable article ul.day_color_2 li:nth-child(4n + 4) {
  background-color: #f6ecef;
}

#timetable article ul li.pdfarea {
  width: 100%;
  padding: 25px 0px 0px;
}

#timetable article ul.day_color_1 li.pdfarea {
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#timetable article ul.day_color_2 li.pdfarea {
  background-color: #fff;
  display: flex;
  justify-content: center;
}

#timetable article ul li.pdfarea a {
  transition: all 500ms 0s ease;
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  padding: 10px 15px 10px 45px;
}

#timetable article ul.day_color_1 li.pdfarea a {
  color: #ff6235;
  border: #ff6235 solid 3px;
}

#timetable article ul.day_color_2 li.pdfarea a {
  color: #cc3120;
  border: #cc3120 solid 3px;
}

.pc #timetable article ul.day_color_1 li.pdfarea a:hover {
  color: #fff;
  background-color: #ff6235;
  border: #ff6235 solid 3px;
}

.pc #timetable article ul.day_color_2 li.pdfarea a:hover {
  color: #fff;
  background-color: #cc3120;
  border: #cc3120 solid 3px;
}

.pc #timetable article ul.day_color_1 li.pdfarea a:hover svg {
  fill: #fff;
}

.pc #timetable article ul.day_color_2 li.pdfarea a:hover svg {
  fill: #fff;
}

#timetable article ul.day_color_2 li:nth-child(1),
#timetable article ul.day_color_2 li:nth-child(2) {
  background-color: #db6e62;
  color: #fff;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#timetable article ul.all_schedule li:nth-child(1) {
  background-color: #fff;
}

#timetable article ul li:nth-child(1) span,
#timetable article ul li:nth-child(2) span {
  display: inline-block;
  line-height: 1.4;
  /* padding-right: 1em; */
}

#timetable article ul li small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
}

/* ******************** timetable ******************** */

/* ******************** view_timetable ******************** */

#view_timetable {
  transition: all 500ms 0s ease;
  position: fixed;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 8000000;
  top: 0;
  left: 0;
  overflow: hidden;
}

#view_timetable.active {
  width: 100%;
}

#view_sc {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

#view_inner {
  position: relative;
  padding: 80px 0%;
  width: 92%;
  max-width: 600px;
}

#view_inner article {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  padding: 25px;
  opacity: 0;
}

#view_timetable.active article {
  animation: alpha_100 0.5s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.6s;
}

#view_inner article.day_color_1 {
  background-color: #ff6235;
}

#view_inner article.day_color_2 {
  background-color: #cc3120;
}

#view_inner article h2 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 25px;
  color: #fff;
  text-align: center;
  line-height: 1;
}

#view_inner article p {
  background-color: #f5f5f5;
  text-align: center;
  padding: 5px;
  margin-bottom: 1px;
}

#view_inner article.day_color_1 p {
  color: #ff6235;
}

#view_inner article.day_color_2 p {
  color: #cc3120;
}

#view_inner article h3 {
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #fff;
  margin-bottom: 15px;
}

#view_inner article #iconbox {
  background-color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 15px;
}

#view_inner article #iconbox .icon_i {
  padding: 0px 10px;
}

#view_inner article #iconbox .icon_i span {
  display: inline-block;
  width: 50px;
  text-align: center;
  margin-right: 5px;
}

#view_inner article #iconbox .icon_i small {
  display: inline-block;
  width: 100px;
}

#view_inner article .icon_1 {
  background-color: #92b9fb;
}

#view_inner article .icon_2 {
  background-color: #fddb65;
}

#view_inner article .icon_3 {
  background-color: #f3a6ce;
}

#view_inner article ul {
  margin-bottom: 1px;
  display: flex;
}

#view_inner article ul li {
  text-align: center;
  background: #fff;
  padding: 3px;
}

#view_inner article ul li span {
  display: flex;
  height: 100%;
  padding: 7px 5px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 1.6;
}

#view_inner article ul li:nth-child(1) {
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 3px;
}

#view_inner article ul li:nth-child(2) {
  width: calc(100% - 128px);
}

#view_inner article ul li:nth-child(1) {
  width: 125px;
  margin-right: 3px;
}

#view_inner article ul.double li:nth-child(2) {
  width: calc(calc(calc(100% - 128px) / 2) - 2px);
  margin-right: 3px;
}

#view_inner article ul.double li:nth-child(3) {
  width: calc(calc(calc(100% - 128px) / 2) - 1px);
}

#view_inner article ul:nth-of-type(1) {
  margin-bottom: 3px;
}

#view_inner article ul:nth-of-type(1) {
  font-weight: 600;
}

#view_inner article ul li i {
  display: inline-block;
}

#view_inner article ul li i:nth-of-type(1) {
  padding-right: 0.5em;
}

#view_inner article ul.nodata li {
  background-color: #eee;
  color: #999;
}

#view_inner article ul li small.timetable_m_1::before {
  content: "（事業内容）";
  display: inline-block;
}

#view_inner article ul li small.timetable_m_2::before {
  content: "（職種紹介）";
  display: inline-block;
}

#view_inner article ul li small.timetable_m_3::before {
  content: "（生産職先輩社員）";
  display: inline-block;
}

#view_inner article ul li small.timetable_m_4::before {
  content: "（営業職先輩社員）";
  display: inline-block;
}

#view_inner article ul li small.timetable_m_5::before {
  content: "（生産職・営業職先輩社員）";
  display: inline-block;
}

#view_inner .bt_close {
  position: absolute;
  width: 100%;
  height: 50px;

  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
}

#view_inner #bt_close_h {
  top: 20px;
  z-index: 10;
}

#view_inner #bt_close_b {
  bottom: 20px;
  z-index: 11;
}

#view_timetable.active .bt_close {
  animation: alpha_100 0.5s forwards cubic-bezier(0.07, 0.68, 0.41, 1) 0.6s;
}

.bt_close span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

#view_inner #bt_close_h.bt_close span {
  margin: 0 0 0 auto;
}

#view_inner #bt_close_b.bt_close span {
  margin: 0 auto;
}

.bt_close span::before,
.bt_close span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}

.bt_close span::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.bt_close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* ******************** view_timetable ******************** */

/* ******************** movie ******************** */

section#movie .movie_container {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
}

section#movie .movie_container .movie_item {
  width: calc(100% / 3 - 16px);
}

section#movie .movie_container .movie_item .img-wrapper {
  position: relative;
  cursor: pointer;
}

section#movie .movie_container .movie_item .img-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92%;
  height: 94%;
  background-color: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%);
  z-index: 1;
}

section#movie .movie_container .movie_item .img-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url("../img/icon-play_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
}

section#movie .movie_container .movie_item p {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#movie .movie_container {
    gap: 20px 16px;
  }
  section#movie .movie_container .movie_item {
    width: calc(100% / 2 - 8px);
  }
  section#movie .movie_container .movie_item p {
    margin-top: 10px;
  }
  section#movie .movie_container .movie_item .img-wrapper::after {
    width: 40px;
    height: 40px;
  }
}

section#movie #modal-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
}

section#movie #modal-content.is-open {
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
}

section#movie #overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

section#movie #overlay.is-open {
  display: block;
}

section#movie #modal-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 1001;
  width: 90%;
  max-width: 800px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

section#movie #modal-content.is-open #modal-inner {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

section#movie #modal-inner video {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 1301px) {
  .inview_left .no_600 {
    display: none;
  }
  .inview_left .only_600 {
    display: inline-block;
  }
}

@media screen and (max-width: 1300px) {
  .no_1300 {
    display: none;
  }
  .only_1300 {
    display: contents;
  }
}

@media screen and (max-width: 1300px) {
}

/* ******************** movie ******************** */

/* ******************** event ******************** */

section#event article {
  text-align: center;
}

#event ul li {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  background: rgb(186, 23, 18);
  background: linear-gradient(
    to right,
    rgba(255, 91, 42, 1) 0%,
    rgba(186, 23, 18, 1) 100%
  );
  padding: 50px 15px;
}

#event ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;

  background-color: #fff;
  z-index: -1;
}

#event ul li a {
  display: block;
  max-width: 380px;
  margin: 0 auto;
}

#event ul li figure {
  position: relative;
  overflow: hidden;
}

#event ul li a figure::before {
  transition: all 500ms 0s ease;
  content: "";
  position: absolute;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
}

.pc #event ul li a:hover figure::before {
  opacity: 0;
}

#event ul li a figure span {
  transition: all 500ms 0s ease;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pc #event ul li a:hover span {
  opacity: 0.5;
}

#event ul li a figure img {
  transition: all 500ms 0s ease;
}
.pc #event ul li a:hover figure img {
  transform: scale(1.1);
}

#event ul li div {
  padding-top: 20px;
  color: #fff;
}

#event ul li div h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: #fff solid 2px;
  max-width: 380px;
  margin: 0 auto;
  color: #ae0303;
}

#event ul li div p {
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  color: #666;
}

#event ul li figcaption {
  position: relative;
  max-width: 380px;
  width: 100%;

  margin: 0 auto;
}

#event ul li figcaption::before {
  position: relative;
  content: "";
  display: block;
  padding-top: 62.5%;
  background: linear-gradient(
    to right,
    rgba(255, 91, 42, 1) 0%,
    rgba(186, 23, 18, 1) 100%
  );
  opacity: 0.5;
  z-index: 1;
}

#event ul li figcaption span {
  position: absolute;
  color: #fff;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  max-width: 380px;
  margin: 0 auto;
}

#event ul li figcaption i {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0.3;
}

/* ******************** timetable ******************** */
.list_inner a {
  color: #000;
}

/* ******************** event ******************** */

/* ******************** footer ******************** */

footer {
  text-align: center;
  padding: 55px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #fff;
  letter-spacing: 2px;
}

footer a {
  font-size: 10px;
  color: #fff;
}

/* ******************** footer ******************** */

.only_1000,
.only_768,
.only_600,
.only_480,
.only_360 {
  display: none;
}

.no_1000,
.no_768,
.no_600,
.no_480,
.no_360 {
  display: inline-block;
}

@media screen and (max-width: 1180px) {
  #group ul:nth-of-type(2) {
    width: 78%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1160px) {
  /* ******************** point ******************** */

  #point ul li {
    position: relative;
    width: calc(calc(100% - 30px) / 3);
    border: #c8342f solid 5px;
    padding: 45px 0px 35px;
  }

  #point ul li h3 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    padding: 0 5px 50px;
  }

  #point ul li h3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #c8342f;
  }

  #point ul li p {
    font-size: 15px;
    text-align: justify;
    text-justify: distribute;
    padding: 0 20px;
  }

  /* ******************** point ******************** */
}

@media screen and (max-width: 1130px) {
  .inner {
    width: 86%;
    max-width: 1400px;
    margin: 0 auto;
  }

  #group .inner {
    width: 86%;
    max-width: 1080px;
    margin: 0 auto;
  }

  /* ******************** group ******************** */

  #group_for_3row {
    /* display: none; */
  }

  #group_for_2row {
    display: block;
  }

  #group ul:nth-of-type(1),
  #group ul:nth-of-type(2) {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
  }

  #group ul li,
  #group ul:nth-of-type(2) li {
    width: 48.5%;
    margin-bottom: 3%;
    text-align: center;
  }

  /* ******************** comment ******************** */

  #comment > .inner {
    width: 88.9%;
  }

  section#comment article {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ul#comment_list {
    text-align: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
  }

  ul#comment_list li {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 23px;
    justify-content: space-between;
  }

  ul#comment_list > div {
    position: relative;
  }

  .participant {
    position: absolute;
    bottom: -13px;
    display: inline-block;
    vertical-align: top;
    z-index: 2;
  }

  .participant img {
    width: 50px;
    height: auto;
  }

  .bubble {
    width: 100%;
    position: initial;
    justify-content: right;
  }

  .bubble img {
    display: none;
  }

  .comment_container {
    text-align: center;
    position: initial;
    transform: translate(0, 0);
    width: max(322px, 85vw);
    box-sizing: border-box;
    display: block;
    background: white;
    border: 2px solid #cf4d49;
    border-radius: 5px;
    z-index: 1;
  }

  .comment_left > .bubble > .comment_container {
    margin-left: 12px;
    padding: 20px 20px 20px 48px;
  }

  .comment_container p {
    margin: auto;
    line-height: 27px;
  }

  .comment_right > .bubble > .comment_container {
    font-size: 18px;
    margin-right: 12px;
    padding: 20px 48px 20px 20px;
  }

  .nl_pc {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  #movie ul li > div .partition {
    justify-content: space-between;
  }

  .only_1000 {
    display: inline-block;
  }

  section h2 div {
    position: relative;
    display: inline-block;
    padding: 0 115px;
  }

  /* ******************** overview ******************** */

  #overview ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  #overview ul li {
    position: relative;
    width: 48%;
    border: #c8342f solid 1px;
    padding: 45px 0px 35px;
  }

  #overview ul li div p {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
  }

  #overview ul li h3 {
    position: absolute;
    width: calc(73% - 44px);
    height: 44px;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c8342f;
    color: #fff;
  }

  #overview ul li h3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    padding-top: 12px;
    z-index: 5;
  }

  #overview ul li h3::before,
  #overview ul li h3::after,
  #overview ul li h3 span::before,
  #overview ul li h3 span::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
  }

  #overview ul li h3::before {
    border-width: 22px 22px 0 0;
  }

  #overview ul li h3::after {
    border-width: 22px 0 0 22px;
  }

  #overview ul li h3 span::before {
    border-width: 0 22px 22px 0;
  }

  #overview ul li h3 span::after {
    border-width: 0 0 22px 22px;
  }

  /* ******************** schedule ******************** */

  #schedule ul {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  #schedule li {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 15px 10px;
  }

  #schedule li:nth-child(1) {
    padding-top: 0px;
  }

  #schedule li::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ae0303;
    background-image: url("../img/line_diagonalbg.svg");
    background-repeat: repeat;
    background-size: 12px;
    bottom: 0;
    left: 0;
  }

  #schedule li h4 {
    font-size: 4.35vw;
    font-weight: 600;
    line-height: 1.6;
  }

  #schedule li h4:nth-of-type(1) {
    width: 64%;
  }

  #schedule li h4:nth-of-type(2) {
    width: 36%;
    letter-spacing: -0.2px;
  }

  /* ******************** comment ******************** */
  .nl_pc {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  /* ******************** point ******************** */

  #point ul {
    width: 92%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  #point ul li {
    position: relative;
    width: 100%;
    max-width: 700px;
    border: #c8342f solid 5px;
    margin: 0 auto 40px;
  }

  #point ul li:last-child {
    margin-bottom: 0;
  }

  #point ul li .point_num {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c8342f;
    color: #fff;
    overflow: hidden;
  }

  #point ul li .point_num span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Barlow", sans-serif;
    font-size: 34px;
    line-height: 1;
    padding-top: 7px;

    z-index: 5;
  }

  #point ul li .point_num::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/point_numbg.svg");
    background-repeat: repeat;
    opacity: 0.2;
    z-index: 1;
  }

  #point ul li h3 br {
    display: none;
  }

  /* ******************** point ******************** */

  /* ******************** overview ******************** */

  #overview ul {
    width: 92%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  #overview ul li {
    position: relative;
    width: 100%;
    border: #c8342f solid 1px;
    padding: 45px 20px 35px;
  }

  #overview ul li:nth-child(1) {
    margin-bottom: 60px;
  }

  #overview ul li h3 {
    position: absolute;
    width: calc(73% - 20px);
    max-width: 200px;
    height: 44px;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c8342f;
    color: #fff;
  }

  /* ******************** overview ******************** */

  #group ul li h1 {
    text-align: center;
    border-bottom: #310000 solid 1px;
    padding: 5px 8px;
    font-size: 17px;
    letter-spacing: 0px;
  }

  #group ul:nth-of-type(2) li:nth-child(-n + 2) h1 {
    letter-spacing: -0.5px;
  }

  /* ******************** overview ******************** */

  /* ******************** timetable ******************** */
  .timetable_notification {
    font-size: 14px;
  }

  #timetable article h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    line-height: 1.4;
    color: #fff;
  }

  #timetable article ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0px 70px;
  }

  #timetable article ul li {
    margin-bottom: 5px;
  }

  #timetable article ul li:nth-child(2n-1) {
    width: 130px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 12px;
    display: flex;
    align-items: center;
  }

  #timetable article ul li:nth-child(2n) {
    width: calc(100% - 135px);
    padding: 12px 12px 5px;
  }

  #timetable article ul li .list_inner div {
    transition: all 500ms 0s ease;
    display: inline-block;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    margin-right: 10px;
    padding: 8px 12px 8px 35px;
    line-height: 1.4;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
    transform: translateZ(0);
    margin-bottom: 7px;
  }

  #timetable article ul li figure {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 6px;
    top: 55%;
    transform: translateY(-50%);
  }

  #timetable article ul.day_color_1 li:nth-child(1),
  #timetable article ul.day_color_1 li:nth-child(2),
  #timetable article ul.day_color_2 li:nth-child(1),
  #timetable article ul.day_color_2 li:nth-child(2) {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
  }

  #timetable article ul li.pdfarea {
    width: 100%;
    padding-top: 25px;
  }

  #timetable article ul li.pdfarea a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    padding: 10px 12px 10px 35px;
  }

  /* ******************** timetable ******************** */
}

@media screen and (max-width: 768px) {
  .only_768 {
    display: inline-block;
  }

  .no_768 {
    display: none;
  }

  /* ******************** common ******************** */

  section {
    padding-top: 15%;
    background-color: #fff;
  }

  section#point {
    padding-top: 17%;
  }

  section h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  section h2 div {
    position: relative;
    display: block;
    padding: 0 0px;
  }

  section h2 div span {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    background-color: #fff;
    z-index: 5;
  }

  section article {
    padding: 10% 0px 15%;
  }

  section#point article,
  section#overview article {
    padding: 15% 0px 15%;
  }

  .align_c {
    text-align: left;
  }

  .notebox_b {
    max-width: 850px;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 20px 15px;
  }

  .notebox_b span {
    font-size: 18px;
    font-weight: 500;
  }

  .notebox_b br {
    display: none;
  }

  section#movie .notebox_b {
    text-align: justify;
    text-justify: distribute;
  }

  .environment {
    display: block;
  }

  /* ******************** common ******************** */

  /* ******************** line ******************** */

  .line {
    position: relative;
    height: 10px;
  }

  .line div {
    position: relative;
    width: 92%;
    max-width: 1500px;
    height: 15px;
    margin: 0 auto;
    background-image: url("../img/line_diagonalbg.svg");
    background-repeat: repeat;
    background-size: 20px 20px;
    background-position: center center;
    animation: bgroop_line2 1.5s infinite linear 0s;
    z-index: 5;
  }

  /* ******************** line ******************** */

  /* ******************** way ******************** */

  #way article {
    text-align: center;
  }

  #way p {
    font-size: 18px;
    font-weight: 600;

    padding-bottom: 30px;
    text-align: left;
  }

  #way p strong {
    display: inline-block;
    font-size: 26px;
    color: #ae0303;
    padding-left: 3px;
  }

  #way p span {
    display: inline;
  }

  /* ******************** way ******************** */

  /* ******************** group ******************** */

  section#group article {
    padding-top: 40px;
  }

  #group ul:nth-of-type(1),
  #group ul:nth-of-type(2) {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }

  #group ul li,
  #group ul:nth-of-type(2) li {
    width: 100%;
    margin-bottom: 4%;
    text-align: center;
  }

  #group ul li .g_logo {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 15px 0px 15px;
  }

  #group ul:nth-of-type(2) li:nth-child(n + 3) .g_logo {
    height: auto;
  }

  #group ul li .g_inner,
  #group ul li .g_inner2 {
    padding: 0px 15px 15px;
    height: calc(100% - 59px);
  }

  #group .g_btbox {
    width: 100%;
    max-width: 292px;
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* 一次公開のため変更 */
    /* padding-top: 40px; */
    padding-top: 14px;
    margin: 0 auto;
    color: #fff;
    bottom: auto;
    left: auto;
    transform: translateX(0%);
    font-size: 12px;
  }

  #group .no_recruit {
    justify-content: center;
  }

  /* ******************** group ******************** */

  /******************** hanmenu ***********************/

  #hanmenu {
    transition: all 500ms 0s ease;
    position: fixed;
    width: 42px;
    height: 42px;
    top: 0px;
    right: -100px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    z-index: 210000000;
  }

  #hanmenu.active {
    right: 0px;
  }

  #hanmenubox {
    width: 100%;
    height: 100%;
    background-color: #ce292b;
  }

  #hanmenubox.active {
    background-color: inherit;
  }

  .panel_btn,
  .panel_btn span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .panel_btn {
    position: relative;
    width: 22px;
    height: 18px;
    top: 11px;
    left: 12px;
  }

  .panel_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;

    background-color: #fff;
  }

  .panel_btn span:nth-of-type(1) {
    top: 0;
  }

  .panel_btn span:nth-of-type(2) {
    top: 8px;
  }

  .panel_btn span:nth-of-type(3) {
    bottom: 0;
  }

  #hanmenubox.active .panel_btn span {
    background-color: #fff;
  }

  #hanmenubox.active .panel_btn span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  #hanmenubox.active .panel_btn span:nth-of-type(2) {
    left: 200%;
    opacity: 0;
    transform: translateY(0px);
    animation: active-menu-bar02 0.8s forwards;
  }

  #hanmenubox.active .panel_btn span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
  }

  /******************** hanmenu ***********************/

  /******************** movie ***********************/

  #movie ul li > div .partition div {
    width: 100%;
    padding-top: 30px;
  }

  #movie ul li > div p {
    font-size: 2vw;
  }

  /******************** movie ***********************/

  /******************** event***********************/

  #event ul li div p {
    font-size: 14px;
  }

  /******************** event ***********************/

  /* schedule */
  #schedule div h3 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  /* ******************** header ******************** */
  #header_pc {
    display: none;
  }

  #header_sp {
    display: block;
  }

  #kv_sp {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 2;
  }

  @keyframes scrollRight {
    0% {
      transform: translateX(-33.3%);
    }
    100% {
      transform: translateX(0);
    }
  }

  .clouds {
    width: 734.9%;
    position: absolute;
    top: 11.5%;
    left: 0;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
    animation: scrollRight 30s linear infinite;
  }

  .clouds img {
    height: auto;
  }

  section#slideshow {
    width: 2480px;
    padding-top: 55px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }

  section#slideshow article {
    padding: 0;
  }

  section#slideshow img {
    width: 300px;
    height: 168px;
    display: inline-block;
    vertical-align: top;
  }

  .slick-slide {
    margin: 0px;
    padding: 5px;
  }

  /* ******************** event ******************** */
  section#event {
    padding-top: 80px;
  }

  /* ******************** point ******************** */

  #point ul li h3 br {
    display: inline-block;
  }

  /* ******************** point ******************** */

  /* ******************** way ******************** */

  #way article {
    text-align: center;
  }

  #way p {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 30px;
  }

  #way p strong {
    display: inline-block;
    font-size: 24px;
    color: #ae0303;
    padding-left: 3px;
  }

  #way #requirements {
    padding-top: 70px;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
  }

  #way #requirements h5 {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 20px;
  }

  #way #requirements h5::before,
  #way #requirements h5::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    left: 0;
  }

  #way #requirements h5::before {
    top: 0;
  }

  #way #requirements h5::after {
    bottom: 0;
  }

  #way #requirements dl {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.6;
    padding-top: 30px;
  }

  #way #requirements dl dt {
    width: 100%;
    padding: 4px 15px;
    background-color: #e7bbcd;
    text-align: left;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    min-height: 40px;
  }

  #way #requirements dl dd {
    width: 100%;
    padding: 4px 15px;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  #way #requirements dl dt:nth-of-type(-n + 2) {
    background-color: #a1d0db;
  }

  /* ******************** way ******************** */

  /* ******************** timetable ******************** */

  #timetable article ul {
    margin-top: 0px;
  }

  #timetable article ul.all_schedule {
    margin-bottom: 0px;
  }

  #timetable article ul li:nth-child(2n-1) {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 15px;
    display: block;
    align-items: center;
    margin-bottom: 0px;
  }

  #timetable article ul.day_color_1 li:nth-child(2n-1) {
    border-bottom: #ff6235 dotted 1px;
  }

  #timetable article ul.day_color_2 li:nth-child(2n-1) {
    border-bottom: #cc3120 dotted 1px;
  }

  #timetable article ul li:nth-child(2n-1) br {
    display: none;
  }

  #timetable article ul li:nth-child(2n) {
    width: 100%;
    padding: 12px 5px 5px 15px;
  }

  #timetable article ul.day_color_1 li:nth-child(1),
  #timetable article ul.day_color_2 li:nth-child(1) {
    display: none;
  }

  #timetable article ul.all_schedule li:nth-child(1) {
    display: flex;
  }

  #timetable article ul.day_color_1 li.pdfarea a {
    color: #ff6235;
    border: #ff6235 solid 3px;
  }

  #timetable article ul.day_color_2 li.pdfarea a {
    color: #cc3120;
    border: #cc3120 solid 3px;
  }

  #timetable article ul.day_color_1 li:nth-child(2),
  #timetable article ul.day_color_2 li:nth-child(2) {
    background-color: #fff;
    color: #666;
    padding: 10px 0px 5px;
  }

  #timetable article ul.day_color_1 li:nth-child(2) span,
  #timetable article ul.day_color_2 li:nth-child(2) span {
    display: none;
  }

  #timetable article ul.day_color_1 li.pdfarea,
  #timetable article ul.day_color_2 li.pdfarea {
    width: 100%;
    padding: 15px 0px 0px;
    border-bottom: none;
  }

  #timetable article ul.day_color_1 li.pdfarea span,
  #timetable article ul.day_color_2 li.pdfarea span {
    display: inline-block;
  }

  #timetable article ul li:nth-child(2) small::before,
  #timetable article ul li:nth-child(2) small::after {
    display: none;
  }

  /* ******************** timetable ******************** */

  /* ******************** movie ******************** */

  section#movie article {
    text-align: center;
  }

  #movie h3 {
    font-size: 22px;
    color: #c8342f;
    font-weight: 600;
    line-height: 1.4;
  }

  #movie h3 span {
    display: inline-block;
  }

  #movie h3 i {
    display: inline-block;
    transform: scaleX(2.4);
    padding: 0 9px;
  }

  #movie #movie_txt {
    padding: 25px 0px 40px;
    line-height: 2;
    font-size: 14px;
  }

  #movie ul {
    max-width: 800px;
    margin: 0 auto;
    background: rgb(186, 23, 18);
    background: linear-gradient(
      to right,
      rgba(255, 91, 42, 1) 0%,
      rgba(186, 23, 18, 1) 100%
    );
  }

  #movie ul li {
    border-bottom: #fff solid 20px;
    padding: 6%;
  }

  #movie ul li a {
    display: block;
    max-width: 380px;
    margin: 0 auto;
  }

  #movie ul li figure {
    position: relative;
    overflow: hidden;
  }

  #movie ul li a figure::before {
    transition: all 500ms 0s ease;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
  }

  #movie ul li a figure span {
    transition: all 500ms 0s ease;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #movie ul li a figure img {
    transition: all 500ms 0s ease;
  }

  #movie ul li > div {
    padding-top: 20px;
    color: #fff;
  }

  #movie ul li > div h4 {
    display: inline-block;
    font-size: 6vw;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: #fff solid 2px;
    max-width: 380px;
    margin: 0 auto;
  }

  #movie ul li > div p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
  }

  /* ******************** movie ******************** */

  #group div.notebox_gbox div {
    display: inline-block;
    text-align: left;
  }

  #group div.notebox_gbox div span.notebox_g {
    font-size: 12px;
  }
}

@media screen and (max-width: 540px) {
  #event ul li {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    background: rgb(186, 23, 18);
    background: linear-gradient(
      to right,
      rgba(255, 91, 42, 1) 0%,
      rgba(186, 23, 18, 1) 100%
    );
    padding: 4vw 4vw 30px;
  }

  #event ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;

    background-color: #fff;
    z-index: -1;
  }

  #event ul li div p {
    text-align: justify;
    text-justify: distribute;
  }
}

@media screen and (max-width: 480px) {
  .only_480 {
    display: inline-block;
  }

  .no_480 {
    display: none;
  }

  /* ******************** common ******************** */

  section {
    background-color: #fff;
  }

  section h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  section h2 div {
    position: relative;
    display: block;
    padding: 0 0px;
  }

  section h2 div span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    z-index: 5;
  }

  section article {
    padding: 15% 0px 20%;
  }

  .top_title {
    padding-top: 15%;
  }

  .top_text {
    font-size: 14px;
    padding: 15% 0px 15%;
  }

  section#point article,
  section#overview article {
    padding: 20% 0px 20%;
  }

  /* ******************** common ******************** */

  /* ******************** overview ******************** */

  #overview ul {
    width: 92%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }

  #overview ul li {
    position: relative;
    width: 100%;
    border: #c8342f solid 1px;
    padding: 40px 15px 25px;
  }

  #overview ul li:nth-child(1) {
    margin-bottom: 40px;
  }

  /* ******************** overview ******************** */

  /* ******************** schedule ******************** */

  #schedule ul {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

  #schedule li {
    position: relative;
    width: 100%;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px 10px;
  }

  #schedule li:nth-child(1) {
    padding-top: 0px;
  }

  #schedule li::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ae0303;
    background-image: url("../img/line_diagonalbg.svg");
    background-repeat: repeat;
    background-size: 12px;
    bottom: 0;
    left: 0;
  }

  #schedule li h4 {
    font-size: 7vw;
    font-weight: 600;
    line-height: 1.6;
  }

  #schedule li h4:nth-of-type(1) {
    width: 100%;
  }

  #schedule li h4:nth-of-type(2) {
    width: 100%;
    text-align: left;
  }

  /* ******************** schedule ******************** */

  #group ul li h1 {
    text-align: center;
    border-bottom: #310000 solid 1px;
    padding: 5px 10px;
    letter-spacing: 0px;
    line-height: 1.4;
  }

  #group .g_btbox div span {
    padding-left: 20px;
  }

  nav#navside {
    width: 250px;
  }

  /* ******************** timetable ******************** */

  #timetable article h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 10px;
    line-height: 1.4;
    color: #fff;
  }

  #timetable article ul li:nth-child(2n-1) {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    padding: 10px 15px;
    display: block;
    align-items: center;
    margin-bottom: 0px;
  }

  /* ******************** timetable ******************** */

  /* ******************** view_timetable ******************** */

  #view_inner {
    position: relative;
    padding: 70px 0%;
    width: 92%;
    max-width: 600px;
  }

  #view_inner article {
    padding: 20px 15px 15px;
  }

  #view_inner article h2 {
    padding-bottom: 20px;
  }

  #view_inner article h3 {
    padding: 8px;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
  }

  #view_inner article h3 span {
    display: inline-block;
  }

  #view_inner article #iconbox {
    background-color: #fff;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 5px;
    margin-bottom: 15px;
  }

  #view_inner article #iconbox .icon_i {
    padding: 0px 8px;
  }

  #view_inner article ul li:nth-child(1) {
    width: 90px;
    margin-right: 3px;
    font-size: 12px;
  }

  #view_inner article ul li:nth-child(2) {
    width: calc(100% - 93px);
  }

  #view_inner article ul li:nth-child(1) {
    width: 90px;
    margin-right: 3px;
  }

  #view_inner article ul.double li:nth-child(2) {
    width: calc(calc(calc(100% - 93px) / 2) - 2px);
    margin-right: 3px;
  }

  #view_inner article ul.double li:nth-child(3) {
    width: calc(calc(calc(100% - 93px) / 2) - 1px);
  }

  #view_inner article ul li i:nth-of-type(2) {
    display: none;
  }

  #view_inner article ul li i:nth-of-type(1) {
    padding-right: 0;
  }

  #view_inner .bt_close {
    position: absolute;
    width: 100%;
    height: 40px;

    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    cursor: pointer;
  }

  #view_inner #bt_close_h {
    top: 20px;
    z-index: 10;
  }

  #view_inner #bt_close_b {
    bottom: 20px;
    z-index: 11;
  }

  .bt_close span {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
  }

  /* ******************** view_timetable ******************** */

  /* ******************** movie ******************** */
  #movie ul li > div h4 {
    display: inline-block;
    font-size: 6.8vw;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: #fff solid 2px;
    max-width: 380px;
    margin: 0 auto;
  }
  /* ******************** movie ******************** */

  /* ******************** footer ******************** */

  footer {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 91px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    color: #fff;
    letter-spacing: 0px;
    font-size: 13px;
  }

  /* ******************** footer ******************** */
}

@media screen and (max-width: 430px) {
  nav div ul {
    text-align: center;
    padding: 10px 15px;
  }
  #group .g_btbox {
    flex-direction: column;
  }
  #group .g_btbox > div {
    width: 100%;
  }
  #group .g_btbox div a {
    min-width: 100%;
  }
}

@media screen and (max-width: 380px) {
  nav div ul {
    text-align: center;
    padding: 10px;
  }

  #group ul:nth-of-type(1),
  #group ul:nth-of-type(2) {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  #group ul li .g_inner,
  #group ul li .g_inner2 {
    padding: 0px 10px 10px;
  }

  #view_inner article #iconbox {
    display: block;
  }

  #view_inner article #iconbox .icon_i {
    margin-bottom: 5px;
  }

  #view_inner article #iconbox .icon_i:last-of-type {
    margin-bottom: 0px;
  }

  /* ******************** movie ******************** */

  section#movie article {
    text-align: center;
  }

  #movie h3 {
    font-size: 20px;
    color: #c8342f;
    font-weight: 600;
  }

  #movie h3 span {
    display: inline-block;
  }

  #movie h3 i {
    display: inline-block;
    transform: scaleX(2.4);
    padding: 0 9px;
  }

  #movie #movie_txt {
    padding: 30px 0px 50px;
    line-height: 2;
    font-size: 14px;
  }

  #movie ul {
    max-width: 800px;
    margin: 0 auto;
    background: rgb(186, 23, 18);
    background: linear-gradient(
      to right,
      rgba(255, 91, 42, 1) 0%,
      rgba(186, 23, 18, 1) 100%
    );
  }

  #movie ul li {
    border-bottom: #fff solid 20px;
    padding: 6%;
  }

  #movie ul li a {
    display: block;
    max-width: 380px;
    margin: 0 auto;
  }

  #movie ul li figure {
    position: relative;
    overflow: hidden;
  }

  #movie ul li a figure::before {
    transition: all 500ms 0s ease;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
  }

  #movie ul li a figure span {
    transition: all 500ms 0s ease;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #movie ul li a figure img {
    transition: all 500ms 0s ease;
  }

  #movie ul li > div {
    padding-top: 20px;
    color: #fff;
  }

  #movie ul li > div h4 {
    display: inline-block;
    font-size: 6.8vw;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 10px;
    border-bottom: #fff solid 2px;
    max-width: 380px;
    margin: 0 auto;
  }

  #movie ul li > div p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
  }

  /* ******************** movie ******************** */
}

@media screen and (max-width: 360px) {
  .only_360 {
    display: inline-block;
  }

  .no_360 {
    display: none;
  }

  /* ******************** way ******************** */

  #way ol li {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    vertical-align: baseline;
    padding: 0px 10px 25px;
    border: #999 solid 1px;
    margin-bottom: 40px;
  }

  #way ol li a {
    transition: all 500ms 0s ease;
    display: inline-block;
    height: 100%;
    color: #fff;
    padding: 15px 10px;
    margin-top: 20px;
  }

  /* ******************** way ******************** */

  /* ******************** group ******************** */

  #group ul li h1 {
    text-align: center;
    border-bottom: #310000 solid 1px;
    padding: 5px 9px;
    letter-spacing: 0px;
  }

  /* ******************** group ******************** */

  nav#navside {
    width: 220px;
  }

  #view_inner article ul:nth-of-type(1) {
    font-size: 13px;
    letter-spacing: -0.4px;
  }
}

@media screen and (max-width: 500px) {
  #way ol li a {
    width: 100%;
  }
}
