/*  */
.txt-link {
  color: #d32d1f;
}

.overview-ttl {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  background: #d32d1f;
  padding: 35px 0 29px;
}
@media screen and (max-width: 48em ) {
  .overview-ttl {
    font-size: 2.4rem;
    padding: 20px 0;
  }
}

.content-wrap {
  max-width: 600px;
  margin: auto;
  background: #000;
}


/* opening-animation */
.opening-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	background: #000;
	z-index: 9999;
	display: none;
	pointer-events: none;
	justify-content: center;
	align-items: center;
}

.img-layer {
	position: absolute;
	width: 100vw;
	height: auto;
	opacity: 0;
	top: 70px;
}

@media screen and (max-width: 600px) {
	.run-opening .opening-area {
		display: flex;
		animation: fadeOutOverlay .8s forwards 3s;
	}
	.run-opening {
    overflow: hidden;
  }
	.run-opening .opening-num01 {
    animation: animeIn .5s forwards 0s;
    width: 30%;
    position: static;
    z-index: 100;
  }
	.run-opening .opening-num02 {
    animation: animeIn .5s forwards 1.5s;
  }
}

@keyframes fadeOutOverlay {
	0%   { opacity: 1; visibility: visible; }
	100% { opacity: 0; visibility: hidden; }
}

@keyframes animeIn {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}

/* kv */
.kv-txt {
  padding: 45px 30px 60px;
}
@media screen and (max-width: 48em ) {
  .kv-txt {
    padding: 20px 18px 50px;
  }
}


/* cv-btn */
.cv-btn-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 0 30px;
}
.cv-btn:hover {
  opacity: .7;
}
@media screen and (max-width: 48em ) {
  .cv-btn-wrap {
    gap: 15px;
    padding: 0 18px;
  }
  .cv-btn {
    font-size: 1.6rem;
  }
}


/* privilege */
.block-privilege {
  position: relative;
  background: #000;
  overflow: hidden;
  margin-top: -23px;
}

.block-privilege::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -190px;
  width: 120px;
  height: 110%;
  background: rgba(253, 253, 253, .28);
  transform: rotate(-25deg);
  transform-origin: top center;
  z-index: 0;
}

.privilege-ttl {
  position: relative;
  z-index: 1;
}

.privilege-ttl.ttl-01 {
  padding-right: 30px;
  padding-bottom: 52px;
}
.privilege-ttl.ttl-02 {
  padding-right: 30px;
  margin-bottom: 47px;
}

.privilege-btn {
  border: solid 1px #fff;
  color: #fff;
  max-width: 392px;
  height: 50px;
  margin: 40px auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  text-decoration: none;
}
.privilege-btn:hover {
  opacity: .7;
  color: #fff;
}
.privilege-btn:visited {
  color: #fff;
}
@media screen and (max-width: 48em ) {
  .block-privilege::before {
    top: -252px;
    width: 70px;
  }

  .privilege-ttl.ttl-01 {
    padding-right: 28px;
    padding-bottom: 16px;
  }
  .privilege-ttl.ttl-02 {
    padding-right: 28px;
  }

  .privilege-btn {
    max-width: 90%;
  }
}


/* fade-canvas */
.fade-canvas {
	position: relative;
	width: 100%;
	background-color: #000;
	overflow: hidden;
}

.fade-canvas .character-img {
	position: absolute;
	top: 0;
  left: 0;
	width: 100%;
  height: auto;
	opacity: 0;
	transition: opacity .3s ease-out;
	display: block;
}

.fade-canvas .character-img:first-child {
  position: relative;
  opacity: 1;
}

.block-flow {
  position: relative;
  background: url(/kouza/lp/bleach_cp_202604/imgs/flow_bg_01.png) top left;
  background-size: cover;
  background-repeat: no-repeat;
  border: solid 1px #bebebe;
  border-top: none;
  border-bottom: none;
  padding-bottom: 30px;
}

.flow-ttl {
  position: absolute;
  top: 51px;
  right: 47px;
  width: 21%;
}

.flow-img {
  padding: 107px 20px 72px 39px;
}

.flow-link {
  border: solid 1px #000;
  text-align: center;
  padding: 25px 30px 34px;
  max-width: 550px;
  margin: auto;
}

.link-txt,
.link-txt:visited  {
  color: #d32d1f;
  font-size: 1.4rem;
}
.link-txt:hover {
  opacity: .7;
}
@media screen and (max-width: 48em ) {
  .flow-ttl {
    top: 31px;
    right: 34px;
  }

  .flow-img {
    padding: 65px 14px 46px 26px;
  }

  .flow-link {
    max-width: 90%;
    padding: 25px 15px 25px;
  }
}


/* slider-area */
.slider-area {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #000;
}
.block-flow + .slider-area {
  margin-bottom: 113px;
}

.image-track {
	display: flex;
	width: 100%;
	will-change: transform;
}

.slider-item {
	flex: 0 0 66.666%;
	width: 66.666%;
}

.slider-item .slider-img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 48em ) {
  .block-flow + .slider-area {
    margin-bottom: 80px;
  }
}


/* detail */
.block-detail {
  margin-bottom: 60px;
}

.detail-body {
  background: #fff;
  padding: 25px 30px 30px;
}

.body-ttl {
  text-align: center;
  color: #d32d1f;
  font-size: 2.2rem;
  margin-bottom: 10px;
  border: 2px solid #d71718;
  border-radius: 23px;
  padding: 4px 3% 2px;
}

.body-txt {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.body-txt:last-of-type {
  margin-bottom: 0;
}

.body-sub-ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 48em ) {
  .detail-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-ttl {
    font-size: 2rem;
  }

  .body-txt {
    margin-bottom: 20px;
  }
}


/* agreement */
.block-agreement {
  margin-bottom: 60px;
}

.agreement-ttl {
  color: #fff;
  font-size: 2.7rem;
  margin-bottom: 20px;
}
.agreement-txt {
  color: #fff;
  font-size: 1.4rem;
}
.agreement-link {
  color: #d32d1f;
}
.agreement-link:visited {
  color: #d32d1f;
}
@media screen and (max-width: 48em ) {
  .agreement-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}


/* faq */
.block-faq {
  margin-bottom: 60px;
}

.faq-accordion {
  background: #fff;
  padding: 0 20px 40px;
}

.faq-accordion-btn {
  position: relative;
}
.faq-accordion-btn:hover {
  opacity: .7;
  cursor: pointer;
}

.faq-btn-icn {
  position: absolute;
  right: -1px;
  top: 32px;
  width: 24px;
  height: 24px;
  font-size: 0;
}
.faq-btn-icn::before,
.faq-btn-icn::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  inset: 0;
  margin: auto;
  background: #d32d1f;
}
.faq-btn-icn::after {
  height: 16px;
  width: 2px;
}
.is-show .faq-btn-icn::after {
  display: none;
}

.faq-accordion-ttl {
  display: flex;
  gap: 5px;
  padding: 30px 24px 0 0;
  margin-top: 30px;
  border-top: solid 1px #bebebe;
}
.m-accordion:first-of-type .faq-accordion-ttl {
  margin-top: 0;
  border-top: none;
}
.m-accordion:last-of-type .faq-accordion-ttl {
  padding-bottom: 0;
}

.question-num {
  color: #d32d1f;
}

.question-txt {
  flex: 1;
}

.faq-accordion .m-accordion_body {
  border: none;
  padding: 0;
}

.faq-accordion-txt {
  display: flex;
  gap: 17px;
  padding-top: 13px;
}

.answer-icn {
  color: #d32d1f;
}

.answer-txt {
  flex: 1;
}


/* contact */
.contact-body {
  background: #fff;
  padding: 60px 0;
  text-align: center;
}

.contact-link {
  color: #d32d1f;
}
.contact-link:visited {
  color: #d32d1f;
}
@media screen and (max-width: 48em ) {
  .contact-body {
    padding: 30px 10px;
  }

  .contact-link {
    font-size: 1.3rem;
  }
}


/* fixed-cv */
.fixed-cv {
  background: #898989;
  margin: auto;
  padding: 10px;
  display: none;
}
.fixed-cv.is-fixed {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.fixed-cv .cv-btn-wrap {
  flex-direction: inherit;
  padding: 0;
}


/* footer */
.t-footer {
  background: #000;
  color: #fff;
  max-width: 600px;
  margin: auto;
}

.t-footer_bottom-popup,
.t-footer_copyright {
  border: none;
}


/* modal */
.qr-popup-block {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 9999;
  transition: .4s ease-in-out;
}
.qr-popup-block.is-show {
  opacity: 1;
  visibility: visible;
  transition: .4s ease-in-out;
}

.m-modal_html {
  position: relative;
}

.m-modal_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  color: transparent;
}
.m-modal_close::before,
.m-modal_close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 24px;
  height: 2px;
  background: #000;
}
.m-modal_close::before {
  transform: rotate(45deg);
}
.m-modal_close::after {
  transform: rotate(-45deg);
}

.m-modal_htmlinner {
  padding: 0;
}

.modal-head {
  background: #000;
  text-align: center;
  padding: 30px;
}
.modal-entry .modal-head {
  padding: 30px 50px;
}

.modal-body {
  padding: 20px;
  text-align: center;
  max-width: 455px;
  margin: auto;
}
.modal-entry .modal-body {
  max-width: inherit;
}

.qr-lead {
  margin-bottom: 20px;
}

.qr-wrap {
  width: 150px;
  height: 150px;
  background: #fff;
  margin: auto;
}
.qr-wrap canvas {
  max-width: 100%;
}

.modal-txt {
  padding: 10px;
  border: solid 1px #333;
  font-size: 1.4rem;
}

.modal-box {
  padding: 10px;
  border: solid 1px #333;
  border-top: none;
}
@media screen and (max-width: 48em ) {
  .m-modal_close {
    top: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
  }
  .m-modal_close::before,
  .m-modal_close::after {
    width: 15px;
  }

  .head-wrap {
    max-width: 415px;
    margin: auto;
  }

  .modal-box-sp {
    background: #fff;
    padding: 20px;
  }

  .modal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #d32d1f;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    box-shadow: 0 6px 0 rgba(250, 127, 149, .6);
    width: 250px;
    height: 55px;
    margin: auto;
    text-decoration: none;
    position: relative;
  }
  .modal-btn::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
  }
  .modal-btn:visited {
    color: #fff;
  }
}