@charset "utf-8";
/* CSS Document */
#d-b-bg{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
#d-b-bg img {
    width: 100%;
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}


#d-b-image {
    position: relative;
    z-index: 10;
    max-width: 1100px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
#Dialogue{
    padding: 1px 0;
    position: relative;
    background-color: #fff;
    z-index: 10;
}
#Dialogue h2 {
    color: #0D218B;
    text-align: center;
    font-size: 1.3em;
    margin: 0 0 .5em;
}
.talk-section{
	letter-spacing: .05em;
}
.sp-talk-head{
    text-align: center;
    font-size: 2.2em;
    color: #0D218B;
padding: 2% 0 5%;
}
.sp-talk-head img {
    width: 90%;
    margin-top: 1em;
    min-width: 320px;
    max-width: 600px;
}
@media(max-width:480px){
	.sp-talk-head img {
		width: 65%;
		min-width: 220px;
		display: block;
		margin: 1em auto 0;
	}
}
.talk-section{
    max-width: 760px;
    margin: 2% auto;
    color:#3e474a;
    display: table;
    font-size: 1.2em;
    line-height: 1.8;
    text-align: left;
    width: 100%;
}
.talk-head {
    text-align: center;
    /* font-weight: bold; */
    font-size: 2em;
    margin: 2em auto 2em;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;

}
.talk > p + p{
    margin-top: 2.5em;
    line-height: 2;
}
.mark{
	font-size: .7em;
	color: #9ab;
}
.talk .note{
	font-size: .7em;
	color: #9ab;
	line-height: 1.5;
	display: block;
	margin-top: 1em;
}
.talk-section > div {
    display: table-cell;
}
.talker{
    text-align: right;
    font-weight: bold;
    padding-right: 2em;
    width: 148px;
}
.talker > span{
    font-size: .8em;
    font-weight: normal;
    display: block;
}
.talk-section figure img {
    width: 90%;
    margin: 0 0 0 auto;
    display: block;
}
.profile-guest {
    max-width: 760px;
    margin: 5em auto 15em;
    border-top: solid 1px #ccc;
    padding-top: 5em;
}
.profile-guest > h3{
    font-weight: bold;
    padding: 0 0 .5em 2em;
}
.profile-guest > p {
    line-height: 2;
    padding: 0 0 0 2em;
}
.profile-guest > figure{
    text-align: center;
    margin-top: 1em;
    padding-top: 3em;
}
.profile-guest > figure > div{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 31%;
}
.profile-guest > figure img{
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.profile-guest > figure figcaption{
    display: block;
    margin-top: 1em;
}
.profile-guest > figure .jacket-img{
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    border: solid 1px;
    color: #f12828;
    position: relative;
    display: inline-block;
    width: 160px;
    max-width: 100%;
}
.profile-guest > figure .jacket-img::before{
    content: "";
    display: block;
    padding-top:100%;
}
.profile-guest > figure .jacket-img > span{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: block;
    font-size: .85em;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 2em;
}
.profile-guest figcaption > span {
    display: block;
    margin-top: .5em;
    color: #999;
}
/*
.talker1 .talker{
    color: #0F218B;
}
.talker2 .talker{
    color: #c00000;
}*/

.snsbtn {
  max-width: 300px;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.snsbtn__item {
  padding: 0 .3rem;
  line-height: 0;
}
.snsbtn__line {
  width: 80px;
  height: 20px;
  background: url('/assets/25th/images/dialogue/line_send.png') no-repeat center top/100% auto;
  display: block;
}

@media (max-width:50em) {
	#Dialogue{
		padding: 0 .5em;
	}
	.talk-section{
		margin: 10% auto;
		width: 100%;
	}
}
@media (min-width:40em) {
	#Dialogue > h2 > span:nth-of-type(1)::after{
		content: "・";
	}
    .profile-guest > img {
        float: left;
        width: 28%;
    }
    .profile-guest > h3 ,    
    .profile-guest > p{
        width: 72%;
        float: left;

    }
    .profile-guest::after {
        clear: both;
        content: "";
        display: block;
    }
    .profile-guest > figure{
        clear: both;
        width: 100%;
    }
}
@media (max-width:40em) {
	#Dialogue > h2 > span{
		display: inline-block;
		line-height: 1.5;
	}
    #d-b-image {
transform: translateX(6%);
    }
    #d-b-bg{
        top:55px;
    }
    #DialogueBillbord {
        padding-bottom: 50px;
    }
    
    #Dialogue h2{
        font-size: .9em;
    }
    .sp-talk-head{
        font-size: 1.6em;
    }
    .profile-guest > img {
        width: 50%;
        display: block;
        margin: 0 auto 1em;
    }

   .talk-head{
        font-size: 1.5em;
    }
    .first-sec .talker{
        width: 90px;
        line-height: 1.1;
    }
    .talker{
        font-size: .9em;
        padding-right: 1em;
        width: 65px;
    }
    .profile-guest > img {
        margin-bottom: 3em;
    }
    .profile-guest {
            margin-bottom: 5em;
    }
    .talk-section figure img{
        margin: 0 auto;
    }
    .profile-guest > figure{
        text-align: center;
    }
    .profile-guest > h3{
    font-weight: bold;
    padding: 0 1em .5em 1em;
		line-height: 1.8;
}
.profile-guest > p {
    line-height: 2;
    padding: 0 1em;
}
    .profile-guest > figure > div{
        width: 70%;
        padding-bottom: 5%
    }

    .snsbtn {
      margin: 1rem auto;
    }
    .snsbtn__item {
      padding: 0 .3rem;
    }
}

