@charset "utf-8";

/*============================
コンテンツ
============================*/
#wrap {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  main {
    overflow-x: hidden;
  }
}

#wrap .deco_01 {
  position: absolute;
  top: 3rem;
  right: -1rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #wrap .deco_01 {
    top: 1rem;
    right: -2.5rem;
  }
}

#wrap .deco_02 {
  position: absolute;
  bottom: 30%;
  left: 3rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #wrap .deco_02 {
    bottom: -2.5rem;
    left: -1.5rem;
  }
}

#wrap .cont_wrap {
  /* display: flex; */
  margin-top: 0.5rem;
  position: relative;
  z-index: 5;
}

#wrap .cont_wrap .mv {
  width: 35%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #wrap .cont_wrap .mv {
    display: none;
  }
}

#wrap .cont_wrap .mv .mv-band {
  position: absolute;
  top: 0;
  left: -120%;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg, #011062, #011062, #011062);
  z-index: 2;
  transform: skewX(-15deg);
}

#wrap .cont_wrap .mv .mv-content {
  width: 100%;
  height: 100%;
  background-image: url(../img/share/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transform: scale(1.1);
}

#wrap .cont_wrap .text_wrap {
  width: 65%;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #wrap .cont_wrap .text_wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0 0.2rem;
  }
}
#wrap .cont_wrap .text_wrap .title_wrap {
  text-align: center;
  margin-bottom: 0.7rem;
  margin-top: 1.3rem;
}

#wrap .cont_wrap .text_wrap .title_wrap .sec_title {
  font-size: 0.3rem;
  font-weight: bold;
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  border: none!important;
}
@media screen and (max-width: 640px) {
  #wrap .cont_wrap .text_wrap .title_wrap .sec_title {
    font-size: 0.25rem;
  }
}

#wrap .cont_wrap .text_wrap .title_wrap .sec_title::after {
  content: '';
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.01rem;
  height: 0.55rem;
  background-color: #000;
}


#wrap .cont_wrap .text_wrap .title_wrap .lead {
  font-size: 0.2rem;
  line-height: 2;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  #wrap .cont_wrap .text_wrap .title_wrap .lead {
    font-size: 0.18rem;
  }
}
#wrap .cont_wrap .text_wrap .cont_box {
  max-width: 6.5rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {
  #wrap .cont_wrap .text_wrap .cont_box {
    margin-bottom: 1rem;
  }
}

#wrap .cont_wrap .text_wrap .cont_box .cont_title {
  font-size: 0.3rem;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 0.3rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #wrap .cont_wrap .text_wrap .cont_box .cont_title {
    font-size: 0.25rem;
  }
}

#wrap .cont_wrap .text_wrap .cont_box .text {
  font-size: 0.16rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
  margin-bottom: 0.3rem;
  color: #333;
}
@media screen and (max-width: 640px) {
  #wrap .cont_wrap .text_wrap .cont_box .text {
    font-size: 0.14rem;
  }
}

#wrap .cont_wrap .text_wrap .cont_box .note {
  margin-top: 0.1rem;
  list-style: disc;
}

#wrap .cont_wrap .text_wrap .cont_box .item {
  font-size: 0.12rem;
  line-height: 2;
  margin-bottom: 0.05rem;
  display: block;
  padding-left: 0.12rem;
  text-indent: -0.12rem;
}