@charset "utf-8";

/* CONCEPTのみ解除 */
body {
    overflow-x: unset !important;
}


.p-bg-wrapper {
    position: relative;
    height: 400vh;
    /* スクロールの長さ */
    background-color: #333;
}

.p-bg-layers__item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 画面に固定される枠 */
.p-bg-sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* 背景：コンテナいっぱいに広げる */
.p-bg-layers, .p-bg-layers__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-bg-layers__item {
    clip-path: inset(100% 0 0 0);
    transition: clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.conceptBg01 {
    clip-path: inset(0);
    z-index: 1;
}

.conceptBg02 {
    z-index: 2;
}

.conceptBg03 {
    z-index: 3;
}

/* コンテンツ：背景の上に重ねて固定 */
.p-bg-contents {
    position: absolute;
    /* stickyコンテナに対して絶対配置（＝画面に固定される） */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    background-color: rgb(38 38 38 / 65%);
    color: #fff;
}

.p-bg-contents__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    /* スマホ用中央寄せ */
    justify-content: space-between;
    padding: 100px 15px;
    box-sizing: border-box;
    transition: opacity 0.8s ease, transform 0.8s ease;
    max-width: 1550px;
    margin: auto;
    right: 0;
}

.p-bg-contents__item.is-active {
    opacity: 1;
}

.p-bg-title {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}

.p-bg-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.875em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-bg-description>p>br {
    display: none;
}

/*---管理画面用---*/
.gjs-dashed .p-bg-layers__item {
    position: relative;
    height: 100vh;
    top: auto;
    left: auto;
    clip-path: none;
}

.gjs-dashed .p-bg-layers {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    clip-path: none;
}

.gjs-dashed .p-bg-sticky-container {
    height: auto;
    position: relative;
}

.gjs-dashed .p-bg-contents {
    position: relative;
    height: auto;
    pointer-events: auto;
    top: auto;
    left: auto;
}

.gjs-dashed .p-bg-contents__item {
    position: relative;
    top: auto;
    left: auto;
    transition: unset;
    transform: unset;
    opacity: 1;
    height: auto;
    gap: 40px;
}

.gjs-dashed .p-bg-description {
    position: relative;
    bottom: auto;
}

.gjs-dashed .p-bg-title {
    position: relative;
    top: auto;
}

.gjs-dashed .p-bg-wrapper {
    height: auto;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 375px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 414px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 544px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {

  .p-bg-contents__item {
        padding: 136px 0;
        width: 90%;
    }

    .p-bg-title {
        font-size: 2.5rem;
        padding-bottom: 10px;
    }

    .p-bg-description {
        color: #fff;
    }

    .p-bg-description>p>br {
        display: block;
    }

    .p-bg-title {
        font-size: 25px;
    }

    .p-bg-description {
        font-size: 16px;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
  
	.p-bg-title {
        font-size: 35px;
      	padding-bottom: 20px;
    }
  
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1300px) {
  
    .conceptFlexLeft {
		width: 51.3% !important;
    }

    .conceptFlexRight {
        width: 39% !important;
    }

    .p-bg-description {
        font-size: 18px;
    }
  
}

/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1600px) {
  
    .conceptFlexBox {
        gap: 150px; 
    }

}

/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
