body {
  width: 100%;
}

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

p {
  color: #333333;
  letter-spacing: 1.6px;
  font-size: 14px;
  line-height: 32px;
}

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

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

ul {
  padding-left: 16px;
}

li {
  color: #333333;
  letter-spacing: 1.6px;
  list-style-type: none;
  margin-bottom: 5px;
}

.intro_box li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #333333;
  position: relative;
  left: -11px;
  top: -3px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

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

.mainvisual {
  margin-top: 80px;
  margin-bottom: 190px;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 100%);
  position: relative;
  height: 992px;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

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

.mainvisual .mainvisual_img {
  height: 992px;
  position: absolute;
  top: 73px;
  left: 0;
}

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

.text_box .main_text {
  text-align: center;
  font-size: 38px;
  line-height: 68px;
  margin-bottom: 60px;
  letter-spacing: 5.6px;
}

.text_box .small_text {
  font-size: 26px;
}

.text_box .main_subtext {
  text-align: left;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1.6px;
}

.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: 180px;
  right: -25px;
}

.movie {
  height: 620px;
  margin-bottom: 90px;
  padding: 80px 0;
  background-color: #FFF4F4;
  text-align: center;
}

.movie .movie_title {
  font-size: 26px;
  margin-bottom: 40px;
}

.slider {
  position: relative;
  margin-bottom: 40px;
}

.movie .slick-list {
  z-index: 1;
}

.movie .slick-slide {
  margin: 0 20px;
}

.movie .prev-arrow {
  width: 38px;
  position: absolute;
  top: 34%;
  left: 0;
  z-index: 2;
}

.movie .next-arrow {
  width: 38px;
  position: absolute;
  top: 34%;
  right: 0;
  z-index: 2;
}

.movie_item {
  position: relative;
}

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

.movie_item img {
  margin-bottom: 10px;
}

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

.movie_item .movie_detail {
  text-align: left;
  line-height: 26px;
}

.movie_link {
  font-size: 20px;
  text-decoration: none;
  color: #333333;
  display: inline-block;
  padding-right: 35px;
  position: relative;
}

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

.link_arrow:before {
  width: 20px;
  height: 1px;
  background: #333333;
  right: 0px;
  bottom: 20px;
}

.link_arrow:after {
  width: 1px;
  height: 5px;
  background: #333333;
  right: 2px;
  bottom: 20px;
}

.movie .link_w_border {
  border-bottom: 1px solid #7C0E0E;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.intro_box {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.intro_box .intro_title {
  writing-mode: vertical-rl;
  font-size: 34px;
  padding-right: 20px;
  border-right: 1px solid #7C0E0E;
  height: fit-content;
  letter-spacing: 3.6px;
}

.intro_box .icon02::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;
  top: -36px;
  left: 30px;
  z-index: -1;
}

.intro_box .icon03::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;
  top: -32px;
  right: 16px;
  z-index: -1;
}

.intro_box .intro_text_box {
  padding-top: 30px;
}

.intro_box .intro_detail {
  width: 430px;
  margin-bottom: 30px;
}

.intro_box .intro_course {
  background-color: #F5F5F5;
  margin-bottom: 30px;
  padding: 25px 30px;
  position: relative;
}

.intro_box .intro_course p {
  font-size: 16px;
}

.intro_box .comingSoon {
  width: 276px;
  height: 46px;
  position: absolute;
  bottom: 1px;
  left: 158px;
}

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

.intro_course .learn_block {
  margin-right: 2px;
  color: #7C0E0E;
}

.intro_box .intro_img {
  width: 335px;
}

.intro_box .shadow_right {
  box-shadow: 30px 30px #FFF4F4;
}

.intro_box .shadow_left {
  box-shadow: -30px 30px #FFF4F4;
}

.intro_box .intro_link {
  width: 293px;
  height: 48px;
  margin: 0 auto 0 0;
  border: 1px solid #333333;
  line-height: 48px;
  text-align: center;
  position: relative;
}

#intro_box_02 {
  flex-direction: row-reverse;
}

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

.dummy {
  display: block;
  height: 140px;
}

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

.contact .contact_text {
  text-align: center;
  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;
}

.intro_box_sp {
  display: none;
}

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

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .intro_box_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;
    background: none;
    position: initial;
    height: auto;
  }

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

  .text_box {
    width: 100%;
    padding: 0 30px;
  }

  .text_box .main_text {
    font-size: 24px;
    line-height: 48px;
  }

  .text_box .small_text {
    font-size: 16px;
  }

  .text_box .icon01::before {
    bottom: -40px;
    left: 10px;
  }

  .text_box .icon01::after {
    top: 180px;
    right: 20px;
  }

  .movie {
    height: auto;
  }

  .movie .movie_title {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .movie .prev-arrow,
  .movie .next-arrow {
    top: 28%;
  }

  .movie .link_w_border {
    margin-bottom: 0;
  }

  .intro_box .icon02::before {
    left: 10px;
  }

  .intro_box .icon02::after {
    top: 190px;
    right: 20px;
  }

  .intro_box {
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
  }

  body>main>div:nth-child(6) {
    flex-direction: column;
  }

  .intro_box .intro_title {
    writing-mode: initial;
    font-size: 26px;
    border-right: none;
    margin-bottom: 20px;
  }

  .intro_box .intro_detail {
    width: 100%;
  }

  .intro_box .intro_img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .intro_box .shadow_right {
    box-shadow: 25px 25px #FFF4F4;
    width: 75%;
    margin: 0 auto 40px 0;
  }

  .intro_box .shadow_left {
    box-shadow: -25px 25px #FFF4F4;
    width: 75%;
    margin: 0 0 40px auto;
  }

  .intro_box .comingSoon {
    left: 0;
  }

  .intro_box .comingSoon2 {
    right: 0;
  }

  .intro_box .intro_link {
    width: 290px;
    height: 60px;
    margin: auto;
  }

  .contact {
    width: 100%;
  }

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

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

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

  #intro_box_01 .intro_title {
    order: 1;
  }

  #intro_box_01 .intro_text_box {
    order: 3;
  }

  #intro_box_01 .intro_img {
    order: 2;
    ;
  }

  .sp_intro_box {
    display: flex;
    flex-direction: row;
  }

  .sp_intro_box .intro_title {
    writing-mode: vertical-rl;
    font-size: 26px;
    border-right: 1px solid #7C0E0E;
    height: fit-content;
  }

  .intro_box .sp_intro_box .icon02::before {
    top: -31px;
    left: 33px;
  }

  .intro_box .icon03::before {
    top: -23px;
    right: 43px;
  }

  .sp_intro_box .sp_intro_img {
    margin-right: -21px;
  }

  .sp_intro_box .sp_intro_img_01 {
    margin-left: -20px;
  }

  .intro_box .comingSoon {
    width: 288px;
    height: 58px;
    left: 44px;
  }

  .intro_box .comingSoon2 {
    width: 288px;
    height: 58px;
    right: 43px;
  }

  .footer_text {
    font-size: 7px;
  }

}

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

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

.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%);
  background-color: gray;
  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;
}

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

#global-nav li {
  list-style: none;
}

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