

.mainVisual {
  background-color: #ffffff;
  font-family: 'Shippori Mincho B1';
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100vw;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mainVisual {
    height: calc(800 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .mainVisual {
    height: 100svh;
  }
}

.mainVisual__skipBtn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(17, 18, 17, 0.6);
  bottom: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Archivo", "Cormorant Infant", serif;
  font-size: 16px;
  height: 76px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 20px;
  letter-spacing: .08em;
  line-height: .8;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  width: 32px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 99;
}

.mainVisual .sceneWrap {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .mainVisual .sceneWrap {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual .sceneWrap {
    height: 100vh;
  }
}

.mainVisual .sceneWrap:nth-of-type(1) {
  z-index: 9;
}

.mainVisual .sceneWrap:nth-of-type(2) {
  z-index: 8;
}

.mainVisual .sceneWrap:nth-of-type(3) {
  z-index: 7;
}

.mainVisual .sceneWrap:nth-of-type(4) {
  z-index: 6;
}

.mainVisual .sceneWrap:nth-of-type(5) {
  z-index: 5;
}

.mainVisual .sceneWrap:nth-of-type(6) {
  z-index: 4;
}

.mainVisual .sceneWrap:nth-of-type(7) {
  z-index: 3;
}

.mainVisual .sceneWrap__capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
  z-index: 4;
}

.mainVisual.is-end .mainVisual__skipBtn {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.mainVisual.is-end .sceneEnd__skyPicture:nth-of-type(1) .sceneEnd__bgSky {
  -webkit-animation: sceneCloud 40s linear infinite;
          animation: sceneCloud 40s linear infinite;
}

.mainVisual.is-end .sceneEnd__skyPicture:nth-of-type(2) .sceneEnd__bgSky {
  -webkit-animation: sceneCloud 40s 20s linear infinite;
          animation: sceneCloud 40s 20s linear infinite;
}

.sceneIntro {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneIntro__bgPicture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .sceneIntro__bgPicture {
    padding-right: calc(210 / 1334 * 100vh);
  }
}

.sceneIntro__pcBranch {
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}

.sceneIntro__pcBranch--left {
  left: 0;
}

.sceneIntro__pcBranch--right {
  right: 0;
}

.sceneIntro__spBranch {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.sceneIntro__branch, .sceneIntro__image {
  will-change: transform,opacity,filter;
}

@media screen and (max-width: 768px) {
  .sceneIntro__branch, .sceneIntro__image {
    height: 100%;
    max-width: unset;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    width: auto;
  }
}

.sceneIntro__txt {
  color: white;
  font-family: 'Shippori Mincho B1';
  font-size: 28px;
  left: 50%;
  line-height: .85;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .sceneIntro__txt {
    width: 37px;
  }
}

@media screen and (max-width: 768px) {
  .sceneIntro__txt {
    width: 26px;
  }
}

.sceneIntro__txt .txtSVG {
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7)) drop-shadow(-1px -1px 10px rgba(0, 0, 0, 0.7)) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7)) drop-shadow(-1px -1px 10px rgba(0, 0, 0, 0.7)) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7));
}

.sceneBush {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneBush__bgPicture {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneBush__image {
  height: 100%;
  left: 0;
  max-width: unset;
  position: absolute;
  top: 0;
  width: auto;
}

.sceneBush__txt {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  position: absolute;
  will-change: opacity,filter;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .sceneBush__txt {
    bottom: calc(77 / 1440 * 100vw);
    left: calc(77 / 1440 * 100vw);
    width: calc(390 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sceneBush__txt {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 277px;
  }
}

.sceneBush__txt .txtSVG {
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7)) drop-shadow(-1px -1px 10px rgba(0, 0, 0, 0.7)) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7)) drop-shadow(-1px -1px 10px rgba(0, 0, 0, 0.7)) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7));
}

.sceneBush__curtain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sceneBush__curtain span {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.sceneBush__curtain span:before {
  background-color: #ededed;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  width: 100%;
  will-change: transform;
}

.sceneBush__curtain.is-active span:before {
  opacity: 1;
}

.sceneWhole {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneWhole__bgPicture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneWhole__image {
  height: 100%;
  left: 0;
  max-width: unset;
  position: absolute;
  text-align: left;
  top: 0;
  width: auto;
}

.sceneWhole__txt {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  position: absolute;
  text-align: center;
  will-change: opacity,filter;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .sceneWhole__txt {
    right: calc(94 / 1440 * 100vw);
    top: calc(247 / 1440 * 100vw);
    width: calc(449 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sceneWhole__txt {
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 314px;
  }
}

.sceneWhole__curtain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sceneWhole__curtain span {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.sceneWhole__curtain span:before {
  background-color: #ededed;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity .75s ease-in-out ,-webkit-transform .5s ease-out;
  transition: opacity .75s ease-in-out ,-webkit-transform .5s ease-out;
  transition: opacity .75s ease-in-out ,transform .5s ease-out;
  transition: opacity .75s ease-in-out ,transform .5s ease-out ,-webkit-transform .5s ease-out;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 100%;
  will-change: transform;
}

.sceneWhole__curtain span:nth-of-type(2):before {
  -webkit-transition-delay: .07s;
          transition-delay: .07s;
}

.sceneWhole__curtain span:nth-of-type(3):before {
  -webkit-transition-delay: .14s;
          transition-delay: .14s;
}

.sceneWhole__curtain span:nth-of-type(4):before {
  -webkit-transition-delay: .21s;
          transition-delay: .21s;
}

.sceneWhole__curtain span:nth-of-type(5):before {
  -webkit-transition-delay: .28s;
          transition-delay: .28s;
}

.sceneWhole__curtain span:nth-of-type(6):before {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.sceneWhole__curtain span:nth-of-type(7):before {
  -webkit-transition-delay: .42s;
          transition-delay: .42s;
}

.sceneWhole__curtain span:nth-of-type(8):before {
  -webkit-transition-delay: .49s;
          transition-delay: .49s;
}

.sceneWhole__curtain span:nth-of-type(9):before {
  -webkit-transition-delay: .56s;
          transition-delay: .56s;
}

.sceneWhole__curtain span:nth-of-type(10):before {
  -webkit-transition-delay: .63s;
          transition-delay: .63s;
}

.sceneWhole__curtain span:nth-of-type(11):before {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.sceneWhole__curtain span:nth-of-type(12):before {
  -webkit-transition-delay: .77s;
          transition-delay: .77s;
}

@media screen and (max-width: 768px) {
  .sceneWhole__curtain span:nth-of-type(8), .sceneWhole__curtain span:nth-of-type(9), .sceneWhole__curtain span:nth-of-type(10), .sceneWhole__curtain span:nth-of-type(11), .sceneWhole__curtain span:nth-of-type(12) {
    display: none;
  }
}

.sceneWhole__curtain.is-active span:before {
  opacity: 1;
  -webkit-transform: scale(1.05, 1);
          transform: scale(1.05, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 1s ease 1s, -webkit-transform 2s cubic-bezier(0.04, 1.01, 0.64, 1) 0s;
  transition: opacity 1s ease 1s, -webkit-transform 2s cubic-bezier(0.04, 1.01, 0.64, 1) 0s;
  transition: opacity 1s ease 1s, transform 2s cubic-bezier(0.04, 1.01, 0.64, 1) 0s;
  transition: opacity 1s ease 1s, transform 2s cubic-bezier(0.04, 1.01, 0.64, 1) 0s, -webkit-transform 2s cubic-bezier(0.04, 1.01, 0.64, 1) 0s;
}

.sceneEntrance {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneEntrance__bgPicture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneEntrance__bgPicture--before {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}

.sceneEntrance__bgPicture--before .sceneEntrance__image {
  left: 0;
  margin: 0 auto 0 0;
}

.sceneEntrance__bgPicture--after {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sceneEntrance__bgPicture--after .sceneEntrance__image {
  left: 0;
}

.sceneEntrance__image {
  height: 100%;
  max-width: unset;
  position: absolute;
  top: 0;
  width: auto;
}

.sceneEntrance__txt {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  position: absolute;
  text-align: center;
  will-change: opacity,filter;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .sceneEntrance__txt {
    bottom: calc(77 / 1440 * 100vw);
    left: calc(77 / 1440 * 100vw);
    width: calc(450 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sceneEntrance__txt {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 309px;
  }
}

.sceneEntrance__txt .txtSVG {
  -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7)) drop-shadow(-1px -1px 10px rgba(0, 0, 0, 0.7)) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7)) drop-shadow(-1px -1px 10px rgba(0, 0, 0, 0.7)) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7));
}

.sceneGlass {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneGlass__bgPicture {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneGlass__txtPic {
  display: inline-block;
  -webkit-filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7)) drop-shadow(-1px -1px 7px rgba(255, 255, 255, 0.7)) drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7)) drop-shadow(-1px -1px 7px rgba(255, 255, 255, 0.7)) drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7));
  height: auto;
}

@media screen and (min-width: 768px) {
  .sceneGlass__txtPic--02 {
    margin-top: 30px;
    width: 84px;
  }
}

@media screen and (max-width: 768px) {
  .sceneGlass__txtPic--02 {
    margin-top: 20px;
    width: 52px;
  }
}

.sceneGlass__image {
  height: 100%;
  left: 0;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneGlass__txt {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: opacity,filter;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .sceneGlass__txt {
    width: calc(817 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sceneGlass__txt {
    width: 314px;
  }
}

.sceneGlass__txt .txtSVG {
  -webkit-filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.7));
}

.sceneGlass__gradientPic {
  height: 100%;
  width: 100%;
}

.sceneGlass__gradientPic .sceneGlass__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.sceneGlass__leafPic {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 6;
}

.sceneGlass__leafPic .sceneGlass__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.sceneGlass__bgGlitter {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.sceneGlass__bgGlitter .sceneGlass__gradientPic .sceneGlass__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  width: 100%;
}

.sceneGlass__bgGlitter .sceneGlass__gradientPic:nth-of-type(1) .sceneGlass__image {
  -webkit-animation: buble 4s 3s ease-in-out infinite;
          animation: buble 4s 3s ease-in-out infinite;
}

.sceneGlass__bgGlitter .sceneGlass__gradientPic:nth-of-type(2) .sceneGlass__image {
  -webkit-animation: buble 4s 6s ease-in-out infinite;
          animation: buble 4s 6s ease-in-out infinite;
}

.sceneGlass__bgGlitter .sceneGlass__gradientPic:nth-of-type(3) .sceneGlass__image {
  -webkit-animation: buble 4s ease-in-out infinite;
          animation: buble 4s ease-in-out infinite;
}

@-webkit-keyframes buble {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes buble {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}

.sceneEnd {
  background-color: #619FD6;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneEnd__skyGroup {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.sceneEnd__skyPicture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  width: auto;
  z-index: 3;
}

.sceneEnd__bgSky {
  height: 100%;
  max-width: unset;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .sceneEnd__bgSky {
    height: auto;
    width: 2160px;
  }
}

@media screen and (max-width: 768px) {
  .sceneEnd__bgSky {
    width: auto;
  }
}

.sceneEnd__branchPicture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .sceneEnd__branchPicture {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sceneEnd__branchPicture {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
    padding-left: 280px;
    top: calc(-50 / 1334 * 100vh);
  }
}

.sceneEnd__bgPicture {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}

.sceneEnd__branch {
  will-change: transform;
}

@media screen and (max-width: 768px) {
  .sceneEnd__branch {
    height: 100%;
    max-width: unset;
    width: auto;
  }
}

.sceneEnd__image {
  max-width: unset;
  width: auto;
  will-change: transform;
}

@media screen and (min-width: 768px) {
  .sceneEnd__image {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sceneEnd__image {
    height: 667px;
  }
}

.sceneEnd__txt {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: white;
  font-size: 28px;
  left: 50%;
  line-height: calc(78 / 56);
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  will-change: opacity,filter;
  z-index: 9;
}

.sceneEnd__txt .txtSVG {
  -webkit-filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7)) drop-shadow(-1px -1px 7px rgba(255, 255, 255, 0.7)) drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7)) drop-shadow(-1px -1px 7px rgba(255, 255, 255, 0.7)) drop-shadow(1px 1px 5px rgba(255, 255, 255, 0.7));
}

@media screen and (max-width: 768px) {
  .sceneEnd__txt--before {
    width: 309px;
  }
}

.sceneEnd__txt--after {
  top: 50%;
}

@media screen and (max-width: 768px) {
  .sceneEnd__txt--after {
    width: 192px;
  }
}

.sceneEnd__capOut {
  bottom: 5px;
  color: #ffffff;
  position: absolute;
  right: 5px;
}

@-webkit-keyframes sceneCloud {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
  }
  50% {
    opacity: 1;
  }
  55% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    -webkit-transform: translate(30%, 0);
            transform: translate(30%, 0);
    z-index: 2;
  }
  90% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    -webkit-transform: translate(30%, 0);
            transform: translate(30%, 0);
    z-index: 1;
  }
  95% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
  }
}

@keyframes sceneCloud {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
  }
  50% {
    opacity: 1;
  }
  55% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    -webkit-transform: translate(30%, 0);
            transform: translate(30%, 0);
    z-index: 2;
  }
  90% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
    -webkit-transform: translate(30%, 0);
            transform: translate(30%, 0);
    z-index: 1;
  }
  95% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    z-index: 2;
  }
}

.sceneSummary {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .sceneSummary {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: calc(50 / 1440 * 100vw) ;
  }
}

@media screen and (max-width: 768px) {
  .sceneSummary {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: calc(300 / 1334 * 100vh) 40px;
  }
}

@media screen and (min-width: 768px) {
  .sceneSummary__ttl {
    width: calc(338 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .sceneSummary__ttl {
    width: calc(490 / 1334 * 100vh);
  }
}

@media screen and (min-width: 768px) {
  .sceneSummary__ttl .txtSVG {
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7)) drop-shadow(-1px -1px 10px rgba(0, 0, 0, 0.7)) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7));
            filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7)) drop-shadow(-1px -1px 10px rgba(0, 0, 0, 0.7)) drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.7));
  }
}

.sceneSummary__txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .13em;
  position: relative;
  text-align: left;
  padding-bottom:80px;
  padding-left:20px;
}

@media screen and (min-width: 768px) {
  .sceneSummary__txt {
    color: #ffffff;
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(36 / 20);
    text-shadow: 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103, 0 0 16px #080103;
  }
}

@media screen and (max-width: 768px) {
  .sceneSummary__txt {
    color: rgba(17, 18, 17, 0.8);
    font-size: calc(30 / 1334 * 100vh);
    line-height: calc(54 / 30);
    margin-top: calc(20 / 1334 * 100vh);
  }
}

.glassLeafAnimation,
.patalAnimation {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.glassLeafAnimation__inner,
.patalAnimation__inner {
  position: relative;
  right: 0;
}

@media screen and (min-width: 768px) {
  .glassLeafAnimation__inner,
  .patalAnimation__inner {
    height: 150%;
    top: -150px;
    -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
    width: 150%;
  }
}

@media screen and (max-width: 768px) {
  .glassLeafAnimation__inner,
  .patalAnimation__inner {
    height: 120%;
    top: -50px;
    width: 120%;
  }
}


.glassLeafAnimation .pathSVG,
.patalAnimation .pathSVG {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 1;
}

.glassLeafAnimation .sakuraPath,
.glassLeafAnimation .glassLeafPath,
.patalAnimation .sakuraPath,
.patalAnimation .glassLeafPath {
  display: inline-block;
  will-change: transform;
}

.glassLeafAnimation .animatedElement,
.patalAnimation .animatedElement {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  will-change: transform;
}

.endVisual {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.endVisual__inner {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  padding: 105px 40px;
  position: absolute;
  top: 0;
  width: 100%;
}

.endVisual__txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(17, 18, 17, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .13em;
  line-height: calc(54 / 30);
  position: relative;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .endVisual__txt {
    margin-top: 20px;
  }
}

.endVisual__image {
  width: 100%;
}

.endVisual__capOut {
  font-size: 10px;
  padding-top: 5px;
  position: absolute;
  right: 5px;
  top: 100%;
}

@media screen and (max-width: 768px) {
  .endVisual__capOut {
    color: #666666;
  }
}

.endVisual.is-init .endVisual__inner {
  opacity: 0;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}

.endVisual.is-init .endVisual__image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.endVisual.is-init .endVisual__txt {
  opacity: 0;
  -webkit-transition: 1s 1.5s;
  transition: 1s 1.5s;
}

.endVisual.is-init.is-animate .endVisual__inner {
  opacity: 1;
}

.endVisual.is-init.is-animate .endVisual__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.endVisual.is-init.is-animate .endVisual__txt {
  opacity: 1;
}

.news {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .news {
    margin-top: 120px;
    width: 840px;
  }
}

@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 300px;
  }
}

.news__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .news__heading {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.news__heading .en {
  color: #666666;
  font-family: "Archivo", "Cormorant Infant", serif;
  letter-spacing: .08em;
}

@media screen and (min-width: 768px) {
  .news__heading .en {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .news__heading .en {
    font-size: 13px;
  }
}

.news__heading .jp {
  color: #333333;
  letter-spacing: .15em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .news__heading .jp {
    bottom: 100%;
    display: none;
    font-size: 14px;
    padding-bottom: 10px;
    padding-right: 20px;
    position: absolute;
    right: -2px;
  }
}

@media screen and (max-width: 768px) {
  .news__heading .jp {
    font-size: 12px;
    padding-right: 21px;
  }
}

.news__heading .jp:after {
  content: '＞';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
}

@media screen and (min-width: 768px) {
  .news__inner {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .news__inner {
    margin: 16px calc(50% - 50vw) 0;
    overflow: scroll;
    width: 100vw;
  }
  .news__inner::-webkit-scrollbar {
    display: none;
  }
}

.news--mod {
  pointer-events: none;
}

.news--mod .news__heading .jp {
  display: none;
}

.newsGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .newsGroup {
    margin: 0 0 0 auto;
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup {
    padding: 0 37.5px;
  }
}

.newsGroup .noticeCard {
  position: relative;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
  }
  .newsGroup .noticeCard:nth-of-type(n + 4) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard {
    width: 143px;
  }
}

.newsGroup .noticeCard:before {
  background-color: #cccccc;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard:before {
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard:before {
    height: 1px;
  }
}

.newsGroup .noticeCard:last-of-type {
  margin-right: 0;
}

.newsGroup .noticeCard__link {
  display: block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__link {
    padding: 20px 0;
  }
  .newsGroup .noticeCard__link.is-active, .newsGroup .noticeCard__link:hover {
    background-color: #eeeeee;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__link {
    padding: 16px 0 20px;
  }
}

.newsGroup .noticeCard__link .statusIcon {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon {
    height: 20px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon {
    display: none;
  }
}

.newsGroup .noticeCard__link .statusIcon:before, .newsGroup .noticeCard__link .statusIcon:after {
  background-color: #333333;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
}

.newsGroup .noticeCard__link .statusIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon:before {
    height: 100%;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon:before {
    height: 15px;
    width: 1px;
  }
}

.newsGroup .noticeCard__link .statusIcon:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon:after {
    height: 1px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__link .statusIcon:after {
    height: 1px;
    width: 15px;
  }
}

.newsGroup .noticeCard__link.is-active .statusIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
          transform: translate(-50%, -50%) scale(1, 0);
}

.newsGroup .noticeCard__body {
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

.newsGroup .noticeCard__body.is-open {
  max-height: 1000px;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__inner {
    padding: 20px 100px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__inner {
    padding: 16px 10px 26px;
  }
}

.newsGroup .noticeCard__inner .txt {
  color: #666666;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__inner .txt {
    font-size: 14px;
    width: 571px;
    line-height: 1.71429;
  }
  .newsGroup .noticeCard__inner .txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .newsGroup .noticeCard__inner .txt:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .newsGroup .noticeCard__inner .txt:before, .newsGroup .noticeCard__inner .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__inner .txt {
    font-size: 11px;
    line-height: 1.90909;
  }
  .newsGroup .noticeCard__inner .txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * .5em);
  }
  .newsGroup .noticeCard__inner .txt:after {
    margin-bottom: calc((1 - 1.90909) * .5em);
  }
  .newsGroup .noticeCard__inner .txt:before, .newsGroup .noticeCard__inner .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard__inner .txt + .btn-view {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard__inner .txt + .btn-view {
    margin-top: 25px;
  }
}

.newsGroup .noticeCard .btn-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Archivo", "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard .btn-view {
    font-size: 14px;
    height: 30px;
    width: 221px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard .btn-view {
    font-size: 15px;
    height: 30px;
    width: 100%;
  }
}

.newsGroup .noticeCard .btn-view:after {
  content: '＞';
  font-family: "YakuHanMP", "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard .btn-view--pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard .btn-view--sp {
    display: none;
  }
}

.newsGroup .noticeCard--mod {
  width: 100%;
}

.newsGroup .noticeCard--mod:first-of-type {
  background: none;
}

.newsGroup .noticeCard--mod .newsCard__link {
  pointer-events: none;
}

.newsGroup .noticeCard--mod .newsDetail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsGroup .noticeCard--mod .newsDetail__desc {
  -webkit-line-clamp: unset;
  margin-top: 0;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .newsGroup .noticeCard--mod .newsDetail__desc {
    width: 531px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .noticeCard--mod .newsDetail__desc {
    width: 220.5px;
  }
}

.newsGroup .newsDetail__term {
  color: #666666;
  font-family: "Archivo", "Cormorant Infant", serif;
  letter-spacing: .08em;
  line-height: .9;
}

@media screen and (min-width: 768px) {
  .newsGroup .newsDetail__term {
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .newsDetail__term {
    font-size: 13px;
  }
}

.newsGroup .newsDetail__desc {
  -webkit-box-orient: vertical;
  color: #333333;
  display: -webkit-box;
  letter-spacing: .15em;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .newsGroup .newsDetail__desc {
    font-size: 14px;
    -webkit-line-clamp: 1;
    margin-left: 100px;
    width: 540px;
  }
}

@media screen and (max-width: 768px) {
  .newsGroup .newsDetail__desc {
    font-size: 12px;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    line-height: 1.5;
  }
  .newsGroup .newsDetail__desc:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .newsGroup .newsDetail__desc:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .newsGroup .newsDetail__desc:before, .newsGroup .newsDetail__desc:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.infoMenu {
  background-color: #ffffff;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .infoMenu {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu {
    width: 350px;
  }
}

.infoMenu__back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .infoMenu__back {
    height: 50px;
    left: 0;
    top: 40px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__back {
    height: 40px;
    left: 27.5px;
    top: 25px;
    width: 40px;
  }
}

.infoMenu__back:before {
  content: '＜';
  line-height: 1;
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (min-width: 768px) {
  .infoMenu__back:before {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__back:before {
    font-size: 20px;
  }
}

.infoMenu__inner {
  height: 100%;
  overflow: scroll;
}

.infoMenu__inner::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .infoMenu__inner {
    margin: 0 auto;
    padding-bottom: 120px;
    padding-top: 120px;
    position: relative;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__inner {
    padding: 112.5px 27.5px;
  }
}

.infoMenu__heading {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .infoMenu__heading {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__heading {
    margin-bottom: 60px;
  }
}

.infoMenu__heading .en {
  color: #666666;
  display: block;
  font-family: "Archivo", "Cormorant Infant", serif;
  letter-spacing: .08em;
  line-height: .75;
}

@media screen and (min-width: 768px) {
  .infoMenu__heading .en {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__heading .en {
    font-size: 13px;
  }
}

.infoMenu__heading .jp {
  color: #333333;
  display: block;
  letter-spacing: .15em;
  line-height: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoMenu__heading .jp {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoMenu__heading .jp {
    font-size: 17px;
    margin-top: 15px;
  }
}

.infoMenu {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: .6s;
  transition: .6s;
}

@media screen and (min-width: 768px) {
  .infoMenu {
    opacity: 0;
  }
}

.infoMenu.is-visible {
  -webkit-box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
          box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .infoMenu.is-visible {
    opacity: 1;
  }
}

.infoGroup .noticeCard__link {
  display: block;
  position: relative;
}

.infoGroup .noticeCard__link.is-active {
  background-color: #f6f6f6;
}

.infoGroup .noticeCard__link.is-active .statusIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
          transform: translate(-50%, -50%) scale(1, 0);
}

.infoGroup .noticeCard .newsDetail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .newsDetail {
    padding: 10px;
  }
  .infoGroup .noticeCard .newsDetail:hover {
    background-color: #f6f6f6;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .newsDetail {
    padding: 12.5px 10px 12.5px 20px;
    -webkit-transition: 1.8s;
    transition: 1.8s;
  }
}

.infoGroup .noticeCard .newsDetail:before {
  background-color: #cccccc;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .newsDetail:before {
    height: 1px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .newsDetail:before {
    height: 1px;
  }
}

.infoGroup .noticeCard .newsDetail__term {
  font-family: "Archivo", "Cormorant Infant", serif;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .newsDetail__term {
    font-size: 12px;
    left: 0;
    letter-spacing: .12em;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .newsDetail__term {
    display: none;
  }
}

.infoGroup .noticeCard .newsDetail__desc {
  letter-spacing: .12em;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .newsDetail__desc {
    font-size: 14px;
    padding-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .newsDetail__desc {
    font-size: 12px;
    width: 200px;
    line-height: 1.5;
  }
  .infoGroup .noticeCard .newsDetail__desc:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .infoGroup .noticeCard .newsDetail__desc:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .infoGroup .noticeCard .newsDetail__desc:before, .infoGroup .noticeCard .newsDetail__desc:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.infoGroup .noticeCard .statusIcon {
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-180deg);
          transform: translate(0, -50%) rotate(-180deg);
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .statusIcon {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .statusIcon {
    height: 40px;
    width: 40px;
  }
}

.infoGroup .noticeCard .statusIcon:before, .infoGroup .noticeCard .statusIcon:after {
  background-color: #333333;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
}

.infoGroup .noticeCard .statusIcon:before {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .statusIcon:before {
    height: 20px;
    width: 1px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .statusIcon:before {
    height: 15px;
    width: 1px;
  }
}

.infoGroup .noticeCard .statusIcon:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .statusIcon:after {
    height: 1px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .statusIcon:after {
    height: 1px;
    width: 15px;
  }
}

.infoGroup .noticeCard__body {
  max-height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

.infoGroup .noticeCard__body.is-open {
  max-height: 1000px;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard__inner {
    padding: 20px 100px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard__inner {
    padding: 16px 10px 26px;
  }
}

.infoGroup .noticeCard__inner .txt {
  color: #666666;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard__inner .txt {
    font-size: 14px;
    width: 571px;
    line-height: 1.71429;
  }
  .infoGroup .noticeCard__inner .txt:before {
    content: '';
    margin-top: calc((1 - 1.71429) * .5em);
  }
  .infoGroup .noticeCard__inner .txt:after {
    margin-bottom: calc((1 - 1.71429) * .5em);
  }
  .infoGroup .noticeCard__inner .txt:before, .infoGroup .noticeCard__inner .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard__inner .txt {
    font-size: 11px;
    line-height: 1.90909;
  }
  .infoGroup .noticeCard__inner .txt:before {
    content: '';
    margin-top: calc((1 - 1.90909) * .5em);
  }
  .infoGroup .noticeCard__inner .txt:after {
    margin-bottom: calc((1 - 1.90909) * .5em);
  }
  .infoGroup .noticeCard__inner .txt:before, .infoGroup .noticeCard__inner .txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard__inner .txt + .btn-view {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard__inner .txt + .btn-view {
    margin-top: 25px;
  }
}

.infoGroup .noticeCard .btn-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Archivo", "Cormorant Infant", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .btn-view {
    font-size: 14px;
    height: 30px;
    width: 221px;
  }
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .btn-view {
    font-size: 15px;
    height: 30px;
    width: 100%;
  }
}

.infoGroup .noticeCard .btn-view:after {
  content: '＞';
  font-family: "YakuHanMP", "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

@media screen and (max-width: 768px) {
  .infoGroup .noticeCard .btn-view--pc {
    display: none;
  }
}

.infoGroup .noticeCard .btn-view--sp {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .infoGroup .noticeCard .btn-view--sp {
    display: none;
  }
}

.noticeModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: .9s;
  transition: .9s;
  visibility: hidden;
  width: 100vw;
  z-index: 9999;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.noticeModal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.noticeModal .modalContent {
  height: 100%;
  max-height: 80vh;
  position: relative;
}

.noticeModal .modalContent__inner {
  height: 100%;
  overflow: scroll;
  position: relative;
  z-index: 9;
}

.noticeModal .modalContent__inner::-webkit-scrollbar {
  display: none;
}

.noticeModal .modalContent__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .noticeModal .modalContent__close {
    bottom: calc(100% + 20px);
    height: 30px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .noticeModal .modalContent__close {
    bottom: calc(100% + 10px);
    height: 15px;
    width: 25px;
  }
}

.noticeModal .modalContent__close:before, .noticeModal .modalContent__close:after {
  background-color: #ffffff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 110%;
}

@media screen and (max-width: 768px) {
  .noticeModal .modalContent__close:before, .noticeModal .modalContent__close:after {
    height: 1px;
  }
}

.noticeModal .modalContent__close:before {
  top: 0;
  -webkit-transform: rotate(30.6deg);
          transform: rotate(30.6deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.noticeModal .modalContent__close:after {
  bottom: 0;
  -webkit-transform: rotate(-30.6deg);
          transform: rotate(-30.6deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.noticeModal.is-visible {
  opacity: 1;
  visibility: visible;
}

.registration {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .registration {
    padding: 60px 100px;
    width: 800px;
  }
}

@media screen and (max-width: 768px) {
  .registration {
    padding: 30px;
    width: 335px;
  }
}

.registration__title {
  color: #333333;
  font-weight: 700;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .registration__title {
    font-size: 32px;
    margin-bottom: 50px;
    line-height: 1.25;
  }
  .registration__title:before {
    content: '';
    margin-top: calc((1 - 1.25) * .5em);
  }
  .registration__title:after {
    margin-bottom: calc((1 - 1.25) * .5em);
  }
  .registration__title:before, .registration__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .registration__title {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1.66667;
  }
  .registration__title:before {
    content: '';
    margin-top: calc((1 - 1.66667) * .5em);
  }
  .registration__title:after {
    margin-bottom: calc((1 - 1.66667) * .5em);
  }
  .registration__title:before, .registration__title:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.registration__txt {
  color: #666666;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .registration__txt {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}

@media screen and (max-width: 768px) {
  .registration__txt {
    font-size: 11px;
    line-height: calc(42 / 22);
  }
}

.registrationDetail {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .registrationDetail {
    font-size: 14px;
    line-height: calc(24 / 14);
  }
}

@media screen and (max-width: 768px) {
  .registrationDetail {
    font-size: 11px;
    line-height: calc(42 / 22);
  }
}

@media screen and (min-width: 768px) {
  .registrationDetail + .registration__txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .registrationDetail + .registration__txt {
    margin-top: 20px;
  }
}

.registrationList {
  color: #666666;
  letter-spacing: .15em;
}

@media screen and (min-width: 768px) {
  .registrationList {
    font-size: 14px;
    line-height: calc(32 / 14);
  }
}

@media screen and (max-width: 768px) {
  .registrationList {
    font-size: 11px;
    line-height: calc(42 / 22);
  }
}

.registrationList--necessary {
  counter-reset: num;
}

.registrationList--necessary .registrationList__item {
  counter-increment: num;
  position: relative;
}

@media screen and (min-width: 768px) {
  .registrationList--necessary .registrationList__item {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .registrationList--necessary .registrationList__item {
    padding-left: 17.5px;
  }
}

.registrationList--necessary .registrationList__item:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #666666;
  border-radius: 50%;
  content: counter(num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .registrationList--necessary .registrationList__item:before {
    font-size: 12px;
    height: 20px;
    top: 4px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .registrationList--necessary .registrationList__item:before {
    font-size: 10px;
    height: 15px;
    top: 4px;
    width: 15px;
  }
}

.registrationList--condition {
  counter-reset: num;
}

.registrationList--condition .registrationList__item {
  counter-increment: num;
  position: relative;
}

@media screen and (min-width: 768px) {
  .registrationList--condition .registrationList__item {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .registrationList--condition .registrationList__item {
    padding-left: 20px;
  }
}

.registrationList--condition .registrationList__item:before {
  content: "(" counter(num) ")";
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .registrationList + .registration__txt {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .registrationList + .registration__txt {
    margin-top: 20px;
  }
}

.uspWrap {
  overflow: hidden;
}

.usp {
  font-family: "YakuHanMP", "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  overflow: hidden;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

.usp__cont {
  overflow: hidden;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .usp__cont {
    padding: 25px 20px 85px;
  }
}

.usp__inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .usp__inner {
    padding: 0 20px;
  }
}

.usp__inner:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.usp .statusIcon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #dbdcdb;
  border-radius: 50%;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  width: 50px;
  z-index: 3;
}

.usp .statusIcon .dotsSVG {
  width: 19px;
}

.usp .statusIcon .closeSVG {
  display: none;
  width: 10px;
}

.usp.is-open .statusIcon .dotsSVG {
  display: none;
}

.usp.is-open .statusIcon .closeSVG {
  display: block;
}

.defaultUSP {
  font-family: "YakuHanMP", "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 768px) {
  .defaultUSP {
    margin: 0 auto;
    padding-bottom: 160px;
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .defaultUSP {
    overflow: hidden;
  }
}

.defaultUSP__cont {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (min-width: 768px) {
  .defaultUSP__cont {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .defaultUSP__cont {
    overflow: hidden;
    padding: 25px 20px 105px;
  }
}

.defaultUSP__inner {
  position: relative;
}

@media screen and (max-width: 768px) {
  .defaultUSP__inner {
    padding: 0 20px;
  }
}

.defaultUSP__inner:before {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

@media screen and (max-width: 768px) {
  .defaultUSP__inner:before {
    content: '';
  }
}

@media screen and (min-width: 768px) {
  .defaultUSP__lead {
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 1.58333;
  }
  .defaultUSP__lead:before {
    content: '';
    margin-top: calc((1 - 1.58333) * .5em);
  }
  .defaultUSP__lead:after {
    margin-bottom: calc((1 - 1.58333) * .5em);
  }
  .defaultUSP__lead:before, .defaultUSP__lead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .defaultUSP__lead {
    font-size: 16px;
    letter-spacing: .14em;
    line-height: 1.5;
  }
  .defaultUSP__lead:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .defaultUSP__lead:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .defaultUSP__lead:before, .defaultUSP__lead:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .defaultUSP__lead + .txt {
    margin-top: 34px;
  }
}

.defaultUSP .statusIcon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 1px solid #dbdcdb;
  border-radius: 50%;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  width: 50px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .defaultUSP .statusIcon {
    display: none;
  }
}

.defaultUSP .statusIcon .dotsSVG {
  width: 19px;
}

.defaultUSP .statusIcon .closeSVG {
  display: none;
  width: 10px;
}

.defaultUSP.is-open .statusIcon .dotsSVG {
  display: none;
}

.defaultUSP.is-open .statusIcon .closeSVG {
  display: block;
}

@media screen and (min-width: 768px) {
  .defaultUSP--vision {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    padding-top: 430px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .defaultUSP--vision .defaultUSP__head {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .defaultUSP--vision .defaultUSP__cont {
    padding-left: 120px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .defaultUSP--design .defaultUSP__inner .txt {
    width: 481px;
  }
}

@media screen and (min-width: 768px) {
  .defaultUSP--diversity .defaultUSP__inner .txt {
    width: 720px;
  }
}

.defaultUSP--plan .saleAttention {
  border: 1px solid #c6c6c6;
  display: block;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .defaultUSP--plan .saleAttention {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .defaultUSP--plan .saleAttention {
    margin: 20px;
  }
}

.defaultUSP--plan .saleAttention__txt {
  line-height: 2;
}

.defaultUSP--plan .saleAttention__txt:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.defaultUSP--plan .saleAttention__txt:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.defaultUSP--plan .saleAttention__txt:before, .defaultUSP--plan .saleAttention__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 768px) {
  .defaultUSP--plan .saleAttention__txt {
    font-size: 18px;
    letter-spacing: .14em;
  }
}

@media screen and (max-width: 768px) {
  .defaultUSP--plan .saleAttention__txt {
    font-size: 14px;
    letter-spacing: .12em;
  }
}

@media screen and (max-width: 768px) {
  .defaultUSP + .defaultUSP {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .guideLead {
    padding: 25px 20px 25px;
  }
}

@media screen and (min-width: 768px) {
  .guideLead__txt {
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 1.58333;
  }
  .guideLead__txt:before {
    content: '';
    margin-top: calc((1 - 1.58333) * .5em);
  }
  .guideLead__txt:after {
    margin-bottom: calc((1 - 1.58333) * .5em);
  }
  .guideLead__txt:before, .guideLead__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .guideLead__txt {
    font-size: 16px;
    letter-spacing: .14em;
    line-height: 1.5;
  }
  .guideLead__txt:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .guideLead__txt:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .guideLead__txt:before, .guideLead__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.guideBnr {
  background-color: #ffffff;
  -webkit-box-shadow: 6.883px 9.83px 16px 0 rgba(44, 48, 46, 0.3);
          box-shadow: 6.883px 9.83px 16px 0 rgba(44, 48, 46, 0.3);
  display: block;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .guideBnr:hover {
    -webkit-box-shadow: 6.883px 9.83px 16px 0 rgba(44, 48, 46, 0.1);
            box-shadow: 6.883px 9.83px 16px 0 rgba(44, 48, 46, 0.1);
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  .guideBnr:hover .guideBnr__bg {
    opacity: .8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .guideBnr:hover {
    -webkit-box-shadow: 6.883px 9.83px 16px 0 rgba(44, 48, 46, 0.1);
            box-shadow: 6.883px 9.83px 16px 0 rgba(44, 48, 46, 0.1);
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
  .guideBnr:hover .guideBnr__bg {
    opacity: .8;
  }
}

.guideBnr__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .guideBnr__inner {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .guideBnr__inner {
    padding: 20px;
  }
}

.guideBnr__bg {
  -webkit-transition: .3s;
  transition: .3s;
}

.guideBnr__bg .photo__capOut {
  position: absolute;
  right: 0;
  top: 100%;
}

.guideBnr__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .guideBnr__icon {
    width: 80px;
  }
}

@media screen and (max-width: 768px) {
  .guideBnr__icon {
    width: 40px;
  }
}

.guideBnr__icon .arrowSVG {
  height: auto;
}

@media screen and (min-width: 768px) {
  .guideBnr__icon .arrowSVG {
    width: 10px;
  }
}

@media screen and (max-width: 768px) {
  .guideBnr__icon .arrowSVG {
    width: 6px;
  }
}

.guideBnr__ttl {
  font-family: "Archivo", "Cormorant Infant", serif;
  letter-spacing: .06em;
  line-height: .8;
}

@media screen and (min-width: 768px) {
  .guideBnr__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .guideBnr__ttl {
    font-size: 16px;
  }
}

.guideBnr__heading {
  letter-spacing: .1em;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .guideBnr__heading {
    font-size: 16px;
    line-height: 1.5625;
  }
  .guideBnr__heading:before {
    content: '';
    margin-top: calc((1 - 1.5625) * .5em);
  }
  .guideBnr__heading:after {
    margin-bottom: calc((1 - 1.5625) * .5em);
  }
  .guideBnr__heading:before, .guideBnr__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .guideBnr__heading {
    font-size: 12px;
    line-height: 1.58333;
  }
  .guideBnr__heading:before {
    content: '';
    margin-top: calc((1 - 1.58333) * .5em);
  }
  .guideBnr__heading:after {
    margin-bottom: calc((1 - 1.58333) * .5em);
  }
  .guideBnr__heading:before, .guideBnr__heading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .txt + .guideBnr {
    margin-top: 56px;
  }
}

@media screen and (max-width: 768px) {
  .txt + .guideBnr {
    margin-top: 30px;
  }
}

.uspLead {
  color: rgba(17, 18, 17, 0.8);
  letter-spacing: .12em;
}

@media screen and (min-width: 768px) {
  .uspLead {
    font-size: 32px;
    line-height: 1.13;
  }
}

@media screen and (max-width: 768px) {
  .uspLead {
    font-size: 20px;
    line-height: 1;
  }
}

.uspTtl {
  color: rgba(17, 18, 17, 0.6);
  font-family: "Archivo", "Cormorant Infant", serif;
  letter-spacing: .06em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .uspTtl {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .uspTtl {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .visionUSP {
    margin-left: calc(-50vw + 600px);
    width: 50vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .visionUSP {
    margin-left: 0;
    width: 100%;

  }
}

.visionUSP__head .uspLead,
.visionUSP__head .uspTtl {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .visionUSP__head .uspLead,
  .visionUSP__head .uspTtl {
    top: 160px;
  }
}

@media screen and (max-width: 768px) {
  .visionUSP__head .uspLead,
  .visionUSP__head .uspTtl {
    top: 40px;
  }
}

.visionUSP__head .uspTtl {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

@media screen and (min-width: 768px) {
  .visionUSP__head .uspTtl {
    left: calc(50% + 35px);
    -webkit-transform: rotate(90deg) translate(-10%, 0);
            transform: rotate(90deg) translate(-10%, 0);
  }
}

@media screen and (max-width: 768px) {
  .visionUSP__head .uspTtl {
    left: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.visionUSP__head .uspLead {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .visionUSP__head .uspLead {
    line-height: calc(60 / 40);
  }
}

.visionUSP__cont {
  -webkit-box-shadow: 6.883px 9.83px 16px 0 rgba(44, 48, 46, 0.3);
          box-shadow: 6.883px 9.83px 16px 0 rgba(44, 48, 46, 0.3);
}

.visionUSP.sai-init .uspLead,
.visionUSP.sai-init .uspTtl {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.visionUSP.sai-init .photo {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .visionUSP.sai-init .photo {
    -webkit-transition: 2s 2s;
    transition: 2s 2s;
  }
}

@media screen and (max-width: 768px) {
  .visionUSP.sai-init .photo {
    -webkit-transition: 2s 1s;
    transition: 2s 1s;
  }
}

.visionUSP.sai-init .photo__image {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 2s 1s;
  transition: 2s 1s;
}

.visionUSP.sai-init.sai-animate .uspLead,
.visionUSP.sai-init.sai-animate .uspTtl {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.visionUSP.sai-init.sai-animate .photo {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.visionUSP.sai-init.sai-animate .photo__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.specialUSP {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .specialUSP {
    padding-top: 320px;
  }
}

@media screen and (max-width: 768px) {
  .specialUSP {
    padding-bottom: 20px;
    padding-top: 60px;
  }
}

.specialUSP:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .specialUSP:before {
    background: url("../../imgs/pc/bg-usp-02.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 768px) {
  .specialUSP:before {
    background: url("../../imgs/sp/bg-usp-02.jpg");
    height: 100px;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .specialUSP__head {
    left: 88px;
    position: absolute;
    top: 465px;
    z-index: 3;
  }
}

.specialUSP__head .uspLead,
.specialUSP__head .uspTtl {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .specialUSP__head .uspLead,
  .specialUSP__head .uspTtl {
    z-index: 2;
  }
}

.specialUSP__head .uspTtl {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .specialUSP__head .uspTtl {
    left: 50px;
    top: -15px;
  }
}

@media screen and (max-width: 768px) {
  .specialUSP__head .uspTtl {
    left: 20px;
    top: 50px;
  }
}

.specialUSP__head .uspLead {
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  .specialUSP__head .uspLead {
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .specialUSP__head .uspLead {
    right: 20px;
    top: 60px;
    z-index: 2;
  }
}

.specialUSP.sai-init .uspLead,
.specialUSP.sai-init .uspTtl {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.specialUSP.sai-init.sai-animate .uspLead,
.specialUSP.sai-init.sai-animate .uspTtl {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.parallaxVisual {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .parallaxVisual {
    height: 840px;
    margin: 0 0 0 auto;
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .parallaxVisual {
    height: 335px;
    margin: 0 auto;
    width: 255px;
  }
}

.parallaxVisual .caption {
  position: absolute;
  right: 0;
  top: 100%;
}

@media screen and (min-width: 768px) {
  .parallaxVisual .caption {
    padding-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .parallaxVisual .caption {
    padding-top: 5px;
  }
}

.parallaxVisual .scrAnim {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  overflow: hidden;
  position: absolute;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

@media screen and (min-width: 768px) {
  .parallaxVisual .scrAnim {
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .parallaxVisual .scrAnim {
    width: 80px;
  }
}

.parallaxVisual .scrAnim:nth-of-type(2) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.parallaxVisual .scrAnim:nth-of-type(3) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.parallaxVisual .scrAnim .movingImage {
  max-width: inherit;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .parallaxVisual .scrAnim .movingImage {
    height: 1040px;
    width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .parallaxVisual .scrAnim .movingImage {
    height: 435px;
    width: 255px;
  }
}

.parallaxVisual .scrAnim--left {
  left: 0;
}

@media screen and (min-width: 768px) {
  .parallaxVisual .scrAnim--left {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .parallaxVisual .scrAnim--left {
    height: 255px;
  }
}

.parallaxVisual .scrAnim--left .movingImage {
  left: 0;
}

@media screen and (min-width: 768px) {
  .parallaxVisual .scrAnim--center {
    height: 680px;
    left: calc(50% - 115px);
  }
}

@media screen and (max-width: 768px) {
  .parallaxVisual .scrAnim--center {
    height: 295px;
    left: calc(50% - 40px);
  }
}

@media screen and (min-width: 768px) {
  .parallaxVisual .scrAnim--center .movingImage {
    left: calc(50% - 340px);
  }
}

@media screen and (max-width: 768px) {
  .parallaxVisual .scrAnim--center .movingImage {
    left: calc(50% - 123px);
  }
}

.parallaxVisual .scrAnim--right {
  right: 0;
}

@media screen and (min-width: 768px) {
  .parallaxVisual .scrAnim--right {
    height: 840px;
  }
}

@media screen and (max-width: 768px) {
  .parallaxVisual .scrAnim--right {
    height: 335px;
  }
}

.parallaxVisual .scrAnim--right .movingImage {
  right: 0;
}

.parallaxVisual.sai-init.sai-animate .scrAnim {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.designUSP {
  position: relative;
  width: 100vw;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .designUSP {
    margin: 0 calc(50% - 50vw) 270px;
  }
}

@media screen and (max-width: 768px) {
  .designUSP {
    margin: 0 calc(50% - 50vw);
  }
}

.designUSP__head {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .designUSP__head {
    position: absolute;
    right: 0;
    top: 220px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 768px) {
  .designUSP__head {
    text-align: right;
    width: 355px;
  }
}

.designUSP__head .uspLead {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .designUSP__head .uspLead {
    margin-top: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .designUSP__head .uspLead {
    margin-top: 8px;
  }
}

.designUSP.sai-init .fixSakura__patal {
  -webkit-transition: 4s;
  transition: 4s;
}

@media screen and (min-width: 768px) {
  .designUSP.sai-init .fixSakura__patal {
    -webkit-transform: translate(2000px, -2000px) scale(0.3);
            transform: translate(2000px, -2000px) scale(0.3);
  }
}

@media screen and (max-width: 768px) {
  .designUSP.sai-init .fixSakura__patal {
    -webkit-transform: translate(500%, -1000%) scale(0.3);
            transform: translate(500%, -1000%) scale(0.3);
  }
}

.designUSP.sai-init.sai-animate .fixSakura__patal {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.subVisual {
  bottom: 195px;
  position: absolute;
  right: 0;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 6;
}

@media screen and (max-width: 768px) {
  .subVisual {
    display: none;
  }
}

.subVisual .photo__image {
  -webkit-box-shadow: 5.736px 8.192px 15px 0 rgba(17, 18, 17, 0.3);
          box-shadow: 5.736px 8.192px 15px 0 rgba(17, 18, 17, 0.3);
}

.subVisual.sai-init {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}

.subVisual.sai-init.sai-animate {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.fixSakura {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.fixSakura__patal {
  height: auto;
  opacity: .8;
  position: absolute;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .fixSakura__patal:nth-of-type(1) {
    right: -20px;
    top: 80px;
    width: 96px;
  }
}

@media screen and (max-width: 768px) {
  .fixSakura__patal:nth-of-type(1) {
    right: -20px;
    top: 80px;
    width: 96px;
  }
}

@media screen and (min-width: 768px) {
  .fixSakura__patal:nth-of-type(2) {
    right: 20px;
    top: 180px;
    width: 42px;
  }
}

@media screen and (max-width: 768px) {
  .fixSakura__patal:nth-of-type(2) {
    left: 20px;
    top: 180px;
    width: 42px;
  }
}

@media screen and (min-width: 768px) {
  .fixSakura__patal:nth-of-type(3) {
    width: 74px;
  }
}

@media screen and (max-width: 768px) {
  .fixSakura__patal:nth-of-type(3) {
    width: 74px;
  }
}

@media screen and (min-width: 768px) {
  .fixSakura__patal:nth-of-type(4) {
    left: 420px;
    top: 50px;
    width: 56px;
  }
}

@media screen and (max-width: 768px) {
  .fixSakura__patal:nth-of-type(4) {
    left: 50px;
    top: 50px;
    width: 56px;
  }
}

@media screen and (min-width: 768px) {
  .fixSakura__patal:nth-of-type(5) {
    left: 515px;
    top: 580px;
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .fixSakura__patal:nth-of-type(5) {
    left: 185px;
    top: 140px;
    width: 20px;
  }
}

@media screen and (min-width: 768px) {
  .fixSakura__patal:nth-of-type(6) {
    left: 85px;
    top: 170px;
    width: 93px;
  }
}

@media screen and (max-width: 768px) {
  .fixSakura__patal:nth-of-type(6) {
    left: 85px;
    top: 170px;
    width: 93px;
  }
}

@media screen and (min-width: 768px) {
  .fixSakura__patal:nth-of-type(7) {
    right: 105px;
    top: 300px;
    width: 42px;
  }
}

@media screen and (max-width: 768px) {
  .fixSakura__patal:nth-of-type(7) {
    right: 105px;
    top: 300px;
    width: 42px;
  }
}

@media screen and (min-width: 768px) {
  .fixSakura__patal:nth-of-type(8) {
    left: 825px;
    top: 620px;
    width: 49px;
  }
}

@media screen and (max-width: 768px) {
  .fixSakura__patal:nth-of-type(8) {
    left: -25px;
    top: 100px;
    width: 49px;
  }
}

@media screen and (min-width: 768px) {
  .fixSakura__patal:nth-of-type(9) {
    left: 105px;
    top: 300px;
    width: 63px;
  }
}

@media screen and (max-width: 768px) {
  .fixSakura__patal:nth-of-type(9) {
    left: 105px;
    top: 300px;
    width: 63px;
  }
}

.sakuraBlow {
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sakuraBlow__inner {
  height: 120%;
  position: relative;
  right: 0;
  top: -50px;
  width: 120%;
}

.sakuraBlow .pathSVG {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 1;
}

.sakuraBlow .sakuraPath {
  display: inline-block;
}

.sakuraBlow .animatedElement {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.diversityUSP {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .diversityUSP {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .diversityUSP {
    width: 335px;
  }
}

.diversityUSP__head {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .diversityUSP__head {
    height: 135px;
  }
}

@media screen and (max-width: 768px) {
  .diversityUSP__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 103px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 22px;
  }
}

.diversityUSP__head .uspLead {
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .diversityUSP__head .uspLead {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .diversityUSP__head .uspLead {
    margin-top: 15px;
  }
}

.diversityUSP .lineSVG {
  height: auto;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .diversityUSP .lineSVG--topLeft {
    left: -240px;
    top: 0;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .diversityUSP .lineSVG--topLeft {
    left: -20px;
    top: -16px;
    width: 186px;
  }
}

@media screen and (min-width: 768px) {
  .diversityUSP .lineSVG--bottomRight {
    right: -240px;
    top: 0;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .diversityUSP .lineSVG--bottomRight {
    bottom: 25px;
    right: -20px;
    width: 375px;
  }
}

.diversityUSP.sai-init .uspLead,
.diversityUSP.sai-init .uspTtl {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.diversityUSP.sai-init .photo {
  opacity: 0;
  -webkit-transition: 1.6s 1.5s;
  transition: 1.6s 1.5s;
}

.diversityUSP.sai-init .lineSVG .linePath {
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
}

.diversityUSP.sai-init .lineSVG .linePath--r_l {
  -webkit-transform-origin: right;
          transform-origin: right;
}

.diversityUSP.sai-init .lineSVG .linePath--l_r {
  -webkit-transform-origin: left;
          transform-origin: left;
}

.diversityUSP.sai-init .lineSVG .linePath--t_b {
  -webkit-transform-origin: top;
          transform-origin: top;
}

.diversityUSP.sai-init .lineSVG .linePath--b_t {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.diversityUSP.sai-init .lineSVG .linePath--r_l, .diversityUSP.sai-init .lineSVG .linePath--l_r {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.diversityUSP.sai-init .lineSVG .linePath--t_b, .diversityUSP.sai-init .lineSVG .linePath--b_t {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.diversityUSP.sai-init .lineSVG .linePath:nth-of-type(1) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.diversityUSP.sai-init .lineSVG .linePath:nth-of-type(2) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.diversityUSP.sai-init .lineSVG .linePath:nth-of-type(3) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.diversityUSP.sai-init .lineSVG .linePath:nth-of-type(4) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.diversityUSP.sai-init .lineSVG .linePath:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.diversityUSP.sai-init .lineSVG .linePath:nth-of-type(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.diversityUSP.sai-init .lineSVG .linePath:nth-of-type(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.diversityUSP.sai-init.sai-animate .uspLead,
.diversityUSP.sai-init.sai-animate .uspTtl {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.diversityUSP.sai-init.sai-animate .photo {
  opacity: 1;
}

.diversityUSP.sai-init.sai-animate .lineSVG .linePath--r_l, .diversityUSP.sai-init.sai-animate .lineSVG .linePath--l_r, .diversityUSP.sai-init.sai-animate .lineSVG .linePath--t_b, .diversityUSP.sai-init.sai-animate .lineSVG .linePath--b_t {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.planUSP__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: calc(100% + 60px);
  position: absolute;
  top: 0;
}

.planUSP__head .uspTtl {
  left: calc(100% + 10px);
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg) translate(-10%, 0);
          transform: rotate(90deg) translate(-10%, 0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  white-space: nowrap;
}

.planUSP__visual {
  position: relative;
}

@media screen and (min-width: 768px) {
  .planUSP__visual {
    margin-bottom: 144px;
    margin-left: -240px;
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .planUSP__visual {
    margin-left: 0;
    width: 315px;
  }
}

.planUSP__visual .uspLead {
  left: calc(100% + 20px);
  position: absolute;
  top: 0;
  z-index: 2;
  text-orientation: upright;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .planUSP__visual + .planGallery {
    margin-top: 40px;
  }
}

.planUSP.sai-init .uspLead,
.planUSP.sai-init .uspTtl {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.planUSP.sai-init .planUSP__visual .photo {
  opacity: 0;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.planUSP.sai-init.sai-animate .uspLead,
.planUSP.sai-init.sai-animate .uspTtl {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.planUSP.sai-init.sai-animate .planUSP__visual .photo {
  opacity: 1;
}

.planGallery {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .planGallery {
    width: 335px;
  }
}

.planGallery__item {
  counter-increment: planGalleryOrder;
  position: relative;
}

@media screen and (min-width: 768px) {
  .planGallery__item {
    width: 360px;
  }
}

@media screen and (max-width: 768px) {
  .planGallery__item:nth-of-type(1) {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .planGallery__item:nth-of-type(2) {
    width: 178px;
  }
}

@media screen and (min-width: 768px) {
  .planGallery__item:nth-of-type(3) {
    bottom: 170px;
    position: absolute;
    right: 240px;
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .planGallery__item:nth-of-type(3) {
    display: none;
  }
}

.planGallery__item:before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: counter(planGalleryOrder);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  width: 20px;
  z-index: 1;
}

.planGallery__leadArea {
  position: absolute;
  right: 0;
  top: 0;
  width: 480px;
}

@media screen and (max-width: 768px) {
  .planGallery__leadArea {
    display: none;
  }
}

.planGallery__lead {
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.58333;
}

.planGallery__lead:before {
  content: '';
  margin-top: calc((1 - 1.58333) * .5em);
}

.planGallery__lead:after {
  margin-bottom: calc((1 - 1.58333) * .5em);
}

.planGallery__lead:before, .planGallery__lead:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.planGallery__lead + .txt {
  margin-top: 35px;
}

.planGallery__textureBG {
  background: url("../../imgs/sp/bg-pattern-plan.jpg");
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .planGallery__textureBG--left {
    height: 240px;
    left: -240px;
    top: -80px;
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .planGallery__textureBG--left {
    bottom: 64px;
    height: 80px;
    right: -20px;
    width: 240px;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .planGallery__textureBG--right {
    bottom: 50px;
    height: 240px;
    right: -240px;
    width: 660px;
  }
}

@media screen and (max-width: 768px) {
  .planGallery__textureBG--right {
    display: none;
  }
}

.planGallery .uspTtl {
  position: absolute;
  right: 40px;
  top: 0;
}

.planGallery .caption {
  bottom: 0;
  position: absolute;
  right: 0;
}

.planGallery.sai-init .planGallery__textureBG {
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.planGallery.sai-init .planGallery__item {
  opacity: 0;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.planGallery.sai-init .planGallery__item:nth-of-type(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.planGallery.sai-init.sai-animate .planGallery__textureBG,
.planGallery.sai-init.sai-animate .planGallery__item {
  opacity: 1;
}

.topCV {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #ffffff;
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  -webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);
  -webkit-transition: .6s;
  transition: .6s;
  width: 330px;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .topCV {
    display: none;
  }
}

.topCV__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  color: #333333;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media screen and (min-width: 768px) {
  .topCV__button {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
            box-shadow: 0 0 13px 3px rgba(8, 1, 3, 0.3);
    padding: 0;
  }
  .topCV__button:hover {
    opacity: .7;
  }
}

.topCV__button:focus:not(:focus-visible) {
  outline: 0;
}

.topCV__button:after {
  color: #333333;
  content: '＞';
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

.topCV .topCV-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  text-align: left;
}

.topCV .topCV-title:before {
  background-color: #eb6877;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  width: 6px;
}

.topCV .topCV-title__txt {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
}

.topCV .topCV-title__txt:not(:last-of-type) {
  margin-right: 5px;
}

.topCV .topCV-title__txt:not(:last-of-type):after {
  content: ' / ';
}

.topCV__logo {
  margin-left: 12px;
  width: 98px;
}

.topCV.is-new .topCV-title:before {
  opacity: 1;
}

.topCV.is-visible {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .site-theme-black .topCV__button {
    background-color: #333333;
  }
}

@media screen and (max-width: 768px) {
  .site-theme-black .topCV__button {
    background-color: #333333;
  }
}

.site-theme-black .topCV .topCV-title__txt {
  color: #ffffff;
}

.infoBox {
  background-color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoBox {
    bottom: 0;
    height: 40px;
    max-width: 700px;
    position: absolute;
  }
}

@media screen and (max-width: 768px) {
  .infoBox {
    height: 40px;
    width: 100%;
  }
}

.infoBox__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .infoBox__link {
    padding: 10px 65px;
  }
  .infoBox__link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__link {
    padding: 5px 20px;
  }
}

.infoBox__link:after {
  color: #ffffff;
  content: '＞';
  font-size: 12px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

.infoBox__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .infoBox__icon {
    left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__icon {
    font-size: 20px;
    height: 25px;
    left: 20px;
    width: 25px;
  }
}

.infoBox__txt {
  -webkit-box-orient: vertical;
  color: #eeeeee;
  display: -webkit-box;
  letter-spacing: .15em;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .infoBox__txt {
    font-size: 14px;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .infoBox__txt {
    font-size: 12px;
    line-height: calc(36 / 24);
    padding-left: 40px;
  }
}

.contentGuide {
  overflow: hidden;
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  .contentGuide {
    display: none;
  }
}

.guidanceBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.guidanceBlock:not(:last-of-type) {
  margin-bottom: 140px;
}

.guidanceBlock:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.guidanceBlock:nth-of-type(2n) .guidanceBlock__introduction {
  margin-right: 100px;
}

.guidanceBlock:nth-of-type(2n) .guidanceVisual__bg {
  left: 230px;
  right: unset;
}

.guidanceBlock__introduction {
  margin-left: 100px;
  width: 380px;
}

.guidanceBlock__introduction .introSection {
  color: #ffffff;
}

.guidanceBlock__introduction .introSection__title {
  font-size: 14px;
  letter-spacing: .09em;
  line-height: 2;
}

.guidanceBlock__introduction .introSection__title:before {
  content: '';
  margin-top: calc((1 - 2) * .5em);
}

.guidanceBlock__introduction .introSection__title:after {
  margin-bottom: calc((1 - 2) * .5em);
}

.guidanceBlock__introduction .introSection__title:before, .guidanceBlock__introduction .introSection__title:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guidanceBlock__introduction .introSection__heading {
  font-size: 24px;
  letter-spacing: .03em;
  margin-top: 10px;
  line-height: 1.5;
}

.guidanceBlock__introduction .introSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.guidanceBlock__introduction .introSection__heading:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.guidanceBlock__introduction .introSection__heading:before, .guidanceBlock__introduction .introSection__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guidanceBlock__introduction .introSection__txt {
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 35px;
  line-height: 1.71429;
}

.guidanceBlock__introduction .introSection__txt:before {
  content: '';
  margin-top: calc((1 - 1.71429) * .5em);
}

.guidanceBlock__introduction .introSection__txt:after {
  margin-bottom: calc((1 - 1.71429) * .5em);
}

.guidanceBlock__introduction .introSection__txt:before, .guidanceBlock__introduction .introSection__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guidanceBlock__introduction .introSection__txt + .btn-view {
  margin-top: 35px;
}

.guidanceBlock__introduction .btn-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .guidanceBlock__introduction .btn-view:hover {
    background-color: #333333;
    color: #cccccc;
  }
}

.guidanceBlock__introduction .btn-view:after {
  content: '＞';
  font-family: "YakuHanMP", "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}

.guidanceBlock.sai-animate .guidanceVisual__heroImg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.guidanceVisual {
  display: inline-block;
  padding: 80px 0;
  position: relative;
  width: 560px;
  z-index: 1;
}

.guidanceVisual__inner {
  overflow: hidden;
  position: relative;
}

.guidanceVisual__heroImg {
  -webkit-transform: translate(0, -5%) scale(1.1);
          transform: translate(0, -5%) scale(1.1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guidanceVisual__capIn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.guidanceVisual__bg {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: absolute;
  right: 130px;
  top: 0;
  width: 560px;
  z-index: -1;
}

.guidanceVisual__bgImg {
  -webkit-filter: blur(8px);
          filter: blur(8px);
  height: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  width: 100%;
}

.guideArea {
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .guideArea {
    display: none;
  }
}

.guideCard {
  -webkit-box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
          box-shadow: 0 0 40px 0 rgba(8, 1, 3, 0.4);
  overflow: hidden;
  position: relative;
}

.guideCard:not(:last-of-type) {
  margin-bottom: 40px;
}

.guideCard__head {
  background-color: #333333;
  overflow: hidden;
  padding-bottom: 37.5px;
  position: relative;
}

.guideCard__head .capIn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.guideCard__introduction {
  bottom: 0;
  left: 0;
  padding: 20px 30px 0;
  position: absolute;
  width: 100%;
}

.guideCard__introduction .introSection {
  color: #ffffff;
}

.guideCard__introduction .introSection__heading {
  display: block;
  font-size: 15px;
  letter-spacing: .03em;
  margin-top: 10px;
  text-align: center;
  line-height: 1.66667;
}

.guideCard__introduction .introSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.66667) * .5em);
}

.guideCard__introduction .introSection__heading:after {
  margin-bottom: calc((1 - 1.66667) * .5em);
}

.guideCard__introduction .introSection__heading:before, .guideCard__introduction .introSection__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guideCard__introduction .introSection__txt {
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 25px;
  line-height: 1.90909;
}

.guideCard__introduction .introSection__txt:before {
  content: '';
  margin-top: calc((1 - 1.90909) * .5em);
}

.guideCard__introduction .introSection__txt:after {
  margin-bottom: calc((1 - 1.90909) * .5em);
}

.guideCard__introduction .introSection__txt:before, .guideCard__introduction .introSection__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guideCard__body {
  background: #2f2f2f;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.guideCard__body--00 {
  max-height: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  will-change: transform;
}

.guideCard__inner {
  padding: 30px 30px 65px;
}

.guideCard__inner .detailSection:not(:last-of-type) {
  margin-bottom: 40px;
}

.guideCard__inner .detailSection__heading {
  font-size: 14px;
  letter-spacing: .09em;
  margin-top: 31px;
  line-height: 1.64286;
}

.guideCard__inner .detailSection__heading:before {
  content: '';
  margin-top: calc((1 - 1.64286) * .5em);
}

.guideCard__inner .detailSection__heading:after {
  margin-bottom: calc((1 - 1.64286) * .5em);
}

.guideCard__inner .detailSection__heading:before, .guideCard__inner .detailSection__heading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guideCard__inner .detailSection__txt {
  color: #cccccc;
  font-size: 11px;
  letter-spacing: .14em;
  margin-top: 20px;
  line-height: 1.90909;
}

.guideCard__inner .detailSection__txt:before {
  content: '';
  margin-top: calc((1 - 1.90909) * .5em);
}

.guideCard__inner .detailSection__txt:after {
  margin-bottom: calc((1 - 1.90909) * .5em);
}

.guideCard__inner .detailSection__txt:before, .guideCard__inner .detailSection__txt:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

.guideCard__inner .detailSection + .btn-view {
  margin-top: 40px;
}

.guideCard__close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333333;
  bottom: 0;
  -webkit-box-shadow: 0 -15px 8px 0 #333333;
          box-shadow: 0 -15px 8px 0 #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Archivo", "Cormorant Infant", serif;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  width: 100%;
}

.guideCard__close .arrowSVG {
  -webkit-transition: .3s;
  transition: .3s;
  width: 15.5px;
}

.guideCard .photo {
  position: relative;
}

.guideCard .photo__capIn, .guideCard .photo__capOut {
  position: absolute;
}

.guideCard .photo__capIn {
  bottom: 5px;
  right: 5px;
}

.guideCard .photo__capOut {
  right: 0;
  top: 100%;
}

.guideArea .guideCard__head .introSection__heading, .guideArea .guideCard__head .introSection__txt {
  opacity: 0;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
}

.guideArea .guideCard__head .introSection__heading {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guideArea .guideCard__head .introSection__txt {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guideArea .guideCard__heroImg {
  -webkit-transform: translate(0, -5%) scale(1.1);
          transform: translate(0, -5%) scale(1.1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guideArea .guideCard__close {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
          transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1) !important;
}

.guideArea .guideCard.sai-animate .guideCard__head .introSection__heading, .guideArea .guideCard.sai-animate .guideCard__head .introSection__txt {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.guideArea .guideCard.sai-animate .guideCard__heroImg {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.guideArea .guideCard.is-open .guideCard__close {
  background-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.guideArea .guideCard.is-open .guideCard__close .arrowSVG {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.guideArea .guideCard.is-open .guideCard__body {
  max-height: 3000px;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.guideArea .btn-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.guideArea .btn-view:after {
  content: '＞';
  font-family: "YakuHanMP", "Shippori Mincho B1", "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%) scale(0.6, 1);
          transform: translate(0, -50%) scale(0.6, 1);
}
