@charset "UTF-8";
/* ------------------------------
- base
------------------------------ */
@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none;
  }
  .visible-lg {
    display: inherit;
  }
}
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none;
  }
  .visible-md {
    display: inherit;
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none;
  }
  .visible-sm {
    display: inherit;
  }
}

.bg-white {
  background: #fff;
}

.bg-cream {
  background: #F2F2EB;
}

.bg-black {
  background: #151515;
}

.bg-grayWhite {
  background: #f2f2f2;
}

.bg-gold {
  background: #EBE9E3;
}

.bg-gray {
  background: #E8E8E8;
}

.bg-navy {
  background: #222F3E;
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #151515;
}

main {
  display: block;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media screen and (min-width: 750px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a::before, a::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

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

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

sup {
  font-size: 0.5em;
  vertical-align: super;
}

input, button, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

address {
  font-style: normal;
}

video {
  vertical-align: bottom;
}

@media screen and (min-width: 750px) {
  .l-inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 5%);
            transform: translate(0%, 5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, 5%);
            transform: translate(0%, 5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeline {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, -20%) scale(1, 0);
            transform: translate(0%, -20%) scale(1, 0);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes fadeline {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, -20%) scale(1, 0);
            transform: translate(0%, -20%) scale(1, 0);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes fadelineLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, 0) scale(0, 1);
            transform: translate(10%, 0) scale(0, 1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@keyframes fadelineLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, 0) scale(0, 1);
            transform: translate(10%, 0) scale(0, 1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
.bnr__float {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26.6%;
  display: none;
}
@media screen and (min-width: 750px) {
  .bnr__float {
    max-width: 100px;
  }
}
@media screen and (max-width: 749px) {
  .bnr__float {
    max-width: 60px;
  }
}
.bnr__float a {
  display: block;
}

.fadeUp {
  opacity: 0;
}
.fadeUp.js-scroll.is-active {
  -webkit-animation: fadeUp 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeUp 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.fadeUp.js-scroll.is-active.delay01 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.fadeUp.js-scroll.is-active.delay02 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.fadeUp.js-scroll.is-active.delay03 {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
.fadeUp.js-scroll.is-active.delay04 {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.fadeUp.js-scroll.is-active.delay05 {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
.fadeUp.js-scroll.is-active.delay06 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.fadeUp.js-scroll.is-active.delay07 {
  -webkit-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
.fadeUp.js-scroll.is-active.delay08 {
  -webkit-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.fadeUp.js-scroll.is-active.delay09 {
  -webkit-animation-delay: 2900ms;
          animation-delay: 2900ms;
}
.fadeUp.js-scroll.is-active.delay10 {
  -webkit-animation-delay: 3200ms;
          animation-delay: 3200ms;
}

.fadeline {
  opacity: 0;
}
.fadeline.js-scroll.is-active {
  -webkit-animation: fadeline 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadeline 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.fadeline.js-scroll.is-active.delay01 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.fadeline.js-scroll.is-active.delay02 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.fadeline.js-scroll.is-active.delay03 {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
.fadeline.js-scroll.is-active.delay04 {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.fadeline.js-scroll.is-active.delay05 {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
.fadeline.js-scroll.is-active.delay06 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

.fadelineLeft {
  opacity: 0;
}
.fadelineLeft.js-scroll.is-active {
  -webkit-animation: fadelineLeft 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
          animation: fadelineLeft 500ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.fadelineLeft.js-scroll.is-active.delay01 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
.fadelineLeft.js-scroll.is-active.delay02 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.fadelineLeft.js-scroll.is-active.delay03 {
  -webkit-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
.fadelineLeft.js-scroll.is-active.delay04 {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.fadelineLeft.js-scroll.is-active.delay05 {
  -webkit-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
.fadelineLeft.js-scroll.is-active.delay06 {
  -webkit-animation-delay: 2000ms;
          animation-delay: 2000ms;
}

.video {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video::after {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.video.-movie2::after {
  padding-top: 68.7022900763%;
}
.video.-movie3::after {
  padding-top: 61.0687022901%;
}
.video.-movie4::after {
  padding-top: 63.1043256997%;
}
.video.-max::after {
  padding-top: 100%;
}

.video-inr {
  position: absolute;
  z-index: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-inr video,
.video-inr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-inr .movie02 {
  padding: 2rem;
}
.video-inr .movie03 {
  padding: 0 2rem;
}
.video-inr .movie04 {
  padding: 0.7rem 2rem 0;
}

.video_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  inset: 0;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 393/221;
}
.video-wrap .video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.video-wrap.movie01 {
  aspect-ratio: 393/183.8;
}
.video-wrap.movie07 {
  width: 87.786259542%;
  aspect-ratio: 345/185;
  margin: 0 auto;
  border-radius: clamp(0.5rem, -0.05rem + 2.24vw, 1rem);
}
.video-wrap.movie07 .video {
  border-radius: clamp(0.5rem, -0.05rem + 2.24vw, 1rem);
}
.video-wrap.movie08 {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
}
.video-wrap.movie09 {
  width: 89.5674300254%;
  aspect-ratio: 351/247;
  margin: 0 auto;
}

/* ------------------------------
- section
------------------------------ */
.kv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*&::before{
    content: "";
    display: inline-block;
    position: absolute;
    z-index: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transition: all .8s .3s ease-in-out;
  }*/
  /*.kv-img{
    opacity: 0;
    scale: (0.7);
    transition: all .8s .5s cubic-bezier(0.77,0,0.18,1);
  }*/
}
.kv .kv-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.8s 1s cubic-bezier(0.77, 0, 0.18, 1);
  transition: all 0.8s 1s cubic-bezier(0.77, 0, 0.18, 1);
}
@media screen and (min-width: 750px) {
  .kv .kv-content {
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }
}
@media screen and (max-width: 749px) {
  .kv .kv-content {
    -webkit-transform: translateY(-4rem);
            transform: translateY(-4rem);
  }
}
.kv .kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.kv .kv-img01 {
  -webkit-animation: fadeIn 1s 1.5s forwards;
          animation: fadeIn 1s 1.5s forwards;
}
.kv .kv-img02 {
  -webkit-animation: fadeUp 1s 2s forwards;
          animation: fadeUp 1s 2s forwards;
}
.kv .kv-img03, .kv .kv-img04 {
  -webkit-animation: fadeUp 1s 2.5s forwards;
          animation: fadeUp 1s 2.5s forwards;
}
.kv .kv-primeday {
  width: 33%;
  position: absolute;
  bottom: 28%;
  right: 2%;
  -webkit-transition: all 0.8s 1.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: all 0.8s 1.5s cubic-bezier(0.77, 0, 0.18, 1);
  opacity: 0;
  scale: 1.5;
  -webkit-animation: 3s cubic-bezier(0.77, 0, 0.18, 1) 3.5s infinite primeday-scale;
          animation: 3s cubic-bezier(0.77, 0, 0.18, 1) 3.5s infinite primeday-scale;
}
@-webkit-keyframes primeday-scale {
  0% {
    scale: 1;
  }
  10% {
    scale: 1.3;
  }
  20% {
    scale: 1;
  }
  100% {
    scale: 1;
  }
}
@keyframes primeday-scale {
  0% {
    scale: 1;
  }
  10% {
    scale: 1.3;
  }
  20% {
    scale: 1;
  }
  100% {
    scale: 1;
  }
}
.kv.is-active {
  /*.kv-img{
    opacity: 1;
    scale: (1);
  }*/
}
.kv.is-active::before {
  height: 0;
}
.kv.is-active .kv-content {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.kv.is-active .kv-primeday {
  opacity: 1;
  scale: 1;
}

.cv {
  position: relative;
}

.cv__btn {
  position: absolute;
  z-index: inherit;
  bottom: clamp(4.15rem, 14.5vw, 11rem);
  left: 19.8%;
  width: 63.6132315522%;
}
.cv__btn img {
  width: 100%;
  -webkit-animation: lr-s 2s infinite;
          animation: lr-s 2s infinite;
}

@-webkit-keyframes lr-s {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  70% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  90% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes lr-s {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  70% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  90% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.ov-img {
  position: relative;
  display: none;
}
.ov-img.is-active {
  display: block;
}
.ov-img li img {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.ov-img li:nth-of-type(2) img {
  margin-top: -26rem;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
@media screen and (max-width: 749px) {
  .ov-img li:nth-of-type(2) img {
    margin-top: -12rem;
  }
}
.ov-img li:nth-of-type(3) img {
  margin-top: -33.6rem;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
@media screen and (max-width: 749px) {
  .ov-img li:nth-of-type(3) img {
    margin-top: -16.8rem;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    -webkit-transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.sec__relative {
  position: relative;
}

.sec04 {
  position: relative;
}
.sec04 .sec04__bg {
  position: absolute;
  top: 0;
  left: 0;
}

.block_positon {
  position: absolute;
  top: 0;
  left: 0;
}

.block__hidden {
  overflow: hidden;
}

.block__scrollscale {
  height: auto;
}

.block__scrollscale img {
  position: absolute;
}

.thumbnail {
  width: 100%;
}

.img__19 {
  aspect-ratio: 393/200;
}

.img__20 {
  aspect-ratio: 393/240;
}

.wrap_gif {
  width: 100%;
  margin: 0 auto;
}
.wrap_gif img {
  max-width: none;
}

.wrap_s-width {
  width: 90.5852417303%;
  margin: 0 auto;
}

.position {
  position: relative;
}
.position .position-abso {
  position: absolute;
  top: 0;
  left: 0;
}

.bg-lightblue01 {
  background: linear-gradient(155.64deg, #FFFFFF 0%, #ECF6FB 100%);
}

.bg-lightblue02 {
  background: linear-gradient(174.69deg, #EAEEF1 0.03%, #FFFFFF 29.77%, #FFFFFF 70.03%, #EAEEF1 100.03%);
}

.bg-cocoeblue02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#E8E8E8), color-stop(50%, #E8E8E8), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(180deg, #E8E8E8 0%, #E8E8E8 50%, #fff 50%, #fff 100%);
}

.bg-cocoeblue01 {
  background-color: #EFF0F4;
}

.bg-lightgray01 {
  background-color: #FAFAFA;
}

.bg-lightgray02 {
  background-color: #F5F5F5;
}