@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');

.en02 {
  font-family: "Antic Didone", serif;
  font-weight: 400;
  font-style: normal;
}


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

/*--- mainTitle --*/
#mv{
    background: url(../images/women-crosstalk/bg_01.jpg) center center / 40px repeat;
    position: relative;
    padding: 40px;
    width: 100%;
    height: 100vh;
    min-height: 750px;
}
#mv .mvInr{
    background: #ffd9e4;
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    align-items: center;
    overflow: hidden;
}
#mv .mvInr .title{
    max-width: 1109px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 2.2vh;
    padding-top: 3%;
}
#mv .mvInr .title .small{
    max-width: 174px;
    margin: 0 auto;
    display: block;
    width: 25%;
}

#mv .mvInr > .deco{
    width: min(20%,178px);
    position: absolute;
    top: 10px;
}
#mv .mvInr > .deco01{
    left: 10px;
}
#mv .mvInr > .deco02{
    right: 10px;
}

#mv .mvInr .images{
    /* position: absolute; */
    /* transform: translateX(-50%); */
    display: flex;
    justify-content: space-between;
    max-width: max(1320px, 150vh);
    width: 85%;
    left: 50%;
    bottom: 0;
}

#mv .mvInr .images .image{
    width: 30%;
    height: auto;
    position: relative;
}
#mv .mvInr .images .image::before{
    content: "";
    display: block;
    left: 50%;
    top: 50%;
    width: 83%;
    height: 83%;
    background: #f75e5e;
    position: absolute;
    transform: translate(-50%,-50%);
}
#mv .mvInr .images .image.image02::before{ background: #006da3;}
#mv .mvInr .images .image.image03::before{ background: #fbb03b;}

#mv .mvInr .images .image .inr{
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    aspect-ratio: 320 / 415;
}
#mv .mvInr .images .image .deco{
    width: min(30%,90px);
}
#mv .mvInr .images .image.image01 .deco03{
    left: 10%;
    top: 0;
}
#mv .mvInr .images .image.image01 .deco04{
    right: -10px;
    bottom: 80px;
}

#mv .mvInr .images .image.image02 .deco05{
    left: 0;
    top: 40px;
}
#mv .mvInr .images .image.image02 .deco06{
    left: 10%;
    top: 15%;
}
#mv .mvInr .images .image.image02 .deco07{
    right: 15%;
    top: 0;
}

#mv .mvInr .images .image.image03 .deco08{
    left: 0%;
    top: 12%;
}
#mv .mvInr .images .image.image03 .deco09 {
    right: -3%;
    top: 14%;
}

/*--- memberList --*/
#contents .memberList{
    max-width: 1320px;
    padding-top: 0;
    margin-top: -20px;
}
#contents .memberList li{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 30%;
    margin-bottom: 0;
}
#contents .memberList li .image{
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 68%;
}
#contents .memberList li .info{
    margin-left: -20%;
    width: 120%;
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1;
}

#contents .memberList li .info .inr{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 0 10px 0 23%;
    background: #006da3;
    color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}


#contents .memberList li .info::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1;
    background: url("../images/women-crosstalk/bg_check_blue.jpg") right bottom / 20px repeat;
}

#contents .memberList li .info .name{
    font-size: 20px;
}
#contents .memberList li:nth-of-type(2) .info .inr{    background: #f75e5e;}
#contents .memberList li:nth-of-type(3) .info .inr{    background: #fbb03b; color: #000;}

#contents .memberList li:nth-of-type(2) .info::before{    background: url("../images/women-crosstalk/bg_check_pink.jpg") right bottom / 20px repeat;}
#contents .memberList li:nth-of-type(3) .info::before{    background: url("../images/women-crosstalk/bg_check_yellow.jpg") right bottom / 20px repeat;}



/*--- talk --*/

#contents .talk{
    position: relative;
    padding: 0 0 120px 0 ;
}
#contents .talk:last-of-type{
}

#contents .talk.bgPink::before{
    background: #fff0f4;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 17.5vw;
    z-index: 0;
}


#contents .talk .imageAndTitle{
    width: 92%;
    position: relative;
    margin: 0 auto 60px;
    z-index: 2;
}

#contents .talk .imageAndTitle .mainImage{
    width: 100%;
    height: 35vw;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#contents .talk .imageAndTitle .num{
    position: absolute;
    left: -20px;
    top: -20px;
    width: 100px;
}

#contents .talk .imageAndTitle .title{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0,-50%);
    padding: 10px;
}
#contents .talk .imageAndTitle .title .inr{
    padding: 15px 30px;
    background: #fff;
    display: table;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#contents .talk .imageAndTitle .title .inr + .inr{
    margin-top: 10px;
}

#contents .talk-contents .talk .talkInr {
    max-width: 750px;
    margin: 0 auto;
    width: 85%;
    position: relative;
    z-index: 4;
}
#contents .talk-contents .talk .talkInr dl{
    margin: 0 auto;
    display: flex;
    /* gap: 20px; */
    margin-bottom: 30px;
    align-items: flex-start;
    justify-content: space-between;
}
#contents .talk-contents .talk .talkInr dl:last-child{
    margin-bottom: 0;
}
#contents .talk-contents .talk .talkInr dl dt{
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
}
#contents .talk-contents .talk .talkInr dl dt .name{
    font-size: 12px;
}
#contents .talk-contents .talk .talkInr dl dd {
    width: calc(100% - 90px - 20px);
    background: #fff;
    padding: 40px;
    text-align: justify;
    line-height: 1.75;
    position: relative;
    margin-left: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

#contents .talk-contents .talk .talkInr dl dd .deco{
    display: block;
    width: 50px;
    top: 0;
}
#contents .talk-contents .talk .talkInr dl dd .deco.rightTop{
    right: 0;
    transform: translate(90%,-90%);
}
#contents .talk-contents .talk .talkInr dl dd .deco.leftTop{
    left: 0;
    transform: translate(-90%,-90%);
}
#contents .talk-contents .talk .talkInr dl dd .deco.leftBottom{
    left: 0;
    bottom: 0;
    top: auto;
    transform: translate(-90%,90%);
}
#contents .talk-contents .talk .talkInr dl dd .deco.rightBottom{
    right: 0;
    bottom: 0;
    top: auto;
    transform: translate(90%,90%);
}
#contents .talk-contents .talk .talkInr dl dd:before {
  width: 0;
  height: 0;
  border-style: solid;
    content: "";
    display: block;
    position: absolute;
    top: 35px;
}

#contents .talk-contents .talk .talkInr dl:nth-child(odd) dd:before {
    left: -15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #ffffff;
  border-left: 0;
}
#contents .talk-contents .talk .talkInr dl:nth-child(even) dd:before {
    right: -15px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
}

#contents .talk-contents .talk .talkInr dl:nth-child(even){
    flex-direction: row-reverse;
}
#contents .talk-contents .talk .talkInr dl:nth-child(even) dd {
    margin: 0 20px 0 0;
}

#contents .endImage{
    background: url("../images/women-crosstalk/end.jpg") center center / cover no-repeat;
    width: 100%;
    height: 42vw;
}

#contents .talk .talkBox .decoEn{
    font-size: 100px;
    opacity: 0.2;
    right: 6%;
    top: 33.5vw;
    line-height: 1;
    writing-mode: vertical-rl;
    white-space: nowrap;
    color: #f75e5e;
    letter-spacing: 0.15em;
    z-index: 3;
}
#contents .talk .talkBox .decoEn.blue{ color: #006da3;}
#contents .talk .talkBox .decoEn.yellow{ color: #fbb03b;}

#contents .talk:nth-child(even) .talkBox .decoEn{
    right: auto;
    left: 6%;
}




/*----------------------------------------------------
	☆ANIMATION
----------------------------------------------------*/

.motion1 img{
    animation: motion1 4s step-end infinite;
}
.motion2 img{
    animation: motion2 4s step-end infinite;
    animation-delay: 2s;
}

@keyframes motion1 { 
    0% { transform: rotate(0deg); } 
    4% { transform: rotate(-10deg); } 
    8% { transform: rotate(0); } 
    12% { transform: rotate(-10deg); }
    16% { transform: rotate(0deg); } 
    100% { transform: rotate(0deg); } 
}
@keyframes motion2 { 
    0% { transform: rotate(0deg); } 
    4% { transform: rotate(10deg); } 
    8% { transform: rotate(0); } 
    12% { transform: rotate(10deg); }
    16% { transform: rotate(0deg); } 
    100% { transform: rotate(0deg); } 
}

.motion1_small img{
    animation: motion1_small 4s step-end infinite;
}
.motion2_small img{
    animation: motion2_small 4s step-end infinite;
    animation-delay: 2s;
}

.delay2 img{ animation-delay: 1s;}
.delay3 img{ animation-delay: 2s;}
.delay4 img{ animation-delay: 3s;}

@keyframes motion1_small { 
    0% { transform: rotate(0deg); } 
    4% { transform: rotate(-4deg); } 
    8% { transform: rotate(0); } 
    12% { transform: rotate(-4deg); }
    16% { transform: rotate(0deg); } 
    100% { transform: rotate(0deg); } 
}
@keyframes motion2_small { 
    0% { transform: rotate(0deg); } 
    4% { transform: rotate(4deg); } 
    8% { transform: rotate(0); } 
    12% { transform: rotate(4deg); }
    16% { transform: rotate(0deg); } 
    100% { transform: rotate(0deg); } 
}


/*----------------------------------------------------
	☆901以上　PCのみ & HOVER
----------------------------------------------------*/

@media screen and (min-width:901px) {
}


/*----------------------------------------------------
	☆HEIGHT UNDER 800
----------------------------------------------------*/

@media screen and (max-height:800px) {
    #mv .mvInr .images {
        max-width: 1080px;
    }
}

/*----------------------------------------------------
	☆TOP UNDER 1200
----------------------------------------------------*/

@media screen and (max-width:1200px) {
    
    /*--- memberList ---*/
    #contents .memberList li{
        width: 32%;
    }
    #contents .memberList li .info .name {
        font-size: 18px;
    }
    
    /*--- talk ---*/
    #contents .talk .imageAndTitle .title{
        font-size: 20px;
        left: -20px;
    }
    #contents .talk .imageAndTitle .title .inr{
        padding: 12px 20px;
    }
    
}

/*----------------------------------------------------
	☆TOP UNDER 900
----------------------------------------------------*/

@media screen and (max-width:900px) { 
    
    /*--- mv ---*/
    #mv {
        height: 68vw;
        min-height: 0;
    }
        
    /*--- memberList ---*/
    #contents .memberList {
        flex-direction: column;
        align-items: center;
        max-width: 300px; 
        width: 85%;
        margin: -10px auto 0;
    }    
    #contents .memberList li{
        width: 100%;  
        margin: -8px 0;
    }
    #contents .memberList li .info::before{
        right: -10px;
        bottom: -10px;
        background-size: 10px auto !important;
    }
    #contents .memberList li:nth-child(2){
        flex-direction: row-reverse;
    }
    #contents .memberList li:nth-child(2) .info{
        margin: 0 -20% 0 0;
    }
    #contents .memberList li:nth-child(2) .info .inr{
        padding: 0 23% 0 10px; 
        align-items: flex-end;
    }
    #contents .memberList li:nth-child(2) .info::before{
        right: auto;
        bottom: -10px;
        left: -10px;
    }
    
    /*--- talk ---*/
    #contents .talk .imageAndTitle .mainImage {
        height: 46vw;
    }
    #contents .talk .imageAndTitle .num {
        width: 80px;
    }
    #contents .talk .imageAndTitle .title{
        top: 100%;
        transform: translate(0,-75%);
    }
    
    #contents .talk .talkBox .decoEn,
    #contents .talk:nth-child(even) .talkBox .decoEn{
        font-size: 80px;
        opacity: 0.2;
        left: -2%;
        right: auto;
        top: 58.5vw;
    }
    
    
}


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

@media screen and (max-width:600px) {
    
    
    /*--- mv ---*/
    #mv {
        background: url(../images/women-crosstalk/bg_01.jpg) center center / 20px repeat;
        padding: 20px;
        height: auto;
    }
    #mv .mvInr .title {
        width: 75%;
        gap: 1.2vh;
        padding-top: 14%;
    }
    #mv .mvInr .images{
        width: 94%;
    }
    #mv .mvInr .images .image {
        width: 37%;
        height: auto;
        position: relative;
        margin: 4% -2% 0;
    }    
    #mv .mvInr .images .image01{
        position: relative;
        z-index: 1;
    }
    
    
    #contents .talk {
        padding-bottom: 70px;
    }
    #contents .talk .imageAndTitle .mainImage {
        height: 60vw;
    }
    #contents .talk .imageAndTitle .num {
        width: 60px;
        left: -2.5%;
    }
    #contents .talk .imageAndTitle .title {
        font-size: 16px;
        left: -5%;
    }
    #contents .talk .imageAndTitle .title .inr {
        padding: 10px 15px;
    }
    #contents .talk .imageAndTitle .title .inr + .inr {
        margin-top: 5px;
    }
    #contents .talk .talkBox .decoEn,
    #contents .talk:nth-child(even) .talkBox .decoEn {
        font-size: 52px;
        opacity: 0.2;
        left: -2.5%;
        right: auto;
        top: 70vw;
    }
    #contents .talk-contents .talk .talkInr dl dt {
        width: 70px;
    }
    #contents .talk-contents .talk .talkInr dl dd {
        width: calc(100% - 70px - 10px);
        padding: 25px;
        line-height: 1.6;
    }
    
    #contents .talk-contents .talk .talkInr dl dd .deco{
        width: 35px;
    }
    #contents .talk-contents .talk .talkInr dl dd .deco.rightTop{
        transform: translate(70%,-70%);
    }
    #contents .talk-contents .talk .talkInr dl dd .deco.leftTop{
        transform: translate(-70%,-70%);
    }
    #contents .talk-contents .talk .talkInr dl dd .deco.leftBottom{
        transform: translate(-70%,70%);
    }
    #contents .talk-contents .talk .talkInr dl dd .deco.rightBottom{
        transform: translate(70%,70%);
    }
    
}

