.img_box {
  width: 100%;
  font-size: 0;
}
.img_box img {
  width: 100%;
}
.pc_oi {
  display: inline !important;
}
@media screen and (max-width: 640px) {
  .pc_oi {
    display: none !important;
  }
}
.sp_oi {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp_oi {
    display: inline !important;
  }
}
.pc_o {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pc_o {
    display: none !important;
  }
}
.sp_o {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp_o {
    display: block !important;
  }
}
.wrap {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .wrap {
    width: 100%;
  }
}
#carrera-custom-page #wrapper {
  width: 100%;
}
#carrera-custom-page .navigation {
  width: 100%;
  min-width: 1120px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #carrera-custom-page .navigation {
    min-width: auto;
    padding: 0 15px;
  }
}
#carrera-custom-page footer {
  margin: 0;
}
@media screen and (max-width: 640px) {
  #carrera-custom-page footer {
    margin: 30px 0 0;
  }
}
#custom-article {
  background: #060606;
  margin: 66px 0 0;
}
@media screen and (max-width: 640px) {
  #custom-article {
    margin: 0;
  }
}
.custom-article-wrap {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  position: relative;
}
.line_box-wrap {
  position: absolute;
  z-index: 20;
  width: 1024px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .line_box-wrap {
    width: 100%;
  }
}
.line_box-wrap .line_box {
  position: absolute;
  width: 3px;
  height: 0;
  background: linear-gradient(to bottom, #6f0307 0px, #6f0307 140px, transparent 140px, transparent 480px, #6f0307 460px);
  top: 0;
  right: 235px;
  transition: 2s linear;
}
@media screen and (max-width: 640px) {
  .line_box-wrap .line_box {
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #300506;
  }
}
.line_box-wrap.on .line_box {
  height: 100%;
}
#main_cont {
  max-width: 1440px;
  min-height: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #main_cont {
    min-height: auto;
  }
}
#main_cont .main_cont-in {
  position: relative;
  height: 0;
  padding-top: 55.555%;
  min-height: 800px;
}
@media screen and (max-width: 640px) {
  #main_cont .main_cont-in {
    z-index: 30;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: wrap;
    height: calc(100vh - 96px);
    min-height: 550px;
    padding: 0;
  }
}
#main_cont .main_slide-wrap {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  #main_cont .main_slide-wrap {
    background: #060606;
  }
}
#main_cont .main_slide-wrap:before {
  position: absolute;
  content: "";
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#main_cont .main_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
#main_cont .main_slide .img {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  transition: 3s ease;
  transform: scale(1.4);
  opacity: 0;
}
#main_cont .main_slide .slick-active .img {
  background-size: 100% auto;
  transform: scale(1);
  opacity: 1;
}
#main_cont .slick-list,
#main_cont .slick-track {
  height: 100%;
}
#main_cont .tit_box-wrap {
  position: absolute;
  z-index: 30;
  width: 1024px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-wrap {
    position: static;
    width: 100%;
    max-width: 380px;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
  }
}
#main_cont .tit_box-wrap .wrap {
  width: 512px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-wrap .wrap {
    width: 100%;
    padding: 0 15px;
  }
}
#main_cont .tit_box-top {
  border-bottom: 2px solid #fff;
  padding: 160px 5px 25px;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-top {
    border-width: 1px;
    padding: 0 0 15px;
  }
}
#main_cont .tit_box-top .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-top .tit {
    justify-content: center;
  }
}
#main_cont .tit_box-top .left,
#main_cont .tit_box-top .right {
  font-size: 35px;
  text-align: center;
  line-height: 1.14;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-top .left,
  #main_cont .tit_box-top .right {
    font-size: 20px;
    line-height: 1.125;
    white-space: nowrap;
  }
}
#main_cont .tit_box-top .center {
  width: 40px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-top .center {
    width: 24px;
    height: 24px;
    margin: 0 7px 0 5px;
  }
}
#main_cont .tit_box-top .center:before,
#main_cont .tit_box-top .center:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
#main_cont .tit_box-top .center:before {
  transform: rotate(45deg);
}
#main_cont .tit_box-top .center:after {
  transform: rotate(-45deg);
}
#main_cont .tit_box-bot {
  padding: 33px 0 0;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-bot {
    padding: 10px 0 0;
  }
}
#main_cont .tit_box-bot .tit {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-bot .tit {
    font-weight: 400;
  }
}
#main_cont .tit_box-bot .top {
  display: block;
  font-size: 32px;
  line-height: 1.3125;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-bot .top {
    font-size: 21px;
  }
}
#main_cont .tit_box-bot .bot {
  display: block;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 25px 0 0;
  padding-left: 5px;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-bot .bot {
    font-size: 15px;
    margin: 5px 0 0;
  }
}
#main_cont .tit_box-bot .bot span {
  font-size: 38px;
}
@media screen and (max-width: 640px) {
  #main_cont .tit_box-bot .bot span {
    font-size: 20px;
  }
}
#main_cont .article_link-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 410px;
  margin: 109px auto 0;
  transform: translateX(20px);
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box {
    width: 100%;
    margin: 15px 0 0;
    transform: none;
  }
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box > div {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box .left a {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box .right a {
    justify-content: flex-end;
  }
}
#main_cont .article_link-box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 176px;
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box a {
    width: 100%;
  }
}
#main_cont .article_link-box a:hover .img_box .hov_box {
  opacity: 1;
}
#main_cont .article_link-box a.dead {
  pointer-events: none;
}
#main_cont .article_link-box a.prev .img_box {
  order: 0;
}
#main_cont .article_link-box a.prev .txt_box {
  order: 1;
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box a.prev .txt_box {
    margin-left: 8%;
  }
}
#main_cont .article_link-box a.next .img_box {
  order: 1;
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box a.next .img_box {
    margin-left: 8%;
  }
}
#main_cont .article_link-box a.next .txt_box {
  order: 0;
}
#main_cont .article_link-box .img_box {
  width: 100px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box .img_box {
    max-width: 80px;
    width: 50%;
  }
}
#main_cont .article_link-box .img_box .hov_box {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  border: 1px solid #d70008;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}
#main_cont .article_link-box .img_box .hov_box .txt {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  width: 100%;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box .txt_box {
    width: 40%;
    max-width: 53px;
  }
}
#main_cont .article_link-box .txt_box .tit {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #fff;
  padding: 0 0 8px;
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box .txt_box .tit {
    font-size: 12px;
  }
}
#main_cont .article_link-box .txt_box .num {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  padding: 3px 0 0;
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box .txt_box .num {
    padding: 1px 0 0;
  }
}
#main_cont .article_link-box .txt_box .num .sma {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box .txt_box .num .sma {
    font-size: 10px;
  }
}
#main_cont .article_link-box .txt_box .num .big {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  #main_cont .article_link-box .txt_box .num .big {
    font-size: 11px;
  }
}
#main_cont .scroll_box-wrap {
  position: absolute;
  z-index: 30;
  width: 100%;
  max-width: 1280px;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  #main_cont .scroll_box-wrap {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
    height: 70px;
    justify-content: center;
  }
}
#main_cont .scroll_box {
  width: 190px;
  transform: rotate(90deg) translate(-80px, -80px);
}
@media screen and (max-width: 640px) {
  #main_cont .scroll_box {
    width: 70px;
    transform: rotate(90deg) translate(0, 7px);
  }
}
#main_cont .scroll_box .txt {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  #main_cont .scroll_box .txt {
    font-size: 10px;
    letter-spacing: 0.18em;
  }
}
#main_cont .scroll_box .line {
  display: block;
  margin: 10px 0 0;
  width: 100%;
  height: 1px;
  background: #444;
  position: relative;
}
@media screen and (max-width: 640px) {
  #main_cont .scroll_box .line {
    margin: 5px 0 0;
  }
}
#main_cont .scroll_box .line:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
  animation-duration: 2s;
  animation-name: line;
  animation-iteration-count: infinite;
}
@keyframes line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.tit_box-vartical {
  position: absolute;
  z-index: 10;
  width: 100%;
  max-width: 1160px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.maintit {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 130px;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
  .maintit {
    font-size: 65px;
  }
}
.normal_slide {
  display: none;
}
.normal_slide.slick-initialized {
  display: block;
}
.normal_slide .slick-slide {
  position: relative;
  z-index: 10;
  width: 580px;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .normal_slide .slick-slide {
    width: 270px;
    padding: 0 10px;
  }
}
.normal_slide .slick-slide a {
  display: block;
  pointer-events: none;
}
.normal_slide .slick-slide a .img_box .txt {
  text-decoration: underline;
}
.normal_slide .slick-slide a:hover .img_box .txt {
  color: #d70008;
}
.normal_slide .slick-slide .img_box {
  filter: brightness(30%);
  transition: 0.3s ease;
}
.normal_slide .slick-slide .img_box .txt {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  color: #fff;
  margin: 0;
  transition: 0.3s ease;
}
.normal_slide .slick-slide .txt_box {
  margin: 20px 0 0;
  filter: brightness(30%);
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  .normal_slide .slick-slide .txt_box {
    margin: 10px 0 0;
  }
}
.normal_slide .slick-slide .txt_box .txt {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
  text-justify: inter-ideograph;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  .normal_slide .slick-slide .txt_box .txt {
    font-size: 12px;
    line-height: 1.66;
  }
}
.normal_slide .slick-active a {
  pointer-events: all;
}
.normal_slide .slick-active .img_box {
  filter: brightness(100%);
}
.normal_slide .slick-active .txt_box {
  filter: brightness(100%);
}
.normal_slide .slick-arrow {
  position: absolute;
  z-index: 30;
  width: 50px;
  height: 50px;
  top: 250px;
  font-size: 0;
  padding: 0;
  opacity: 1;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  .normal_slide .slick-arrow {
    width: 25px;
    height: 25px;
    top: 110px;
  }
}
.normal_slide .slick-arrow:before {
  display: none;
}
.normal_slide .slick-arrow:hover {
  border-color: #d70008;
}
.normal_slide .slick-prev {
  left: 50%;
  margin-left: -330px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .normal_slide .slick-prev {
    margin-left: -160px;
  }
}
.normal_slide .slick-next {
  right: 50%;
  margin-right: -330px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .normal_slide .slick-next {
    margin-right: -160px;
  }
}
.normal_slide .slick-dots {
  position: static;
  width: 100%;
  margin: 80px 0 0;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .normal_slide .slick-dots {
    margin: 30px 0 0;
  }
}
.normal_slide .slick-dots li {
  display: inline-block;
  width: 80px;
  height: 4px;
  background: #393939;
  margin: 0;
  padding: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  .normal_slide .slick-dots li {
    width: 60px;
    height: 3px;
  }
}
.normal_slide .slick-dots li:hover {
  background: #fff;
}
.normal_slide .slick-dots li button {
  display: none;
}
.normal_slide .slick-dots li.slick-active {
  background: #d70008;
  pointer-events: none;
}
.normal_slide .slick-dots li + li {
  margin-left: 10px;
}
#about_cont {
  position: relative;
  z-index: 30;
}
#about_cont .tit_box-vartical {
  top: 1000px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #about_cont .tit_box-vartical {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
  }
}
#about_cont .tit_box-vartical .maintit {
  transform: rotate(90deg) translate(60px, 50px);
  transform-origin: right;
  color: #1b1b1b;
}
@media screen and (max-width: 640px) {
  #about_cont .tit_box-vartical .maintit {
    position: absolute;
    top: 10px;
    right: 15px;
    transform: none;
  }
}
#about_cont .wrap {
  position: relative;
  z-index: 20;
}
#about_cont .clm2_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box {
    display: block;
  }
}
#about_cont .clm2_box .img_box {
  order: 1;
  width: 50%;
  transform: translate(0, -60px);
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box .img_box {
    width: 100%;
    transform: translate(0);
  }
}
#about_cont .clm2_box .txt_box {
  order: 0;
  width: 445px;
  padding: 60px 0 0;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box .txt_box {
    width: 100%;
    padding: 0 15px;
    margin: 25px 0 0;
  }
}
#about_cont .clm2_box .txt_box .tit_box {
  margin: 0 0 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box .txt_box .tit_box {
    margin: 0 0 10px;
  }
}
#about_cont .clm2_box .txt_box .tit_box:before {
  position: absolute;
  content: "";
  width: 410px;
  height: 12px;
  background: #84070c;
  left: 0;
  bottom: 8px;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box .txt_box .tit_box:before {
    width: 310px;
    height: 8px;
    bottom: 5px;
  }
}
#about_cont .clm2_box .txt_box .tit_box .tit {
  position: relative;
  z-index: 20;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  padding: 0 0 0 10px;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box .txt_box .tit_box .tit {
    font-size: 21px;
    line-height: 1;
    padding: 0 0 0 5px;
    white-space: nowrap;
  }
}
#about_cont .clm2_box .txt_box .tit_box .tit span {
  font-size: 20px;
  vertical-align: 3px;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box .txt_box .tit_box .tit span {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
  }
}
#about_cont .clm2_box .txt_box > .tit {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-feature-settings: "palt";
  padding: 0 0 18px;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box .txt_box > .tit {
    font-size: 18px;
    letter-spacing: 0.12em;
  }
}
#about_cont .clm2_box .txt_box .tit + .txt {
  padding: 20px 0 0;
  border-top: 2px solid #d70008;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box .txt_box .tit + .txt {
    padding: 10px 0 0;
    border-width: 1px;
  }
}
#about_cont .clm2_box .txt_box .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 15px 0 0;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box .txt_box .txt {
    font-size: 12px;
    margin: 0;
  }
}
#about_cont .clm2_box .txt_box .txt a {
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease;
}
#about_cont .clm2_box .txt_box .txt a:hover {
  color: #d70008;
}
#about_cont .clm2_box.ex {
  margin: 100px 0 0;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box.ex {
    margin: 40px 0 0;
  }
}
#about_cont .clm2_box.ex .img_box {
  order: 0;
  transform: translate(0);
  position: relative;
}
#about_cont .clm2_box.ex .img_box .img {
  position: absolute;
  width: 50vw;
  max-width: 720px;
  min-width: 560px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box.ex .img_box .img {
    position: static;
    width: 100%;
    min-width: auto;
  }
}
#about_cont .clm2_box.ex .txt_box {
  order: 1;
  width: 475px;
  padding: 35px 0 80px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box.ex .txt_box {
    z-index: 30;
    width: 100%;
    padding: 0 15px;
    margin: 40px 0 0;
  }
}
#about_cont .clm2_box.ex .txt_box:before {
  position: absolute;
  content: "";
  z-index: 20;
  width: 50px;
  height: 100%;
  background: #060606;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box.ex .txt_box:before {
    display: none;
  }
}
#about_cont .clm2_box.ex .txt_box * {
  position: relative;
  z-index: 50;
}
#about_cont .clm2_box.ex .txt_box .txt {
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box.ex .txt_box .txt {
    margin-right: 0;
  }
}
#about_cont .clm2_box.ex .txt_box .txt + .txt {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  #about_cont .clm2_box.ex .txt_box .txt + .txt {
    margin-top: 20px;
  }
}
#about_cont .btn {
  margin: 0px auto 100px;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #about_cont .btn {
    z-index: 20;
    margin: 30px auto 50px;
  }
}
#about_cont .btn a {
  width: 580px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 64px;
  text-align: center;
  border: 1px solid #fff;
  background: #060606;
  transition: 0.3s ease;
  display: block;
}
@media screen and (max-width: 640px) {
  #about_cont .btn a {
    width: 320px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
#about_cont .btn a:hover {
  color: #060606;
  background: #fff;
}
#detail_cont {
  position: relative;
  z-index: 30;
  margin: 60px 0 0;
}
@media screen and (max-width: 640px) {
  #detail_cont {
    margin: 30px 0 0;
  }
}
#detail_cont .tit_box-main:before {
  position: absolute;
  content: "";
  z-index: 10;
  width: 100%;
  height: 500px;
  background: linear-gradient(45deg, #1b1b1b 0%, #252525 100%);
}
@media screen and (max-width: 640px) {
  #detail_cont .tit_box-main:before {
    height: 230px;
  }
}
#detail_cont .tit_box-main .maintit {
  position: relative;
  z-index: 20;
  color: #060606;
  text-align: center;
  padding: 40px 0 0;
}
@media screen and (max-width: 640px) {
  #detail_cont .tit_box-main .maintit {
    padding: 30px 0 0;
  }
}
#detail_cont .detail_slide-wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  margin: -20px 0 0;
}
@media screen and (max-width: 640px) {
  #detail_cont .detail_slide-wrap {
    margin: -10px 0 0;
  }
}
#movement_cont {
  position: relative;
  z-index: 30;
  margin: 80px 0 0;
}
@media screen and (max-width: 640px) {
  #movement_cont {
    margin: 40px 0 0;
  }
}
#movement_cont .tit_box-vartical {
  top: 0;
}
#movement_cont .tit_box-vartical .maintit {
  transform: rotate(-90deg) translate(-790px, 50px);
  transform-origin: left;
  color: #1b1b1b;
}
@media screen and (max-width: 640px) {
  #movement_cont .tit_box-vartical .maintit {
    transform: rotate(-90deg) translate(-410px, 38px);
  }
}
#movement_cont .wrap {
  position: relative;
  z-index: 30;
}
#movement_cont .clm2_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box {
    display: block;
  }
}
#movement_cont .clm2_box .img_box {
  order: 1;
  width: 50%;
  padding: 65px 0 80px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .img_box {
    width: 100%;
    padding: 25px 0;
  }
}
#movement_cont .clm2_box .img_box:before {
  position: absolute;
  content: "";
  z-index: 10;
  width: 100vw;
  height: 100%;
  background: #1b1b1b;
  top: 0;
  left: 50%;
  margin-left: 21px;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .img_box:before {
    margin-left: 1px;
  }
}
#movement_cont .clm2_box .img_box:after {
  position: absolute;
  content: "";
  z-index: 20;
  width: 30px;
  height: 100%;
  background: #060606;
  top: 0;
  left: 50%;
  margin-left: -8px;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .img_box:after {
    margin-left: -27px;
  }
}
#movement_cont .clm2_box .img_box .img {
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .img_box .img {
    width: 256px;
    margin: 0 auto;
  }
}
#movement_cont .clm2_box .txt_box {
  order: 0;
  width: 50%;
  padding: 110px 0 0;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .txt_box {
    width: 100%;
    padding: 15px 15px 0;
  }
}
#movement_cont .clm2_box .txt_box .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .txt_box .txt {
    font-size: 12px;
    line-height: 1.66;
  }
}
#movement_cont .clm2_box .txt_box .txt + .txt {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .txt_box .txt + .txt {
    margin: 20px 0 0;
  }
}
#movement_cont .clm2_box .txt_box .txt.line {
  padding: 20px 0 0;
  border-top: 2px solid #717171;
  position: relative;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .txt_box .txt.line {
    border-width: 1px;
    padding: 20px 0 40px;
  }
}
#movement_cont .clm2_box .txt_box .txt.line:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #717171;
  top: -2px;
  right: -80px;
  transform: rotate(-45deg);
  transform-origin: left;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .txt_box .txt.line:after {
    display: none;
  }
}
#movement_cont .clm2_box .txt_box .txt + .line {
  margin: 110px 0 0;
}
@media screen and (max-width: 640px) {
  #movement_cont .clm2_box .txt_box .txt + .line {
    margin: 24px 0 0;
  }
}
#history_cont {
  position: relative;
  z-index: 30;
  background: #d2d2d2 url("../img/article01-history-bg.jpg") top center/1920px auto no-repeat;
  color: #060606;
  padding: 0 0 80px;
}
@media screen and (max-width: 640px) {
  #history_cont {
    overflow: hidden;
    background: linear-gradient(to bottom, #fafafa 0%, #ddd 100%);
    padding: 0 0 50px;
  }
}
#history_cont .tit_box-vartical {
  top: 570px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #history_cont .tit_box-vartical {
    top: 35px;
    left: auto;
    right: 15px;
    margin: 0;
  }
}
#history_cont .tit_box-vartical .maintit {
  transform: rotate(90deg) translate(60px, 50px);
  transform-origin: right;
  color: #d4d4d4;
}
@media screen and (max-width: 640px) {
  #history_cont .tit_box-vartical .maintit {
    transform: none;
  }
}
#history_cont .wrap {
  position: relative;
  z-index: 30;
}
#history_cont .tit_box {
  border-bottom: 1px solid #d70008;
}
@media screen and (max-width: 640px) {
  #history_cont .tit_box {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
#history_cont .tit_box .tit {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 80px 0 27px;
}
@media screen and (max-width: 640px) {
  #history_cont .tit_box .tit {
    font-size: 18px;
    line-height: 1.38;
    padding: 60px 0 15px;
  }
}
#history_cont .txt {
  position: relative;
  z-index: 20;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 650px;
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  #history_cont .txt {
    font-size: 12px;
    line-height: 1.66;
    width: 100%;
    padding: 0 15px;
    margin: 12px 0 0;
  }
}
#history_cont .txt + .txt {
  margin: 33px 0 0;
}
@media screen and (max-width: 640px) {
  #history_cont .txt + .txt {
    margin: 20px 0 0;
  }
}
#history_cont .ac_box {
  margin: 60px 0 0;
  display: none;
}
@media screen and (max-width: 640px) {
  #history_cont .ac_box {
    position: relative;
    z-index: 20;
    margin: 60vw 0 0;
  }
}
#history_cont .clm2_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #history_cont .clm2_box {
    display: block;
  }
}
#history_cont .clm2_box .img_box {
  width: 315px;
}
@media screen and (max-width: 640px) {
  #history_cont .clm2_box .img_box {
    width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  #history_cont .clm2_box .img_box .img {
    width: 160px;
  }
}
#history_cont .clm2_box .img_box .txt {
  width: 100%;
  font-size: 14px;
  margin: 10px 0 0;
}
@media screen and (max-width: 640px) {
  #history_cont .clm2_box .img_box .txt {
    width: calc(100% - 175px);
    margin: 0;
    padding: 0;
    font-size: 10px;
  }
}
#history_cont .clm2_box .txt_box {
  width: 650px;
}
@media screen and (max-width: 640px) {
  #history_cont .clm2_box .txt_box {
    width: 100%;
    margin: 20px 0 0;
  }
}
#history_cont .clm2_box .txt_box .txt {
  width: 100%;
  margin: 0;
}
#history_cont .clm2_box .txt_box .txt + .txt {
  margin: 40px 0 0;
}
@media screen and (max-width: 640px) {
  #history_cont .clm2_box .txt_box .txt + .txt {
    margin: 20px 0 0;
  }
}
#history_cont .ac_sw {
  width: 480px;
  margin: 45px auto 0;
  border: 1px solid #060606;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #history_cont .ac_sw {
    z-index: 20;
    width: 320px;
    margin: 60vw auto 0;
  }
}
#history_cont .ac_sw:hover {
  border-color: #494949;
  background: #494949;
}
#history_cont .ac_sw:hover a {
  color: #fff;
}
#history_cont .ac_sw:hover .close {
  color: transparent;
}
#history_cont .ac_sw a {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #060606;
  letter-spacing: 0.12em;
  line-height: 64px;
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #history_cont .ac_sw a {
    font-size: 15px;
    line-height: 40px;
  }
}
#history_cont .ac_sw .open {
  position: relative;
  z-index: 20;
}
#history_cont .ac_sw .close {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  color: transparent;
}
@media screen and (max-width: 640px) {
  #history_cont .ac_sw.on {
    margin: 25px auto 0;
  }
}
#history_cont .ac_sw.on:hover .close {
  color: #fff;
}
#history_cont .ac_sw.on:hover .open {
  color: transparent;
}
#history_cont .ac_sw.on .open {
  z-index: 10;
  color: transparent;
}
#history_cont .ac_sw.on .close {
  z-index: 20;
  color: #060606;
}
@media screen and (max-width: 640px) {
  #history_cont .sp_bg {
    position: relative;
  }
  #history_cont .sp_bg:after {
    position: absolute;
    content: "";
    z-index: 10;
    width: 100%;
    height: 103.7vw;
    bottom: -80vw;
    left: 0;
    background: url("../img/article01-history-bg-sp.png") top center/cover no-repeat;
  }
}
#collection_cont {
  position: relative;
  z-index: 30;
  margin: 68px 0 0;
  padding: 0 0 100px;
}
@media screen and (max-width: 640px) {
  #collection_cont {
    margin: 35px 0 0;
    padding: 0 0 40px;
    background: linear-gradient(45deg, #242424 0%, #414141 100%);
  }
}
#collection_cont .tit_box-main {
  position: relative;
}
#collection_cont .tit_box-main:before {
  position: absolute;
  content: "";
  z-index: 10;
  width: 100%;
  height: 600px;
  background: linear-gradient(45deg, #242424 0%, #414141 100%);
  bottom: -710px;
  left: 0;
}
@media screen and (max-width: 640px) {
  #collection_cont .tit_box-main:before {
    z-index: 0;
    bottom: auto;
    top: 0;
    height: 150px;
    background: #060606;
  }
}
#collection_cont .tit_box-main .maintit {
  position: relative;
  z-index: 20;
  color: #1b1b1b;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #collection_cont .tit_box-main .maintit {
    padding: 0 15px;
  }
}
#collection_cont .tit_box-main .maintit .top {
  display: block;
  text-align: left;
}
#collection_cont .tit_box-main .maintit .bot {
  display: block;
  text-align: right;
}
#collection_cont .collection_slide-wrap {
  position: relative;
  z-index: 30;
  width: 100%;
  margin: -20px 0 0;
}
@media screen and (max-width: 640px) {
  #collection_cont .collection_slide-wrap {
    margin: -10px 0 0;
  }
}
#collection_cont .collection_slide {
  position: relative;
}
#collection_cont .collection_slide .slick-slide {
  position: relative;
  z-index: 20;
  width: 570px;
  padding: 0 35px;
}
@media screen and (max-width: 640px) {
  #collection_cont .collection_slide .slick-slide {
    width: 100vw;
    padding: 0 15px;
  }
}
#collection_cont .collection_slide .slick-slide .txt_box {
  margin: 10px 0 0;
}
#collection_cont .collection_slide .slick-slide .txt_box .txt {
  font-size: 14px;
}
#collection_cont .collection_slide .slick-slide .img_box.ex {
  padding: 0 40px 30px;
}
@media screen and (max-width: 640px) {
  #collection_cont .collection_slide .slick-arrow {
    top: 40vw;
  }
}
@media screen and (max-width: 640px) {
  #collection_cont .collection_slide .slick-prev {
    left: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  #collection_cont .collection_slide .slick-next {
    right: 20px;
    margin-right: 0;
  }
}
#footbox {
  padding: 70px 0 60px;
}
@media screen and (max-width: 640px) {
  #footbox {
    padding: 30px 0 50px;
  }
}
#footbox .wrap {
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 640px) {
  #footbox .wrap {
    padding: 0 15px;
  }
}
#footbox .line_box {
  border-top: 2px solid #494949;
  border-bottom: 2px solid #494949;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  #footbox .line_box {
    height: auto;
    padding: 18px 0;
    border-width: 1px;
  }
}
#footbox .line_box .txt {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #footbox .line_box .txt {
    font-size: 12px;
    line-height: 1.66;
  }
}
#footbox .contact_box {
  margin: 53px 0 0;
}
@media screen and (max-width: 640px) {
  #footbox .contact_box {
    margin: 25px 0 0;
  }
}
#footbox .contact_box .big {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  #footbox .contact_box .big {
    font-size: 12px;
    text-align: center;
  }
}
#footbox .contact_box .txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.12em;
  margin: 15px 0 0;
}
@media screen and (max-width: 640px) {
  #footbox .contact_box .txt {
    font-size: 12px;
    text-align: center;
  }
}
#footbox .contact_box .txt.ex {
  border-left: 1px solid #fff;
  line-height: 1;
  padding-left: 20px;
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  #footbox .contact_box .txt.ex {
    border: none;
    position: relative;
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
  #footbox .contact_box .txt.ex:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
#footbox .contact_box .txt.ex span {
  display: block;
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  #footbox .contact_box .txt.ex span {
    margin: 0;
  }
}
#footbox .contact_box .txt.ex a {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #footbox .contact_box .txt.ex a {
    display: block;
    margin: 15px 0 0;
    font-size: 14px;
  }
}
#footbox .contact_box .txt.ex a:hover {
  color: #d70008;
}
#serial_cont {
  position: relative;
  z-index: 30;
  padding: 0 0 70px;
}
@media screen and (max-width: 640px) {
  #serial_cont {
    padding: 0 0 35px;
  }
}
#serial_cont .tit_box-main:before {
  position: absolute;
  content: "";
  z-index: 10;
  width: 100%;
  height: 240px;
  background: linear-gradient(45deg, #1b1b1b 0%, #252525 100%);
}
@media screen and (max-width: 640px) {
  #serial_cont .tit_box-main:before {
    height: 120px;
  }
}
#serial_cont .tit_box-main .maintit {
  position: relative;
  z-index: 20;
  font-size: 60px;
  color: #060606;
  text-align: center;
  padding: 40px 0 0;
}
@media screen and (max-width: 640px) {
  #serial_cont .tit_box-main .maintit {
    font-size: 35px;
    padding: 30px 0 0;
  }
}
#serial_cont .serial_box {
  position: relative;
  z-index: 30;
  margin: 10px 0 0;
}
#serial_cont .serial_box ul {
  display: flex;
  justify-content: space-between;
}
#serial_cont .serial_box li {
  width: 334px;
}
@media screen and (max-width: 640px) {
  #serial_cont .serial_box li {
    width: 235px;
    padding: 0 0 0 15px;
  }
}
#serial_cont .serial_box a {
  position: relative;
  display: block;
  padding-top: 79.041%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#serial_cont .serial_box a:after {
  position: absolute;
  content: "";
  z-index: 20;
  width: 0;
  height: 0;
  border: 35px solid transparent;
  border-right-color: #d70008;
  border-bottom-color: #d70008;
  right: 0;
  bottom: 0;
}
#serial_cont .serial_box a:hover .hov_box {
  opacity: 1;
}
#serial_cont .serial_box a .hov_box {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  border: 1px solid #d70008;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
}
#serial_cont .serial_box a .hov_box .txt {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  width: 100%;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #serial_cont .serial_box a .hov_box .txt {
    font-size: 16px;
  }
}
#serial_cont .serial_box a .hov_box .txt.ex {
  font-size: 16px;
  margin: 10px 0 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 640px) {
  #serial_cont .serial_box a .hov_box .txt.ex {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
#serial_cont .serial_box a .num {
  position: absolute;
  z-index: 30;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  right: 15px;
  bottom: 15px;
}
@media screen and (max-width: 640px) {
  #serial_cont .serial_box a .num {
    font-size: 15px;
  }
}
#serial_cont .serial_box a .num span {
  font-size: 36px;
}
@media screen and (max-width: 640px) {
  #serial_cont .serial_box a .num span {
    font-size: 23px;
  }
}
#serial_cont .serial_box .dead a {
  pointer-events: none;
}
#serial_cont .serial_box .dead a:after {
  border-right-color: #595959;
  border-bottom-color: #595959;
}
#serial_cont .serial_box .dead .hov_box {
  opacity: 1;
  border-color: transparent;
}
#serial_cont .serial_box .vol01 a {
  background-image: url("../img/article01-serial-01.jpg");
}
#serial_cont .serial_box .vol02 a {
  background-image: url("../img/article01-serial-02.jpg");
}
#serial_cont .serial_box .vol03 a {
  background-image: url("../img/article01-serial-03.jpg");
}
.promotion {
  position: absolute;
  z-index: 50;
  top: 20px;
  right: 20px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .promotion {
    font-size: 12px;
    top: 10px;
    right: 10px;
  }
}
.article-02 #about_cont .wrap {
  position: relative;
  z-index: 60;
}
.article-02 #about_cont .clm2_box .txt_box .tit.ex {
  font-size: 32px;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box .txt_box .tit.ex {
    font-size: 20px;
  }
}
.article-02 #about_cont .clm2_box.full {
  position: relative;
  width: 100%;
  display: block;
}
.article-02 #about_cont .clm2_box.full .img_box {
  position: absolute;
  width: 50vw;
  max-width: 720px;
  min-width: 560px;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.full .img_box {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    top: auto;
    left: auto;
  }
}
.article-02 #about_cont .full_box {
  position: relative;
  z-index: 40;
  width: 100%;
  max-width: 1920px;
  margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .full_box {
    margin: 80px 0 0;
  }
}
.article-02 #about_cont .full_box .img_box {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .full_box .img_box {
    margin: 10px 0 0;
  }
}
.article-02 #about_cont .full_box .txt_box {
  position: absolute;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  width: 1024px;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .full_box .txt_box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}
.article-02 #about_cont .full_box .txt_box .tit {
  width: 320px;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .full_box .txt_box .tit {
    width: 100%;
    font-size: 13px;
    font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
}
.article-02 #about_cont .full_box .txt_box .txt {
  width: 660px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .full_box .txt_box .txt {
    width: 100%;
    font-size: 10px;
    margin: 5px 0 0;
  }
}
.article-02 #about_cont .full_box .txt_box .txt:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 55px;
  background: #8f8f90;
  top: 0;
  bottom: 0;
  left: -33px;
  margin: auto 0;
}
.article-02 #about_cont .tit_box-vartical {
  top: auto;
  bottom: -890px;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .tit_box-vartical {
    top: -50px;
    bottom: auto;
  }
}
.article-02 #about_cont .tit_box-vartical .maintit {
  transform: rotate(-90deg) translate(0, 35px);
  transform-origin: left;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .tit_box-vartical .maintit {
    transform: none;
    text-align: right;
  }
}
.article-02 #about_cont .clm2_box.txt2 {
  position: relative;
  flex-wrap: wrap;
  padding: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.txt2 {
    padding: 0 15px 30px;
  }
}
.article-02 #about_cont .clm2_box.txt2:after {
  position: absolute;
  z-index: 10;
  content: "";
  width: 100px;
  height: 100%;
  background: #060606;
  top: 0;
  right: 180px;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.txt2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.article-02 #about_cont .clm2_box.txt2 .tit_box {
  position: relative;
  z-index: 20;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.12em;
  padding: 35px 0 28px;
  border-bottom: 1px solid #d70008;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.txt2 .tit_box {
    font-size: 18px;
    padding: 15px 0 20px;
  }
}
.article-02 #about_cont .clm2_box.txt2 .tit_box span {
  display: block;
  transform: translate(-15px, 0);
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.txt2 .tit_box span {
    transform: none;
  }
}
.article-02 #about_cont .clm2_box.txt2 .txt_box {
  position: relative;
  z-index: 20;
  width: 49%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.txt2 .txt_box {
    width: 100%;
    margin: 15px 0 0;
  }
}
.article-02 #about_cont .clm2_box.txt2 .txt_box .txt {
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.txt2 .txt_box .txt {
    margin: 0 0 0;
  }
}
.article-02 #about_cont .clm2_box.txt2 .txt_box .txt + .txt {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.txt2 .txt_box .txt + .txt {
    margin: 15px 0 0;
  }
}
.article-02 #about_cont .clm2_box.full.ex {
  position: relative;
  z-index: 40;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.full.ex:after {
    position: absolute;
    z-index: 10;
    content: "";
    width: 100px;
    height: 100%;
    background: #060606;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.article-02 #about_cont .clm2_box.full.ex .img_box {
  transform: translate(0);
  transition: none;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.full.ex .img_box {
    position: relative;
    z-index: 20;
  }
}
.article-02 #about_cont .clm2_box.full.ex .txt_box {
  padding: 35px 0 0;
}
@media screen and (max-width: 640px) {
  .article-02 #about_cont .clm2_box.full.ex .txt_box {
    position: relative;
    z-index: 20;
    padding: 0 15px;
    margin: 15px 0 0;
  }
}
.article-02 #about_cont .clm2_box.full.ex .txt_box .txt {
  border-width: 1px;
}
#prof_cont {
  margin: 120px 0 0;
  padding: 0 70px;
}
@media screen and (max-width: 640px) {
  #prof_cont {
    padding: 0;
    margin: 160px 0 80px;
  }
}
#prof_cont .wrap {
  position: relative;
  width: 100%;
  max-width: 1024px;
}
#prof_cont .tit_box-vartical {
  top: 385px;
}
@media screen and (max-width: 640px) {
  #prof_cont .tit_box-vartical {
    z-index: 20;
    top: -43px;
    left: 15px;
  }
}
#prof_cont .tit_box-vartical .maintit {
  font-size: 80px;
  color: #1b1b1b;
  text-align: right;
  transform: rotate(90deg) translate(0, -35px);
  transform-origin: right;
}
@media screen and (max-width: 640px) {
  #prof_cont .tit_box-vartical .maintit {
    font-size: 40px;
    text-align: left;
    transform: none;
  }
}
#prof_cont .prof_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 55px 0 60px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #prof_cont .prof_box {
    display: block;
    padding: 0 15px;
  }
}
#prof_cont .prof_box:before {
  position: absolute;
  z-index: 20;
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 104px);
  border: 12px solid #1b1b1b;
  background: rgba(0,0,0,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
@media screen and (max-width: 640px) {
  #prof_cont .prof_box:before {
    width: 100%;
    height: 100%;
    border-width: 6px;
    border-right: none;
    border-left: none;
  }
}
#prof_cont .prof_box .img_box {
  position: relative;
  z-index: 30;
  width: 369px;
}
@media screen and (max-width: 640px) {
  #prof_cont .prof_box .img_box {
    position: absolute;
    width: calc(50% - 45px);
    max-width: 145px;
    top: -85px;
    right: 30px;
  }
}
#prof_cont .prof_box .txt_box {
  position: relative;
  z-index: 30;
  width: calc(100% - 410px);
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  #prof_cont .prof_box .txt_box {
    z-index: 40;
    width: 100%;
    padding: 30px 0;
  }
}
#prof_cont .prof_box .txt_box .tit {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  #prof_cont .prof_box .txt_box .tit {
    font-size: 12px;
  }
}
#prof_cont .prof_box .txt_box .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 20px 0 0;
  border-top: 1px solid #d70008;
  padding: 20px 0 0;
}
@media screen and (max-width: 640px) {
  #prof_cont .prof_box .txt_box .txt {
    font-size: 12px;
    line-height: 1.66;
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
}
.article-03 #about_cont .clm2_box.full {
  position: relative;
  width: 100%;
  display: block;
}
.article-03 #about_cont .clm2_box.full .img_box {
  position: absolute;
  width: 50vw;
  max-width: 720px;
  min-width: 560px;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.full .img_box {
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: auto;
    top: auto;
    left: auto;
  }
}
.article-03 #about_cont .tit_box-vartical-wrap {
  position: relative;
  z-index: 20;
  max-width: 1160px;
  margin: 50px auto 0;
}
.article-03 #about_cont .tit_box-vartical-wrap .tit_box-vartical {
  display: block;
  top: -20px;
  left: auto;
  right: 0;
}
.article-03 #about_cont .tit_box-vartical-wrap .tit_box-vartical .maintit {
  transform: none;
}
.article-03 #about_cont .wrap.ex {
  z-index: auto;
}
.article-03 #about_cont .clm2_box.txt2 {
  position: relative;
  font-size: 0;
  flex-wrap: wrap;
  margin: 90px 0 0;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.txt2 {
    margin: 0;
  }
}
.article-03 #about_cont .clm2_box.txt2:after {
  position: absolute;
  z-index: 10;
  content: "";
  width: 100px;
  height: 100%;
  background: #060606;
  top: 0;
  right: 180px;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.txt2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.article-03 #about_cont .clm2_box.txt2 .tit_box {
  position: relative;
  z-index: 40;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.12em;
  padding: 0 0 28px;
  border-bottom: 1px solid #d70008;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.txt2 .tit_box {
    font-size: 18px;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 20px 0 20px;
  }
}
.article-03 #about_cont .clm2_box.txt2 .tit_box span {
  display: block;
  transform: translate(-15px, 0);
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.txt2 .tit_box span {
    transform: none;
  }
}
.article-03 #about_cont .clm2_box.txt2 .txt_box {
  position: relative;
  z-index: 20;
  width: 49%;
  padding: 0 0 80px;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.txt2 .txt_box {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 15px 0;
  }
}
.article-03 #about_cont .clm2_box.txt2 .txt_box .txt {
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.txt2 .txt_box .txt {
    margin: 0 0 0;
  }
}
.article-03 #about_cont .clm2_box.txt2 .txt_box .txt + .txt {
  margin: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.txt2 .txt_box .txt + .txt {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.txt2 .txt_box + .txt_box {
    padding: 0 15px 35px;
  }
}
.article-03 #about_cont .full_box {
  position: relative;
  z-index: 40;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
  background: #060606;
}
.article-03 #about_cont .full_box .img_box {
  position: relative;
  z-index: 10;
}
.article-03 #about_cont .full_box .txt_box {
  position: absolute;
  z-index: 20;
  width: 1024px;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .full_box .txt_box {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: block;
    width: 100%;
    padding: 15px 15px 0;
  }
}
.article-03 #about_cont .full_box .txt_box .tit {
  width: 50%;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .full_box .txt_box .tit {
    width: 100%;
    font-size: 13px;
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
  }
}
.article-03 #about_cont .full_box .txt_box .txt {
  width: 50%;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.11em;
  font-feature-settings: "palt";
  border-top: 1px solid #fff;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .full_box .txt_box .txt {
    width: 100%;
    font-size: 10px;
    margin: 5px 0 0;
    padding: 0;
    border: none;
  }
}
.article-03 #about_cont .video_box {
  position: relative;
  z-index: 20;
  width: 720px;
  margin: 0 auto;
  padding: 60px 0;
  background: #060606;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .video_box {
    width: 100%;
    padding: 40px 0;
    margin: 0;
  }
}
.article-03 #about_cont .video_box video {
  width: 100%;
}
.article-03 #about_cont .clm2_box.full.ex2 {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.full.ex2 {
    background: #060606;
  }
}
.article-03 #about_cont .clm2_box.full.ex2 .img_box {
  transform: none;
}
.article-03 #about_cont .clm2_box.full.ex2 .txt_box {
  width: 456px;
  padding: 30px 0 0;
}
@media screen and (max-width: 640px) {
  .article-03 #about_cont .clm2_box.full.ex2 .txt_box {
    width: 100%;
    padding: 0 15px 0;
  }
}
.article-03 #footbox .line_box {
  height: auto;
}
.fade {
  opacity: 0;
  transition: 1s ease;
}
.delay {
  transition-delay: 0.5s;
}
@media screen and (max-width: 640px) {
  .delay {
    transition-delay: 0s;
  }
}
.fade_top {
  transform: translateY(100px);
}
.fade_bot {
  transform: translateY(-100px);
}
.fade_left {
  transform: translateX(-100px);
}
.fade_right {
  transform: translateX(100px);
}
.fade.on {
  opacity: 1;
  transform: translate(0);
}
