@charset "utf-8";

/*==============================*/

/* background

/*==============================*/



/*==============================*/

/* Font/Text & Color Settings

/*==============================*/

/* == color variation == */
:root {
  --base-color: #fff;
  --bg-color: #f2f2f2;
  --assort-color: #e8f6f7;
  --assort-color2: #ffc813;
  --font-color: #000;
  --font-color2: #333;
}

* {
  color: var(--font-color2);
}

.underline {
  background: linear-gradient(to top, #C550934D 50%, transparent 50%);
}
/* == topbtn == */
.topBtn {
  z-index: 99999;
}

.topBtn a {
  background-color: #000;
  color: var(--base-color);
}

/* == mvtop section == */
.section .sectionInner .subttl {
  font-family: Zen Kaku Gothic New;
  font-weight: bold;
}

.section .sectionInner .subttl,
.section .sectionInner .ttl,
.section .hashList *,
.section .sectionInner .date * {
  color: var(--font-color);
}

#section01 .date+.infotxt {
  color: var(--font-color2);
}

#section01 .interviewBox {
  background-color: var(--assort-color);
}

#section01 .interviewBox .photoBox .imgCap {
  color: var(--bg-color);
}

#section01 .interviewBox .interview .txt {
  color: var(--bg-color);
}

.section.contents {
  background-color: var(--bg-color);
}

.section.contents .sectionTtl span {
  color: var(--font-color);
  font-family: Zen Kaku Gothic New;
  font-weight: 900;
}

.section .anchorBox .anchorTxt a {
  color: var(--font-color);
}

#section01 .pickUpBox .pickUpBoxInner {
  border-top: solid 1px var(--font-color);
  border-bottom: solid 1px var(--font-color);
}

#section01 .pickUpBox .pickUpBoxInner div {
  background: var(--base-color);
}


/* == Tip for you == */
.section.contents .interviewBox .fukidashiBox {
  background: var(--assort-color2);
}

.section.contents .infoBox div {
  /* background: var(--assort-color); */
}

.section.contents .infoBox>.ttl {
  color: var(--base-color);
}

/* == scroll bar == */
.thumbScrollBox::-webkit-scrollbar-thumb,
.thumbScrollBox::-webkit-scrollbar-thumb {
  background: var(--font-color);
}

section.contents .infoBox .storeLink,
section.contents .infoBox .storeLink a {
  color: #888;
}

/* == sns bar == */
.shareSection {
  background-color: var(--bg-color);
  /* border-top: solid #707070 1px;
  border-bottom: solid #707070 1px; */
}

/* == author == */
.section.author {
  background: #fff;
}

.featureList .col2 .txtBox .ttl {
  color: var(--font-color2);
}

.section.author .sectionTtl {}

/*==============================*/

/* icon/images Settings

/*==============================*/

/* == topbtn icon == */
.topBtn a:before {
  background: url(../images/snap_ico_toparrow_01.svg) center/cover no-repeat;
}

/* == anchor icon == */
#section01 .anchorBox .anchorTxt a:before {
  background: url(../images/snap_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/snap_ico_arrow_01.svg) center/cover no-repeat;
} */

/* == Tip for you == */
/* .section.contents .interviewBox .ttl::before {
  background: url(../images/snap_ico_line_01.svg) center/cover no-repeat;
}
.section.contents .interviewBox .ttl::after {
  background: url(../images/snap_ico_line_02.svg) center/cover no-repeat;
} */

.section.contents .interviewBox .ttl::before, .shareSection .ttl::before {
  background: url(../images/snap_ico_line_01.svg) center/cover no-repeat;
}
.section.contents .interviewBox .ttl::after, .shareSection .ttl::after {
  background: url(../images/snap_ico_line_02.svg) center/cover no-repeat;
}
/* .shareSection .ttl::before {
  background: url(../images/snap_ico_line_03.svg) center/cover no-repeat;
}
.shareSection .ttl::after {
  background: url(../images/snap_ico_line_04.svg) center/cover no-repeat;
} */
.section.contents:nth-child(3) .interviewBox .fukidashiBox .img {
  background-image: url(../images/snap_img_lunch_08.jpg);
}

.section.contents:nth-child(4) .interviewBox .fukidashiBox .img {
  background-image: url(../images/snap_img_lunch_16.jpg);
}

.section.contents:nth-child(5) .interviewBox .fukidashiBox .img {
  background-image: url(../images/snap_img_lunch_24.jpg);
}

.section.contents .txtLink01::after {
  background: url(../images/snap_ico_arrow_03.svg) center/cover no-repeat;
}

/* == infoItem icon == */
.section.contents .infoBox .infoItem .time::before {
  background: url(../images/snap_ttl_info_01.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .tel::before {
  background: url(../images/snap_ttl_info_02.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .address::before {
  background: url(../images/snap_ttl_info_03.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .payment::before {
  background: url(../images/snap_ttl_info_04.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .seats::before {
  background: url(../images/snap_ttl_info_05.svg) center/cover no-repeat;
}

.section.contents .infoBox .infoItem .etc::before {
  background: url(../images/snap_ttl_info_06.svg) center/cover no-repeat;
}

.section.contents .infoBox .storeLink::after {
  background: url(../images/snap_ico_arrow_02.svg) center/cover no-repeat;
}

/* == author section icon == */
.section.author .sectionTtl:first-of-type::before {
  background: url(../images/snap_ttl_author_01.svg) center/cover no-repeat;
}

.section.author .sectionTtl:nth-of-type(2)::before {
  background: url(../images/snap_ttl_author_02.svg) center/cover no-repeat;
}


/*==============================*/

/* indvidual Settings

/*==============================*/
#section01 .pickUpBox .txt,
.section.contents .sectionTtl span {
  text-align: center;
}

#section01 .pickUpBox .txt {
  font-weight: 300;
}

#section01 .pickUpBox figure figcaption {
  font-weight: 600;
}

.section.contents .interviewBox .fukidashiBox {
  margin: auto;
  margin-top: 14px;
  padding-bottom: 30px;
  background: none;
}

.section.contents .interviewBox .ttl {
  justify-content: center;
  font-weight: normal;
}

.section.contents .interviewBox .fukidashiBox .txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  background-color: #c55093;
  font-size: 1.5rem;
  line-height: 1.8;
  word-break: break-all;
}

.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;
}

.section.contents .interviewBox .fukidashiBox .txt a {
  text-decoration: underline;
}

.section .anchorBox {
  position: relative;
  z-index: 100;
  padding-top: 21px;
  padding-bottom: 26px;
  background: var(--bg-color);
  color: var(--font-color);
}



#section01 .anchorBox .ttl {
  font-family: Mohave Light;
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: .2rem;
  text-align: center;
}

#section01 .anchorBox .anchorTxt a {
  margin-top: 18px;
}

.section.contents {
  position: relative;
  margin-top: 58px;
  background-color: var(--base-color);
}

.section.album {
  background-color: var(--bg-color);
}

.section.contents>p:first-child {
  position: relative;
  margin-top: 18px;
  border-bottom: #000;
  color: var(--font-color);
  font-family: Mohave Light;
  font-size: 2.4rem;
  letter-spacing: 1.1px;
  text-align: center;
}

.section.contents>p.noHeading:first-child {
  margin-top: 0;
  margin-bottom: 43px;
  padding-top: 32px;
}

.section.contents>p:first-child:before,
.section.contents .infoBox>.ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 62px;
  height: 3px;
  background-color: var(--font-color);
}

.section.contents .sectionTtl {
  justify-content: center;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.8;
}

.section.contents .sectionTtl span {
  justify-content: center;
  color: var(--font-color);
  font-family: Zen Kaku Gothic New;
  font-weight: 900;
}

.section.contents .infotxt {
  margin-top: 19px;
  padding-bottom: 7px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: .2px;
}

.section.contents .infotxt.copy {
  margin-bottom: 1rem;
  color: #888;
  font-size: 1.1rem;
  line-height: 1.8;
}

.section.contents .infotxt.copy br {
  content: none;
}

.section.contents .infotxt.copy+.infotxt {
  margin-top: 10px;
  letter-spacing: -.2px;
}

.section.contents .noHeading+.interviewBox {
  margin-top: 30px;
}

.ttl.ver2>img {
  width: 50px;
  margin-right: 10px;
  border-radius: 100%;
}

.section.contents .menuBox .infotxt.copy {
  margin-top: -20px;
}

.section.contents .menuBox .menuList+.infotxt.copy {
  margin-top: 29px;
}

.section.contents .menuList {
  margin-top: -2px;
}

.section.contents .menuPrice {
  margin-top: -2px;
}

.section.contents figcaption p {
  margin-top: 5px;
  font-size: 1.3rem;
}

.section.contents .menuList+.interviewBox .ttl {
  font-family: Alfa Slab One;
  font-size: 1.75rem;
}

/* .section.contents .menuList + .interviewBox .fukidashiBox {
  margin-top: 10px;
}
.section.contents .menuList + .interviewBox .fukidashiBox .txt {
  padding-bottom: 12px;
  border: solid var(--font-color)2px;
  background: none;
} */
.section.contents .infoBox {
  margin-top: 10px;
  background-color: var(--bg-color);
}

.section.contents .infoBox>.ttl {
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  padding-top: 32px;
  color: var(--font-color);
  font-family: Mohave Light;
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 1.1px;
}

.section.contents .infoBox .infoItem .ttl {
  color: #888;
}

.section.contents .infoBox h3+div {
  margin-top: 0;
}



/* TCID Edited */
.backNumber .sectionBn {
  display: flex;
  align-items: center;
  margin: 22px 0px 0;
  color: var(--font-color2);
  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/snap_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/snap_ttl_author_01.svg) center/cover no-repeat;
}

@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.contents figure .imgBox img {
      aspect-ratio: 25/9;
    } */

  .section.author .pcsectionTtl {
    display: none;
  }

  .mainTtlPC2 {
    display: none !important;
  }

}

@media (min-width: 767.5px) {
  .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: #C55093;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 767.5px) {
  .mainSection {
    position: relative;
    margin-top: -88.1px;
  }
}

.section.contents .infoBox .infoItem {
  padding-left: 20px;
}