@charset "UTF-8";

/*----------------------------------------------------
    ☆PC
----------------------------------------------------*/

/*--------------------------------------------------------------------------- MV */

.crosstalk #mv {
    margin-bottom: 220px;
    position: relative;
    /*background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: min(46.667%, 700px);*/
}

.crosstalk .mvInner {
    position: relative;
    /*max-width: 1500px;
    margin: 0 auto;*/
    /*padding-top: 37.453%;*/
    padding-top: min(46.667%, 700px);
    /*z-index: 0;*/
}

.crosstalk .mvInner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/crosstalk/global/mv_bg.jpg) no-repeat center/cover;
    z-index: 0;
}

.crosstalk .mvInner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/crosstalk/global/mv_kiri.png) no-repeat center/cover;
    z-index: 0;
}

.crosstalk .mvInner .mvImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*.crosstalk .mvInner .mvImg img {
    max-height: 700px;
}*/

.crosstalk .mvInner .mvTitle {
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: min(10.66vw, 16rem);
    text-align: center;
    z-index: 0;
}

.crosstalk .diamond {
    position: absolute;
    top: 60.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: min(44%, 670px);
    z-index: 3;
}

/*.crosstalk .diamondDeco {
    position: absolute;
    width: 45%;
    top: 10%;
    left: auto;
    right: 14%;
    display: block;
}*/

/* ひし形 */
:root{
  --diamondInner-w: 470;   /* 基準幅 (px) */
  --diamondInner-h: 395;   /* 基準高さ (px) */
}

.crosstalk .diamondInner{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    aspect-ratio: calc(var(--diamondInner-w) / var(--diamondInner-h));
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    overflow: hidden;
    background: linear-gradient(90deg,rgba(1, 23, 196, 1) 0%, rgba(0, 14, 126, 1) 100%);
    /*background: url(../images/common/int_profile_hishi_blue.png) center / contain no-repeat;
    padding-top: 85%;*/
}

.crosstalk .diamondInner h2 {
    width: 53%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.crosstalk .diamondInner .number {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: min(0.93vw, 1.4rem);
    color: #fff;
    text-align: center;
    line-height: 1.8;
    letter-spacing: .3rem;
}


/*--------------------------------------------------------------------------- チャプター */

.crosstalk .chapter {
    position: relative;
    z-index: 0;
}

/*.crosstalk .chapter:nth-child(n+2) {
    margin-top: -50px;
    position: relative;
    z-index: -1;
}

.crosstalk .chapter:nth-child(3) {
    z-index: -2;
}

.crosstalk .chapter:nth-child(4) {
    z-index: -3;
}

.crosstalk .chapter:nth-child(5) {
    z-index: -4;
}*/

/* === 自動でz-indexを下げる設定（章の重なり制御） === */

.crosstalk .chapter {
  position: relative;
  z-index: calc(100 - var(--chapter-index, 0));
}

/* 各章に順番変数を付与（章数分だけ繰り返す） */
.crosstalk .chapter:nth-child(1) { --chapter-index: 1; }
.crosstalk .chapter:nth-child(2) { --chapter-index: 2; }
.crosstalk .chapter:nth-child(3) { --chapter-index: 3; }
.crosstalk .chapter:nth-child(4) { --chapter-index: 4; }
.crosstalk .chapter:nth-child(5) { --chapter-index: 5; }
/* 章が増えたら6,7...を追加すればOK */

/* 背景画像を章の中で背面に固定 */
.crosstalk .chapter .bgBox {
  position: relative;
  z-index: -1;
}

/* 前章の最後の吹き出しを次章の背景の上に重ねる */
.crosstalk .chapter:not(:last-child) .conversation dl:last-child dd {
  position: relative;
  z-index: 999;
  margin-bottom: -60px; /* 被り具合を調整 */
}


.crosstalk .chapter:last-child {
    padding-bottom: 200px;
}

.crosstalk .chapter .bgBox {
    margin-bottom: 100px;
}

.crosstalk .chapterInner .titleBox {
    border: 5px solid #fff;
    border-radius: 10px;
    position: relative;
    margin-bottom: 120px;
}

.crosstalk .chapterInner .titleBox:after {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 60px;
    background-color: #fff;
}

.crosstalk .chapterInner .titleBox .title {
    font-size: 1.8rem;
    font-weight: 400;
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.crosstalk .chapterInner .titleBox .question {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    padding: 30px;
    text-align: center;
}

.crosstalk .conversation dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.crosstalk .conversation dl:last-child {
    margin-bottom: 0;
}

.crosstalk .conversation dt {
    width: 160px;
    text-align: center;
}

.crosstalk .conversation dt .imgPerson {
    filter: drop-shadow(0px 30px 15px rgba(0, 0, 0, 0.3));
    mix-blend-mode: multiply;
}

.crosstalk .conversation dt span {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

.crosstalk .conversation dd {
    width: calc(100% - 215px);
    border-radius: 10px;
    padding: 60px;
    background: #fff;
    font-weight: 600;
    text-align: justify;
    line-height: 1.8;
    position: relative;
    filter: drop-shadow(0px 30px 10px rgba(0, 0, 0, 0.3));
    mix-blend-mode: multiply;
}

.crosstalk .conversation dd:after {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 90px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
}

.crosstalk .conversation dl:nth-child(even) {
    flex-direction: row-reverse;
}

.crosstalk .conversation dl:nth-child(even) dd:after {
    left: auto;
    right: -12px;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
}

/* キャラクター */
#global .cp_chara {
    width: 55.5%;
}

#global .cp_chara_01 {
    top: -66%;
    left: auto;
    right: -31%;
}

#global .cp_chara_02 {
    width: 47.2%;
    top: -37%;
    left: -30%;
}

#global .cp_chara_03 {
    top: -108%;
    left: auto;
    right: -28%;
}

#global .cp_chara_04 {
    top: 48%;
    left: 73%;
}





/*----------------------------------------------------
	☆TABLET UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) {

    /*--------------------------------------------------------------------------- チャプター */

    .crosstalk .chapter:not(:last-child) .conversation dl:last-child dd {
        margin-bottom: -30px;
    }

    .crosstalk .conversation dt {
        width: 100px;
    }

    .crosstalk .conversation dd {
        width: calc(100% - 135px);
    }

    /* キャラクター */
    #global .cp_chara_01 {
        top: -58%;
        right: -17%;
    }

    #global .cp_chara_02 {
        top: -42%;
        left: -13%;
    }

    #global .cp_chara_03 {
        top: -89%;
        right: -18%;
    }

    #global .cp_chara_04 {
        top: 72%;
        left: 59%;
    }

}





/*----------------------------------------------------
	☆UNDER 600
----------------------------------------------------*/

@media screen and (max-width:600px) {

    /*--------------------------------------------------------------------------- MV */

    .crosstalk #mv {
        margin-bottom: 150px;
        padding-top: 0;
    }

    .crosstalk .mvInner {
        padding-top: 122.7%;
    }

    .crosstalk .mvInner:before,
    .crosstalk .mvInner:after {
        content: none;
    }

    .crosstalk .diamond {
        top: 75.8%;
        width: 70%;
    }

    .crosstalk .diamondInner .number {
        font-size: 1.5vw;
        letter-spacing: .18rem;
    }

    .crosstalk .mvInner .mvTitle {
        font-size: 5rem;
        z-index: 0;
        top: 18%;
    }


    /*--------------------------------------------------------------------------- チャプター */

    .crosstalk .chapter:not(:last-child) .conversation dl:last-child dd {
        margin-bottom: 0;
    }

    .crosstalk .chapter:last-child {
        padding-bottom: 100px;
    }

    .crosstalk .chapter:nth-child(n+2) {
        margin-top: -25px;
    }

    .crosstalk .chapter .bgBox {
        margin-bottom: 50px;
    }

    .crosstalk .chapterInner .titleBox {
        margin-bottom: 60px;
    }

    .crosstalk .chapterInner .titleBox:after {
        bottom: -30px;
        height: 30px;
    }

    .crosstalk .chapterInner .titleBox .title {
        font-size: 1.6rem;
        padding: 20px 0;
    }

    .crosstalk .chapterInner .titleBox .question {
        font-size: 1.6rem;
        letter-spacing: 0.05rem;
        text-align: justify;
        padding: 20px;
    }

    .crosstalk .conversation dl {
        margin-bottom: 25px;
    }

    .crosstalk .conversation dt {
        width: 60px;
    }

    .crosstalk .conversation dt .imgPerson {
        filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.3));
    }

    .crosstalk .conversation dt span {
        font-size: 1.2rem;
        margin-top: 10px;
    }

    .crosstalk .conversation dd {
        letter-spacing: 0.05rem;
        width: calc(100% - 80px);
        padding: 30px;
        filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.3));
    }

    .crosstalk .conversation dd:after {
        left: -10px;
        top: 40px;
        border-width: 5px 10px 5px 0;
    }
        
    .crosstalk .conversation dl:nth-child(even) dd:after {
        left: auto;
        right: -10px;
        border-width: 5px 0 5px 10px;
    }

    /* キャラクター */
    #global .cp_chara {
        width: 144px;
    }

    #global .cp_chara_01 {
        top: -130px;
        right: -30px;
    }

    #global .cp_chara_02 {
        top: -110px;
        left: -30px;
    }

    #global .cp_chara_03 {
        top: -115px;
        right: -20px;
    }

    #global .cp_chara_04 {
        top: auto;
        left: auto;
        bottom: -120px;
        right: -30px;
    }

}
