@charset "UTF-8";
.pc {
  display: inline-block;
}

@media only screen and (min-width: 481px) and (max-width: 766px),
  only screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (min-width: 481px) and (max-width: 766px),
  only screen and (max-width: 480px) {
  .sp {
    display: inline-block;
  }
}

.sp-only {
  display: none;
}

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

@font-face {
  font-family: "KozuGoPro";
  src: url(../fonts/KozGoPro-Regular.otf);
}

@keyframes move_smoke {
  0% {
    transform: translate(-5px, -5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.header .header_flex {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  max-width: 997px;
  padding-left: 2.7rem;
  padding-right: 2.7rem;
  align-items: flex-start;
  width: 100%;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex {
    padding-left: 0;
    padding-right: 1.2rem;
  }
}

.header .header_flex .header_flex_item {
  display: block;
  transition: 0.3s;
  position: relative;
}

.header .header_flex .header_flex_item .header_uptoyou {
  position: absolute;
  top: 56%;
  left: 5.9rem;
  padding: 1.2rem 1.5rem;
  width: 171px;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
  background-color: rgba(37, 30, 28, 0.95);
}

.header .header_flex .header_flex_item .header_uptoyou::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/uptoyou_traiangle.png);
  left: -30.5px;
  top: 0;
  height: 100%;
  width: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex .header_flex_item .header_uptoyou::after {
    left: auto;
    right: -30.3px;
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex .header_flex_item .header_uptoyou {
    right: 5.9rem;
    left: auto;
    width: 150px;
    top: 66%;
  }
}

.header .header_flex .header_flex_item .header_uptoyou .uptoyou_label {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "A1 Gothic M", sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}

.header
  .header_flex
  .header_flex_item
  .header_uptoyou
  .uptoyou_label:first-child {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
}

.header
  .header_flex
  .header_flex_item
  .header_uptoyou
  .uptoyou_label:last-child {
  padding-top: 1rem;
}

.header .header_flex .header_flex_item .hover-on {
  opacity: 1;
  transition: 0.3s;
  pointer-events: auto;
}

.header .header_flex .header_flex_item:first-child {
  width: 36.4px;
  position: fixed;
  top: 4rem;
  z-index: 999999999;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex .header_flex_item:first-child {
    width: 56px;
    right: 1.2rem;
    top: 3rem;
  }
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex .header_flex_item:first-child {
    margin-left: auto;
  }
}

@media only screen and (max-width: 480px) {
  .header .header_flex .header_flex_item:first-child {
    width: 35px;
  }
}

.header .header_flex .header_flex_item:last-child {
  width: 169px;
  margin-left: auto;
  position: absolute;
  right: 2.6rem;
  top: 4rem;
  z-index: 99999999;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 1024px) {
  .header .header_flex .header_flex_item:last-child {
    display: none;
  }
}

.header .header_flex .header_flex_item:last-child:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.header .header_flex .header_flex_item .hamburger {
  width: 100%;
  padding: 0;
  cursor: pointer;
  margin-bottom: 1.5rem;
  border: none;
  background-color: transparent;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex .header_flex_item .hamburger {
    max-width: 38px;
    margin: 0 auto 1rem;
    margin-left: auto;
    display: block;
  }
}

.header .header_flex .header_flex_item .hamburger .menu_text {
  font-size: 1.2rem;
  font-family: "A1ゴシック B", sans-serif;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex .header_flex_item .hamburger .menu_text {
    margin-top: -0.5rem;
  }
}

@media only screen and (max-width: 480px) {
  .header .header_flex .header_flex_item .hamburger .menu_text {
    font-size: 1rem;
  }
}

.header .header_flex .header_flex_item .hamburger .hamburger_line {
  width: 100%;
  height: 10px;
  background-color: #000000;
  display: block;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex .header_flex_item .hamburger .hamburger_line {
    height: 3.2px;
  }
}

.header
  .header_flex
  .header_flex_item
  .hamburger
  .hamburger_line:not(:last-child) {
  margin-bottom: 0.25rem;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header
    .header_flex
    .header_flex_item
    .hamburger
    .hamburger_line:not(:last-child) {
    margin-bottom: 0.7rem;
  }
}

.header .header_flex .header_flex_item .header_sns_logo {
  display: block;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex .header_flex_item .header_sns_logo {
    max-width: 38px;
    margin: 0 auto;
  }
}

.header .header_flex .header_flex_item .header_sns_logo img {
  width: 100%;
}

.header .header_flex .header_flex_item .header_sns_logo:not(:last-child) {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_flex .sp-logo {
    margin-bottom: 0.8rem;
  }
}

.header .header_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 30, 28, 0.95);
  z-index: 99999999999;
  padding-top: 4.1rem;
  padding-bottom: 5rem;
  opacity: 0;
  pointer-events: none !important;
  transition: 0.3s;
  overflow-y: scroll;
}

@media only screen and (max-width: 321px) {
  .header .header_menu {
    padding-top: 2rem;
  }
}

.header .header_menu .header_menu_list {
  text-align: center;
  max-width: 744px;
  margin: 0 auto;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .header .header_menu .header_menu_list {
    max-width: 55%;
    position: absolute;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .header .header_menu .header_menu_list {
    max-width: 74%;
    position: static;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }
}

.header .header_menu .header_menu_list .list_item {
  color: #ffffff;
  display: block;
  font-size: 1.43rem;
  padding-bottom: 2.7rem;
  font-family: "A1 Gothic M", sans-serif;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_menu .header_menu_list .list_item {
    padding-bottom: 1.5rem;
    font-size: 1.3rem;
  }
}

.header .header_menu .header_menu_list .list_item:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.header .header_menu .header_menu_list .list_item:not(:first-child) {
  padding-top: 1.4rem;
}

.header .header_menu .header_menu_list .list_item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}

.header .header_menu .header_menu_list .list_item .header_menu_logo {
  max-width: 133px;
  margin: 1.35rem auto 0;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_menu .header_menu_list .list_item .header_menu_logo {
    max-width: 70px;
  }
}

.header .header_menu .header_menu_list .list_item span {
  display: block;
}

.header .header_menu .header_menu_list .list_item .list_item_largetitle {
  font-size: 2.7rem;
  line-height: 1.2;
  font-family: "A1ゴシック B", sans-serif;
}

@media only screen and (max-width: 480px),
  only screen and (min-width: 481px) and (max-width: 766px) {
  .header .header_menu .header_menu_list .list_item .list_item_largetitle {
    font-size: 1.8rem;
  }
}

.header .menu_close_button {
  position: absolute;
  top: 2.4rem;
  right: 2.8rem;
  padding: 0;
  background-color: transparent;
  width: 49px;
  height: 47px;
  border: none;
  cursor: pointer;
}

@media only screen and (max-width: 1100px) {
  .header .menu_close_button {
    width: 30px;

  }
}
@media only screen and (max-width: 480px) {
  .header .menu_close_button {
    width: 20px;
    right: 1.8rem;
    top: 1.8rem;
  }
}

.header .menu_close_button img {
  width: 100%;
}

.header .menu-open {
  opacity: 1;
  transition: 0.3s;
  pointer-events: auto !important;
}
