@charset "utf-8";

/*==============================*/

/* background

/*==============================*/

* {
  color: #666;
}

body {
  background-size: 525px;
  background-repeat: repeat;
}

.contentWrap {
  background-color: rgba(102, 92, 61, .1);
}


/*==============================*/

/* Font/Text & Color Settings

/*==============================*/

/* == color variation == */
:root {
  --base-color: #fff;
  --bg-color: #213360;
  --assort-color: #e8f6f7;
  --assort-color2: #ffc813;
  --font-color: #665c3d;
  --font-color2: #666;
}

.underline {
  background: linear-gradient(to top, #FEE69CCC 50%, transparent 50%);
}
/* == topbtn == */
.topBtn a {
  border: solid var(--font-color) 2px;
  background-color: #fff;
  color: var(--font-color);
}

/* == mvtop section == */
.section .sectionInner .ttl {
  font-weight: bold;
}

.section .sectionInner .subttl,
.section .sectionInner .ttl {
  font-family: Zen Maru Gothic;
}

.section .sectionInner .subttl,
.section .sectionInner .ttl,
.section .hashList *,
.section .sectionInner .date * {
  color: var(--font-color) !important;
}

#section01 .interviewBox {
  background-color: #faf9f2;
}

#section01 .interviewBox .photoBox .imgCap {
  color: var(--font-color);
  font-family: Zen Maru Gothic;
}

.section.contents .sectionTtl {
  /* background: var(--base-color);
  color: var(--bg-color); */
  font-family: Zen Kaku Gothic New;
  font-weight: normal;
}

.section .anchorBox .anchorTxt a {
  color: var(--font-color);
}

.section.contents .menuBox .ttl,
.section.contents .infoBox>.ttl {
  /* justify-content: center; */
  font-family: Lucida Sans;
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  font-style: italic;
}

/* pickup box */

.pickUpBoxInner figcaption p {
  padding: 0 25px;
  }

/* == Tip for you == */
.section.contents .interviewBox .fukidashiBox {
  background: var(--assort-color2);
}

.section.contents .infoBox {
  background-color: #faf9f2;
}

/* == scroll bar == */
.thumbScrollBox::-webkit-scrollbar-thumb,
.thumbScrollBox::-webkit-scrollbar-thumb {
  background: rgba(102, 92, 61, .25);
}

section.contents .infoBox .storeLink {
  color: var(--font-color2);
}

/* == sns bar == */
.shareSection {
  background-color: #f2f2f2;
}

/*==============================*/

/* icon/images Settings

/*==============================*/

/* == topbtn icon == */
.topBtn a:before {
  background: url(../images/interview_ico_toparrow_01.svg) center/cover no-repeat;
}

/* == anchor icon == */
#section01 .anchorBox .anchorTxt a:before {
  background: url(../images/interview_ico_arrow_01.svg) center/cover no-repeat;
}

/* == section title icon == */
.section.contents .sectionTtl::before {
  display: none;
}

/* == accordion icon == */
.section.contents .accSwitch a:before {
  background: url(../images/interview_ico_arrow_01.svg) center/cover no-repeat;
}

/* == Tip for you == */
/* .section.contents .interviewBox .ttl::before, .shareSection .ttl::before {
  background: url(../images/interview_ico_line_01.svg) center/cover no-repeat;
}
.section.contents .interviewBox .ttl::after, .shareSection .ttl::after {
  background: url(../images/interview_ico_line_02.svg) center/cover no-repeat;
} */


/* == infoItem icon == */
.section.contents .infoBox .infoItem .time::before {
  background: url(../images/interview_ttl_info_01.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .tel::before {
  background: url(../images/interview_ttl_info_02.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .address::before {
  background: url(../images/interview_ttl_info_03.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .payment::before {
  background: url(../images/interview_ttl_info_04.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .seats::before {
  background: url(../images/interview_ttl_info_05.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .etc::before {
  background: url(../images/interview_ttl_info_15.svg) center/cover no-repeat;
}

.section.contents .infoBox .storeLink::after {
  background: url(../images/interview_ico_arrow_02.svg) center/cover no-repeat;
}

/* == author section icon == */
.section.author .sectionTtl:first-of-type::before {
  background: url(../images/interview_ttl_author_01.svg) center/cover no-repeat;
}

.section.author .sectionTtl:nth-of-type(2)::before {
  background: url(../images/interview_ttl_author_02.svg) center/cover no-repeat;
}


/*==============================*/

/* indvidual Settings

/*==============================*/
.featureList .col2 .txtBox .date p {
  color: #333;
}

#section01 .interviewBox {
  padding: 6px;
  border-radius: 0;
}

#section01 .interviewBox .boxInner {
  padding: 14px;
  border: #444 1px solid;
}

#section01 .anchorBox .anchorTxtBox {
  position: relative;
  margin-top: 14px;
  border-top: #444 solid 1px;
  border-bottom: #444 solid 1px;
}

#section01 .anchorBox .anchorTxtBox::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

#section01 .anchorBox .anchorTxt {
  position: relative;
}

#section01 .anchorBox .ttl {
  text-align: center;
}

#section01 .anchorBox .anchorTxt:first-child a {
  margin-top: 25px;
}

#section01 .anchorBox .anchorTxt:last-child a {
  margin-bottom: 19px;
}

.shareSection .ttl {
  color: var(--font-color);
}

.section.contents {
  margin-top: 40px;
  /* padding-bottom: 44px; */
}

/* .section.contents:nth-child(2n-1) {
  background-color: var(--assort-color2);
} */
/* .section.contents:nth-child(2n) {
  background-color: #faf9f2;
} */


.section.contents .headingBox {
  position: relative;
  height: 151px;
}

.section.contents .headingBox._3line {
  position: relative;
  height: 171px;
}

.section.contents .headingBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 21px;
  width: 22px;
  height: 107px;
  background: url(../images/interview_ico_img_01.svg);
}

.section.contents .headingBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 22px;
  height: 107px;
  background: url(../images/interview_ico_img_02.svg);
}

.section.contents .headingBox._3line::before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 21px;
  width: 22px;
  height: 137px;
  background: url(../images/interview_ico_img_03.svg);
}

.section.contents .headingBox._3line::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 22px;
  height: 137px;
  background: url(../images/interview_ico_img_04.svg);
}

.section.contents .headingBox p:first-child {
  padding-top: 27px;
  color: #222;
  font-family: Zen Maru Gothic;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 1.1px;
  text-align: center;
}

.section.contents .sectionTtl {
  justify-content: center;
  padding-top: 8px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  color: #444;
  font-family: Zen Maru Gothic;
  font-size: 1.7rem;
  text-align: center;
}

.section.contents .sectionTtl span {
  justify-content: center;
  color: var(--font-color);
  font-family: Zen Maru Gothic;
  font-weight: 900;
}

.section.contents .interviewBox {
  max-width: 440px;
  margin: 26px auto 0;
}

.section.contents .interviewBox .ttl {
  justify-content: left;
  font-family: Zen Maru Gothic;
  font-weight: bold;
  color: #665c3d;
}

.section.contents .interviewBox .ttl::before,
.section.contents .interviewBox .ttl::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  /* border-top: #222 solid 1px;
  border-bottom: #222 solid 1px; */
}

.section.contents .interviewBox .fukidashiBox .txt {
  padding: 20px;
  border: #ccc solid 1px;
  background: #fff;
}

.section.contents .menuTtl {
  font-size: 1.5rem;
}

.section.contents .menuPrice {
  font-size: 1.1rem;
}

.section.contents .infoBox .infoItem .ttl {
  color: #ad8bab;
}

/* TCID Edited */

.circle{
  overflow: hidden;
}

.backNumber .sectionBn {
  display: flex;
  align-items: center;
  margin: 22px 0px 0;
  color: var(--font-color);
  font-family: Zen Old Mincho, serif;
  font-weight: 600;
  font-size: 2rem;
}

.backNumber .sectionBn:nth-of-type(2) {
  margin-top: 41px;
}

.backNumber .sectionBn:first-of-type::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/interview_ttl_author_02.svg) center/cover no-repeat;
}


.section.author .pcsectionTtl {
  display: flex;
  align-items: center;
  color: #665c3d;
  font-family: Zen Old Mincho, serif;
  font-weight: 600;
  font-size: 2rem;
}


.section.author .pcsectionTtl:first-of-type::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/interview_ttl_author_01.svg) center/cover no-repeat;
}

.section.contents:nth-of-type(n+3) .sectionTtl {
  justify-content: left;
  height: 102px;
  padding-top: 40px;
  background: url(../images/interview_ttl_bg_01.jpg);
  background-size: cover;
  font-size: 1.5rem;
}

.section.contents:nth-child(n+4) .sectionTtl::before {
  width: 42.16px;
  height: 42.16px;
  margin-right: 11px;
  background: url(../images/interview_ico_img_01.svg);
}

.section.contents .sectionTtl::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.section.contents .interviewBox .fukidashiBox {
  margin-top: 11px;
  padding-bottom: 30px;
  background: none;
}

.section.contents .interviewBox {
  margin-top: 10px;
  padding: 40px 20px 0;
}



@media screen and (max-width: 767.5px) {
  .section.author .pcsectionTtl {
    display: none;
  }

  #section01 .pickUpBox .pickUpBoxInner div {
    margin: 0;
    border-radius: 20px;
  }

  #section01 .pickUpBox::after {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 492px;
    height: 492px;
    border-radius: 100%;
    background: rgba(102, 92, 61, .15);
  }

  #section01 .pickUpBox::after {
    content: "";
    position: absolute;
    top: -47px;
    z-index: 0;
  }

  #section01 .pickUpBox .pickUpBoxInner div {
    background: var(--base-color);
    border-radius: 20px;
  }

  #section01 .pickUpBox {
    margin-top: 50px;
  }

}

.section.contents .interviewBox .fukidashiBox .txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: solid var(--font-color) 2px;
  border-radius: 10px;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
}

.section.contents .interviewBox .fukidashiBox.andImage .txt {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
}

@media (min-width: 100px) {


  .section.contents .interviewBox {
    max-width: 440px;
    margin: 26px auto 0;
  }

  #section01 .pickUpBox .pickUpBoxInner div {
    background: var(--base-color);
    border-radius: 20px;
  }

  #section01 .pickUpBox {
    margin-top: 60px;
    margin-bottom: 120px;
    padding: 15px;
  }

  #section01 .pickUpBox::after {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 520px;
    height: 520px;
    border-radius: 100%;
    background: rgba(102, 92, 61, .15);
  }

  #section01 .pickUpBox::after {
    content: "";
    top: -37px;
    z-index: 0;
  }



  .featureList .col2 .txtBox .hashList {
    display: flex;
    flex-direction: row;
    margin-top: 5px;
  }

  .section .pickUpBox .ttl::before {
    background: url(../images/interview_ico_line_01_2.svg) center/cover no-repeat;
  }

  .section .pickUpBox .ttl::after {
    background: url(../images/interview_ico_line_02_2.svg) center/cover no-repeat;
  }


}

.section.contents .interviewBox .ttl::before,
.shareSection .ttl::before {
  background: url(../images/interview_ico_line_01_2.svg) center/cover no-repeat;
}

.section.contents .interviewBox .ttl::after,
.shareSection .ttl::after {
  background: url(../images/interview_ico_line_02_2.svg) center/cover no-repeat;
}

.section.contents .interviewBoxWrap {
  background-color: var(--base-color);
}

@media screen and (min-width: 767.5px) and (max-width:1023px) {
  /* .section.author .pcsectionTtl{
    display: none;
  } */

  /* .mainTtlPC2 img{
    width: 135%;
  } */

  .mainTtlPC {
    display: none;
  }

}

@media (min-width: 100px) and (max-width:767.5px) {
  .section.author .pcsectionTtl {
    display: none;
  }

  /* .section.contents figure .imgBox img {
      aspect-ratio: 25/9;
    } */

  .mainTtlPC2 {
    display: none !important;
  }

  #section01 .pickUpBox::after {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 520px;
    height: 520px;
    border-radius: 100%;
    background: rgba(102, 92, 61, .15);
  }

  #section01 .pickUpBox::after {
    content: "";
    top: -37px;
    z-index: 0;
  }

}

@media (min-width: 767.5px){
.featureList .col2 {
    flex-shrink: 0;
    flex-direction: column !important;
    width: 100%;
}

.featureList .col2 .imgBox {
  flex-shrink: 0;
  width: 100%;
}
}

.section.contents .infotxt.copy {
  color: var(--font-color2);
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: left;
}

.section.contents .infotxt.copy + .infotxt::before {
  content: "";
  display: block;
  width: 100%;
  margin-top: -11px;
  margin-bottom: 15px;
  border-top: solid rgba(102, 92, 61, .25) 5px;
  border-radius: 5px;
  letter-spacing: -.2px;
}

.mainTtlPC2 {
  width: 100%;
  /* min-width: 1023px; */
  height: 162px;
  background-color: #FEE69C;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section.contents .infoBox {
  margin-top: 0px;
  margin: -1px -20px -45px -21px;
  padding-left: -20px;
  padding: 9px;
  background-color: #ffffff;
}

@media (min-width: 767.5px){
.caution2 {

    padding: 39px 20px 40px;
    font-size: 1.1rem;
}
}

.caution2 {
  margin-top: 39px;
  padding: 39px 20px 40px;
  font-size: 1.1rem;
  background-color: #ffffff;
}

@media (min-width: 767.5px) {
  .mainSection {
    position: relative;
    margin-top: -88.1px;
  }
}

.sectionInner .infoBox>div {
  background: linear-gradient(rgba(102, 92, 61, .15) 0%, rgba(94, 84, 56, .05) 100%, rgba(51, 46, 31, .15) 100%);
}



.section.contents .infoBox .infoItem {
  padding-left: 20px;
}