@charset "UTF-8";


/*---------------------------------------------------------------*\
$body
\*---------------------------------------------------------------*/

body {
  padding-right: 130px !important;
}

@media screen and (max-width: 1080px) {
  body {
    padding: 0 !important;
  }
}


/*---------------------------------------------------------------*\
$header menu
\*---------------------------------------------------------------*/

.header_menu {
  display: block;
}
.header_menu .modal__container {
  overflow: scroll;
}
.header_menu .menu_header_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px 38px;
  border-bottom: solid 1px #636363;
}
.header_menu .logo {
  width: 110px;
  height: fit-content;
}
.header_menu .info_containers {
  display: grid;
  gap: 80px;
  padding: 40px;
}
.header_menu .main_info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.header_menu .each_menu {
  margin: 32px 0 0 0;
}
.header_menu .each_menu:first-child {
  margin: 0;
}
.header_menu .each_menu a {
  font-size: 22px;
}
.header_menu .categories_mag {
  border-left: solid 1px #636363;
  margin: 16px 0 0 0;
  padding: 0 0 0 16px;
}
.header_menu .each_category_mag {
  margin: 16px 0 0 0;
}
.header_menu .each_category_mag:first-child {
  margin: 0;
}
.header_menu .each_category_mag a {
  font-size: 15px;
}
.header_menu .menu_container {
  margin: 0 auto 0 0;
}
.header_menu .mag_container {
  margin: 0 auto 0 0;
}
.header_menu .submenu_container {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #636363;
  padding: 24px 0 0 0;
}
.header_menu .submenu {
  display: flex;
}
.header_menu .each_submenu {
  font-size: 13px;
  margin: 0 24px 0 0;
}
.header_menu .copyright {
  font-size: 13px;
}
.header_menu .sns_container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header_menu .wrap_sns_icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.header_menu .copyright_sp {
  display: none;
}


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

  .header_menu .main_info {
    flex-wrap: wrap;
    gap: 56px;
  }
  .header_menu .menu_container {
    width: calc((100% - 56px)/2);
  }
  .header_menu .mag_container {
    width: calc((100% - 56px)/2);
  }
  .header_menu .sns_container {
    width: 100%;
  }
}


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

  .header_menu .info_containers {
    gap: 56px;
  }
  .header_menu .menu_container {
    width: fit-content;
  }
  .header_menu .mag_container {
    width: fit-content;
  }
  .header_menu .each_menu {
    margin: 24px 0 0 0;
  }
  .header_menu .each_menu a {
    font-size: 16px;
  }

  .header_menu .copyright {
    display: none;
  }
  .header_menu .copyright_sp {
    display: block;
    font-size: 10px;
  }
  .header_menu .menu_header_container {
    padding: 32px 32px 30px;
  }
  .header_menu .info_containers {
    padding: 32px;
  }
}


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

  .header_menu .main_info {
    flex-direction: column;
  }
  .header_menu .map {
    font-size: 15px;
  }
  .header_menu .each_menu:first-child {
    margin: 0;
  }
}


/* header menu - modal settings */
.header_menu .modal__overlay {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(54,211,238,.7);
  z-index: 100;
}
.header_menu .modal__container {
  width: 84%;
  max-width: 880px;
  max-height: 90vh;
  z-index: 200;
  position: relative;
}
.header_menu .modal__content {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header_menu .micromodal-slide[aria-hidden="false"] .modal__close {
  animation: fadeIn;
  animation-delay: 0.5s;
  animation-duration: 0.5s; /* don't forget to set a duration! */
  animation-fill-mode: forwards;
}
.header_menu .title {
  font-size: 17px;
}
.header_menu .subtitle {
  font-size: 12px;
  margin: 4px 0 0 0;
  color: #8a8a8a;
}
.modal__close {
  z-index: 10;
  cursor: pointer;
}
.square_btn {
  display: block;
  position: relative;
  width: 11px;
  height: 11px;
}
.square_btn::before, .square_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 14px; /* 棒の高さ */
  background: #fff; /* バツ印の色 */
}
.square_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.square_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


.micromodal-slide {
  visibility: hidden;
}
.micromodal-slide.is-open {
  visibility: visible;
}


.micromodal-slide .menu_top,
.micromodal-slide .menu_vision,
.micromodal-slide .menu_crew,
.micromodal-slide .menu_title,
.micromodal-slide .menu_movie {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}


.micromodal-slide[aria-hidden="false"] .menu_top {
  animation: fadeInUp;
  animation-delay: 0.2s;
  animation-duration: .5s; /* don't forget to set a duration! */
  animation-fill-mode: forwards;
}
.micromodal-slide[aria-hidden="true"] .menu_top {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.micromodal-slide[aria-hidden="false"] .menu_vision {
  animation: fadeInUp;
  animation-delay: 0.4s;
  animation-duration: .5s; /* don't forget to set a duration! */
  animation-fill-mode: forwards;
}
.micromodal-slide[aria-hidden="true"] .menu_vision {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.micromodal-slide[aria-hidden="false"] .menu_crew {
  animation: fadeInUp;
  animation-delay: 0.6s;
  animation-duration: .5s; /* don't forget to set a duration! */
  animation-fill-mode: forwards;
}
.micromodal-slide[aria-hidden="true"] .menu_crew {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.micromodal-slide[aria-hidden="false"] .menu_title {
  animation: fadeInUp;
  animation-delay: 0.8s;
  animation-duration: .5s; /* don't forget to set a duration! */
  animation-fill-mode: forwards;
}
.micromodal-slide[aria-hidden="true"] .menu_title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.micromodal-slide[aria-hidden="false"] .menu_movie {
  animation: fadeInUp;
  animation-delay: 1.0s;
  animation-duration: .5s; /* don't forget to set a duration! */
  animation-fill-mode: forwards;
}
.micromodal-slide[aria-hidden="true"] .menu_movie {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.6s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.6s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.4s cubic-bezier(0.73,0.26,0.25,1.62);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.4s cubic-bezier(.37,.41,.04,1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}


/* animation */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mmslideOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.3);
  }
}


/*---------------------------------------------------------------*\
$logo
\*---------------------------------------------------------------*/

.logo_header {
  width: 140px;
  position: absolute;
  top: 0;
  left: 4%;
  height: 110px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


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

  .logo_header {
    height: 88px;
  }
}


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

  /* logo */
  .logo_header {
    width: 110px;
  }
}


/*---------------------------------------------------------------*\
$PC header
\*---------------------------------------------------------------*/

header {
  position: fixed;
  background-color: #00CEF0;
  z-index: 3;
  top: 0;
  right: 0;
  width: 130px;
  height: 100vh;
  padding: 24px 0;
}
header .content_header {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
header .core_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .core_menu ul {
  display: grid;
  gap: 16px;
}

/* menu icon */
header .menu_toggle {
  cursor: pointer;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  height: 80px;
  transition: 0.5s;
}
header .inner_menu__toggle {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
}
header .decolation {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/decolation_menu.svg');
  background-size: 70px;
  background-position: center;
  background-repeat: no-repeat;
}
header .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3c3a3a;
  margin: 0 auto 8px;
}
header .transition {
  font-size: 10px;
}
header .lower_menu {
  border-radius: 80px;
  height: 200px;
  width: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
header .lower_menu img {
  width: 26px;
  margin: 0 auto;
}


@keyframes header {
  0% {
    opacity: 0;

@keyframes header {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
  }
  100% {
    opacity: 1;
    top: 0;
  }
}


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

  header {
    width: 100%;
    height: auto;
    box-shadow: none;
    padding: 0;
    background: none;
  }
  header .content_header {
    box-shadow: inherit;
  }

  header .lower_menu {
    display: none;
  }

  /* menu icon */
  header .inner_menu__toggle {
    width: 72px;
    height: 72px;
  }
  header .decolation {
    background-size: 64px;
  }
  header .core_menu {
    flex-direction: row-reverse;
    justify-content: inherit;
    display: flex;
    margin: 0 2% 0 0;
    height: 88px;
  }
  header .menu__toggle {
    margin: 0;
  }
  header .menu_toggle:last-of-type {
    display: none;
  }
  header .inner_menu__toggle {
    background-color: #fff;
  }
}