@import url("https://fonts.googleapis.com/css2?family=New+Tegomin&family=Noto+Serif+JP&family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
.lyt-wrap {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  position: relative;
}
.lyt-wrap__section {
  position: relative;
  width: calc(100% - 60px * 2);
  margin: 0 60px 100px;
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section {
    width: calc(100% - 20px * 2);
    margin: 0 20px 50px;
  }
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section.is-mt-wide {
    margin-top: 25px;
  }
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section.is-sp-mx-wide {
    width: calc(100% - 50px * 2);
    margin: 0 50px 75px;
  }
}
.lyt-wrap__section.is-mb-none {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section.is-bottom {
    margin-bottom: 150px;
  }
}
.lyt-wrap__section:first-of-type {
  margin: 100px 60px 50px;
}
@media screen and (max-width: 660px) {
  .lyt-wrap__section:first-of-type {
    margin: 30px 20px 0;
  }
}
.lyt-wrap__nav-sp {
  display: none;
}
.lyt-wrap__nav-sp.is-show {
  display: block;
}

.lyt-column {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
  position: relative;
  width: 100%;
}
.lyt-column__wrap {
  display: flex;
}
@media screen and (max-width: 660px) {
  .lyt-column__wrap {
    display: block;
  }
}
.lyt-column__left {
  width: 40%;
}
@media screen and (max-width: 660px) {
  .lyt-column__left {
    width: 100%;
  }
}
.lyt-column__right {
  width: 60%;
  margin: 0 10vw;
}
@media screen and (max-width: 660px) {
  .lyt-column__right {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .lyt-column__right {
    width: 60%;
    margin: 0 6vw;
  }
}
.lyt-column__section {
  position: relative;
}
@media screen and (max-width: 660px) {
  .lyt-column__section {
    margin: 0 20px;
  }
}
.lyt-column__section:not(:last-of-type) {
  margin-bottom: 70px;
}
.lyt-column__section:nth-last-of-type(-n + 2) {
  margin-bottom: 150px !important;
}
.lyt-column__section.is-qa {
  margin-bottom: 200px;
}
@media screen and (max-width: 660px) {
  .lyt-column__section.is-qa {
    margin: 0 0 100px 0;
  }
}
.lyt-column__section.is-report {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (max-width: 660px) {
  .lyt-column__section.is-report {
    margin: 0 0 35px 0;
  }
}

.hdg-lv1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.hdg-lv1__wrap {
  position: relative;
  overflow: hidden;
  width: 415px;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__wrap {
    width: 276px;
    margin: auto;
  }
}
.hdg-lv1__wrap.is-bottom {
  position: relative;
  top: -19px;
  width: 311px;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__wrap.is-bottom {
    top: -16px;
    width: 214px;
  }
}
.hdg-lv1__wrap.is-bottom .hdg-lv1__hdg {
  position: relative;
  overflow: hidden;
}
.hdg-lv1__wrap.is-bottom .hdg-lv1__hdg::after {
  content: "";
  position: absolute;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  top: 9px;
  width: 296px;
  height: 49px;
  border: 3px solid #181818;
  background: fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__wrap.is-bottom .hdg-lv1__hdg::after {
    top: 7px;
    left: calc(50% - 2px);
    width: 198px;
    height: 30px;
  }
}
.hdg-lv1__wrap.is-bottom .hdg-lv1__bg {
  width: 100%;
}
.hdg-lv1__hdg {
  position: relative;
  font-size: 72px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__hdg {
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .hdg-lv1__hdg {
    font-size: 72px;
  }
}
.hdg-lv1__hdg::after {
  content: "";
  position: absolute;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  top: 9px;
  width: 402px;
  height: 49px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__hdg::after {
    top: 5px;
    left: calc(50% - -1px);
    width: 265px;
    height: 32px;
  }
}
.hdg-lv1__hdg.is-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.hdg-lv1__bg {
  display: block;
  position: absolute;
  top: 7px;
  width: 100%;
  height: 58px;
  z-index: 3;
  background: #DC1E37;
  opacity: 1;
}
@media screen and (max-width: 660px) {
  .hdg-lv1__bg {
    top: 4px;
    left: 0;
    height: 40px;
  }
}
.hdg-lv1__bg.is-fade-bg {
  animation: bgFade 1s ease-in 0s;
  opacity: 0;
}
.hdg-lv1.is-commingsoon .hdg-lv1__hdg::after {
  content: "";
  position: absolute;
  top: 9px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: calc(100% - 11px);
  height: 49px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .hdg-lv1.is-commingsoon .hdg-lv1__hdg::after {
    top: 7px;
    left: 50%;
    width: calc(100% - 9px);
    height: 29px;
  }
}
.hdg-lv1.is-commingsoon .is-bottom .hdg-lv1__hdg::after {
  content: "";
  position: absolute;
  top: 9px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  width: calc(100% - 14px);
  height: 49px;
  border: 3px solid #181818;
  background: fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .hdg-lv1.is-commingsoon .is-bottom .hdg-lv1__hdg::after {
    top: 7px;
    left: calc(50% - 2px);
    width: calc(100% - 11px);
    height: 29px;
  }
}

.nav-lv1 {
  position: absolute;
  right: 30px;
  top: 7px;
  padding: 0 5px;
  overflow: hidden;
}
@media screen and (max-width: 968px) {
  .nav-lv1 {
    top: -30px;
  }
}
.nav-lv1__list {
  display: flex;
}
.nav-lv1__image-top {
  max-width: 40px;
}
.nav-lv1__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 18px;
  z-index: 3;
  background: #DC1E37;
  opacity: 1;
  transform: translateX(200%);
}
.nav-lv1__bg.is-fade-bg {
  animation: bgFadeForLink 1s ease-out 0s;
  opacity: 0;
}
.nav-lv1__doc {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
  opacity: 0;
}
.nav-lv1__doc.is-top::after {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 2px);
  transform: translateX(-50%);
  width: 37px;
  height: 12px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
.nav-lv1__doc.is-about::after {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 1px);
  transform: translateX(-50%);
  width: 67px;
  height: 12px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
}
.nav-lv1__doc.is-report::after {
  content: "";
  position: absolute;
  top: 2px;
  left: calc(50% - 0px);
  transform: translateX(-50%);
  width: 74px;
  height: 12px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
}
.nav-lv1__doc.is-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.nav-lv1__item {
  position: relative;
  overflow: hidden;
}
.nav-lv1__item:not(:last-of-type) {
  margin-right: 10px;
}
.nav-lv1__item.is-top {
  width: 43px;
}
.nav-lv1__item.is-about {
  width: 72px;
}
.nav-lv1__item.is-report {
  width: 78px;
}
.nav-lv1__link {
  position: relative;
  height: 55px;
  overflow: hidden;
}
.nav-lv1__link:not(:last-of-type) {
  margin-right: 10px;
}
.nav-lv1__link:hover {
  text-decoration: none;
}
.nav-lv1.is-report {
  position: absolute;
  right: 0;
  top: 15px;
}
.nav-lv1.is-report__image-about {
  max-width: 68px;
}
.nav-lv1.is-report__image-report {
  max-width: 79px;
}
.nav-lv1.is-report__image-top {
  max-width: 40px;
}
.nav-lv1.is-report__link:not(:last-of-type) {
  margin-right: 10px;
}

.nav-sp {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
}
.nav-sp__list {
  position: relative;
  bottom: 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 20px;
}
.nav-sp__item {
  margin-bottom: 10px;
}
.nav-sp__link {
  position: relative;
  height: 55px;
}
.nav-sp__link:not(:last-of-type) {
  margin-right: 10px;
}
.nav-sp__link:hover {
  text-decoration: none;
}
.nav-sp__doc {
  position: relative;
  font-size: 42px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
}
.nav-sp__doc.is-top::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + -3px);
  height: 29px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
}
.nav-sp__doc.is-about::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 1px);
  height: 29px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
}
.nav-sp__doc.is-report::after {
  content: "";
  position: absolute;
  top: 6px;
  left: calc(50% - -2px);
  transform: translateX(-50%);
  width: calc(100% - 6px);
  height: 29px;
  border: 1px solid #181818;
  background: #fff;
  z-index: -1;
}
.nav-sp__image-top {
  max-width: 40px;
}

.doc-hdg {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  color: #181818;
}
@media screen and (max-width: 660px) {
  .doc-hdg {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
  }
}

.doc-primary {
  font-size: 20px;
  line-height: 2;
  color: #181818;
}
@media screen and (max-width: 660px) {
  .doc-primary {
    font-size: 16px;
    line-height: 1.8;
  }
}
.doc-primary.doc-center {
  text-align: center;
}

.doc-sign {
  font-size: 30px;
  line-height: 1;
  color: #181818;
  text-align: center;
  margin-bottom: 40px;
}

.box-fadein {
  opacity: 0;
  transition: 0.5S ease-in;
}
.box-fadein.is-show {
  opacity: 1;
}

.box-FadeIn-delay {
  opacity: 0;
  transition: 0.5S ease-in;
}
.box-FadeIn-delay.is-show {
  opacity: 1;
}

.box-visual {
  position: relative;
  aspect-ratio: 1320/600;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .box-visual {
    width: 100%;
    height: 66vh;
    aspect-ratio: 1.305/1;
  }
}
.box-visual__link:hover {
  text-decoration: none;
}
.box-visual__link:hover .btn-black:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.box-visual__image-main {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #181818;
  opacity: 0;
  z-index: 1;
}
.box-visual__image-main.is-scroll-fade-kv {
  animation: txtOpacity 0.5s ease-in 0s;
  opacity: 1;
}
.box-visual__image-main.is-report01 {
  background: url(/jp/about/project/ambassador/img/img_kv.png) no-repeat 100%/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report01 {
    background: url(/jp/about/project/ambassador/img/img_kv_sp.png) no-repeat center 15%/cover;
  }
}
.box-visual__image-main.is-report02 {
  background: url(/jp/about/project/ambassador/img/img_kv02.png) no-repeat 15% center/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report02 {
    background: url(/jp/about/project/ambassador/img/img_kv02_sp.png) no-repeat center 50%/cover;
  }
}
.box-visual__image-main.is-report03 {
  background: url(/jp/about/project/ambassador/img/img_kv03.png) no-repeat center center/cover;
}
.box-visual__image-main.is-report04 {
  background: url(/jp/about/project/ambassador/img/img_kv04.png) no-repeat center center/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report04 {
    background: url(/jp/about/project/ambassador/img/img_kv04_sp.png) no-repeat center center/cover;
  }
}
.box-visual__image-main.is-report05 {
  background: url(/jp/about/project/ambassador/img/img_kv05.png) no-repeat center center/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report05 {
    background: url(/jp/about/project/ambassador/img/img_kv05_sp.png) no-repeat center center/cover;
  }
}
.box-visual__image-main.is-report06 {
  background: url(/jp/about/project/ambassador/img/img_kv06.png) no-repeat center center/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report06 {
    background: url(/jp/about/project/ambassador/img/img_kv06_sp.png) no-repeat bottom 10% center/cover;
  }
}
.box-visual__image-main.is-report07 {
  background: url(/jp/about/project/ambassador/img/img_kv07.png) no-repeat center center/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report07 {
    background: url(/jp/about/project/ambassador/img/img_kv07_sp.png) no-repeat bottom 7% center/cover;
  }
}
.box-visual__image-main.is-report08 {
  background: url(/jp/about/project/ambassador/img/img_kv08.png) no-repeat center center/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report08 {
    background: url(/jp/about/project/ambassador/img/img_kv08_sp.png) no-repeat bottom 7% center/cover;
  }
}
.box-visual__image-main.is-report09 {
  background: url(/jp/about/project/ambassador/img/img_kv09.png) no-repeat center center/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report09 {
    background: url(/jp/about/project/ambassador/img/img_kv09_sp.png) no-repeat bottom 7% center/cover;
  }
}
.box-visual__image-main.is-report10 {
  background: url(/jp/about/project/ambassador/img/img_kv10.png) no-repeat center center/cover;
}
@media screen and (max-width: 660px) {
  .box-visual__image-main.is-report10 {
    background: url(/jp/about/project/ambassador/img/img_kv10_sp.png) no-repeat bottom 7% center/cover;
  }
}
.box-visual__image-main.is-layer {
  position: relative;
}
.box-visual__image-main.is-layer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.box-visual__image-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DC1E37;
  opacity: 0;
  z-index: 2;
}
.box-visual__image-bg.is-scroll-fade-kv-bg {
  animation: bgFade 0.8s ease-out 0s;
  opacity: 0;
}
.box-visual__ttl {
  position: absolute;
  top: calc(50% + 23px);
  left: 67px;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 660px) {
  .box-visual__ttl {
    top: initial;
    bottom: 15px;
    left: 10px;
    transform: initial;
    width: calc(100% - 10px);
  }
}
.box-visual__ttl.is-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 660px) {
  .box-visual__ttl.is-center {
    bottom: initial;
  }
}
.box-visual__ttl.is-report07 {
  top: calc(50% + 160px);
}
@media screen and (max-width: 660px) {
  .box-visual__ttl.is-report07 {
    top: calc(50% + -70px);
  }
}
.box-visual__doc-wrap {
  position: relative;
  margin-bottom: 1.75vw;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap {
    margin-bottom: 25px;
  }
}
.box-visual__doc-wrap.is-range-01 {
  width: 17.9vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-01 {
    width: 182px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-01 {
    width: 260px;
  }
}
.box-visual__doc-wrap.is-range-02 {
  width: 25.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-02 {
    width: 252px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-02 {
    width: 362px;
  }
}
.box-visual__doc-wrap.is-range-03 {
  width: 19.7vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-03 {
    width: 195px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-03 {
    width: 263px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-04 {
  width: 18.3vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-04 {
    width: 180px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-04 {
    width: 263px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-05 {
  width: 21.8vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-05 {
    width: 217px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-05 {
    width: 317px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-06 {
  width: 23.2vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-06 {
    width: 232px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-06 {
    width: 340px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-07 {
  width: 29.75vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-07 {
    width: 297px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-07 {
    width: 428px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-08 {
  width: 19.5vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-08 {
    width: 195px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-08 {
    width: 280px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-09 {
  width: 19.5vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-09 {
    width: 195px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-09 {
    width: 280px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-10 {
  width: 16vw;
  height: 4.1vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-10 {
    width: 118px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-10 {
    width: 230px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-11 {
  width: 40vw;
  height: 4.1vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-11 {
    width: 290px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-11 {
    width: 571px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-12 {
  width: 30.6vw;
  height: 4.1vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-12 {
    width: 222px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-12 {
    width: 438px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-13 {
  width: 28.8vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-13 {
    width: 288px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-13 {
    width: 414px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-14 {
  width: 28.8vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-14 {
    width: 288px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-14 {
    width: 414px;
    height: 54px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-16 {
    width: 218px;
    height: 100%;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-17 {
    width: 161px;
    height: 100%;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-18 {
    width: 197px;
    height: 100%;
  }
}
.box-visual__doc-wrap.is-range-19 {
  width: 17.9vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-19 {
    height: 100%;
    width: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-19 {
    width: 258px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-20 {
  width: 22.6vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-20 {
    height: 100%;
    width: 227px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-20 {
    width: 325px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-21 {
  width: 21.5vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-21 {
    height: 100%;
    width: 215px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-21 {
    width: 311px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-22 {
  width: 25.2vw;
  height: 4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-22 {
    height: 100%;
    width: 252px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-22 {
    width: 365px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-22 p {
  text-indent: -0.5em;
}
.box-visual__doc-wrap.is-range-23 {
  width: 8.6vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-23 {
    height: 100%;
    width: 87px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-23 {
    width: 124px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-32 {
  width: 53.7vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-32 {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-32 {
    width: 776px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-33 {
  width: 51.6vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-33 {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-33 {
    width: 746px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-34 {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-34 {
    display: block;
    height: auto;
    width: 156px;
  }
}
.box-visual__doc-wrap.is-range-35 {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-35 {
    display: block;
    height: auto;
    width: 214px;
  }
}
.box-visual__doc-wrap.is-range-36 {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-36 {
    display: block;
    height: auto;
    width: 142px;
  }
}
.box-visual__doc-wrap.is-range-37 {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-37 {
    display: block;
    height: auto;
    width: 249px;
  }
}
.box-visual__doc-wrap.is-range-38 {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-38 {
    display: block;
    height: auto;
    width: 266px;
  }
}
.box-visual__doc-wrap.is-range-46 {
  width: 25.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-46 {
    height: 100%;
    width: 252px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-46 {
    width: 364px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-47 {
  width: 21.1vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-47 {
    height: 100%;
    width: 211px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-47 {
    width: 304px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-48 {
  width: 18.1vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-48 {
    height: 100%;
    width: 181px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-48 {
    width: 261px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-49 {
  width: 28.8vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-49 {
    height: 100%;
    width: 287px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-49 {
    width: 416px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-60 {
  width: 38.9vw;
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-60 {
    width: 563px;
    height: 54px;
  }
}
.box-visual__doc-wrap.is-range-60 p {
  display: flex;
}
.box-visual__doc-wrap.is-range-60 .indent {
  text-indent: -0.55em;
  margin-right: -0.6em;
  display: block;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-60.pc-only {
    display: none;
  }
}
.box-visual__doc-wrap.is-range-61 {
  width: 37.4vw;
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-61 {
    width: 541px;
    height: 54px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-61.pc-only {
    display: none;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-62 {
    height: auto;
    width: 180px;
  }
}
.box-visual__doc-wrap.is-range-62.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-62.sp-only {
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-63 {
    height: auto;
    width: 209px;
  }
}
.box-visual__doc-wrap.is-range-63 p {
  display: flex;
}
.box-visual__doc-wrap.is-range-63 .indent {
  text-indent: -0.55em;
  margin-right: -0.6em;
  display: block;
}
.box-visual__doc-wrap.is-range-63.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-63.sp-only {
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-64 {
    height: auto;
    width: 181px;
  }
}
.box-visual__doc-wrap.is-range-64.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-64.sp-only {
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-65 {
    height: auto;
    width: 195px;
  }
}
.box-visual__doc-wrap.is-range-65.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-65.sp-only {
    display: block;
  }
}
.box-visual__doc-wrap.is-range-70 {
  width: 34vw;
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-70 {
    width: 492px;
    height: 54px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-70 {
    height: auto;
    width: 342px;
  }
}
.box-visual__doc-wrap.is-range-70 p {
  display: flex;
}
.box-visual__doc-wrap.is-range-70 .indent {
  text-indent: -0.55em;
  margin-right: -0.6em;
  display: block;
}
.box-visual__doc-wrap.is-range-71 {
  width: 17.8vw;
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-71 {
    width: 258px;
    height: 54px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-71 {
    height: auto;
    width: 178px;
  }
}
.box-visual__doc-wrap.is-range-72 {
  width: 21.4vw;
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-72 {
    width: 310px;
    height: 54px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-72 {
    height: auto;
    width: 216px;
  }
}
.box-visual__doc-wrap.is-range-73 {
  width: 28.8vw;
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-73 {
    width: 413px;
    height: 54px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-73 {
    height: auto;
    width: 288px;
  }
}
.box-visual__doc-wrap.is-range-comming {
  width: 233px;
  height: 49px;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-comming {
    width: 163px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc-wrap.is-range-comming {
    width: 233px;
    height: 49px;
  }
}
.box-visual__doc-wrap.is-range-soon {
  top: -8px;
  width: 165px;
  height: 49px;
  margin-bottom: 0;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 660px) {
  .box-visual__doc-wrap.is-range-soon {
    top: -19px;
    width: 116px;
  }
}
.box-visual__doc-wrap.is-range-btn {
  width: 90px;
}
.box-visual__bg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #DC1E37;
  opacity: 0;
}
.box-visual__bg.is-range-01 {
  top: 2px;
}
.box-visual__bg.is-scroll-fade-bg {
  animation: bgFade 1s ease-out 0s;
  opacity: 0;
}
.box-visual__bg.is-horizontal {
  top: 0;
  width: 100%;
  height: 100%;
}
.box-visual__bg.is-horizontal.is-scroll-fade-bg {
  animation: bgFade 1s ease-out 0s;
  opacity: 0;
}
.box-visual__bg.is-vartical {
  top: 0;
  right: 0;
  width: 100%;
  height: 12vw;
}
@media screen and (max-width: 660px) {
  .box-visual__bg.is-vartical {
    height: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__bg.is-vartical {
    height: 200px;
  }
}
.box-visual__bg.is-vartical.is-scroll-fade-bg {
  animation: bgFadeVartical 1s ease-out 0s;
  opacity: 0;
}
.box-visual__bg.is-btn-black {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transform: translateX(200%);
}
.box-visual__bg.is-btn-black.is-scroll-fade-bg {
  animation: bgFadeForLink 1s ease-out 0s;
  opacity: 0;
}
.box-visual__doc {
  position: relative;
  font-size: 3.6vw;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #181818;
  line-height: 1;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  white-space: nowrap;
}
@media screen and (max-width: 660px) {
  .box-visual__doc {
    font-size: 36px;
    width: 100%;
    height: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc {
    font-size: 52px;
  }
}
.box-visual__doc.is-doc-en {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.box-visual__doc.is-scroll-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-font-xs-sp {
    font-size: 26px;
    height: 30px;
  }
}
.box-visual__doc::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
.box-visual__doc.is-range-01::after {
  top: 3px;
  height: 3vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-01::after {
    top: 2px;
    height: calc(100% - 10px);
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc.is-range-01::after {
    height: calc(100% - 9px);
  }
}
.box-visual__doc.is-range-02::after {
  top: 2px;
  height: 3vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-02::after {
    height: calc(100% - 9px);
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc.is-range-02::after {
    height: calc(100% - 7px);
  }
}
.box-visual__doc.is-range-03::after {
  height: 3.4vw;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-03::after {
    height: calc(100% - 6px);
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__doc.is-range-03::after {
    height: calc(100% - 8px);
  }
}
.box-visual__doc.is-range-07.is-indent-adjust {
  text-indent: -0.55em;
}
.box-visual__doc.is-range-07.is-indent-adjust .is-indent-adjust02 {
  display: inline-block;
  text-indent: -0.55em;
}
.box-visual__doc.is-range-comming {
  font-size: 52px;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-comming {
    font-size: 36px;
  }
}
.box-visual__doc.is-range-comming::after {
  top: 6px;
  height: calc(100% - 14px);
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-comming::after {
    top: 3px;
    height: calc(100% - 15px);
  }
}
.box-visual__doc.is-range-soon {
  font-size: 52px;
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-soon {
    font-size: 36px;
  }
}
.box-visual__doc.is-range-soon::after {
  top: 5px;
  height: calc(100% - 14px);
}
@media screen and (max-width: 660px) {
  .box-visual__doc.is-range-soon::after {
    top: 3px;
    height: calc(100% - 15px);
  }
}
.box-visual__doc .is-indent-adjust-comma {
  display: inline-block;
  text-indent: -0.25em;
}
.box-visual__deco {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 41px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  overflow: hidden;
  z-index: 2;
  box-sizing: content-box;
}
@media screen and (max-width: 660px) {
  .box-visual__deco {
    top: 20px;
    right: 20px;
    font-size: 24px;
  }
}
.box-visual__deco.is-report02 .box-visual__deco-adjust {
  top: 88px;
  right: -99px;
}
@media screen and (max-width: 660px) {
  .box-visual__deco.is-report02 .box-visual__deco-adjust {
    top: 52px;
    right: -58px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__deco.is-report05 {
    right: 10px;
  }
}
.box-visual__deco.is-left {
  right: 0;
  left: 25px;
}
.box-visual__deco-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-visual__deco-horizontal {
  position: relative;
  width: 193px;
  height: 25px;
  width: 13.403vw;
  height: 1.737vw;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .box-visual__deco-horizontal {
    width: 193px;
    height: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__deco-horizontal {
    width: 193px;
    height: 25px;
  }
}
.box-visual__deco-vartical {
  position: relative;
  width: 1.737vw;
  height: 15vw;
  margin-left: auto;
  overflow: hidden;
}
.box-visual__deco-vartical.is-report01 {
  width: 1.737vw;
  height: 14.2vw;
}
@media screen and (max-width: 660px) {
  .box-visual__deco-vartical.is-report01 {
    width: 25px;
    height: 210px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__deco-vartical.is-report01 {
    width: 25px;
    height: 210px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual__deco-vartical {
    width: 25px;
    height: 210px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__deco-vartical {
    width: 25px;
    height: 210px;
  }
}
.box-visual__deco-vartical.is-left {
  margin-left: 0;
  margin-right: auto;
}
.box-visual__deco-image {
  max-width: 193px;
}
.box-visual__deco-image.is-horizontal {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  transform: translateX(-102%);
  transition: 1s;
}
.box-visual__deco-image.is-horizontal.is-scroll-fade-txt {
  transform: translateX(0);
}
.box-visual__deco-image.is-vartical {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
  transform: translateY(-102%);
  transition: 1s;
  height: 100%;
}
.box-visual__deco-image.is-vartical.is-scroll-fade-txt {
  top: -1.65vw;
  transform: translateY(0);
}
@media screen and (max-width: 660px) {
  .box-visual__deco-image.is-vartical.is-scroll-fade-txt {
    top: -24px;
  }
}
@media screen and (min-width: 1440px) {
  .box-visual__deco-image.is-vartical.is-scroll-fade-txt {
    top: -23px;
  }
}
.box-visual__deco-image.is-vartical.is-left {
  left: 0;
}
.box-visual:not(:last-of-type) {
  margin-bottom: 45px;
}
.box-visual .btn-black {
  opacity: 0;
}
.box-visual .btn-black.is-scroll-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-visual.is-report-hdg {
  aspect-ratio: unset;
  margin-top: 80px;
  height: auto;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg {
    margin-top: -80px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg.is-report03 {
    margin-top: -94px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg.is-report04 {
    margin-top: -94px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg.is-report05 {
    margin-top: -94px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg.is-report10 {
    margin-top: -160px;
  }
}
.box-visual.is-report-hdg .box-visual__ttl {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.box-visual.is-report-hdg .box-visual__doc-wrap {
  height: 45px;
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap {
    margin-bottom: 5px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-01 {
  width: 210px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-01 {
    width: 190px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-02 {
  width: 294px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-02 {
    width: 266px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-03 {
  width: 213px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-03 {
    width: 194px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-04 {
  width: 210px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-04 {
    width: 190px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-05 {
  width: 253px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-05 {
    width: 228px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-06 {
  width: 270px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-06 {
    width: 245px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-07 {
  width: 347px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-07 {
    width: 289px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-07 .is-indent-adjust02 {
    text-indent: -0.8em;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-08 {
  width: 230px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-08 {
    width: 205px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-10 {
  width: 188px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-10 {
    width: 126px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-11 {
  width: 462px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-11 {
    width: 310px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-12 {
  width: 353px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-12 {
    width: 238px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-13 {
  width: 335px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-13 {
    width: 286px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-14 {
  width: 210px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-14 {
    width: 175px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-15 {
  width: 230px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-15 {
    width: 197px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-16 {
    width: 230px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-17 {
    width: 153px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-18 {
    width: 207px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-24 {
  width: 473px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-25 {
  width: 251px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-26 {
  width: 395px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-26 p {
  text-indent: -0.5em;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-26 .textindent {
  text-indent: -0.5em;
  display: inline-block;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-27 {
    width: 179px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-28 {
    width: 225px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-29 {
    width: 216px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-30 {
    width: 252px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-30 p {
    text-indent: -0.5em;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-31 {
    width: 87px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-39 {
  width: 184px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-40 {
  width: 416px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-41 {
  width: 416px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-42 {
  width: 183px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-43 {
  width: 438px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-43 .textindent {
  text-indent: -0.5em;
  display: inline-block;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-44 {
  width: 458px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-45 {
  width: 309px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-50 {
  width: 294px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-50 {
    width: 252px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-51 {
  width: 246px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-51 {
    width: 210px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-52 {
  width: 212px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-52 {
    width: 180px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-53 {
  width: 353px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-53 {
    width: 304px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-54 {
  width: 209px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-54 {
    width: 181px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-54.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-54.sp-only {
    display: block;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-55 {
  width: 246px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-55 {
    width: 209px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-55 p {
  display: flex;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-55 .indent {
  text-indent: -0.55em;
  margin-right: -0.6em;
  display: block;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-55.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-55.sp-only {
    display: block;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-56 {
  width: 212px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-56 {
    width: 182px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-56.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-56.sp-only {
    display: block;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-57 {
  width: 227px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-57 {
    width: 195px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-57.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-57.sp-only {
    display: block;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-58 {
  width: 454px;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-58 p {
  display: flex;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-58 .indent {
  text-indent: -0.55em;
  margin-right: -0.6em;
  display: block;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-58.pc-only {
    display: none;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-59 {
  width: 437px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-59.pc-only {
    display: none;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-66 {
  width: 399px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-66 {
    width: 304px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-66 p {
  display: flex;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-66 p {
    font-size: 32px;
    height: 35px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-66 .indent {
  text-indent: -0.55em;
  margin-right: -0.6em;
  display: block;
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-66.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-66.sp-only {
    display: block;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-67 {
  width: 208px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-67 {
    width: 160px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-67 p {
    font-size: 32px;
    height: 35px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-67.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-67.sp-only {
    display: block;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-68 {
  width: 252px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-68 {
    width: 190px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-68 p {
    font-size: 32px;
    height: 35px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-68.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-68.sp-only {
    display: block;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-69 {
  width: 333px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-69 {
    width: 255px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-69 p {
    font-size: 32px;
    height: 35px;
  }
}
.box-visual.is-report-hdg .box-visual__doc-wrap.is-range-69.sp-only {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc-wrap.is-range-69.sp-only {
    display: block;
  }
}
.box-visual.is-report-hdg .box-visual__doc {
  font-size: 42px;
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc {
    font-size: 38px;
  }
}
.box-visual.is-report-hdg .box-visual__doc::after {
  top: 2px;
  height: calc(100% - 9px);
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc::after {
    top: 0;
    height: calc(100% - 6px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-font-sm-sp {
    font-size: 36px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__doc.is-font-title-xs-sp {
    font-size: 32px;
    height: 33px;
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__bg {
    height: calc(100% - 5px);
  }
}
@media screen and (max-width: 660px) {
  .box-visual.is-report-hdg .box-visual__bg.is-font-xs-sp {
    height: calc(100% - 11px);
  }
}
.box-visual.is-sticky {
  aspect-ratio: unset;
  position: absolute;
  top: calc(100vh - 224px);
  width: 100%;
  height: 100vh;
  margin-top: 0;
  transition: 0.8s;
  opacity: 0;
}
.box-visual.is-sticky .box-visual__ttl {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(0);
}
.box-visual.is-sticky.is-show .js-scroll-fade-bg {
  animation: bgFade 1s ease-out 0s;
  opacity: 0;
}
.box-visual.is-sticky.is-show .js-scroll-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report01 {
    top: calc(100vh - 198px);
  }
}
.box-visual.is-sticky.is-report01 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report01 .box-visual__ttl {
    left: -25px;
    transform: scale(0.65);
  }
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report02 {
    top: calc(100vh - 198px);
  }
}
.box-visual.is-sticky.is-report02 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report02 .box-visual__ttl {
    left: -25px;
    transform: scale(0.65);
  }
}
.box-visual.is-sticky.is-report04 {
  top: calc(100vh - 224px);
}
@media screen and (max-width: 1440px) {
  .box-visual.is-sticky.is-report04 {
    top: calc(100vh - 230px);
  }
}
.box-visual.is-sticky.is-report04 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1440px) {
  .box-visual.is-sticky.is-report04 .box-visual__ttl {
    left: -55px;
    transform: scale(0.65);
  }
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report04 .box-visual__ttl {
    left: -95px;
    transform: scale(0.5);
  }
}
.box-visual.is-sticky.is-4col.is-report03 {
  top: calc(100vh - 290px);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-4col.is-report03 {
    top: calc(100vh - 250px);
  }
}
.box-visual.is-sticky.is-4col.is-report03 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-4col.is-report03 .box-visual__ttl {
    left: -35px;
    transform: scale(0.65);
  }
}
.box-visual.is-sticky.is-4col.is-report05 {
  top: calc(100vh - 290px);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-4col.is-report05 {
    top: calc(100vh - 250px);
  }
}
.box-visual.is-sticky.is-4col.is-report05 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-4col.is-report05 .box-visual__ttl {
    left: -35px;
    transform: scale(0.65);
  }
}
.box-visual.is-sticky.is-report06 {
  top: calc(100vh - 224px);
}
@media screen and (max-width: 1440px) {
  .box-visual.is-sticky.is-report06 {
    top: calc(100vh - 230px);
  }
}
.box-visual.is-sticky.is-report06 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1440px) {
  .box-visual.is-sticky.is-report06 .box-visual__ttl {
    left: -55px;
    transform: scale(0.65);
  }
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report06 .box-visual__ttl {
    left: -95px;
    transform: scale(0.5);
  }
}
.box-visual.is-sticky.is-report07 {
  top: calc(100vh - 286px);
}
@media screen and (max-width: 1440px) {
  .box-visual.is-sticky.is-report07 {
    top: calc(100vh - 286px);
  }
}
.box-visual.is-sticky.is-report07 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1440px) {
  .box-visual.is-sticky.is-report07 .box-visual__ttl {
    left: -55px;
    transform: scale(0.65);
  }
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report07 .box-visual__ttl {
    left: -95px;
    transform: scale(0.5);
  }
}
.box-visual.is-sticky.is-report08 {
  top: calc(100vh - 290px);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report08 {
    top: calc(100vh - 250px);
  }
}
.box-visual.is-sticky.is-report08 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report08 .box-visual__ttl {
    left: -35px;
    transform: scale(0.65);
  }
}
.box-visual.is-sticky.is-report09 {
  top: calc(100vh - 290px);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report09 {
    top: calc(100vh - 250px);
  }
}
.box-visual.is-sticky.is-report09 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report09 .box-visual__ttl {
    left: -35px;
    transform: scale(0.65);
  }
}
.box-visual.is-sticky.is-report10 {
  top: calc(100vh - 290px);
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report10 {
    top: calc(100vh - 250px);
  }
}
.box-visual.is-sticky.is-report10 .box-visual__ttl {
  transition: 0.5s;
}
@media screen and (max-width: 1180px) {
  .box-visual.is-sticky.is-report10 .box-visual__ttl {
    left: -35px;
    transform: scale(0.65);
  }
}

.box-flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .box-flex-col-center.is-sp-absolute {
    position: absolute;
    top: -16px;
    z-index: 400;
    width: 100%;
  }
}

.box-ttl {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .box-ttl {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.box-ttl.is-about {
  width: 190px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-about {
    width: 135px;
  }
}
.box-ttl.is-movie {
  width: 178px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-movie {
    width: 128px;
    margin-bottom: 0;
  }
}
.box-ttl.is-profile {
  width: 225px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-profile {
    width: 164px;
  }
}
.box-ttl.is-report {
  width: 216px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-report {
    width: 155px;
  }
}
.box-ttl.is-photo {
  width: 256px;
  margin-bottom: 0;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-photo {
    width: 181px;
  }
}
.box-ttl.is-photo-bottom {
  width: 226px;
  margin-bottom: 15px;
}
@media screen and (max-width: 660px) {
  .box-ttl.is-photo-bottom {
    width: 161px;
  }
}
.box-ttl__doc {
  font-size: 50px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc {
    font-size: 36px;
  }
}
.box-ttl__doc.is-common-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-ttl__doc::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: calc(100% - 12px);
  height: 33px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
  box-sizing: content-box;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc::after {
    top: 4px;
    left: 1px;
    width: calc(100% - 8px);
    height: 23px;
  }
}
.box-ttl__doc.is-about {
  margin-bottom: 0;
}
.box-ttl__doc.is-about::after {
  top: 5px;
  left: 0;
  width: 182px;
  height: 34px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-about::after {
    top: 3px;
    left: 0px;
    width: calc(100% - 5px);
    height: 24px;
  }
}
.box-ttl__doc.is-about.is-fade-txt {
  -webkit-animation: txtOpacity 1s ease-in 0s;
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-ttl__doc.is-movie::after {
  top: 5px;
  left: 3px;
  width: calc(100% - 14px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-movie::after {
    top: 4px;
    left: 1px;
    width: calc(100% - 8px);
    height: 23px;
  }
}
.box-ttl__doc.is-report::after {
  top: 6px;
  left: 3px;
  width: calc(100% - 8px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-report::after {
    top: 4px;
    left: 3px;
    width: calc(100% - 8px);
    height: 23px;
  }
}
.box-ttl__doc.is-profile::after {
  content: "";
  top: 6px;
  left: 4px;
  width: calc(100% - 10px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-profile::after {
    top: 4px;
    left: 2px;
    width: calc(100% - 8px);
    height: 23px;
  }
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-photo {
    padding-left: 1px;
  }
}
.box-ttl__doc.is-photo::after {
  top: 6px;
  left: -1px;
  width: calc(100% - 12px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-photo::after {
    top: 4px;
    left: 0;
    width: calc(100% - 6px);
    height: 23px;
  }
}
.box-ttl__doc.is-photo-bottom::after {
  top: 6px;
  left: 4px;
  width: calc(100% - 14px);
  height: 33px;
}
@media screen and (max-width: 660px) {
  .box-ttl__doc.is-photo-bottom::after {
    top: 4px;
    left: 2;
    width: calc(100% - 10px);
    height: 23px;
  }
}
.box-ttl__bg {
  display: block;
  position: absolute;
  top: 3px;
  width: 100%;
  height: calc(100% - 6px);
  z-index: 3;
  background: #DC1E37;
  opacity: 0;
}
.box-ttl__bg.is-common-fade-bg {
  animation: bgFade 1s ease-out 0s;
}
.box-ttl__bg.is-fade-bg {
  -webkit-animation: bgFade 1s ease-in 0s;
  animation: bgFade 1s ease-in 0s;
  opacity: 0;
}

.box-link {
  width: 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.box-link__bg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #DC1E37;
  opacity: 0;
  transform: translateX(200%);
}
.box-link__bg.is-about {
  top: 4px;
  width: 188px;
  height: 41px;
}
.box-link__bg.is-common-fade-bg {
  animation: bgFadeForLink 1s ease-out 0s;
}
.box-link.is-center {
  margin: auto;
}

.box-doc {
  max-width: 670px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 660px) {
  .box-doc {
    margin: 0 auto 30px;
  }
}

.box-hdg {
  margin: 0 auto 35px;
}
@media screen and (max-width: 660px) {
  .box-hdg {
    margin: 0 auto 30px;
  }
}

.box-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-profile__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 340px;
  margin-bottom: 35px;
  border: 3px solid #000;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .box-profile__image-wrap {
    max-width: 100%;
    max-height: 100%;
  }
}
.box-profile__image {
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.box-profile__image.is-common-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-profile__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 340px;
  background: #DC1E37;
  z-index: 1;
  opacity: 0;
}
.box-profile__image-bg.is-common-fade-bg {
  animation: bgFade 1s ease-out 0s;
}

.box-images {
  position: relative;
  width: 55.556vw;
  margin: auto;
  overflow: hidden;
}
.box-images:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 660px) {
  .box-images {
    width: 100%;
  }
}
.box-images .box-video__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #DC1E37;
  opacity: 0;
  z-index: 20;
  transform: translateX(200%);
}
.box-images .box-video__bg.is-common-fade-bg {
  animation: bgFadeForLink 1s ease-out 0s;
  opacity: 0;
}
.box-images .box-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 32.917vw;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 660px) {
  .box-images .box-video {
    height: 53vw;
  }
}
.box-images .box-video__frame {
  position: relative;
  width: 100%;
  height: 32.917vw;
  cursor: pointer;
}
@media screen and (max-width: 660px) {
  .box-images .box-video__frame {
    height: 53vw;
  }
}
.box-images .box-video__frame:hover::before {
  opacity: 0.5;
  transition: 0.3s;
}
.box-images .box-video__frame::before {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 100px;
  border-color: transparent transparent transparent #fff;
  z-index: 330;
  opacity: 0;
}
@media screen and (max-width: 660px) {
  .box-images .box-video__frame::before {
    border-width: 25px 0 25px 50px;
    opacity: 0.5;
  }
}
.box-images .box-video__frame::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55.556vw;
  height: 32.917vw;
  background-image: url(/jp/about/project/ambassador/img/img_videoThumb.png);
  background-size: cover;
  box-sizing: border-box;
  border: 2px solid #181818;
  z-index: 320;
}
@media screen and (max-width: 660px) {
  .box-images .box-video__frame::after {
    width: 100%;
    height: 53vw;
    aspect-ratio: 16/9;
    background: url(/jp/about/project/ambassador/img/img_videoThumb.png) no-repeat center center/cover;
    z-index: 320;
  }
}
.box-images .box-video__frame.is-hide::before {
  content: none;
}
.box-images .box-video__frame.is-hide::after {
  content: none;
}
.box-images .box-video__frame--02::after {
  background-image: url(/jp/about/project/ambassador/img/img_videoThumb02.jpg);
}
@media screen and (max-width: 660px) {
  .box-images .box-video__frame--02::after {
    background: url(/jp/about/project/ambassador/img/img_videoThumb02.jpg) no-repeat center center/cover;
  }
}
.box-images .box-video__frame--03::after {
  background-image: url(/jp/about/project/ambassador/img/img_videoThumb03.jpg);
}
@media screen and (max-width: 660px) {
  .box-images .box-video__frame--03::after {
    background: url(/jp/about/project/ambassador/img/img_videoThumb03.jpg) no-repeat center center/cover;
  }
}
.box-images .box-video .box-video__main {
  opacity: 0;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 310;
}
@media screen and (max-width: 660px) {
  .box-images .box-video .box-video__main {
    width: 100%;
    height: 100%;
  }
}
.box-images .box-video .box-video__main.is-show {
  opacity: 1;
}
.box-images .box-video.is-common-fade-txt {
  animation: txtOpacity 1s ease-in 0s;
  opacity: 1;
}
.box-images .box-video.thumbnail-none {
  opacity: 1;
}
.box-images .box-video.thumbnail-none .box-video__frame::after {
  content: none;
}
.box-images .box-video.thumbnail-none .box-video__frame::before {
  content: none;
}
.box-images .box-video.thumbnail-none .box-video__frame .box-video__main {
  opacity: 1;
}
.box-images.is-border-frame {
  border: 4px solid #000;
}

.box-sticky {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 660px) {
  .box-sticky {
    position: static;
    height: 100%;
  }
}
.box-sticky__main-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 660px) {
  .box-sticky__main-image {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 14%;
    width: 100%;
    height: calc(100vh - 210px);
  }
}
@media screen and (min-width: 1440px) {
  .box-sticky__main-image {
    object-position: top;
    height: 100%;
  }
}
.box-sticky__left-image {
  position: absolute;
  top: 35px;
  left: 35px;
  width: 16vw;
}
@media screen and (max-width: 660px) {
  .box-sticky__right-image {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 37vw;
  }
}
.box-sticky__bg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #DC1E37;
  opacity: 0;
}
.box-sticky__bg.is-horizontal {
  top: 0;
  width: 100%;
  height: 25px;
}
.box-sticky__bg.is-horizontal.is-fade-bg {
  animation: bgFade 1s ease-out 0s;
  opacity: 0;
}
.box-sticky__bg.is-horizontal.is-report03 {
  height: 26px;
}
.box-sticky__bg.is-vartical {
  top: 0;
  right: 0;
  width: 25px;
  height: 142px;
}
@media screen and (max-width: 660px) {
  .box-sticky__bg.is-vartical {
    height: 205px;
  }
}
.box-sticky__bg.is-vartical.is-fade-bg {
  animation: bgFadeVartical 1s ease-out 0s;
  opacity: 0;
}
.box-sticky__bg.is-vartical.is-left {
  left: 0;
  height: 143px;
}
.box-sticky__bg.is-vartical.is-report03 {
  width: 27px;
}
.box-sticky__deco {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 41px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #181818;
  line-height: 1;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 660px) {
  .box-sticky__deco {
    top: 20px;
    right: 20px;
    font-size: 24px;
  }
}
.box-sticky__deco.is-report02 .box-visual__deco-adjust {
  top: 88px;
  right: -99px;
}
@media screen and (max-width: 660px) {
  .box-sticky__deco.is-report02 .box-visual__deco-adjust {
    top: 52px;
    right: -58px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco.is-report05 {
    right: 10px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco.is-report06 {
    right: 10px;
  }
}
.box-sticky__deco.is-left {
  right: 0;
  left: 25px;
}
.box-sticky__deco-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box-sticky__deco-horizontal {
  position: relative;
  width: 193px;
  height: 25px;
  overflow: hidden;
}
.box-sticky__deco-horizontal.is-report03 {
  height: 26px;
}
.box-sticky__deco-vartical {
  position: relative;
  width: 25px;
  height: 142px;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical {
    height: 205px;
  }
}
.box-sticky__deco-vartical.is-left {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report02 {
    height: 210px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report03 {
    width: 27px;
    height: 215px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report04 {
    width: 27px;
    height: 215px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report05 {
    width: 27px;
    height: 215px;
  }
}
@media screen and (max-width: 660px) {
  .box-sticky__deco-vartical.is-report06 {
    width: 27px;
    height: 215px;
  }
}
.box-sticky__deco-image {
  max-width: 193px;
}
.box-sticky__deco-image.is-horizontal {
  position: absolute;
  top: 0;
  z-index: 2;
  transform: translateX(-102%);
  transition: 1s;
}
.box-sticky__deco-image.is-horizontal.is-fade-txt {
  transform: translateX(0);
}
.box-sticky__deco-image.is-vartical {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
  transform: translateY(-102%);
  transition: 1s;
}
.box-sticky__deco-image.is-vartical.is-fade-txt {
  top: -26px;
  transform: translateY(0);
}
.box-sticky__deco-image.is-vartical.is-left {
  left: 0;
}

.box-head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.box-head .box-head__hdg {
  padding: 78px 0 0 0;
}
@media screen and (max-width: 660px) {
  .box-head .box-head__hdg {
    padding: 0;
    margin-top: -75px;
  }
}
.box-head__doc-wrap {
  margin-bottom: 25px;
}
@media screen and (max-width: 660px) {
  .box-head__doc-wrap {
    margin-bottom: 10px;
  }
}
.box-head__doc {
  position: relative;
  font-size: 52px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #181818;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 660px) {
  .box-head__doc {
    font-size: 36px;
  }
}
.box-head__doc.is-range-01 {
  width: 265px;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-01 {
    width: 180px;
  }
}
.box-head__doc.is-range-01::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 254px;
  height: 41px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-01::after {
    top: 2px;
    left: 0px;
    width: 173px;
    height: 30px;
  }
}
.box-head__doc.is-range-02 {
  width: 370px;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-02 {
    width: 255px;
  }
}
.box-head__doc.is-range-02::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 360px;
  height: 41px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-02::after {
    top: 2px;
    left: 0px;
    width: 245px;
    height: 30px;
  }
}
.box-head__doc.is-range-03 {
  width: 280px;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-03 {
    width: 190px;
  }
}
.box-head__doc.is-range-03::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 256px;
  height: 47px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-03::after {
    top: 1px;
    left: 0px;
    width: 177px;
    height: 33px;
  }
}
.box-head__doc.is-range-04 {
  width: 260px;
}
.box-head__doc.is-range-04::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 252px;
  height: 45px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-04::after {
    top: 2px;
    left: 0px;
    width: 174px;
    height: 30px;
  }
}
.box-head__doc.is-range-05 {
  width: 315px;
}
.box-head__doc.is-range-05::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 305px;
  height: 44px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-05::after {
    top: 2px;
    left: 0px;
    width: 211px;
    height: 30px;
  }
}
.box-head__doc.is-range-06 {
  width: 365px;
}
.box-head__doc.is-range-06::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 326px;
  height: 47px;
  border: 3px solid #181818;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 660px) {
  .box-head__doc.is-range-06::after {
    top: 2px;
    left: 0px;
    width: 225px;
    height: 30px;
  }
}
.box-head__sns {
  margin-bottom: 25px;
}
@media screen and (max-width: 660px) {
  .box-head__sns {
    position: absolute;
    top: -75px;
    right: 0;
    background: #fff;
    z-index: 500;
  }
}
@media screen and (max-width: 660px) {
  .box-head__sns .box-sns__item.is-link {
    border-right: none !important;
  }
}
@media screen and (max-width: 369px) {
  .box-head__sns.is-sm {
    top: -135px;
  }
}
@media screen and (max-width: 660px) {
  .box-head__sns.is-report04 {
    top: -195px;
  }
}
@media screen and (max-width: 660px) {
  .box-head__sns.is-report05 {
    top: -185px;
  }
}
@media screen and (max-width: 660px) {
  .box-head__sns.is-report06 {
    top: -185px;
  }
}

.box-report:not(:last-of-type) {
  margin-bottom: 60px;
}
.box-report__wrap {
  display: flex;
}
.box-report__icon {
  position: relative;
  margin-right: 25px;
  flex-shrink: 0;
}
.box-report__icon .bg-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  background: #efefef;
  border-radius: 50%;
}
.box-report__icon .bg-icon__item {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.box-report__icon .doc-icon {
  font-size: 12px;
  text-align: center;
}
.box-report__icon .img-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}
.box-report__doc {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.box-report__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 50px;
}
.box-report__desc.is-mb-10 {
  margin-bottom: 10px;
}
.box-report__notice {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #767676;
}
.box-report__txtlink {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #767676 !important;
  text-decoration: underline !important;
}
.box-report__txtlink.font-red {
  color: #dc1e37 !important;
}
.box-report__image {
  width: 100%;
}
.box-report__image.border {
  border: solid 1px #000;
  padding: 1em;
  box-sizing: border-box;
}
.box-report__cap {
  display: block;
  margin-top: 0.75em;
  font-size: 0.88em;
  line-height: 1.4;
  text-align: right;
}
.box-report__image-wrap.is-movie {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.box-report__image-caption {
  font-size: 12px;
  line-height: 1.8;
  color: #767676;
  margin-top: 20px;
}
@media screen and (max-width: 660px) {
  .box-report__image-caption {
    margin: 20px 20px 0;
  }
}
.box-report__image-caption-link {
  color: #333 !important;
}
.box-report__listwrap {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 50px;
  list-style: disc;
  margin-left: 1.25em;
}
.box-report__list {
  line-height: 2;
  margin-bottom: 0.5em;
}
.box-report.is-question, .box-report.is-anwser, .box-report.is-report-box {
  margin: 0 0 40px;
}
@media screen and (max-width: 660px) {
  .box-report.is-question, .box-report.is-anwser, .box-report.is-report-box {
    margin: 0 20px 40px;
  }
}
.box-report .noto {
  margin: 0 0.2em;
  font-size: 8px;
  position: relative;
  top: -1.55em;
  margin-right: 0.75em;
}
.box-report .nototext {
  font-size: 0.85em;
}
@media screen and (max-width: 660px) {
  .box-report .scroll-image {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 660px) {
  .box-report .image-type-01 {
    width: 552px !important;
  }
}
.box-report .sp-slide-notice-text {
  display: none;
}
@media screen and (max-width: 660px) {
  .box-report .sp-slide-notice-text {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.box-report-hdg {
  margin-bottom: 70px;
}
@media screen and (max-width: 660px) {
  .box-report-hdg {
    padding: 20px;
    background: url(/jp/about/project/ambassador/img/bg_note.png) no-repeat center center/cover;
  }
}
.box-report-hdg__doc {
  position: relative;
  display: inline;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.7;
  border-bottom: 2px solid #181818;
}
@media screen and (max-width: 660px) {
  .box-report-hdg__doc {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    border-bottom: 1px solid #181818;
  }
}

.box-lead {
  padding: 34px 38px;
  border: 1px solid #181818;
  border: 1px solid #181818;
  background: url(/jp/about/project/ambassador/img/bg_note.png) center center/contain;
}
@media screen and (max-width: 660px) {
  .box-lead {
    padding: 20px;
  }
}
.box-lead__wrap {
  display: flex;
  flex-direction: column;
}
.box-lead__hdg {
  position: relative;
  display: inline-block;
  font-size: 25px;
  margin: 0 auto 30px;
}
.box-lead__hdg::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.box-lead__desc {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.14;
  color: #181818;
}
.box-lead__desc:not(:last-of-type) {
  margin-bottom: 20px;
}

.box-sns {
  width: 100%;
  max-width: 311px;
  margin: 0 auto;
  border: 2px solid #181818;
  transition: 0.8s;
}
@media screen and (max-width: 660px) {
  .box-sns {
    max-width: 180px;
  }
}
.box-sns__list {
  display: flex;
}
.box-sns__item {
  width: 100%;
  height: 65px;
}
@media screen and (max-width: 660px) {
  .box-sns__item {
    height: 35px;
  }
}
.box-sns__item.is-title {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 34%;
  border-right: 2px solid #181818;
}
@media screen and (max-width: 660px) {
  .box-sns__item.is-title {
    max-width: 36.655%;
  }
}
.box-sns__item.is-title .icon-hdg {
  width: 100%;
  max-width: 60%;
}
@media screen and (max-width: 660px) {
  .box-sns__item.is-title .icon-hdg {
    max-width: 65%;
  }
}
.box-sns__item.is-link {
  max-width: 22%;
}
@media screen and (max-width: 660px) {
  .box-sns__item.is-link {
    max-width: 21.115%;
  }
}
.box-sns__item.is-link:not(:last-of-type) {
  border-right: 2px solid #181818;
}
.box-sns__item.is-link .icon-sns {
  width: 100%;
  max-width: 65%;
}
@media screen and (max-width: 660px) {
  .box-sns__item.is-link .icon-sns {
    max-width: 26px;
  }
}
.box-sns__item.is-link .icon-sns.is-x {
  max-width: 50%;
}
.box-sns__item.is-link .icon-fb,
.box-sns__item.is-link .icon-tw,
.box-sns__item.is-link .icon-line {
  transition: 0.3s;
}
.box-sns__item.is-link:hover .icon-fb {
  transition: 0.3s;
  fill: #3b5998;
}
.box-sns__item.is-link:hover .icon-tw {
  transition: 0.3s;
  fill: #00acee;
}
.box-sns__item.is-link:hover .icon-line {
  transition: 0.3s;
  fill: #00b900;
}
.box-sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.box-sns__link .icon-x {
  transition: 0.3s;
}
.box-sns__link:hover .icon-x {
  opacity: 0.5;
}
.box-sns.is-short {
  width: 175px;
  margin: 0;
}
@media screen and (max-width: 660px) {
  .box-sns.is-short {
    width: 41px;
    border: 1px solid #181818;
    box-sizing: border-box;
  }
}
.box-sns.is-short .box-sns__item {
  height: 35px;
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__item:not(:last-of-type) {
    border-bottom: 1px solid #181818;
  }
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__item.is-title {
    height: 20px;
    text-align: center;
    border-right: none;
  }
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__item.is-title .icon-hdg {
    width: 30px;
    height: 9px;
    max-width: 100%;
  }
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 660px) {
  .box-sns.is-short .box-sns__item {
    max-width: 40px;
  }
}

.box-img-link {
  border: 1px solid #181818;
}
.box-img-link__link {
  padding: 25px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
}
.box-img-link__link:hover {
  text-decoration: underline;
  color: #181818;
}
@media screen and (max-width: 660px) {
  .box-img-link.is-no-image .box-img-link__link {
    padding: 20px;
  }
}
@media screen and (max-width: 660px) {
  .box-img-link.is-no-image .box-img-link__bottom {
    padding-right: 20px;
  }
}
.box-img-link__top {
  margin-bottom: 20px;
}
.box-img-link__image {
  width: 100%;
}
.box-img-link__bottom {
  position: relative;
}
.box-img-link__bottom::after {
  content: "";
  position: absolute;
  top: 28%;
  right: 7px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
  transform: rotate(45deg);
}
@media screen and (max-width: 660px) {
  .box-img-link__bottom::after {
    right: -2px;
  }
}
.box-img-link__bottom::before {
  content: "";
  position: absolute;
  top: 28%;
  right: 20px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
  transform: rotate(45deg);
}
@media screen and (max-width: 660px) {
  .box-img-link__bottom::before {
    right: 10px;
  }
}
@media screen and (max-width: 369px) {
  .box-img-link__bottom.is-sm::after {
    right: -10px;
  }
}
@media screen and (max-width: 369px) {
  .box-img-link__bottom.is-sm::before {
    right: 0;
  }
}
.box-img-link__doc-small {
  font-size: 12px;
  color: #181818;
}
.box-img-link__doc-small.is-fc-gray {
  font-size: 10px;
  color: #767676;
}
.box-img-link__doc {
  font-size: 14px;
  color: #181818;
}
.box-img-link.is-no-link .box-img-link__link {
  pointer-events: none;
}
.box-img-link.is-no-link .box-img-link__link:hover {
  text-decoration: none;
}
.box-img-link.is-no-link .box-img-link__bottom {
  position: relative;
}
.box-img-link.is-no-link .box-img-link__bottom::after {
  content: none;
}
.box-img-link.is-no-link .box-img-link__bottom::before {
  content: none;
}
.box-img-link.is-totop {
  max-width: 311px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.box-photo__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-photo__item {
  cursor: pointer;
}
.box-photo__item:not(:last-of-type) {
  margin-bottom: 15px;
}
.box-photo__image {
  width: 100%;
}
.box-photo__modal {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s 0s ease;
}
.box-photo__modal.is-show {
  display: block;
  opacity: 1;
  z-index: 999;
}
.box-photo__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 62.5%;
  z-index: 999;
  margin: auto;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s 0s ease;
}
@media screen and (max-width: 660px) {
  .box-photo__modal {
    width: 75%;
  }
}
.box-photo__modal.is-show {
  display: block;
  opacity: 1;
  z-index: 999;
}
.box-photo__modal-item {
  position: relative;
  margin: auto;
}
.box-photo__modal-item img {
  max-width: 100%;
}
.box-photo__modal-close {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 660px) {
  .box-photo__modal-close {
    top: 35px;
    right: 5px;
  }
}
.box-photo__modal-close::after, .box-photo__modal-close::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
}
.box-photo__modal-close::after {
  content: "";
  transform: rotate(-45deg);
  background: #181818;
}
.box-photo__modal-close::before {
  transform: rotate(45deg);
  background: #181818;
}
.box-photo__modal-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -10%;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 660px) {
  .box-photo__modal-prev {
    left: -12%;
  }
}
.box-photo__modal-prev::after {
  content: "";
  margin: 40px 10px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-top: 2px solid #181818;
  border-left: 2px solid #181818;
  transform: rotate(-45deg);
}
@media screen and (max-width: 660px) {
  .box-photo__modal-prev::after {
    width: 25px;
    height: 25px;
  }
}
.box-photo__modal-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -10%;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 660px) {
  .box-photo__modal-next {
    right: -12%;
  }
}
.box-photo__modal-next::after {
  content: "";
  margin: 40px 10px;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-top: 2px solid #181818;
  border-right: 2px solid #181818;
  transform: rotate(45deg);
}
@media screen and (max-width: 660px) {
  .box-photo__modal-next::after {
    width: 25px;
    height: 25px;
  }
}
.box-photo__modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s 0s ease;
}
.box-photo__modal-overlay.is-show {
  display: block;
  opacity: 1;
  z-index: 440;
}
.box-photo__modal .is-modal-fadein {
  animation: modalFadein 0.3s;
}
.box-photo__modal .is-modal-fadeout {
  animation: modalFadeout 0.3s;
  animation-fill-mode: forwards;
}
.box-photo__modal .icon-modal {
  position: relative;
}

.btn-black {
  position: relative;
  display: block;
  width: 70px;
  padding: 2px 5px;
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  color: #fff !important;
  background: #000;
  opacity: 0;
  transition: 0.3s;
  box-sizing: content-box;
}
.btn-black:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 4px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.btn-black.is-common-fade-txt {
  animation: txtOpacity 1s ease-out 0s;
  opacity: 1;
}

.btn-container {
  display: none;
  transition: 0.8s;
}
.btn-container.is-show {
  display: block;
}

.btn-menu {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 400;
}
.btn-menu.is-stop {
  position: absolute;
  bottom: -130px;
}
.btn-menu__wrap {
  width: 40px;
  height: 40px;
  border: 1px solid #181818;
  background: #fff;
}
.btn-menu__line {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  background: #181818;
}
.btn-menu__line::before, .btn-menu__line::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #181818;
}
.btn-menu__line::before {
  top: 9px;
}
.btn-menu__line::after {
  bottom: 9px;
}
.btn-menu__line.is-close {
  background: transparent;
}
.btn-menu__line.is-close::before {
  top: 20px;
  transform: rotate(-45deg);
  background: #181818;
}
.btn-menu__line.is-close::after {
  bottom: -20px;
  transform: rotate(45deg);
  background: #181818;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 660px) {
  .pc-none {
    display: block;
  }
}

.u-pc-none {
  display: none;
}
@media screen and (max-width: 660px) {
  .u-pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 660px) {
  .sp-none {
    display: none;
  }
}

.is-no-scroll {
  overflow-y: hidden;
}

.is-mb-none {
  margin-bottom: 0;
}

.is-mb-layout {
  margin-bottom: 40px;
}
@media screen and (max-width: 660px) {
  .is-mb-layout {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 660px) {
  .is-sp-mt-negative {
    margin-top: -35px;
  }
}

@keyframes bgFade {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes bgFade {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
    opacity: 1;
  }
}
@keyframes bgFadeForLink {
  0% {
    opacity: 1;
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  99% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(200%);
    opacity: 0;
  }
}
@keyframes bgFadeVartical {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes txtOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes txtOpacity-02 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalFadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
