@charset "UTF-8";

/*common*/
#allWrap {
  width: 834px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  text-align: center;
}

/*common*/

/*head*/
#allWrap .headWrap {
  width: 730px;
  text-align: center;
  margin: 0 auto;
    color: #333333;
}

#allWrap .headWrap h2 {
  font-size: 16px;
  line-height: 29px;
  margin-top: 40px;
  margin-bottom: 45px;
  letter-spacing: 0.025em
}

#allWrap .headWrap img {
  width: 100%;
  margin-bottom: 85px;
}

/*head*/

/*main*/
/*interview*/

#allWrap .mainArea {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.075em;
  color: #333333;
}

#allWrap .mainArea .interviewWrap {
    width: 730px;
    margin: 0 auto;
  text-align: center;
}

#allWrap .mainArea .interviewSummary {
  color: #194f90;
  margin-bottom: 86px;
  text-align: center;
}

#allWrap .mainArea .interviewAnser {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin-bottom: 86px;
}

#allWrap .mainArea .interviewAnser .anserUpper {
  margin-bottom: 22px;
}

#allWrap .mainArea .interviewAnser .anserUpper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 11px;
  background-image: url(../img/quotation01.png);
  -webkit-background-size: contain;
  background-size: contain;
}

#allWrap .mainArea .interviewAnser .anserUnder:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 11px;
  background-image: url(../img/quotation02.png);
  -webkit-background-size: contain;
  background-size: contain;
}

#allWrap .mainArea .lastAnser {
  position: relative;
  margin-bottom: 110px;
}

#allWrap .mainArea .lastAnser:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 11px;
  background-image: url(../img/quotation01.png);
  -webkit-background-size: contain;
  background-size: contain;
}

#allWrap .mainArea .lastAnser:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 11px;
  background-image: url(../img/quotation02.png);
  -webkit-background-size: contain;
  background-size: contain;
}

/*interview*/

/*private shot*/

#allWrap .mainArea . #allWrap .mainArea .privateshotWrap{
  width: 834px;
}

#allWrap .mainArea .privateshotWrap .privateTtl {
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  -ms-align-items: center;
  align-items: center;
}

#allWrap .mainArea .privateshotWrap .privateTtl img {
  width: 25px;
  height: auto;
  margin-right: 11px;
}

#allWrap .mainArea .privateshotWrap .private {
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

#allWrap .mainArea .privateshotWrap .privateImg{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#allWrap .mainArea .privateshotWrap .privateImg img:nth-child(1){
  width: 166px;
  height: 227px;
  margin: 52px 10px 31px 32px;
}

#allWrap .mainArea .privateshotWrap .privateImg img:nth-child(2){
  width: 167px;
  height: 222px;
  margin-top: 32px;
  margin-right: 10px;
}

#allWrap .mainArea .privateshotWrap .privateImg img:nth-child(3){
  width: 167px;
  height: 206px;
  margin-top: 73px;
}

#allWrap .mainArea .privateshotWrap .privateImg img:nth-child(4){
  width: 240px;
  height: 135px;
  margin: 52px 32px 0 10px;
}

#allWrap .mainArea .privateshotWrap .privateComment {
  margin: 0 45px 27px;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.025em;
}

/*private shot*/

/* profile*/
#allWrap .profileWrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 670px;
  margin: 125px auto 0;
}

#allWrap .profileWrap>img{
  width: 270px;
  height: 270px;
}

#allWrap .profileWrap .profileTxt{
  text-align: left;
  margin-left: 32px;
}

#allWrap .profileWrap .profileTxt .ambassador{
  font-size: 14px;
  line-height: 1;
  margin-bottom: 14px;
}

#allWrap .profileWrap .profileTxt .name{
  margin-bottom: 16px;
  font-size: 22px;
  color: #194f90;
  line-height: 1;

}

#allWrap .profileWrap .profileTxt .license{
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
}

#allWrap .profileWrap .profileTxt .license .nowrap{
  white-space: nowrap;
}

#allWrap .profileWrap .profileTxt dl dt{
  line-height: 1;
  margin-bottom: 6px;
}

#allWrap .profileWrap .profileTxt dl dd{
  line-height: 27px;
}

#allWrap .profileWrap .profileTxt .license dd{
  margin-bottom: 2px;
  white-space: nowrap;
}

#allWrap .profileWrap .instagram{
  height: 21px;
  margin: 5px 0 10px 0;
  
}

#allWrap .profileWrap .instagram a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

#allWrap .profileWrap .instagram img{
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

#allWrap .profileWrap .instagram p{
  font-size: 14px;
  line-height: 29px;
}

#allWrap .profileWrap .profile{
  height: 21px;
  margin: 5px 0 13px 0;
}

#allWrap .profileWrap .profile a{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

#allWrap .profileWrap .profile img{
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

#allWrap .profileWrap .profile p{
  font-size: 14px;
  line-height: 29px;
}


#allWrap .modalWrap{
  margin-top: 0;
  background-color: #fff;
  display: none;
}

.modal-bg{
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}


/* profile*/


/*main*/
