@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

html {
  font-size: 10px;
}
@media (max-width: 1319px) {
  html {
    font-size: 0.7575757576vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10.38647343px;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 2.4154589372vw;
  }
}
html.is-fixed {
  height: 100vh;
  overflow: hidden;
}

body {
  letter-spacing: 0.05em;
  font-family: "NotoSansJP", sans-serif;
  line-height: 1.75;
  font-size: 1.8rem;
  font-weight: 400;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

main {
  position: relative;
  z-index: 3;
}

picture,
img {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

a {
  color: #333333;
}

button {
  letter-spacing: 0.05em;
}

.c-pc {
  display: block;
}
@media (max-width: 767px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 767px) {
  .c-sp {
    display: block;
  }
}

.c-bold {
  font-weight: 700;
}

.c-strong {
  position: relative;
  font-weight: 700;
  z-index: 3;
}
.c-strong::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: linear-gradient(90deg, #67ade1 0%, #1152e6 50%, #ff2c89 100%);
  z-index: -1;
}
.c-strong::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.2rem;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: #ffffff;
  opacity: 0.8;
  mix-blend-mode: screen;
  z-index: -1;
}

.c-nowrap {
  white-space: nowrap;
}

.c-cover {
  width: 100%;
  height: 100%;
}
.c-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-contain {
  width: 100%;
  height: 100%;
}
.c-contain > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-fadein {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  transition: opacity 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-inner {
  margin: 0 auto;
  padding: 0 2rem;
}
.c-inner.is-width1280 {
  max-width: 132rem;
}

.c-title01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 100%;
  margin: 0 0 5.6rem 0;
  padding: 4.13rem 0 5.31rem;
  text-align: center;
  line-height: 2;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-title01 {
    margin: 0 0 3.2rem 0;
    padding: 3.38rem 0 4.25rem;
    font-size: 2.8rem;
  }
}
.c-title01::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 27.022rem;
  height: 100%;
  background: url(../images/title-background.svg) no-repeat center/contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .c-title01::before {
    width: 21.618rem;
  }
}
.c-title01.is-long {
  padding: 5.05rem 0 4.98rem;
}
@media (max-width: 767px) {
  .c-title01.is-long {
    padding: 4.12rem 0 3.98rem;
  }
}
.c-title01.is-long::before {
  width: 44.267rem;
  background: url(../images/title-background_long.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .c-title01.is-long::before {
    width: 35.414rem;
  }
}

.c-btn01 {
  display: inline-block;
  padding: 2px;
  background: linear-gradient(90deg, #67ade1 0%, #1152e6 50%, #ff2c89 100%);
  border-radius: 27px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
  will-change: transform;
}
@media (max-width: 767px) {
  .c-btn01 {
    padding: 1px;
    border-radius: 2rem;
    box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
  }
}
@media (any-hover: hover) {
  .c-btn01:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.c-btn01__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.c-btn01__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 6.7px;
  padding: 8.5px 24px 10px 24px;
  background: #ffffff;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .c-btn01__inner {
    gap: 0.31rem;
    padding: 0.53rem 2rem 0.57rem;
    border-radius: 1.9rem;
  }
}
.c-btn01__txt {
  font-size: 18px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@media (max-width: 767px) {
  .c-btn01__txt {
    font-size: 1.4rem;
  }
}
.c-btn01__svg {
  width: 18px;
  margin: 0 0 -1px 0;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .c-btn01__svg {
    width: 1.4rem;
  }
}

.c-navi-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, #67ade1 0%, #1152e6 50%, #ff2c89 100%);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: auto;
  cursor: pointer;
  z-index: 4;
}
@media (max-width: 767px) {
  .c-navi-btn {
    width: 5.4rem;
    height: 5.4rem;
    box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.12);
  }
}
.c-navi-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
}
.c-navi-btn-bar {
  position: relative;
  width: 24px;
  height: 16px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 767px) {
  .c-navi-btn-bar {
    width: 2.4rem;
    height: 1.6rem;
  }
}
.c-navi-btn-bar > span {
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: #ffffff;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 767px) {
  .c-navi-btn-bar > span {
    width: 2.4rem;
    height: max(0.2rem, 2px);
  }
}
.c-navi-btn-bar > span:nth-of-type(1) {
  top: 0;
}
.c-navi-btn-bar > span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-navi-btn-bar > span:nth-of-type(3) {
  bottom: 0;
}
.c-navi-btn.is-active .c-navi-btn {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .c-navi-btn.is-active .c-navi-btn {
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  }
}
.c-navi-btn.is-active .c-navi-btn-bar {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-navi-btn.is-active .c-navi-btn-bar > span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
}
.c-navi-btn.is-active .c-navi-btn-bar > span:nth-of-type(2) {
  display: none;
}
.c-navi-btn.is-active .c-navi-btn-bar > span:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-60deg);
          transform: translateY(50%) rotate(-60deg);
}

.c-sns-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 47px;
}
@media (max-width: 767px) {
  .c-sns-list {
    gap: 3.14rem;
  }
}
.c-sns-list.is-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.c-sns-list__item > a {
  display: block;
  transition: all 0.3s ease-out;
  will-change: transform;
}
@media (any-hover: hover) {
  .c-sns-list__item > a:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.c-sns-list__item > a > img {
  width: auto;
  height: 45px;
}
@media (max-width: 767px) {
  .c-sns-list__item > a > img {
    height: 3rem;
  }
}

.daizatsudan {
  position: relative;
  background: url(../images/background_pc.png) no-repeat left top/cover;
}
@media (max-width: 767px) {
  .daizatsudan {
    background: url(../images/background_sp.png) no-repeat left top/cover;
  }
}
.daizatsudan::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.6;
  mix-blend-mode: screen;
  z-index: 2;
}
.daizatsudan-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 12.31px rgba(0, 0, 0, 0.24);
  z-index: 5;
  transition: -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 767px) {
  .daizatsudan-header {
    height: 9rem;
    box-shadow: 0px 0px 1.273rem rgba(0, 0, 0, 0.24);
  }
}
.daizatsudan-header.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.daizatsudan-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.daizatsudan-header__cy-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6rem;
  display: block;
  width: 18rem;
  min-width: 125px;
}
@media (max-width: 767px) {
  .daizatsudan-header__cy-logo {
    left: 2rem;
    width: 12rem;
    min-width: 0;
  }
}
.daizatsudan-header__column01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: calc(4rem + 1px);
}
@media (max-width: 767px) {
  .daizatsudan-header__column01 {
    display: none;
  }
}
.daizatsudan-header__logo {
  display: block;
  width: 15.565rem;
  min-width: 125px;
}
.daizatsudan-header__note {
  position: relative;
  font-size: max(2.8rem, 22px);
  font-weight: 700;
}
.daizatsudan-header__note::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -2rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 3.1rem;
  min-height: 24.2px;
  background: linear-gradient(#ff2c89 0%, #1152e6 50%, #67ade1 100%);
}
.daizatsudan-header__column02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 6rem;
}
@media (max-width: 767px) {
  .daizatsudan-header__column02 {
    gap: 1.5rem;
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .daizatsudan-header__btn01 {
    padding: 2px;
    border-radius: 2.6rem;
  }
}
.daizatsudan-header__btn01__inner {
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 1.5rem;
  padding: 0.4rem 0.4rem 0.4rem 2rem;
}
@media (max-width: 767px) {
  .daizatsudan-header__btn01__inner {
    gap: 0.81rem;
    padding: 0.4rem 0.4rem 0.4rem 1.26rem;
    border-radius: 2.5rem;
  }
}
.daizatsudan-header__btn01__txt {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
}
.daizatsudan-header__btn01 .c-btn01__svg {
  width: 4rem;
  height: 4rem;
  margin: 0;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .daizatsudan-header__btn01 .c-btn01__svg {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.daizatsudan-header__btn01 .c-btn01__svg.is-play {
  display: none;
}
.daizatsudan-header__btn01 .c-btn01__svg.is-stop {
  display: block;
}
.daizatsudan-header__btn01.is-stop .c-btn01__svg.is-play {
  display: block;
}
.daizatsudan-header__btn01.is-stop .c-btn01__svg.is-stop {
  display: none;
}
.daizatsudan-navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4rem;
  z-index: 6;
  pointer-events: none;
}
@media (max-width: 767px) {
  .daizatsudan-navi {
    padding: 0;
  }
}
.daizatsudan-navi__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
  pointer-events: none;
}
.daizatsudan-navi__mask.is-active {
  opacity: 0.2;
  pointer-events: auto;
  cursor: pointer;
}
.daizatsudan-navi__logo {
  display: none;
}
@media (max-width: 767px) {
  .daizatsudan-navi__logo {
    display: inline-block;
    position: absolute;
    top: 3.59rem;
    left: 2rem;
    width: 12rem;
  }
}
.daizatsudan-navi__btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .daizatsudan-navi__btn {
    top: 1.5rem;
    right: 2rem;
  }
}
.daizatsudan-navi__cont {
  width: 430px;
  height: auto;
  margin: 0 0 0 auto;
  padding: 33px 44px 40px 40px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  transition: 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  pointer-events: none;
  z-index: 4;
}
@media (max-width: 767px) {
  .daizatsudan-navi__cont {
    width: 100%;
    padding: 11.45rem 4rem 4rem;
    border-radius: 0 0 1rem 1rem;
    overflow-y: auto;
  }
}
.daizatsudan-navi__cont.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.daizatsudan-navi__list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 23px;
  position: relative;
  width: 100%;
  margin: 0 0 34.9px 0;
  padding: 0 0 42px 0;
}
@media (max-width: 767px) {
  .daizatsudan-navi__list01 {
    gap: 2.4rem;
    margin: 0 0 3.64rem 0;
    padding: 0 0 4.15rem 0;
  }
}
.daizatsudan-navi__list01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333333;
  opacity: 0.2;
}
.daizatsudan-navi__item01 > a {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: 700;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .daizatsudan-navi__item01 > a {
    font-size: 2.1rem;
  }
}
@media (any-hover: hover) {
  .daizatsudan-navi__item01 > a:hover {
    opacity: 0.7;
  }
}
.daizatsudan-navi__item01 > a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #67ade1 0%, #1152e6 50%, #ff2c89 100%);
}
@media (max-width: 767px) {
  .daizatsudan-navi__item01 > a::before {
    bottom: 0.2rem;
  }
}
.daizatsudan-navi__list02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 22px;
  width: 100%;
  margin: 0 0 30.9px 0;
}
@media (max-width: 767px) {
  .daizatsudan-navi__list02 {
    gap: 2.4rem;
    margin: 0 0 3.4rem 0;
  }
}
.daizatsudan-navi__item02 > a {
  display: inline-block;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .daizatsudan-navi__item02 > a:hover {
    opacity: 0.7;
  }
}
.daizatsudan-navi__item02-txt {
  display: inline-block;
  margin: 0 7.9px 0 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .daizatsudan-navi__item02-txt {
    margin: 0 0.2rem 0 0;
    font-size: 1.4rem;
  }
}
.daizatsudan-navi__item02-svg {
  display: inline-block;
  width: 18px;
  margin: 0 0 -2px 0;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .daizatsudan-navi__item02-svg {
    width: 1.2rem;
    margin: 0 0 -0.1rem 0;
  }
}
.daizatsudan-navi__sns-title {
  margin: 0 0 17.2px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .daizatsudan-navi__sns-title {
    margin: 0 0 1.77rem 0;
    font-size: 1.4rem;
  }
}
.daizatsudan-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.2rem;
  position: fixed;
  top: calc(100svh - 2rem);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  right: 4rem;
  padding: 2.4rem 3.2rem 4.2rem 2.4rem;
  z-index: 5;
  transition: opacity 0.3s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 767px) {
  .daizatsudan-banner {
    gap: 0.98rem;
    top: calc(100svh - 0.6rem);
    right: 1rem;
    padding: 2rem 2.4rem 3.2rem 1.8rem;
  }
}
.daizatsudan-banner.fade-out {
  opacity: 0;
  pointer-events: none;
}
.daizatsudan-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-background.svg) no-repeat center/contain;
  z-index: -1;
}
.daizatsudan-banner__txt {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .daizatsudan-banner__txt {
    font-size: 1.2rem;
  }
}
.daizatsudan-banner__svg {
  width: 3rem;
}
@media (max-width: 767px) {
  .daizatsudan-banner__svg {
    width: 2rem;
  }
}
.daizatsudan-keyvisual {
  padding: 100px 0 6.2rem 0;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual {
    padding: 11rem 0 2.4rem 0;
  }
}
.daizatsudan-keyvisual__column {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: calc(2rem + 1px);
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__column {
    display: -ms-flexbox;
    display: flex;
  }
}
.daizatsudan-keyvisual__logo {
  display: block;
  width: 11rem;
}
.daizatsudan-keyvisual__note {
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
}
.daizatsudan-keyvisual__note::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 2.325rem;
  background: linear-gradient(#ff2c89 0%, #1152e6 50%, #67ade1 100%);
}
.daizatsudan-keyvisual__title {
  position: relative;
  margin: 0 0 0.32rem 0;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__title {
    margin: -1.633rem 0 2.32rem 0;
  }
}
.daizatsudan-keyvisual__title > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: transparent;
  z-index: -1;
}
.daizatsudan-keyvisual__title > picture {
  max-width: 121.676rem;
  margin: 0 auto;
}
.daizatsudan-keyvisual__slider-wrap {
  position: relative;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto 5.07rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__slider-wrap {
    margin: 0 auto 2.4rem;
  }
}
.daizatsudan-keyvisual__slider-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  width: 3rem;
  height: 100%;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 53.29%, #fff 100%);
  z-index: 2;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__slider-wrap::before {
    display: none;
  }
}
.daizatsudan-keyvisual__slider-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 3rem;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.73) 53.29%, #fff 100%);
  z-index: 2;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__slider-wrap::after {
    display: none;
  }
}
.daizatsudan-keyvisual__slider {
  width: calc(100% + 10.5rem);
  margin: 0 0 0 -10.5rem;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__slider {
    width: calc(100% + 7.05rem);
    margin: 0 0 0 -7.05rem;
  }
}
.daizatsudan-keyvisual .swiper-wrapper {
  padding: 3rem 0;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual .swiper-wrapper {
    padding: 2.1rem 0;
  }
}
.daizatsudan-keyvisual__slide {
  width: 18rem;
  height: auto;
  margin: 0 1.5rem -3rem;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__slide {
    width: 12rem;
    margin: 0 1.05rem -2.1rem;
  }
}
.daizatsudan-keyvisual__slide.is-top {
  margin: -3rem 1.5rem 0;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__slide.is-top {
    margin: -2.1rem 1.05rem 0;
  }
}
.daizatsudan-keyvisual__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.daizatsudan-keyvisual__text span {
  position: relative;
  z-index: 2;
}
.daizatsudan-keyvisual__text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 3.2rem);
  height: calc(100% + 1.4rem);
  background: #ffffff;
  -webkit-filter: blur(0.8rem);
          filter: blur(0.8rem);
  z-index: -1;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__text span::before {
    width: calc(100% + 2.4rem);
    height: calc(100% + 1rem);
  }
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__text span.is-sp.is-last {
    padding: 0 0 2rem 0;
  }
}
.daizatsudan-keyvisual__text span.is-sp::before {
  display: none;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__text span.is-sp::before {
    display: block;
  }
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__text span.is-pc::before {
    display: none;
  }
}
.daizatsudan-keyvisual__subtitle {
  margin: 0 0 3.2rem 0;
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__subtitle {
    margin: 0 0 3rem 0;
    font-size: 2.5rem;
  }
}
.daizatsudan-keyvisual__lead {
  line-height: 2;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__lead {
    font-size: 1.8rem;
  }
}
.daizatsudan-keyvisual__lead > p:not(:last-of-type) {
  margin: 0 0 1em 0;
}
.daizatsudan-keyvisual__scrolldown {
  position: absolute;
  top: calc(100svh - 2rem);
  left: 5.6rem;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  width: 2.6rem;
  height: 14.534rem;
  z-index: 2;
  transition: -webkit-transform 0.5s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.5s 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__scrolldown {
    top: calc(100svh - 1rem);
    left: 1.76rem;
    width: 1.7rem;
    height: 9.69rem;
  }
}
.daizatsudan-keyvisual__scrolldown.slide-out {
  -webkit-transform: translate(calc(-5.6rem - 100%), -100%);
          transform: translate(calc(-5.6rem - 100%), -100%);
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__scrolldown.slide-out {
    -webkit-transform: translate(calc(-1.76rem - 100%), -100%);
            transform: translate(calc(-1.76rem - 100%), -100%);
  }
}
.daizatsudan-keyvisual__scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #67ade1;
  -webkit-animation: circlemove-pc 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite, changecolor 1.6s ease-in-out infinite;
          animation: circlemove-pc 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite, changecolor 1.6s ease-in-out infinite;
  z-index: 2;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__scrolldown::before {
    width: 0.5rem;
    height: 0.5rem;
    -webkit-animation: circlemove-sp 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite, changecolor 1.6s ease-in-out infinite;
            animation: circlemove-sp 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite, changecolor 1.6s ease-in-out infinite;
  }
}
@-webkit-keyframes circlemove-pc {
  0% {
    bottom: 6.75rem;
  }
  100% {
    bottom: -0.375rem;
  }
}
@keyframes circlemove-pc {
  0% {
    bottom: 6.75rem;
  }
  100% {
    bottom: -0.375rem;
  }
}
@-webkit-keyframes circlemove-sp {
  0% {
    bottom: 4rem;
  }
  100% {
    bottom: -0.2rem;
  }
}
@keyframes circlemove-sp {
  0% {
    bottom: 4rem;
  }
  100% {
    bottom: -0.2rem;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  88% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  88% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes changecolor {
  0% {
    background: #67ade1;
  }
  50% {
    background: #1152e6;
  }
  100% {
    background: #ff2c89;
  }
}
@keyframes changecolor {
  0% {
    background: #67ade1;
  }
  50% {
    background: #1152e6;
  }
  100% {
    background: #ff2c89;
  }
}
.daizatsudan-keyvisual__scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.2rem;
  height: 6.75rem;
  background: linear-gradient(#67ade1 0%, #1152e6 50%, #ff2c89 100%);
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__scrolldown::after {
    width: 0.1rem;
    height: 4rem;
  }
}
.daizatsudan-keyvisual__scrolldown > span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 767px) {
  .daizatsudan-keyvisual__scrolldown > span {
    font-size: 1.2rem;
  }
}
.daizatsudan-movie {
  padding: 4rem 0 8rem;
}
@media (max-width: 767px) {
  .daizatsudan-movie {
    padding: 4rem 0;
  }
}
.daizatsudan-movie__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 5rem;
}
@media (max-width: 767px) {
  .daizatsudan-movie__list {
    gap: 2rem;
  }
}
.daizatsudan-movie__item {
  padding: 7rem 12rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .daizatsudan-movie__item {
    padding: 4rem 2.4rem;
  }
}
.daizatsudan-movie__item-logo {
  width: auto;
  height: 4rem;
  margin: 0 auto 6rem;
}
@media (max-width: 767px) {
  .daizatsudan-movie__item-logo {
    height: 3rem;
    margin: 0 auto 3.2rem;
  }
}
.daizatsudan-movie__item-logo.is-height60 {
  height: 6rem;
}
@media (max-width: 767px) {
  .daizatsudan-movie__item-logo.is-height60 {
    height: 5rem;
  }
}
.daizatsudan-movie__item-column01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 4rem;
  margin: 0 0 6rem 0;
}
@media (max-width: 767px) {
  .daizatsudan-movie__item-column01 {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 0 4rem 0;
  }
}
.daizatsudan-movie__item-title {
  margin: 0 0 3.54rem 0;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .daizatsudan-movie__item-title {
    margin: 0 0 1.5rem 0;
    text-align: center;
    font-size: 2.1rem;
  }
}
.daizatsudan-movie__item-column02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2.96rem;
}
@media (max-width: 767px) {
  .daizatsudan-movie__item-column02 {
    gap: 1.97rem;
  }
}
.daizatsudan-movie__item-picture {
  width: 12rem;
  height: 12rem;
}
@media (max-width: 767px) {
  .daizatsudan-movie__item-picture {
    width: 8rem;
    height: 8rem;
  }
}
.daizatsudan-movie__item-tag {
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .daizatsudan-movie__item-tag {
    font-size: 1.4rem;
  }
}
.daizatsudan-movie__item-iframe {
  position: relative;
  width: 50rem;
  height: 0;
  padding: 28.125rem 0 0 0;
}
@media (max-width: 767px) {
  .daizatsudan-movie__item-iframe {
    width: 100%;
    padding: 56.25% 0 0 0;
  }
}
.daizatsudan-movie__item-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.daizatsudan-about {
  padding: 4rem 0 12rem;
}
@media (max-width: 767px) {
  .daizatsudan-about {
    padding: 4rem 0 6rem;
  }
}
.daizatsudan-about__cont {
  width: 100%;
  padding: 9.6rem 0 0 0;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 767px) {
  .daizatsudan-about__cont {
    padding: 4rem 0 0 0;
  }
}
.daizatsudan-about__picture {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .daizatsudan-about__picture {
    width: 88%;
  }
}
.daizatsudan-about__txt {
  padding: 4rem 10rem 7.2rem;
}
@media (max-width: 767px) {
  .daizatsudan-about__txt {
    padding: 2rem 4.6rem 4.1rem;
  }
}
.daizatsudan-about__lead {
  margin: 0 0 4.8rem 0;
  text-align: center;
  line-height: 2;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .daizatsudan-about__lead {
    margin: 0 0 3.2rem 0;
    line-height: 2;
    font-size: 1.8rem;
  }
}
.daizatsudan-about__lead > p:not(:last-of-type) {
  margin: 0 0 1em 0;
}
.daizatsudan-about__lead .c-strong::before, .daizatsudan-about__lead .c-strong::after {
  width: calc(100% - 0.5em);
}
@media (max-width: 767px) {
  .daizatsudan-about__lead .c-strong::before, .daizatsudan-about__lead .c-strong::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .daizatsudan-about__lead .c-strong .is-sp {
    position: relative;
  }
  .daizatsudan-about__lead .c-strong .is-sp::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 0.2rem);
    height: 0.6rem;
    background: linear-gradient(90deg, #67ade1 0%, #1152e6 50%, #ff2c89 100%);
    z-index: -1;
  }
  .daizatsudan-about__lead .c-strong .is-sp::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 0.2rem);
    height: 0.6rem;
    background: #ffffff;
    opacity: 0.8;
    mix-blend-mode: screen;
    z-index: -1;
  }
  .daizatsudan-about__lead .c-strong .is-sp.is-short::before, .daizatsudan-about__lead .c-strong .is-sp.is-short::after {
    left: calc(50% - 0.35em);
    width: calc(100% - 0.5em);
  }
}
.daizatsudan-totop {
  position: relative;
  padding: 16px 0 0 0;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .daizatsudan-totop {
    padding: 1.6rem 0 0 0;
  }
}
@media (any-hover: hover) {
  .daizatsudan-totop:hover {
    opacity: 0.5;
  }
}
.daizatsudan-totop__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 7.8rem 0;
}
@media (max-width: 767px) {
  .daizatsudan-totop__wrap {
    margin: 0 0 4rem 0;
  }
}
.daizatsudan-totop__txt {
  text-align: center;
  font-size: max(1.8rem, 16px);
  font-weight: 700;
  color: #333333;
}
@media (max-width: 767px) {
  .daizatsudan-totop__txt {
    font-size: 1.4rem;
  }
}
.daizatsudan-totop__svg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 9px;
  color: #333333;
}
@media (max-width: 767px) {
  .daizatsudan-totop__svg {
    width: 1.6rem;
    height: 0.8rem;
  }
}
.daizatsudan-footer {
  position: relative;
  padding: 34.8px 0 48px;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.24);
  z-index: 4;
}
@media (max-width: 767px) {
  .daizatsudan-footer {
    padding: 1.63rem 0 2.1rem;
    box-shadow: 0px 0px 1.2rem rgba(0, 0, 0, 0.24);
  }
}
.daizatsudan-footer__cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
.daizatsudan-footer__sns {
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .daizatsudan-footer__sns {
    margin: 0 0 2.3rem 0;
  }
}
.daizatsudan-footer__sns-title {
  margin: 0 0 32px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .daizatsudan-footer__sns-title {
    margin: 0 0 1.6rem 0;
    font-size: 1.4rem;
  }
}
.daizatsudan-footer__sns-title .c-strong {
  margin: 0.4rem 0 0 0;
  font-size: 25px;
}
@media (max-width: 767px) {
  .daizatsudan-footer__sns-title .c-strong {
    font-size: 2.1rem;
  }
}
.daizatsudan-footer__sns-title .c-strong::before, .daizatsudan-footer__sns-title .c-strong::after {
  bottom: 4px;
}
@media (max-width: 767px) {
  .daizatsudan-footer__sns-title .c-strong::before, .daizatsudan-footer__sns-title .c-strong::after {
    bottom: 0.3rem;
  }
}
.daizatsudan-footer__logo {
  display: block;
  width: 239.45px;
}
@media (max-width: 767px) {
  .daizatsudan-footer__logo {
    width: 12rem;
  }
}