:root {
  --color-gold: #a8821c;
}

.p-special_area_cap {
  font-weight: 600;
  padding-bottom: 26px;
}

.p-digicon_nav {
  margin: 0 0 60px;
}
.p-digicon_navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.p-digicon_navlist-item.is-current {
  pointer-events: none;
}
.p-digicon_navlist-item.is-current a {
  color: #fff;
  background: var(--color-gold);
}
.p-digicon_navlist-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--color-gold);
  text-decoration: none;
  line-height: 1;
  vertical-align: baseline;
  padding: 6px 13px;
  -webkit-transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.1s 0.1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.1s 0.1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.1s 0.1s cubic-bezier(0, 0.55, 0.45, 1);
  transition: background-color 0.2s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.1s 0.1s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.1s 0.1s cubic-bezier(0, 0.55, 0.45, 1);
}
@media only screen and (min-width:768px) {
  .p-digicon_navlist-item a:hover {
    background: var(--color-gold);
    background: #000;
  }
}
.p-digicon_navlist-item span {
  font-family: "EB Garamond", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1rem;
  line-height: 1;
  vertical-align: baseline;
}
@media only screen and (max-width:767px) {
  .p-digicon_navlist-item span {
    font-size: 12px;
  }
}
.p-digicon_navlist-item strong {
  font-family: "EB Garamond", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-size: 22px;
  margin-right: 0.5rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
}
@media only screen and (max-width:767px) {
  .p-digicon_navlist-item strong {
    font-size: 18px;
  }
}

.p-digicon_cap {
  position: relative;
  color: var(--color-gold);
  text-align: center;
  font-size: 20px;
  margin-bottom: 80px;
}
@media only screen and (max-width:767px) {
  .p-digicon_cap {
    font-size: 15px;
    margin-bottom: 60px;
  }
}
.p-digicon_cap::before {
  content: "";
  display: block;
  width: 154px;
  height: 17px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: url(../img/title_deco02.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
}
@media screen and (max-width: 767px) {
  .p-digicon_cap::before {
    width: 110px;
    height: 13px;
  }
}

.p-digicon_list-item {
  margin: auto;
}
.p-digicon_list-item.--icon {
  width: 300px;
}
@media only screen and (min-width:768px) {
  .p-digicon_list-item.--icon {
    width: 300px;
  }
}
@media only screen and (max-width:767px) {
  .p-digicon_list-item.--icon {
    width: 50%;
  }
}
.p-digicon_list-item + .p-digicon_list-item {
  margin-top: 50px;
}
@media only screen and (max-width:767px) {
  .p-digicon_list-item + .p-digicon_list-item {
    margin-top: 40px;
  }
}
.p-digicon_list-cap {
  margin-bottom: 30px;
  font-family: "EB Garamond", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.18em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-digicon_list-cap {
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.p-special_red {
  position: relative;
  background: url(../img/red_pattern.jpg) center top repeat;
  -webkit-box-shadow: 0px -14px 50px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -14px 50px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1);
}
[data-scroll-sa].is-active .p-special_red {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (min-width:768px) {
  .p-special_red {
    margin-top: 100px;
  }
}
.p-special_red_in {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.18)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.18)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.18) 100%);
  padding: 80px 0;
}
.p-special_red_in .--deco {
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/line_repeat.png) left bottom repeat-x;
  background-size: 5px, auto;
}
.p-special_red_in .--deco02 {
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/line_repeat.png) left bottom repeat-x;
  background-size: 5px, auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-special_red_cap {
  color: #fff;
  margin-bottom: 30px;
  font-family: "EB Garamond", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.18em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-special_red_cap {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
}
.p-special_red_main {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (min-width:768px) {
  .p-special_red_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
  }
}
.p-special_red_main-img {
  width: 250px;
}
@media only screen and (max-width:767px) {
  .p-special_red_main-img {
    width: 66.66%;
    margin: auto;
  }
}
@media only screen and (min-width:768px) {
  .p-special_red_main-txtarea {
    padding-left: 50px;
  }
}
@media only screen and (max-width:767px) {
  .p-special_red_main-txtarea {
    margin-top: 20px;
    text-align: center;
  }
}
.p-special_red_main-txtarea .p-digicon_list-btn {
  margin-top: 40px;
}
@media only screen and (max-width:767px) {
  .p-special_red_main-txtarea .p-digicon_list-btn {
    margin-top: 20px;
  }
}
.p-special_red_main-txtarea_name {
  color: #fff;
}
.p-special_red_main-txtarea_name .-jp {
  font-size: 30px;
  line-height: 1.54;
  letter-spacing: -0.07em;
}
@media only screen and (max-width:767px) {
  .p-special_red_main-txtarea_name .-jp {
    font-size: 26px;
  }
}
.p-special_red_main-txtarea_name .-en {
  margin-top: 17px;
  font-family: "EB Garamond", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width:767px) {
  .p-special_red_main-txtarea_name .-en {
    margin-top: 10px;
  }
}
.p-special_red_movie {
  cursor: pointer;
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .p-special_red_movie:hover .p-video__grad {
    opacity: 0;
  }
  .p-special_red_movie:hover .p-video__icon {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
}

.p-digicon_list-img {
  display: block;
  overflow: hidden;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-digicon_list-img img {
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-digicon_list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 10px auto 0;
  padding: 14px 30px 15px 18px;
  background-color: #000;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 768px) {
  .p-digicon_list-btn:hover {
    background-color: #c80000;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .p-digicon_list-btn:hover .p-digicon_list-btn__icon {
    -webkit-transform: translate(15%, -50%) scale(1.2);
    transform: translate(15%, -50%) scale(1.2);
  }
}
@media screen and (max-width: 767px) {
  .p-digicon_list-btn {
    margin-bottom: 20px;
    padding: 14.5px 30px 14px 27px;
  }
}
.p-digicon_list-btn__txt {
  font-family: "EB Garamond", "Noto Serif JP", -apple-system, BlinkMacSystemFont, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #cdb576;
  letter-spacing: 0.05em;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .p-digicon_list-btn__txt {
    font-size: 13px;
    letter-spacing: 0.15em;
  }
}
.p-digicon_list-btn__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 7%;
  top: 50%;
  background: url(../img/arrow.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0%, -50%) scale(1);
  transform: translate(0%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

@media screen and (max-width: 767px) {
  .p-digicon_list-btn__icon {
    width: 13px;
    height: 13px;
    right: 5.25%;
    top: 50%;
    -webkit-transform: translate(0%, -55%);
    transform: translate(0%, -55%);
  }
}