@charset "UTF-8";
/*----------------------------------------
  reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

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, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

span, small, strong, em, b, i {
  color: inherit;
}

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

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

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

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}
/*----------------------------------------
  base
----------------------------------------*/
body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
  background: #F5F5F5;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

video {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
/*----------------------------------------
	layout
----------------------------------------*/
.wrapper {
  overflow: hidden;
  max-width: 750px;
  margin-inline: auto;
}

.relative-block {
  position: relative;
  z-index: 0;
}

.absolute-block {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.bg-black {
  background: #000;
}

.bg-gblack {
  background: #2A2A2A;
}
.bg-b-r {
  background: linear-gradient(to right, #972d00, #020099);
}
.bg-gray{
  background: #D1CFCD;
}

.bg-white {
  background: #FFF;
}
.bg-darkgray{
  background: #333333;
}





/* mv + cta
------------------------------------------------------ */

.mv-text{
  padding: 30px 0 40px;
}
.mv-kv{
  position: relative;
  height: auto;
}

.mv-kv-vido-text{
  position: absolute;
  bottom: 3%;
}


.cta {
  padding: 10.1781170483% 7.7608142494%;
}

.cta__btn {
  position: absolute;
  bottom: 3.48583878%;
  left: 50%;
  translate: -50% 0;
  width: 77.1084337349%;
}
.cta__btn img {
  -webkit-animation: lr-s 2s infinite;
          animation: lr-s 2s infinite;
}

/* contents02
------------------------------------------------------ */


.demonstration__01{
    margin-top: -64px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.mov-demo-01{
  height: 262px;
}
.mov-demo-02{
  height: 322px;
}
.mov-demo-03{
  height: 265px;
  margin-left: -7px;
}
.mov-demo-04{
  height: 251px;
}
.mov-demo-05{
  height: 264px;
}
.mov-demo-06{
  height: 210px;
  position: absolute;
  bottom: 12%;
  width: 95%;
  left: 50%;
  translate: -50% 0;
}
.mov-demo-07{
    height: 234px;
    position: absolute;
    bottom: 27%;
    width: 98.6%;
    left: 50%;
    translate: -50% 0;
}
.mov-demo-08{
    position: absolute;
    bottom: 16%;
    width: 99.28%;
    height: 196.44px;
    left: 50%;
    translate: -50% 0;
    margin-left: -0.1;
}
.mov-demo-08-text{
    position: absolute;
    bottom: 30%;
    width: 70%;
    left: 50%;
    translate: -50% 0;
    margin-left: 3%;
}
.mov-demo-09{
  height: 266px;
  padding: 0 3%;
}
.mov-demo-10 {
  position: relative;
  display: inline-block;
  border-radius: 11.6px; /* 角の丸み調整 */
  overflow: hidden; /* 枠内に収める */
  margin-top: -19px;
}

.mov-demo-10 video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

/* 外側のグラデーション枠 */
.mov-demo-10::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 4px; /* 枠の太さ */
  
  /* 中身をくり抜くマスク */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  
  pointer-events: none; /* クリックを邪魔しない */
}
.mov-demo-10-text{
  padding: 20px 10px 60px;
}
.mov-demo-10-bg-color01::before{
  background: linear-gradient(to right, #F24909, #B4364A);
}
.mov-demo-10-bg-color02::before{
  background: linear-gradient(to right, #AF3450, #86267E);
}
.mov-demo-10-bg-color03::before{
  background: linear-gradient(to right, #6419A9, #1705EE);
}


.mov-demo-11{
  height: 266px;
}
.mov-demo-12{
  height: 266px;
  position: absolute;
  bottom: 1px;
  border-radius: 0 0 10px 10px;
  width: 89%;
  margin-left: 1px;

}
.mov-demo-12 video{
  border-radius: 0 0 10px 10px;
}
.mov-demo-13 video{
  height: auto;
  padding: 22px 9% 0;
}

.performance_02{
  padding: 20px 5%;
}
.ep_m76{
  margin-bottom: 76px;
}
.ep_pt76{
  padding-top: 76px;
  padding-bottom: 76px;
}
.ep_pb76{
  padding-bottom: 76px;
}
.performance_03{
  padding: 0 20px 30px;
}
.pefo_01{
  padding-bottom: 20px;
}
.pefo_02{
  padding-top: 42px;
}
.pefo_03{
  padding: 50px 5% 0;
}
.pefo_04{
  padding: 90px 0 0;
}

.all_seasons{
  padding: 20px 3%;
}

.scene_01{
  padding: 70px 3% 28px;
}
.scene_01-box{
  padding-top: 40px;
}
.scene_02{
  padding-top: 66px;
}
.scene_02-box01{
  padding-bottom: 55px;
}
.scene_02-box02{
  padding: 0 3%;
}

.jkdm_76k{
  padding-top: 26px;
}








@media screen and (min-width: 749px){
  
  .mov-demo-01{
  height: 524px;
}
.mov-demo-02{
  height: 644px;
}
.mov-demo-03{
  height: 530px;
  margin-left: -7px;
}
.mov-demo-04{
  height: 502px;
}
.mov-demo-05{
  height: 528px;
}
.mov-demo-07{
  height: 468px;
}
.mov-demo-11{
  height: 532px;
}
.mov-demo-12{
  height: 532px;
  margin-left: 3px;
  width: 89.2%;
  bottom: 2px;
}
.mov-demo-12 video{
    border-radius: 0 0 20px 20px;
}
.mov-demo-09{
    height: 532px;
}
  
  

}
/* floating banner
------------------------------------------------------ */
.bnr__float {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 60px;
  width: 26.6%;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (min-width: 750px) {
  .bnr__float {
    max-width: 100px;
  }
}

.bnr__float a {
  display: block;
}

/*----------------------------------------
	Animation
----------------------------------------*/
[data-scroll-anima] {
  display: block;
  opacity: 0;
}

.fadeIn {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.fadeIn[data-scroll-anima=true] {
  opacity: 1;
}

.fadeUp {
  -webkit-transition-property: opacity, translate;
  transition-property: opacity, translate;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  translate: 0 5%;
}
.fadeUp[data-scroll-anima=true] {
  opacity: 1;
  translate: 0;
}

@-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);
  }
}/*# sourceMappingURL=style.css.map */