@charset "UTF-8";
/* DLIGHT */
.dm{}

/* ==================================================================== */
@media ( max-width: 768px ) {
  
  .sec--tt-en,
  .sec--read {
    margin-bottom: 36px;
  }
  
  .line-draw-item {
    display: none;
  }

  #kv-video {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
  }
  .kv-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  #page-article {
    padding: 0;
  }
  
  /* CONCEPT */
  /* ============================== */
  #concept {
    position: relative;
    padding: 0 0 120px;
  }
  .cc--txt-wrap {
    position: relative;
    width: 81.3%;
    margin: auto;
    z-index: 5;
  }
  .cc--title {
    position: relative;
  }
  .cc--title::before {
    display: block;
    content: '';
    width: 24px;
    height: 1px;
    background-color: #b0aea5;
    margin-bottom: 5px;
  }
  .cc--title .sec--tt-en {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #626262;
  }
  .cc--title .sec--catch {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
    color: #676351;
  }
  .cc--title .sec--catch span {
    display: inline-block;
    margin: 0 -0.3em 0 -0.5em;
  }
  .cc--txt .sec--read {
    margin-bottom: 70px;
  }
  .cc--txt .btn-viewmore-base a {
    margin: auto;
  }
  
  .cc--inner {
    position: relative;
    padding: 150px 0;
    background-image: url(../img/index/cc_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .cc--wrap {
    display: flex;
    align-items: center;
    margin-bottom: 150px;
  }
  .cc--tt {
    margin-bottom: 40px;
  }
  #concept .sc-tt-en {
    font-size: 40px;
  }
  .cc--txt-catch {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-left: -0.5em;
    margin-bottom: 15px;
  }
  .cc--txt-read {
    letter-spacing: 0.03em;
    line-height: 2.143;
    margin-bottom: 50px;
  }
  .cc--ph {
    width: 44.3%;
    order: 1;
  }

  .cc--gal1-wrap {
    padding: 100px 0;
  }
  .cc--gal1-ph1 {
    width: 100%;
  }
  .cc--gal1-ph2 {
    width: 100%;
  }
  .cc--gal1-ph3 {
    display: none;
  }
  
  .cc--gal2-wrap {
    padding: 100px 0 0;
  }
  .cc--gal2-ph1 {
    width: 62.9%;
    margin: 0 auto 40px;
  }
  .cc--gal2-ph2 {
    display: none;
  }
  .cc--gal2-ph3 {
    width: 84%;
    margin: auto;
  }
  
  
  /* 動画を固定する土台（高さを持たせる） */
  .st-shrink-container {
    position: relative;
    height: 400vh;
  }

  /* 画面に張り付く要素 */
  .st-shrink-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .st-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: width, height, filter;
  }

  /* 動画の上を流れるテキスト層 */
  .st-scroll-text-layer {
    position: relative;
    z-index: 2; /* ビデオより上に配置 */
    color: #fff;
  }

  .message-item{
    width: 81.3%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin: auto;
  }
  .message-item p:nth-child(1) {
    font-family: var(--font-en-ci);
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin-bottom: 80px;
  }
  .message-item p:nth-child(2) {
    font-size: 1.2rem;
    line-height: 2.4;
    width: 24em;
  }
  .st-trigger-section {
    position: relative;
    z-index: 3;
    margin-top: -58vh;
    padding: 250px 0 0;
  }
  
  
  /* CEREMONY */
  /* ============================== */
  #ceremony {
    position: relative;
  }
  .cere--inner {
    position: relative;
    padding: 80px 0 100px;
    background-color: #FFF;
    z-index: 5;
  }
  .cere--main {
    display: flex;
    flex-flow: column;
  }
  .cere--txt,
  .cere--txt-inner {
    display: contents;
  }
  .cere--txt-hd {
    width: 81.3%;
    margin: 0 auto 50px;
    order: 1;
  }
  .cere--txt-hd .sec--read {
    margin: 0;
  }
  .cere--txt .btn-viewmore-base {
    width: 81.3%;
    margin: auto;
    order: 3;
  }
  .cere--slider-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    overflow: hidden;
    order: 2;
  }
  .cere--slider-wrap .swiper-slide {
    opacity: 0;
    filter: blur(15px);
    transform: translateX(-30px);
    transition: 
      opacity 2s ease, 
      filter 2s ease, 
      transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .cere--slider-wrap .swiper-slide.scTargetIn {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
  
  
  /* DESIGN */
  /* ============================== */
  #design {
    position: relative;
    background-color: #F0EDE6;
  }
  #design .pin-parallax-wrapper p {
    position: absolute;
    width: 84%;
    left: 0;
    right: 0;
    top: 15%;
    font-family: var(--font-en-ci);
    font-size: 2.6rem;
    line-height: 1;
    color: #FFF;
    margin: auto;
    display: none;
    z-index: 5;
  }
  .des--inner {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
    background-color: #F0EDE6;
    z-index: 5;
  }
  .des--main {
    display: flex;
    flex-flow: column;
  }
  .des--txt,
  .des--txt-inner {
    display: contents;
  }
  .des--txt-hd {
    width: 81.3%;
    margin: 0 auto 50px;
    order: 1;
  }
  .des--txt-hd .sec--read {
    text-align: justify;
    margin: 0;
  }
  .des--txt .btn-viewmore-base {
    width: 81.3%;
    margin: auto;
    order: 3;
  }
  .des--ph-wrap {
    width: 81.3%;
    margin: 0 auto 50px;
    order: 2;
  }
  .des--ph-main {
    margin-bottom: 30px;
  }
  .des--ph-sub {
    width: 54%;
    margin: auto;
  }
  
  
  /* LOCATION */
  /* ============================== */
  #location {
    position: relative;
    background-color: #DDDDDA;
  }
  #location .pin-parallax-wrapper p {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    font-family: var(--font-en-ci);
    font-size: 2.8rem;
    text-align: center;
    line-height: 1;
    color: #FFF;
    margin: auto;
    display: none;
    z-index: 5;
  }
  .loca--inner {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
    background-color: #DDDDDA;
    z-index: 5;
  }
  .loca--main {
    display: flex;
    flex-flow: column;
  }
  .loca--txt,
  .loca--txt-inner {
    display: contents;
  }
  .loca--txt-hd {
    width: 81.3%;
    margin: 0 auto 50px;
    order: 1;
  }
  .loca--txt .sec--read {
    text-align: justify;
    margin: 0;
  }
  .loca--txt .btn-viewmore-base {
    width: 81.3%;
    margin: auto;
    order: 3;
  }
  .loca--ph-wrap {
    width: 81.3%;
    margin: 0 auto 50px;
    order: 2;
  }
  .loca--ph-main {
    margin-bottom: 30px;
  }
  .loca--ph-sub {
    width: 72%;
    margin: 0 0 0 auto;
  }
  
  
  /* CUISINE */
  /* ============================== */
  #cuisine {
    position: relative;
    background-color: #E3DFD0;
  }
  #cuisine .pin-parallax-wrapper p {
    position: absolute;
    right: 8%;
    bottom: 6%;
    font-family: var(--font-en-ci);
    font-size: 2rem;
    text-align: right;
    color: #626262;
    display: none;
    z-index: 5;
  }
  .cui--inner {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
    background-color: #E3DFD0;
    z-index: 5;
  }
  .cui--main {
    display: flex;
    flex-flow: column;
  }
  .cui--txt,
  .cui--txt-inner {
    display: contents;
  }
  .cui--txt-hd {
    width: 81.3%;
    margin: 0 auto 50px;
    order: 1;
  }
  .cui--txt .sec--read {
    text-align: justify;
    margin: 0;
  }
  .cui--txt .btn-viewmore-base {
    width: 81.3%;
    margin: auto;
    order: 4;
  }
  .cui--ph-main {
    width: 68%;
    margin: 0 auto 30px 9.35%;
    order: 2;
  }
  .cui--ph-sub {
    display: flex;
    margin-bottom: 50px;
    padding: 0 0 0 9.35%;
    order: 3;
  }
  .cui--ph-sub3 {
    display: none;
  }
  
  
  /* ARTIST */
  /* ============================== */
  #artist {
    position: relative;
    background-color: #EDEDEB;
  }
  #artist .pin-parallax-wrapper p {
    position: absolute;
    left: 8%;
    bottom: 5%;
    font-family: var(--font-en-ci);
    font-size: 3rem;
    text-align: right;
    line-height: 1;
    writing-mode: vertical-rl;
    color: #FFF;
    margin: auto;
    display: none;
    z-index: 5;
  }
  .artist--inner {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
    background-color: #EDEDEB;
    z-index: 5;
  }
  .artist--main {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: auto;
  }
  .artist--txt,
  .artist--txt-inner {
    display: contents;
  }
  .artist--txt-hd {
    width: 81.3%;
    margin: 0 auto 50px;
    order: 1;
  }
  .artist--txt .sec--read {
    text-align: justify;
    margin: 0;
  }
  .artist--txt .btn-viewmore-base {
    width: 81.3%;
    margin: auto;
    order: 4;
  }
  .artist--txt .sec--read,
  .artist--txt .btn-viewmore-base {

  }
  .artist--txt .btn-viewmore-base {
    order: 4;
  }
  .artist--ph-main {
    width: 74%;
    margin: 0 0 50px auto;
    order: 3;
  }
  .artist--ph-sub {
    width: 81.3%;
    display: flex;
    flex-flow: column;
    margin: 0 auto 30px;
    order: 2;
  }
  .artist--ph-sub1 {
    width: 64%;
    order: 2;
  }
  .artist--ph-sub2 {
    margin-bottom: 20px;
    order: 1;
  }

  
  /* PLAN */
  /* ============================== */
  #plan {
    position: relative;
    margin: auto;
    padding: 80px 0 60px;
    background-color: #FFF;
  }
  
  
  /* REPORT */
  /* ============================== */
  #report {
    position: relative;
    padding: 100px 0 40px;
    background-color: #FFF;
    z-index: 5;
  }
  .repo--txt {
    text-align: center;
    margin: 0 auto 60px;
  }
  .repo--txt .btn-viewmore-base a {
    margin: auto;
  }
  #acc-slider {
    position: relative;
    width: 100%; /* 親要素いっぱいに広がる */
    height: 60vh;
  }
  #acc-slider .slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #acc-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
  }
  #acc-slider .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    min-width: 100vw;
    object-fit: cover;
    object-position: center;
  }
  /* ページャーレイアウト */
  .pager-container {
    position: absolute;
    bottom: -20px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 100;
  }
  .pager-item {
    width: 40px;
    height: 1px;
    background: rgb(206, 206, 206);
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .pager-item.is-active {
    width: 80px;
  }
  .pager-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
  }
  .slide {
    cursor: pointer;
  }
  .slide.active {
    cursor: alias; /* または pointer */
  }
  
  
  /* INDEX FOOTER */
  /* ============================== */
  #indexfooter {
    position: relative;
    padding: 80px 0 0;
    background-color: #FFF;
    z-index: 5;
  }
  .if--inner {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 84%;
    margin: auto;
  }
  
  .if--news {
    display: flex;
    flex-flow: column;
    order: 2;
  }
  .if--news h3 {
    margin-bottom: 20px;
  }
  .if--news ul {
    width: 100%;
    margin-bottom: 30px;
  }
  .if--news li {
    border-bottom: 1px solid #C3C3C3;
  }
  .if--news li span,
  .if--news li a {
    display: block;
    padding: 15px 0;
  }
  .if--news-btn {
    line-height: 1;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    margin: auto 0 0 auto;
  }
  .if--news-btn a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #333;
  }
  
  .if--contents {
    width: 78%;
    margin: 0 auto 80px;
    order: 1;
  }
  .if--con-item {
    text-align: center;
  }
  .if--con-item + .fade-item {
    margin-top: 60px;
  }
  .if--con-item figure {
    display: flex;
    flex-flow: column;
  }
  .if--con-item figure > a {
    margin-bottom: 20px;
    order: 2;
  }
  .if--con-item figure figcaption {
    margin: 0 0 26px;
    font-size: 1.7rem;
    letter-spacing: 0.55em;
    text-indent: 0.55em;
    line-height: 1;
    order: 1;
  }
  .if--con-item figure .btn-viewmore-base {
    display: inline-block;
    margin-bottom: 10px;
    order: 3;
  }
  
  #topfooter .tf--p1 {
    position: absolute;
    left: 5%;
    top: 26%;
    font-family: var(--font-en-ci);
    font-size: 1.8rem;
    color: #FFF;
    z-index: 5;
  }

}

/* ==================================================================== */
@media ( min-width: 769px ) {
  
  .sec--tt-en,
  .sec--read {
    margin-bottom: 36px;
  }

  #kv-video {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
  }
  .kv-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  
  #page-article {
    padding: 0;
  }
  
  /* CONCEPT */
  /* ============================== */
  #concept {
    position: relative;
    padding: 0 0 120px;
  }
  .cc--txt-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    width: max-content;
    margin: auto;
    z-index: 5;
  }
  .cc--title {
    position: relative;
  }
  .cc--title::before {
    display: block;
    content: '';
    width: 24px;
    height: 1px;
    background-color: #b0aea5;
    margin-bottom: 5px;
  }
  .cc--title .sec--tt-en {
    font-size: 1.5rem;
    color: #626262;
  }
  .cc--title .sec--catch {
    font-size: 3rem;
    letter-spacing: 0.1em;
    color: #676351;
  }
  .cc--title .sec--catch span {
    display: inline-block;
    margin: 0 -0.3em 0 -0.5em;
  }
  
  .cc--inner {
    position: relative;
    padding: 150px 0;
    background-image: url(../img/index/cc_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
  }
  .cc--wrap {
    display: flex;
    align-items: center;
    margin-bottom: 150px;
  }
  .cc--txt {
    /*! color: #FFF; */
    flex: 1;
    padding: 0 0 0 200px;
    order: 2;
  }
  .cc--tt {
    margin-bottom: 40px;
  }
  #concept .sc-tt-en {
    font-size: 40px;
  }
  .cc--txt-catch {
    font-size: 20px;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-left: -0.5em;
    margin-bottom: 15px;
  }
  .cc--txt-read {
    letter-spacing: 0.03em;
    line-height: 2.143;
    margin-bottom: 50px;
  }
  .cc--ph {
    width: 44.3%;
    order: 1;
  }

  .cc--gal1-wrap {
    margin-top: -180px;
    padding: 0 0 320px;
  }
  .cc--gal1-scale {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1	/	0.6;
  }
  .cc--gal1-inner {
    position: relative;
    margin: 0 21.3% 0 0;
    height: 100%;
  }
  .cc--gal-item {
    position: absolute;
  }
  .cc--gal1-ph1 {
    width: 42.2%;
    top: 0;
    left: 0;
  }
  .cc--gal1-ph2 {
    width: 30.7%;
    top: 46%;
    right: 1.2%;
  }
  .cc--gal1-ph3 {
    width: 22.9%;
    bottom: 0;
    left: 39.7%;
  }
  
  .cc--gal2-wrap {
    padding: 180px 0 0;
  }
  .cc--gal2-scale {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1	/	0.694;
  }
  .cc--gal2-inner {
    position: relative;
    margin: 0 18.4% 0 22.1%;
    height: 100%;
  }
  .cc--gal2-ph1 {
    width: 41.4%;
    top: 0;
    right: 0;
  }
  .cc--gal2-ph2 {
    width: 36.5%;
    top: 34%;
    left: 0;
  }
  .cc--gal2-ph3 {
    width: 57.9%;
    bottom: 0;
    left: 20.4%;
  }
  
  
  /* 動画を固定する土台（高さを持たせる） */
  .st-shrink-container {
    position: relative;
    height: 500vh;
  }

  /* 画面に張り付く要素 */
  .st-shrink-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .st-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: width, height, filter;
  }

  /* 動画の上を流れるテキスト層 */
  .st-scroll-text-layer {
    position: relative;
    z-index: 2; /* ビデオより上に配置 */
    color: #fff;
  }

  .message-item{
    width: 1100px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin: auto;
  }
  .message-item p:nth-child(1) {
    font-family: var(--font-en-ci);
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin-bottom: 80px;
  }
  .message-item p:nth-child(2) {
    line-height: 2.4;
    width: 36em;
  }
  .st-trigger-section {
    position: relative;
    z-index: 3;
    margin-top: -50vh;
    padding: 250px 0 0;
  }
  
  
  /* CEREMONY */
  /* ============================== */
  #ceremony {
    position: relative;
  }
  #ceremony .pin-spacer-element {
    height: 100vh;
  }
  .cere--inner {
    position: relative;
    padding: 100px 0 150px;
    background-color: #FFF;
    z-index: 5;
  }
  .cere--txt {
    text-align: center;
    margin: 0 auto 80px;
  }
  .cere--txt .sec--read {
    width: 532px;
    font-size: 1.4rem;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
  }
  .cere--txt .btn-viewmore-base {
    text-align: center;
  }
  .cere--txt .btn-viewmore-base a {
    margin: auto;
  }
  .cere--slider-wrap {
    width: 980px;
    margin: auto
  }
  .cere--slider-wrap .swiper-slide {
    opacity: 0;
    filter: blur(15px);
    transform: translateX(-30px);
    transition: 
      opacity 2s ease, 
      filter 2s ease, 
      transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .cere--slider-wrap .swiper-slide.scTargetIn {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }

  
  /* DESIGN */
  /* ============================== */
  #design {
    position: relative;
    background-color: #F0EDE6;
  }
  #design .pin-parallax-wrapper p {
    position: absolute;
    left: 10%;
    top: 20%;
    font-family: var(--font-en-ci);
    font-size: 5.2rem;
    line-height: 1;
    color: #FFF;
    margin: auto;
    display: none;
    z-index: 5;
  }
  #design .pin-spacer-element {
    height: 100vh;
  }
  .des--inner {
    position: relative;
    padding: 100px 0 140px;
    overflow: hidden;
    background-color: #F0EDE6;
    z-index: 5;
  }
  .des--main {
    position: relative;
    width: 81.1%;
    max-width: 1692px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .des--txt {
    width: 44.6%;
    padding-top: 6%;
    order: 2;
  }
  .des--txt .sec--read {
    width: 358px;
    font-size: 1.4rem;
    line-height: 2;
    text-align: justify;
  }
  .des--ph-wrap {
    width: 44.6%;
    order: 1;
  }
  .des--ph-sub {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12.3%;
  }
  
  
  /* LOCATION */
  /* ============================== */
  #location {
    position: relative;
    background-color: #DDDDDA;
  }
  #location .pin-parallax-wrapper p {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    font-family: var(--font-en-ci);
    font-size: 6.8rem;
    text-align: center;
    line-height: 1;
    color: #FFF;
    margin: auto;
    display: none;
    z-index: 5;
  }
  #location .pin-spacer-element {
    height: 100vh;
  }
  .loca--inner {
    position: relative;
    padding: 100px 0 140px;
    overflow: hidden;
    background-color: #DDDDDA;
    z-index: 5;
  }
  .loca--main {
    position: relative;
    width: 81.1%;
    max-width: 1692px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .loca--txt {
    width: 44.6%;
    padding-top: 8%;
  }
  .loca--txt .sec--read {
    width: 310px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .loca--ph-wrap {
    width: 44.6%;
  }
  .loca--ph-sub {
    position: absolute;
    right: 60%;
    bottom: 0;
    width: 11.1%;
  }
  
  
  /* CUISINE */
  /* ============================== */
  #cuisine {
    position: relative;
    background-color: #E3DFD0;
  }
  #cuisine .pin-parallax-wrapper p {
    position: absolute;
    left: 10%;
    top: calc(50% - 0.5em);
    font-family: var(--font-en-ci);
    font-size: 3.5rem;
    color: #626262;
    display: none;
    z-index: 5;
  }
  #cuisine .pin-spacer-element {
    height: 100vh;
  }
  .cui--inner {
    position: relative;
    padding: 100px 0 140px;
    overflow: hidden;
    background-color: #E3DFD0;
    z-index: 5;
  }
  .cui--main {
    position: relative;
    width: 83.2%;
    max-width: 1598px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .cui--txt {
    width: 64.2%;
    order: 2;
  }
  .cui--txt .sec--read {
    width: 310px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .cui--ph-main {
    width: 19.5%;
    order: 1;
  }
  .cui--ph-sub {
    display: flex;
    margin-bottom: 120px;
    padding: 0 10% 0 12%;
  }
  .cui--main .line-draw-item {
    left: 27.8%;
  }
  
  
  /* ARTIST */
  /* ============================== */
  #artist {
    position: relative;
    background-color: #EDEDEB;
  }
  #artist .pin-parallax-wrapper p {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    font-family: var(--font-en-ci);
    font-size: 5.4rem;
    text-align: center;
    line-height: 1;
    color: #FFF;
    margin: auto;
    display: none;
    z-index: 5;
  }
  #artist .pin-spacer-element {
    height: 100vh;
  }
  .artist--inner {
    position: relative;
    padding: 100px 0 140px;
    overflow: hidden;
    background-color: #EDEDEB;
    z-index: 5;
  }
  .artist--main {
    position: relative;
    width: 78.2%;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    margin: auto;
  }
  .artist--txt {
    width: 43.2%;
    padding-top: 10%;
    order: 2;
  }
  .artist--txt .sec--tt-en {
    text-align: right;
  }
  .artist--txt .sec--read {
    font-size: 1.4rem;
    line-height: 2;
  }
  .artist--txt .sec--read,
  .artist--txt .btn-viewmore-base {
    width: 366px;
    margin-left: auto;
  }
  .artist--ph-main {
    width: 42.7%;
    order: 1;
  }
  .artist--ph-sub {
    display: flex;
    margin-bottom: 50px;
  }

  
  /* PLAN */
  /* ============================== */
  #plan {
    position: relative;
    margin: auto;
    padding: 180px 0 60px;
    background-color: #FFF;
  }
  
  
  /* REPORT */
  /* ============================== */
  #report {
    position: relative;
    padding: 180px 0 80px;
    background-color: #FFF;
    z-index: 5;
  }
  .repo--txt {
    text-align: center;
    margin: 0 auto 60px;
  }
  .repo--txt .btn-viewmore-base {
    text-align: center;
  }
  .repo--txt .btn-viewmore-base a {
    margin: auto;
  }
  #acc-slider {
    position: relative;
    width: 100%; /* 親要素いっぱいに広がる */
    height: 86vh;
  }
  #acc-slider .slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #acc-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
  }
  #acc-slider .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    min-width: 100vw;
    object-fit: cover;
    object-position: center;
  }
  /* ページャーレイアウト */
  .pager-container {
    position: absolute;
    bottom: -20px;
    right: 30px;
    display: flex;
    gap: 15px;
    z-index: 100;
  }
  .pager-item {
    width: 40px;
    height: 1px;
    background: rgb(206, 206, 206);
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .pager-item.is-active {
    width: 80px;
  }
  .pager-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
  }
  .slide {
    cursor: pointer;
  }
  .slide.active {
    cursor: alias; /* または pointer */
  }
  
  
  /* INDEX FOOTER */
  /* ============================== */
  #indexfooter {
    position: relative;
    padding: 130px 0 0;
    background-color: #FFF;
    z-index: 5;
  }
  .if--inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 77.5%;
    min-width: 1200px;
    margin: auto;
  }
  .if--inner::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #C3C3C3;
  }
  
  .if--news {
    display: flex;
    flex-flow: column;
    width: 40%;
    padding: 0 0 8px;
  }
  .if--news h3 {
    margin-bottom: 20px;
  }
  .if--news ul {
    width: 100%;
    margin-bottom: 30px;
  }
  .if--news li {
    border-bottom: 1px solid #C3C3C3;
  }
  .if--news li span,
  .if--news li a {
    display: block;
    padding: 15px 0;
  }
  .if--news-btn {
    line-height: 1;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    margin: auto 0 0 auto;
  }
  .if--news-btn a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #333;
  }
  
  .if--contents {
    display: flex;
    justify-content: space-between;
    width: 40.6%;
  }
  .if--con-item {
    width: 45%;
    text-align: center;
  }
  .if--con-item:nth-child(2) {
    animation-delay: 400ms;
  }
  .if--con-item figcaption {
    margin: 40px 0 30px;
    font-size: 1.7rem;
    letter-spacing: 0.55em;
    text-indent: 0.55em;
    line-height: 1;
  }
  .if--con-item .btn-viewmore-base a{
    margin: auto;
  }
  
  #topfooter .tf--p1 {
    position: absolute;
    left: 10%;
    top: 26%;
    font-family: var(--font-en-ci);
    font-size: 3.5rem;
    color: #FFF;
    z-index: 5;
  }
  
}

