@charset "utf-8";

/* ===================================================================
ヘッダー
=================================================================== */

.secheader {
  opacity: 0;
  visibility: hidden ;
}

body.is-scene-end .secheader {
  opacity: 1;
visibility: visible;
}


.secheader.is-show {
  z-index: 10;
  visibility: visible;
}
.secheader.-scrm {
    background: none;
    height: 0;
}



/* ===================================================================
	Lenis scroll lock
	※ overflow:clip にするとスクロールバーが消えてビューポート幅が変わり
	  position:fixed の要素がズレるため、overflow は変更しない。
	  Lenis.stop() のJS制御のみでスクロールを禁止する。
=================================================================== */
html {
  scrollbar-gutter: stable;
}

/* ===================================================================
	Opening wrapper (Scene 1 + Scene 2 を1画面に固定)
=================================================================== */
.opening {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../../img/bg.png) no-repeat center center / cover;
}

/* ===================================================================
	Scene 1: Logo
=================================================================== */

body.is-scene-lock {
  overflow: hidden;
  height: 100vh;
}


.scene1 {
  position: fixed;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../img/bg.png) no-repeat center center / cover;
   height: 100vh;
  height: 100dvh;
   opacity: 1;
  pointer-events: auto;
  transition: opacity 2.8s ease;
}
.scene1__logo {
  max-width: 170px;
  width: 30%;
  opacity: 0;
  transition: opacity 2s ease;
  transition-delay: 0.8s;
}
.scene1__logo img {
  width: 100%;
  height: auto;
  display: block;
}


body.is-scene-start .scene1__logo {
  opacity: 1;
}

body.is-scene-end .scene1 {
  opacity: 0;
  pointer-events: none;
}


/* ===================================================================
	MV
=================================================================== */
.mv_wrapp {
  width: 100%;
  position: relative;
  opacity: 0;
  z-index: 2;
   transition: opacity 2.8s ease;
}
main.open .mv_wrapp {
  opacity: 1;
}


.mv_wrapp .mv__caption {
  position: absolute;
  font-size: 10px;
  right: 2rem;
  bottom: 1rem;
  z-index: 3;
  line-height: 1.4;
  font-family: var(--main-font);
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 0 0.5em rgb(0, 0, 0);
}
.mv_in_text {
    position: absolute;
    top: 25%;
    right: 15%;
    opacity: 0;
    will-change: opacity;
    max-width: 330px;
    width: 28%;
    transition: opacity 2.8s ease;
    transition-delay: 0.8s;
}

main.open .mv_in_text {
  opacity: 1;
}


@media screen and (max-width: 1340px) {
  .mv_wrapp {
    width: 100vw;
    height: auto;
    /* background-image: url(../../img/img05_5.jpg);
 background-repeat: no-repeat;
 background-size: cover;*/
     object-fit: cover;
    object-position: top right;
  }

  .mv_wrapp img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
  }

}



@media screen and (max-width: 767px) {
.mv_wrapp {
  width: 100%;
 height:auto;
 overflow: hidden;
}

    .mv_wrapp img {
        height: auto;
        object-fit: inherit;
    }

.mv_in_text {
        top: 30%;
        right: 0%;
        left: 23%;
        max-width: inherit;
        width: 54%;
}

.mv_wrapp .mv__caption {
font-size: 8px;
}

}


/* ===================================================================
	Link Area (Scene3後のリンクカード4枚)
=================================================================== */
.link-area {
  justify-content: center;
  padding: 0px 0px 80px;
  box-sizing: border-box;
  height: auto;
  background: url(../../img/bg.png) no-repeat center center / cover;
}

/******行動提起*******/

.do_text_wrapp {
  /*background: #331616;*/
  background: #343537;
  padding: 40px 0 40px;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
}

.do_text {
  font-family: var(--main-font);
/*font-family: var(--sub-font);*/
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.do_text h2 {
      text-align: center;
    font-size: min(4.2vw, 42px);
    margin-bottom: 45px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
      filter: blur(16px);
    transform: scale(1.05);
    opacity: 0;
    transition: all 1s ease-out;
}
.do_text .do_text_2 {
    width: 65%;
    margin: 0 auto;
      filter: blur(16px);
    transform: scale(1.05);
    opacity: 0;
    transition: all 1s ease-out;
}

.do_text_wrapp.on .do_text h2 {
    filter: blur(0px);
    transform: scale(1);
    opacity: 1;
}
.do_text_wrapp.on .do_text h2 span {
  display: block;
  text-align: center;
  font-size: 80%;
}
.do_text_wrapp.on .do_text h2 small {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: -0.05em;
}


.do_text_wrapp.on .do_text .do_text_2 {
   filter: blur(0px);
    transform: scale(1);
    opacity: 1;
}

.web_pamp {
  width: 90%;
  max-width: 800px;
  margin: 50px auto 0;
  border: 1px solid #ccc;
  padding: 20px;
    box-sizing: border-box;
  color: #fff;
  font-family: var(--main-font);


.pamp_title {
  font-size: min(3.2vw, 30px);
  color: #fff;
  margin-bottom: 20px;

@media screen and (max-width: 767px) {
        font-size: min(6.0vw, 50px);
}

  span {
  display: block;
  font-size: 70%;
    font-family: "Montserrat", sans-serif;
    }
}

p {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.pamp_entry_bt {
  width: 60%;
  margin: 0 auto;

@media screen and (max-width: 767px) {
  width: 90%;
}

  a {
    position: relative;
    display: block;
    color: #fff;
    background: #7a6a56;
    padding: 25px;
    text-align: center;
     font-size: min(2.2vw, 20px);
     transition: all .6s ease-in-out;

@media screen and (max-width: 767px) {
    padding: 20px;
    text-align: center;
     font-size: min(3.8vw, 20px);
}


&.arrow::before,
&.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 10%;
  width: 15px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 2px) 50%;
  transition: all .6s ease-in-out;
}

&.arrow::before {
  transform: rotate(45deg);
}

&.arrow::after {
  transform: rotate(-45deg);
}


&:hover {
background: #7a6a56b6;

&.arrow::before,
&.arrow::after {margin-right: -10px;
}
}


  }
}


}



@media screen and (max-width: 767px) {

.do_text_wrapp {
        padding: 25px 0 25px;
        margin-bottom: 20px;
}


.do_text {
  font-family: var(--main-font);
      margin-bottom: 40px;
      width: 100%;
}
.do_text h2 {
        font-size: min(6.6vw, 50px);
        margin-bottom: 50px;
        letter-spacing: 0;
}
.do_text .do_text_2 {
      width: 70%;
    margin: 0 auto;
}

.do_text_wrapp.on .do_text h2 small {
    margin-top: 15px;
    line-height: 1.8;
}


}



/* ===================================================================
	Captions（右下キャプション共通）
=================================================================== */
.fv-gallery__caption-wrap {
  position: absolute;
  inset: 0;
  container-type: inline-size;
  pointer-events: none;
}
.fv-gallery__caption {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 1.8cqw;
  font-family: var(--main-font);
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.scene3__caption,
.link-area__caption {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: min(0.8vw, 10px);
  font-family: var(--main-font);
  color: #fff;
  line-height: 1;
  pointer-events: none;
}
.scene3__caption {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 3;
  line-height: 1.4;
}


/* --- SP --- */
@media screen and (max-width: 1042px) {
.scene3 > .content {
    height: 105dvh;
}
}


/* --- SP --- */
@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
  .opening {
        width: 100%;
    height: 83vh;
    height: auto;
    background-color: #f5f0ea;
    background-image: url(../../img/bg_sp.png);
  }


  .link-area {
    /*height: 125vh;*/
    padding: 0px 0 40px;
    background-image: url(../../img/bg_sp.png);
  }
  .link-area__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
    margin: 0 10% 0;
  }

.link-area__grid > :last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc(50% - 5%); /* gapが20pxなら半分の幅 */
}

  
  .link-area__label {
    gap: 8px;
  }
  .link-area__title {
    font-size: clamp(14px, calc(1.78vw + 7.33px), 18px);
  }
  .link-area__caption {
    font-size: 7px;
    text-align: right;
  }
  .link-area__brand {
    margin: 0 auto;
    margin-top: min(5vh, 40px);
  }
}


@media screen and (max-width: 376px) {

    .opening {
        height: auto;
    }

    .mv_wrapp {
        height: auto;
        overflow: hidden;
    }

    .mv_wrapp img {
        /*object-position: center -15vh;*/
    }

.mv_wrapp .mv_in_text {
 /*top: 33%;*/
}
      
.mv_wrapp .mv_in_text img {
  object-position: center top;
}


.scene3__text {
  top: 27%;
   width: 50%;
    }

.link-area__arw {
    padding-top: 12px;
}

.link-area__caption {
        font-size: min(1.6vw, 10px);
}


}






/* ===================================================================
   Fix 1: is-show + -scrm 競合解消
   Scene3表示中に common.js が -scrm を再追加しても
   ヘッダーの表示を維持する
=================================================================== */
.secheader.is-show.-scrm {
      background: none;
    height: 0;
}
.secheader.is-show.-scrm header {
  height: 0;
}
.secheader.is-show.-scrm header .inner {
      height: 0;
}
.secheader.is-show.-scrm header::after {
  visibility: visible;
}
.secheader.is-show.-scrm .logo_si,
.secheader.is-show.-scrm .logo_gm,
.secheader.is-show.-scrm .logo_sek,
.secheader.is-show.-scrm .sub_nav,
.secheader.is-show.-scrm .breadcrumb,
.secheader.is-show.-scrm .pcTab_on nav {
      pointer-events: none;
    opacity: 0;
}
@media screen and (max-width: 767px) {
  .secheader.is-show.-scrm {
    height: 77px;
  }
  .secheader.is-show.-scrm header {
    height: 77px;
  }
  .secheader.is-show.-scrm header .inner {
    height: 62px;
  }
}

/* ===================================================================*/
