@charset "utf-8";

/*==============================*/

/* background

/*==============================*/



/*==============================*/

/* Font/Text & Color Settings

/*==============================*/

/* == color variation == */
:root {
  --base-color: #fff;
  --bg-color: #213360;
  --assort-color: #e8f6f7;
  --assort-color2: #ffc813;
  --font-color: #000;
  --font-color2: #333;
}

* {
  color: var(--font-color2);
}

.underline {
  background: linear-gradient(to top, #FFC813CC 50%, transparent 50%);
}
/* == topbtn == */
.topBtn {
  z-index: 99999;
}
.topBtn a {
  background-color: #000;
  color: var(--base-color);
}

/* == mvtop section == */
.section .sectionInner .subttl, .section .sectionInner .ttl {
  font-family: Zen Kaku Gothic New;
  font-weight: 900;
}

.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: solid 2px var(--font-color);
}
#section01 .pickUpBox .pickUpBoxInner div {
  background: var(--base-color);
}
#section01 .pickUpBox::after {
  background-color: var(--assort-color2);
}


/* == Tip for you == */
.section.contents .interviewBox .fukidashiBox {
  background: var(--assort-color2);
}
.section.contents .infoBox div {
  /* background: var(--assort-color); */
}

.section.contents .infoBox > .ttl, .section.contents .infoBox .infoItem .ttl {
  color: var(--base-color);
}

/* == scroll bar == */
.thumbScrollBox::-webkit-scrollbar-thumb, .thumbScrollBox::-webkit-scrollbar-thumb {
  background: var(--font-color);
}

section.contents .infoBox .storeLink {
  color: var(--font-color);
}

/* == sns bar == */
.shareSection {
  background-color: #333;
}

/* == 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/geek_ico_toparrow_01.svg) center/cover no-repeat;
}

.section .pickUpBox .ttl::before {
  background: url(../images/geek_ico_line_01.svg) center/cover no-repeat;
}
.section .pickUpBox .ttl::after {
  background: url(../images/geek_ico_line_02.svg) center/cover no-repeat;
}

/* == anchor icon == */
#section01 .anchorBox .anchorTxt a:before {
  background: url(../images/geek_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/geek_ico_arrow_01.svg) center/cover no-repeat;
}

/* == Tip for you == */
.section.contents .interviewBox .ttl::before {
  background: url(../images/geek_ico_line_01.svg) center/cover no-repeat;
}
.section.contents .interviewBox .ttl::after {
  background: url(../images/geek_ico_line_02.svg) center/cover no-repeat;
}
.shareSection .ttl::before {
  background: url(../images/geek_ico_line_03.svg) center/cover no-repeat;
}
.shareSection .ttl::after {
  background: url(../images/geek_ico_line_04.svg) center/cover no-repeat;
}
.section.contents:nth-child(3) .interviewBox .fukidashiBox .img {
  background-image: url(../images/geek_img_lunch_08.jpg);
}
.section.contents:nth-child(4) .interviewBox .fukidashiBox .img {
  background-image: url(../images/geek_img_lunch_16.jpg);
}
.section.contents:nth-child(5) .interviewBox .fukidashiBox .img {
  background-image: url(../images/geek_img_lunch_24.jpg);
}
.section.contents .txtLink01::after {
  background: url(../images/geek_ico_arrow_03.svg) center/cover no-repeat;
}

/* == infoItem icon == */
.section.contents .infoBox .infoItem .time::before {
  background: url(../images/geek_ttl_info_01.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .tel::before {
  background: url(../images/geek_ttl_info_02.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .address::before {
  background: url(../images/geek_ttl_info_03.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .payment::before {
  background: url(../images/geek_ttl_info_04.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .seats::before {
  background: url(../images/geek_ttl_info_05.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .etc::before {
  background: url(../images/geek_ttl_info_06.svg) center/cover no-repeat;
}

.section.contents .infoBox .storeLink::after {
  background: url(../images/geek_ico_arrow_02.svg) center/cover no-repeat;
}

/* == author section icon == */
.section.author .sectionTtl:first-of-type::before {
  background: url(../images/geek_ttl_author_01.svg) center/cover no-repeat;
}
.section.author .sectionTtl:nth-of-type(2)::before {
  background: url(../images/geek_ttl_author_02.svg) center/cover no-repeat;
}


/*==============================*/

/* indvidual Settings

/*==============================*/
#section01 .pickUpBox .txt, .section.contents .sectionTtl span {
  text-align: center;
}
.section.contents .interviewBox .fukidashiBox {
  margin: auto;
  margin-top: 14px;
  padding-bottom: 30px;
  background: none;
}
.section.contents .interviewBox .ttl {
  justify-content: center;
}
.section.contents .interviewBox .fukidashiBox .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background: var(--assort-color2);
  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(--font-color2);
  color: var(--base-color);
}

#section01 .anchorBox .ttl {
  color: var(--base-color);
  font-family: Alfa Slab One;
  letter-spacing: .02rem;
}
#section01 .anchorBox .anchorTxt a {
  margin-top: 18px;
  color: var(--base-color);
}
.section.contents {
  position: relative;
  margin-top: 29px;
  border-top: solid var(--font-color) 9.5px;
  background-color: var(--base-color);
}
.section.contents > p:first-child {
  margin-top: 18px;
  color: var(--font-color);
  font-family: Alfa Slab One;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1.1px;
  text-align: center;
}
.section.contents .sectionTtl {
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 20px;
  font-size: 20px;
}
.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: var(--font-color);
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.8;
  text-align: center;
}
.section.contents .infotxt.copy br {
  content: none;
}
.section.contents .infotxt.copy + .infotxt {
  margin-top: 10px;
  letter-spacing: -.2px;
}
.section.contents .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;
  line-height: 1.8;
}
.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;
}
.section.contents .infoBox > .ttl {
  justify-content: left;
  padding: 20px 20px 20px;
  background-color: var(--font-color2);
  color: var(--base-color);
  font-family: Alfa Slab One ;
  font-weight: 500;
  font-size: 1.8rem;
}

.section.contents .infoBox h3 + div {
  margin-top: 0;
}
.section.contents .infoBox .infoItem {
  background-color: var(--font-color2);
}
.section.contents .infoBox .infoItem * {
  color: var(--base-color);
}
.shareSection .ttl {
  color: var(--base-color);
}


/* 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/geek_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/geek_ttl_author_01.svg) center/cover no-repeat;
}



@media screen and (min-width: 767.5px) and (max-width:1023px) {



.mainTtlPC{
  display: none;
    }

}

@media (min-width: 100px) and (max-width:767.5px)
{

  .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%;

}
  .section.contents .infoBox h3+div {
    background: var(--font-color2);

}

  .section.contents .infoBox > .ttl {
    padding: 20px 20px 0 20px;
    
}

}

.mainTtlPC2 {
  width: 100%;
  /* min-width: 1023px; */
  height: 162px;
  background-color: #f2c327;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section.contents .infoBox .infoItem {
  padding-left: 20px;
}
