body {
  width: 100%;
}

p,
a,
li {
  font-family: 'Noto Serif JP', serif;
}

p {
  color: #333333;
  letter-spacing: 1.6px;
}

a {
  text-decoration: none;
  color: #333333;
  letter-spacing: 1.6px;
}

a:hover {
  cursor: pointer;
  opacity: 0.8;
}

ul {
  padding-left: 1.5rem;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.fade-block {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fade-block.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.header_title,
.header_box a {
  line-height: 80px;
}

.header_title {
  font-size: 24px;
  margin-left: 30px;
}

.header_box {
  width: 40%;
  display: flex;
  justify-content: space-around;
}

.header_box a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.header_box .header_link {
  margin-right: 60px;
}

.header_box .header_link:last-child {
  margin-right: 30px;
}

.link_w_border {
  border-bottom: 1px solid #7C0E0E;
  margin-bottom: 22px;
}

.header_box .header_contact {
  width: 166px;
  height: 40px;
  line-height: 40px;
  margin: auto 0;
  padding-left: 15px;
  background-color: #7C0E0E;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-radius: 3px;
}

.header_box .header_contact::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/kamihikouki.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 20px;
}

#gloval-nav {
  background: #F5F5F5;
  color: #000000;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav::before {
  background-image: url(../img/kimono_bg_icon_01.png);
  content: '';
  display: inline-block;
  width: 90px;
  height: 90px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -15px;
}

#gloval-nav::after {
  background-image: url(../img/kimono_bg_icon_01.png);
  content: '';
  display: inline-block;
  width: 170px;
  height: 170px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 30px;
  right: -25px;
}

#global-nav nav {
  height: 400px;
}

#gloval-nav ul li a {
  font-size: 28px;
}

#gloval-nav ul li a.link_w_border {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

#nav-toggle {
  position: fixed;
  top: 14px;
  right: 25px;
  height: 32px;
  cursor: pointer;
}

#nav-toggle div {
  position: relative;
  width: 36px;
}

#nav-toggle div span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #7C0E0E;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease;
}

#nav-toggle div span:nth-child(1) {
  top: 0;
}

#nav-toggle div span:nth-child(2) {
  top: 12px;
}

#nav-toggle div span:nth-child(3) {
  top: 24px;
}

.open #nav-toggle span {
  top: 0;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

#nav-toggle {
  z-index: 1000;
}

#gloval-nav ul {
  list-style: none;
}

#gloval-nav ul li {
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: .15s;
}

#gloval-nav ul li:nth-child(3) {
  transition-delay: .3s;
}

#gloval-nav ul li:nth-child(4) {
  transition-delay: .45s;
}

#gloval-nav ul li a {
  color: #000000;
  text-decoration: none;
}

.open {
  overflow: hidden;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}

.mainvisual {
  margin: 80px 0;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.mainvisual.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.mainvisual .mainvisual_img {
  width: 1200px;
  margin: 0 0 0 auto;
}

.text_box {
  width: 700px;
  margin: 0 auto 100px;
  position: relative;
}

.text_box .main_subtext {
  text-align: left;
  font-size: 14px;
  line-height: 28px;
}

.text_box .icon01::before {
  background-image: url(../img/kimono_bg_icon_01.png);
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -40px;
  left: -50px;
}

.text_box .icon01::after {
  background-image: url(../img/kimono_bg_icon_01.png);
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -20px;
  right: -50px;
}

#anc_01,
#anc_02,
#anc_03,
#anc_04 {
  padding: 100px 0;
}

.anc {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: left;
  width: 1000px;
  margin: 0 auto 100px;
}

.anc .anc_link_box {
  width: 200px;
  height: 80px;
  border: 1px solid #000;
  text-align: center;
  padding-top: 10px;
}

.anc .anc_link_box .anc_link {
  font-size: 22px;
}

.anc .anc_link_box .anc_link::before {
  left: 40%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #7C0E0E;
  border-right: 1px solid #7C0E0E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.anc_link_arrow {
  position: relative;
  display: inline-block;

  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.anc_link_arrow::before,
.anc_link_arrow::after {
  position: absolute;
  top: 53px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#anc_01,
#anc_03 {
  background-color: #f5f5f5;
}

.anc_content {
  width: 1000px;
  margin: auto;
}

.anc_content .anc_title {
  width: fit-content;
  font-size: 34px;
  margin: 0 auto 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7C0E0E;
}

.movie_items {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.movie_items .movie_item {
  width: 400px;
  margin-bottom: 30px;
  position: relative;
}

.movie_items .movie_item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.movie_items .movie_item .movie_item_mask {
  position: absolute;
  top: 0;
  opacity: 0.8;
}

.movie_items .movie_item_img {
  height: auto;
  margin-bottom: 10px;
}

.movie_items .movie_item_text {
  font-size: 14px;
  line-height: 26px;
}

.movie_items .movie_item_img::before {
  content: '';
  display: inline-block;
  width: 300px;
  height: 50px;
  background-image: url(../img/mask.png);
  background-size: contain;
  vertical-align: middle;
}

.modal_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  text-align: center;
  display: none;
}

.modal {
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.close {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin: 10px 10px 0 auto;
}

.close::before,
.close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.display {
  display: block;
}

.more_info {
  background-color: #FFF4F4;
  padding: 100px 0;
}

.more_info .more_info_title {
  width: fit-content;
  font-size: 34px;
  margin: 0 auto 60px;
  letter-spacing: 5.6px;
}

.more_info .more_info_box {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.more_info .more_info_box .more_info_text {
  width: 40%;
  margin-right: 10%;
}

.more_info .more_info_box .more_info_text .more_info_text_subtitle {
  font-size: 26px;
  margin-bottom: 20px;
}

.more_info .more_info_box .more_info_text .more_info_text_detail {
  font-size: 14px;
  margin-bottom: 20px;
}

.more_info .more_info_box .more_info_img {
  width: 50%;
}

.comingSoon_box {
  position: relative;
}

.intro_link {
  width: 293px;
  height: 48px;
  margin: 0 auto 0 0;
  display: block;
  background-color: #ffffff;
  border: 1px solid #333333;
  line-height: 48px;
  text-align: center;
}

.comingSoon2 {
  width: 276px;
  height: 46px;
  position: absolute;
  bottom: 1px;
  left: 16px;
}

.btn_text {
  position: relative;
  font-size: 14px;
}

.btn_text:before,
.btn_text:after {
  content: "";
  display: block;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  position: absolute;
}

.btn_text:before {
  width: 20px;
  height: 1px;
  background: #333333;
  right: -40px;
  bottom: 9px;
}

.btn_text:after {
  width: 1px;
  height: 5px;
  background: #333333;
  right: -39px;
  bottom: 9px;
}

.contact {
  width: 640px;
  margin: 100px auto 0;
  padding-bottom: 140px;
}

.contact .contact_text {
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
}

.contact .contact_btn {
  display: block;
  width: 293px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  padding-left: 20px;
  background-color: #7C0E0E;
  color: #ffffff;
  text-align: center;
  position: relative;
  border-radius: 3px;
  text-decoration: none;
}

.contact .contact_btn::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/kamihikouki.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 18px;
  left: 72px;
}

footer {
  height: 70px;
  background-color: #F5F5F5;
}

.footer_text {
  font-size: 10px;
  line-height: 70px;
  color: #707070;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }

  body * {
    max-width: 100%;
  }

  img {
    width: 100%;
    max-width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  header {
    height: 50px;
  }

  .header_title {
    font-size: 18px;
    line-height: 50px;
    margin-left: 22px;
  }

  .humberger {
    width: 30px;
    height: 30px;
    margin: auto 30px;
  }

  .mainvisual {
    margin: 0 0 50px 0;
    background: none;
    position: initial;
    height: auto;
  }

  .mainvisual .mainvisual_img {
    margin-top: 50px;
    height: auto;
    position: initial;
  }

  .text_box {
    width: 350px;
  }

  .text_box .icon01::before {
    left: 0;
  }

  .text_box .icon01::after {
    right: 0;
  }

  #anc_01,
  #anc_02,
  #anc_03,
  #anc_04 {
    padding: 50px 0;
  }

  .anc {
    flex-wrap: wrap;
  }

  .anc .anc_link_box {
    width: 40%;
    height: 70px;
    margin-bottom: 20px;
  }

  .anc .anc_link_box .anc_link {
    font-size: 20px;
  }

  .anc_link_arrow::before,
  .anc_link_arrow::after {
    top: 50px;
  }

  #anc_01 .movie_items .movie_item:not(:last-child),
  #anc_02 .movie_items .movie_item:not(:last-child) {
    margin: 0 auto 30px;
  }

  #anc_01 .movie_items .movie_item:last-child,
  #anc_02 .movie_items .movie_item:last-child {
    margin: 0 auto;
  }

  .anc_content .anc_title {
    font-size: 22px;
    margin-bottom: 50px;
  }

  .modal {
    width: 100%;
  }

  .movie_items .movie_item {
    width: 300px;
  }

  .movie_items .movie_item_img {
    margin-bottom: 20px;
  }

  .more_info {
    padding: 50px;
  }

  .more_info .more_info_title {
    font-size: 20px;
    margin: 0 auto 50px;
  }

  .more_info .more_info_box {
    flex-direction: column-reverse;
  }

  .more_info .more_info_box .more_info_text,
  .more_info .more_info_box .more_info_img {
    width: 100%;
  }

  .more_info .more_info_box .more_info_text .more_info_text_subtitle {
    font-size: 20px;
    width: 80%;
    margin: 20px auto;
  }

  .intro_link {
    display: block;
  }

  .comingSoon2 {
    width: 273px;
    left: 1px;
  }

  .contact {
    display: block;
    height: auto;
    padding: 50px 0;
  }

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

  .contact .contact_btn {
    padding-left: 20px;
  }

  .contact .contact_btn::before {
    left: 50px;
  }

  .footer_text {
    font-size: 7px;
  }
}