@charset "utf-8";

/*==============================*/

/* background

/*==============================*/

* {
  color: #666;
}
body {
  background-size: 525px;
  background-repeat: repeat;
}
.contentWrap {
  background-color: rgba(255, 255, 255, .8);
}


/*==============================*/

/* Font/Text & Color Settings

/*==============================*/

/* == color variation == */
:root {
  --base-color: #7e6350;
  --bg-color: #fff;
  --assort-color: #fff;
  --assort-color2: #f2eaf1;
  --font-color: #222;
  --font-color2: #ad8bab;
}

.underline {
  background: linear-gradient(to top, #AD8BAB66 50%, transparent 50%);
}
/* == topbtn == */
.topBtn a {
  background-color: #ad8bab;
  color: var(--bg-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);
}
#section01 .interviewBox {
  background-color: #faf9f2;
}
#section01 .interviewBox .photoBox .imgCap {
  color: var(--font-color);
  font-family: "Noto Sans JP", sans-serif;
}
.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: Zen Maru Gothic;
  font-weight: 600;
  text-align: center;
}
.section.author > .sectionTtl {
  font-family: Zen Old Mincho, serif;
}

/* == Tip for you == */
.section.contents .interviewBox .fukidashiBox {
  background: var(--assort-color2);
}
.section.contents .infoBox div {
  background: var(--assort-color);
}

/* == scroll bar == */
.thumbScrollBox::-webkit-scrollbar-thumb, .thumbScrollBox::-webkit-scrollbar-thumb {
  background: var(--assort-color);
}

section.contents .infoBox .storeLink,
section.contents .infoBox .storeLink a {
  color: var(--font-color2);
}

/* == sns bar == */
.shareSection {
  background-color: #f2f2f2;
}

/*==============================*/

/* icon/images Settings

/*==============================*/

/* == topbtn icon == */
.topBtn a:before {
  background: url(../images/gift_ico_toparrow_01.svg) center/cover no-repeat;
}

/* == anchor icon == */
#section01 .anchorBox .anchorTxt a:before {
  background: url(../images/gift_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/gift_ico_arrow_01.svg) center/cover no-repeat;
}

/* == Tip for you == */
/* .section.contents .interviewBox .ttl::before, .shareSection .ttl::before {
  background: url(../images/gift_ico_line_01.svg) center/cover no-repeat;
}
.section.contents .interviewBox .ttl::after, .shareSection .ttl::after {
  background: url(../images/gift_ico_line_02.svg) center/cover no-repeat;
} */


/* == infoItem icon == */
.section.contents .infoBox .infoItem .time::before {
  background: url(../images/gift_ttl_info_01.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .tel::before {
  background: url(../images/gift_ttl_info_02.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .address::before {
  background: url(../images/gift_ttl_info_03.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .payment::before {
  background: url(../images/gift_ttl_info_04.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .seats::before {
  background: url(../images/gift_ttl_info_05.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .etc::before {
  background: url(../images/gift_ttl_info_06.svg) center/cover no-repeat;
}
.section.contents .infoBox .storeLink::after {
  background: url(../images/gift_ico_arrow_02.svg) center/cover no-repeat;
}

/* == author section icon == */
.section.author .sectionTtl:first-of-type::before {
  background: url(../images/gift_ttl_author_01.svg) center/cover no-repeat;
}
.section.author .sectionTtl:nth-of-type(2)::before {
  background: url(../images/gift_ttl_author_02.svg) center/cover no-repeat;
}

/* == headingBox section icon == */
.section.contents .sectionTtl2::before {
  background: url(../images/gift_ico_store_01.svg) center/cover no-repeat;
}

.section.contents .sectionTtl2Sp::before {
  background: url(../images/gift_ico_store_01.svg) center/cover no-repeat;
}

.section.contents .present_icon::before {
  background: url(../images/gift_ico_present_01.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: auto;
}
.section.contents .headingBox._3line {
  position: relative;
  height: 140px;
}
.section.contents .headingBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 21px;
  width: 22px;
  height: 137px;
  background: url(../images/gift_ico_img_03.svg);
}
.section.contents .headingBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 22px;
  height: 137px;
  background: url(../images/gift_ico_img_04.svg);
}
.section.contents .headingBox._3line::before {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 21px;
  width: 22px;
  height: 107px;
  background: url(../images/gift_ico_img_01.svg);
}
.section.contents .headingBox._3line::after {
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 22px;
  height: 107px;
  background: url(../images/gift_ico_img_02.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: 20pt; */
  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: center;
  font-family: Zen Maru Gothic;
  font-weight: bold;
}
.section.contents .interviewBox .ttl::before, .section.contents .interviewBox .ttl::after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  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 */
.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/gift_ttl_author_02.svg) center/cover no-repeat;
}


.section.author .pcsectionTtl {
  display: flex;
  align-items: center;
  color: var(--font-color);
  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/gift_ttl_author_01.svg) center/cover no-repeat;
}

.featureList .col2 .txtBox .hash{
  color: #86563d;
}

@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;
    }

    /* .section.contents .sectionTtl2Sp {
      display: flex;
      justify-content: left;
      align-items: center;
      padding: 18px 20px 17px;
      font-size: 15px;
      line-height: 1.38;
    }
    
    .section.contents .sectionTtl2Sp {
      color: var(--font-color2);
      font-family: Zen Kaku Gothic New;
      font-weight: bold;
    }
    
    .section.contents .sectionTtl2Sp::before {
      content: "";
      display: inline-block;
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      margin-right: 16px;
    } */
    /* .icoPC{
      display: none !important;
    } */

    .section.contents .headingBox._3line::before {
      content: "";
      display: block;
      position: absolute;
      top: 21px;
      right: 21px;
      width: 22px;
      height: 107px;
      background: url(../images/gift_ico_img_01.svg);
  }
    .section.contents .headingBox._3line::after {
      content: "";
      display: block;
      position: absolute;
      top: 21px;
      right: 21px;
      width: 22px;
      height: 107px;
      background: url(../images/gift_ico_img_02.svg);
  }

  
  }
  
  @media (min-width: 767.5px){


    /* .icoSp{
      display: none !important;
    } */
    
    .featureList .col2 {
        flex-shrink: 0;
        flex-direction: column !important;
        width: 100%;
    }
    
    .featureList .col2 .imgBox {
      flex-shrink: 0;
      width: 100%;
    }
    }
    .mainTtlPC2 {
      width: 100%;
      /* min-width: 1023px; */
      height: 162px;
      background-color: #AD8BAB;
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .section.contents .sectionTtl2 {
      display: flex;
      justify-content: left;
      align-items: center;
      padding: 0px 20px 10px;
      font-size: 15px;
      line-height: 1.38;
    }
    
    .section.contents .sectionTtl2 {
      color: var(--font-color2);
      font-family: Zen Kaku Gothic New;
      font-weight: bold;
    }
    
    .section.contents .sectionTtl2::before {
      content: "";
      display: inline-block;
      flex-shrink: 0;
      width: 22px;
      height: 22px;
      margin-right: 16px;
    }


    .section.contents .headingBox {
      position: relative;
      height: 180px;
    }

    @media (min-width: 100px) and (max-width:555px){
      .headingBox2{
        margin-top: 17px;
      }
      .headingBox br {
        display: none;
      }

      .section.contents .headingBox {
        position: relative;
        height: 150px;
      }
    }

    .section.contents .infoBox .infoItem {
      padding-left: 20px;
    }

    .shareSection .ttl::before {
      background: url(../images/gift_ico_line_01.svg) center/cover no-repeat;
    }
    .shareSection .ttl::after {
      background: url(../images/gift_ico_line_02.svg) center/cover no-repeat;
    }

    .section.contents .imgBox+.imgCap{
      margin-top: 10px;
    }

    .section.contents .imgList{
      margin-top: 22px;
    }