@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  list-style: none;
  color: #222;
  letter-spacing: .03em;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
img {
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
body {
  background-color: #fff;
  position: relative
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #222;
}
::-webkit-selection {
  color: #fff;
  background: #222;
}
::-moz-selection {
  color: #fff;
  background: #222;
}
::selection {
  color: #fff;
  background: #222;
  text-shadow: none;
}
.common-1000-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-100-margin {
  margin-top: 100px;
}
.common-btn__wrap._mt {
  margin-top: 24px;
}
.common-btn__wrap._mtl {
  margin-top: 46px;
}
.common-btn__wrap {
  width: 100%;
}
.common-btn__wrap a {
  max-width: 450px;
  text-align: center;
  background-color: #E3EB76;
  font-size: 20px;
  position: relative;
  border: solid 2px #000;
  border-radius: 100px;
  margin: 0 auto;
  padding: 22px 10px;
  box-sizing: border-box;
  box-shadow: 3px 3px 0 #222;
}
.common-btn__wrap a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-arrow.svg");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 32px;
  ;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.common-btn__wrap a:hover {
  box-shadow: 5px 5px 0 #222;
  opacity: 1;
}
.common-btn__wrap a._close {
  cursor: not-allowed;
  background-color: #c1c1c1;
  opacity: .7;
}
.common-btn__wrap a._close:hover {
  box-shadow: 3px 3px 0 #222;
}
.common-btn__wrap a._close::after{
	display: none
}
.common-btn__text {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 13px;
  }
  .common-100-margin {
    margin-top: 60px;
  }
  .common-btn__wrap a {
    max-width: 270px;
    font-size: 14px;
    border: solid 1px #000;
    padding: 18px 10px;
    box-shadow: 2px 2px 0 #222;
  }
  .common-btn__wrap a::after {
    width: 10px;
    height: 10px;
    right: 24px;
  }
  .common-btn__wrap._mt {
    margin-top: 16px;
  }
  .common-btn__text {
    font-size: 11px;
    margin-top: 8px;
  }
  .common-btn__wrap._mtl {
    margin-top: 32px;
  }
}
@media screen and (max-width: 360px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 12px;
  }
  .common-btn__wrap a {
    max-width: 200px;
    font-size: 12px;
    padding: 14px 10px;
  }
}
/* キービジュアル
* --------------------------------------- */
.global-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #F0B7C5;
  z-index: -999;
}
.keyvisual--section {
  height: 100dvh;
  position: relative;
}
.keyvisual-noise__area {
  position: fixed;
  width: 100%;
  height: 100dvh;
  background-image: url(../img/sandstorm-imag.png), url("../img/mozaiku-image.png");
  background-position: right bottom, center;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  mix-blend-mode: overlay;
  opacity: .5;
  z-index: -3;
  background-color: #F0B7C5;
}
.keyvisual-line__area {
  position: fixed;
  width: 100%;
  height: 100dvh;
  border: solid 1px #000;
  box-sizing: border-box;
  /*  z-index: 10;*/
}
.keyvisual-mask__group {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: fixed;
  z-index: -4;
}
.keyvisual-film__area ._top {
  width: 105%;
  height: auto;
  position: absolute;
  top: -145px;
  left: -100px;
  transform: rotate(354deg);
  z-index: -1;
}
.keyvisual-film__area ._bottom {
  width: 105%;
  height: auto;
  position: absolute;
  bottom: -170px;
  right: -80px;
  transform: rotate(354deg);
  z-index: -1;
}
.keyvisual-orphrey__area span {
  display: inline-block;
  background-color: #E3EB76;
  border: solid 1px #000;
  box-sizing: border-box;
  font-size: 35px;
  padding: 0 20px 4px;
  line-height: 1.2;
  transform: rotate(354deg);
  white-space: nowrap;
}
.keyvisual-orphrey__area span._top {
  height: auto;
  position: absolute;
  top: -0;
  left: -100px;
  transform: rotate(335deg);
}
.keyvisual-orphrey__area span._bottom {
  height: auto;
  position: absolute;
  bottom: -0;
  right: -100px;
  transform: rotate(335deg);
}
.keyvisual-image__area span {
  display: block;
  position: absolute;
}
.keyvisual-image__area span._left {
  width: 250px;
  bottom: 0;
  left: 5%;
}
.keyvisual-image__area span._rigth {
  width: 400px;
  right: 5%;
  top: 25%;
}
.keyvisual-title__group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  z-index: -4;
  width: 100%;
}
.keyvisual-title__logo {
  width: 410px;
  margin: 0 auto 46px;
}
.keyvisual-title__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.keyvisual-title__text ._title {
  background-color: #222;
  color: #fff;
  display: inline-block;
  font-size: 75px;
  line-height: 1.4;
  padding: 0 16px 5px 16px;
  position: relative;
}
.keyvisual-title__text ._title::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  top: 4px;
  border: solid 1px #222;
  z-index: -1;
  background-color: #F0B7C5;
}
.keyvisual-title__text ._title::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 10px;
  border: solid 1px #222;
  z-index: -2;
  background-color: #F0B7C5;
}
.keyvisual-title__text ._year {
  background-color: #222;
  color: #fff;
  display: inline-block;
  font-size: 65px;
  line-height: 1.4;
  padding: 0 16px 5px 16px;
  margin-top: -16px;
  position: relative;
}
.keyvisual-title__text ._year::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -5px;
  top: 4px;
  border: solid 1px #222;
  z-index: -1;
  background-color: #F0B7C5;
}
.keyvisual-title__text ._year::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 10px;
  border: solid 1px #222;
  z-index: -2;
  background-color: #F0B7C5;
}
.keyvisual-title__text ._year ._none::before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: -8px;
  top: 16px;
  background-color: #F0B7C5;
}
.keyvisual-title__text ._year ._none::after {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  right: -11px;
  background-color: #F0B7C5;
  top: 22px;
}
.keyvisual-title__deta {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.keyvisual-title__deta span {
  display: inline-block;
  line-height: 1.1;
}
.keyvisual-title__deta ._large {
  font-size: 60px;
}
.keyvisual-title__deta ._small {
  font-size: 40px;
}
.keyvisual-title__deta ._week {
  font-size: 20px;
  border: solid 1px #222;
  transform: translateY(-0.3em);
  padding: 4px 6px 6px;
  border-radius: 100px;
}
@media screen and (max-width: 1400px) {
  .keyvisual-title__logo {
    width: 200px;
    margin: 0 auto 24px;
  }
  .keyvisual-title__text ._title {
    font-size: 45px;
  }
  .keyvisual-title__text ._year {
    font-size: 35px;
  }
  .keyvisual-title__deta ._large {
    font-size: 40px;
  }
  .keyvisual-title__deta ._small {
    font-size: 20px;
  }
  .keyvisual-title__deta ._week {
    font-size: 15px;
    border: solid 1px #222;
    transform: translateY(-0.3em);
    padding: 4px 6px 6px;
    border-radius: 100px;
  }
  .keyvisual-image__area span._left {
    width: 150px;
  }
  .keyvisual-image__area span._rigth {
    width: 300px;
    right: 5%;
    top: 25%;
  }
  .keyvisual-film__area ._top {
    top: -7%;
    left: -2%;
  }
  .keyvisual-film__area ._bottom {
    bottom: -170px;
    right: -80px;
  }
  .keyvisual-film__area ._bottom {
    bottom: -8%;
    right: -2%;
  }
  .keyvisual-orphrey__area span {
    font-size: 26px;
  }
}
@media screen and (max-width: 941px) {
  .keyvisual-title__logo {
    width: 180px;
    margin: 0 auto 16px;
  }
  .keyvisual-title__text ._title {
    font-size: 30px;
    padding: 0 8px 5px 8px;
  }
  .keyvisual-title__text ._year {
    font-size: 24px;
    padding: 0 8px 5px 8px;
    margin-top: -8px;
  }
  .keyvisual-title__text ._title::before {
    right: -3px;
    top: 2px;
    border: solid .5px #222;
  }
  .keyvisual-title__text ._title::after {
    right: -6px;
    top: 5px;
    border: solid .5px #222;
  }
  .keyvisual-title__text ._year::before {
    right: -3px;
    top: 2px;
    border: solid .5px #222;
  }
  .keyvisual-title__text ._year::after {
    right: -6px;
    top: 5px;
    border: solid .5px #222;
    z-index: -2;
  }
  .keyvisual-title__text ._year ._none::before {
    width: 2.5px;
    height: 2.5px;
    right: -4.5px;
    top: 8px;
  }
  .keyvisual-title__text ._year ._none::after {
    width: 2.5px;
    height: 2.5px;
    right: -8px;
    top: 11px;
  }
  .keyvisual-title__deta ._large {
    font-size: 26px;
  }
  .keyvisual-title__deta ._small {
    font-size: 18px;
  }
  .keyvisual-title__deta ._week {
    font-size: 10px;
    border: solid .5px #222;
    transform: translateY(-0.4em);
    padding: 2px 3px 3px;
  }
  .keyvisual-image__area span._rigth {
    display: none
  }
  .keyvisual-film__area ._top {
    top: -1%;
    width: 965px;
    left: -22px;
  }
  .keyvisual-film__area ._bottom {
    bottom: -3%;
    width: 965px;
    right: -2%;
  }
  .keyvisual-image__area span._left {
    width: 120px;
  }
  .keyvisual-orphrey__area span {
    font-size: 20px;
  }
  .keyvisual-orphrey__area span._top {
    top: 30px;
  }
  .keyvisual-orphrey__area span._bottom {
    bottom: 10px;
  }
}
@media screen and (max-width: 426px) {
  .keyvisual-title__text ._title {
    font-size: 26px;
  }
  .keyvisual-title__text ._year {
    font-size: 20px;
  }
  .keyvisual-title__deta ._large {
    font-size: 24px;
  }
  .keyvisual-title__deta ._small {
    font-size: 16px;
  }
  .keyvisual-title__deta ._week {
    font-size: 9px;
    border: solid .5px #222;
    padding: 3px 3px 3px;
  }
  .keyvisual-image__area span._left {
    width: 100px;
    left: 7%;
  }
}
/* アニメーション
* --------------------------------------- */
.keyvisual-film__area ._top {
  opacity: 0;
  transform: rotate(354deg) translateX(-160px);
  transition: opacity .8s ease, transform .8s cubic-bezier(0.22, 1, 0.36, 1);
}
.keyvisual-film__area ._bottom {
  opacity: 0;
  transform: rotate(354deg) translateX(160px);
  transition: opacity .8s ease, transform .8s cubic-bezier(0.22, 1, 0.36, 1);
}
.keyvisual-orphrey__area span._top {
  opacity: 0;
  transform: rotate(335deg) translateX(-120px);
  transition: opacity .7s ease, transform .7s cubic-bezier(0.22, 1, 0.36, 1);
}
.keyvisual-orphrey__area span._bottom {
  opacity: 0;
  transform: rotate(335deg) translateX(120px);
  transition: opacity .7s ease, transform .7s cubic-bezier(0.22, 1, 0.36, 1);
}
.keyvisual-image__area span {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.keyvisual-title__group {
  opacity: 0;
  transform: translate(-50%, -45%);
  transition: opacity 1s ease, transform 1s ease;
}
.keyvisual--section.is-film-show .keyvisual-film__area ._top, .keyvisual--section.is-film-show .keyvisual-film__area ._bottom {
  opacity: 1;
  transform: rotate(354deg) translateX(0);
}
.keyvisual--section.is-orphrey-show .keyvisual-orphrey__area span._top, .keyvisual--section.is-orphrey-show .keyvisual-orphrey__area span._bottom {
  opacity: 1;
  transform: rotate(335deg) translateX(0);
}
.keyvisual--section.is-image-show .keyvisual-image__area span {
  opacity: 1;
  transform: translateY(0);
}
.keyvisual--section.is-title-show .keyvisual-title__group {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {}
/* フレーム
* --------------------------------------- */
.common-frame__area {
  padding: 5px;
  position: relative;
}
.common-frame__area::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../img/frame-image.svg");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.common-frame__area::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../img/frame-image.svg");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(90deg);
}
.common-frame__inner {
  border: solid 1px #222222;
  background-color: #fff;
  padding: 60px 46px 46px;
  box-sizing: border-box;
}
.common-frame__inner::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../img/frame-image.svg");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.common-frame__inner::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url("../img/frame-image.svg");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .common-frame__area::after {
    width: 60px;
    height: 60px;
  }
  .common-frame__area::before {
    width: 60px;
    height: 60px;
  }
  .common-frame__inner {
    padding: 46px 24px;
  }
  .common-frame__inner::after {
    width: 60px;
    height: 60px;
  }
  .common-frame__inner::before {
    width: 60px;
    height: 60px;
  }
  .common-frame__area {
    padding: 3px;
  }
}
/* 
* --------------------------------------- */
.about-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  align-items: center;
  margin-bottom: 24px;
}
.about-title__wrap span {
  display: inline-block;
  color: #fff;
  font-size: 32px;
}
.about-title__wrap span._title {
  background-color: #222;
  padding: 0 15px;
}
.about-title__box {
  position: relative;
  z-index: 10;
}
.about-title__box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 1px;
  border: solid 1px #222;
  background-color: #fff;
  z-index: -1;
}
.about-title__box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -6px;
  top: 4px;
  border: solid 1px #222;
  background-color: #fff;
  z-index: -2;
}
.about-title__wrap span._title ._marks {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.about-title__wrap span._title ._marks::before {
  content: "「";
  position: absolute;
  left: -10px;
}
.about-title__wrap span._title ._marks::after {
  content: "」";
  position: absolute;
  right: -10px;
}
.about-read__wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-title__wrap span {
    font-size: 18px;
  }
  .about-title__wrap {
    gap: 10px 0;
    margin-bottom: 24px;
  }
  .about-title__wrap span._title {
    padding: 0 7px 1px;
  }
  .about-title__wrap span._title ._marks {
    padding-left: 8px;
    padding-right: 8px;
  }
  .about-title__box::before {
    right: -2px;
    top: 1.5px;
    border: solid .5px #222;
    background-color: #fff;
  }
  .about-title__box::after {
    right: -4px;
    top: 4px;
    border: solid .5px #222;
  }
  .about-title__wrap span._title ._marks::before {
    left: -8px;
  }
  .about-title__wrap span._title ._marks::after {
    right: -8px;
  }
  .about-read__wrap {
    line-height: 2;
  }
}
@media screen and (max-width: 370px) {
  .about-title__wrap span {
    font-size: 15px;
  }
  .about-title__wrap span._title ._marks {
    padding-left: 5px;
    padding-right: 5px;
  }
  .about-title__wrap span._title ._marks::before {
    left: -7px;
  }
  .about-title__wrap span._title ._marks::after {
    right: -7px;
  }
}
/* 配信日時
* --------------------------------------- */
.schedule-title__wrap {
  text-align: center;
  margin-bottom: 8px;
}
.schedule-title__wrap span {
  background-color: #222;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
}
.schedule-deta__wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: dashed 1px #222;
}
.schedule-deta__wrap span {
  display: inline-block;
  line-height: 1.1;
}
.schedule-deta__wrap ._large {
  font-size: 40px;
}
.schedule-deta__wrap ._small {
  font-size: 28px;
}
.schedule-deta__wrap ._week {
  font-size: 18px;
  border: solid 1px #222;
  transform: translateY(-0.3em);
  padding: 4px 6px 6px;
  border-radius: 100px;
}
.schedule-btn__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .schedule-title__wrap span {
    font-size: 14px;
    padding: 2px 12px
  }
  .schedule-deta__wrap {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .schedule-deta__wrap ._large {
    font-size: 26px;
  }
  .schedule-deta__wrap ._small {
    font-size: 18px;
  }
  .schedule-deta__wrap ._week {
    font-size: 13px;
    transform: translateY(-0.2em);
    padding: 2px 3px 3px;
    border-radius: 100px;
  }
}
@media screen and (max-width: 426px) {
  .schedule-deta__wrap ._large {
    font-size: 23px;
  }
  .schedule-deta__wrap ._small {
    font-size: 15px;
  }
  .schedule-deta__wrap ._week {
    font-size: 11px;
    transform: translateY(-0.3em);
  }
  .schedule-deta__wrap {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
/* 
* --------------------------------------- */
.guide-items__box .guide-title {
  background-color: #222;
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  margin-bottom: 16px;
}
.guide-items__box:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: dashed 1px #222;
}
.guide-items__box .caution--lists li {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.guide-items__box .caution--lists li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.guide-items__box .caution--lists li:nth-last-child(1) {
  margin-bottom: 0;
}
.guide-items__box .caution--btn {
  margin-left: 24px;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.guide-items__box .caution--btn a {
  border-bottom: solid 1px #222;
  margin-top: 6px;
}
.guide-items__box .caution--btn::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../img/icon-next.svg);
  background-size: contain;
  vertical-align: middle;
  margin-top: 7px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .guide-items__box .guide-title {
    font-size: 13px;
    padding: 2px 12px;
    margin-bottom: 8px;
  }
  .guide-items__box .caution--lists li {
    margin-bottom: 4px;
    padding-left: 16px;
  }
  .guide-items__box .caution--lists li::before {
    font-size: 12px;
  }
  .guide-items__box .caution--btn {
    margin-left: 16px;
  }
  .guide-items__box .caution--btn a {
    margin-top: 4px;
  }
  .guide-items__box:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  box-sizing: border-box;
  height: 100dvh;
  width: 100%;
}
.footer-items__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100%;
  flex-direction: column;
}
.footer-items__wrap h2 {
  text-align: center;
  margin-bottom: 16px;
}
.footer-items__wrap ._logo {
  max-width: 210px;
  margin: 0 auto 32px;
  ;
}
.footer-items__wrap ._copy {
  display: block;
  text-align: center;
  margin-top: 60px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-area__group {
    padding: 180px 20px;
  }
  .footer-items__wrap ._logo {
    max-width: 170px;
    margin: 0 auto 24px;
  }
  .footer-items__wrap ._copy {
    font-size: 12px;
  }
}