@charset "utf-8";

/*==============================*/

/* background

/*==============================*/

body {
  background-image: url(../images/nightout_bg_star_01.jpg);
  background-size: inherit;
}


/*==============================*/

/* Font/Text & Color Settings

/*==============================*/

/* == color variation == */
:root {
  --base-color: #707070;
  --bg-color: #333;
  --assort-color: #e6dec1;
  --assort-color2: #e7ecd5;
  --font-color: #d3c698;
  --font-color2: #dddcd5;
}

* {
  color: var(--font-color2);
  font-weight: 300;
}

/* == topbtn == */
.topBtn a {
  background-color: var(--font-color);
  color: var(--bg-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 {
  border-radius: 0;
  background-color: var(--assort-color);
}
#section01 .interviewBox .photoBox .imgCap {
  color: #000;
}
#section01 .interviewBox .interview .txt {
  color: var(--bg-color);
}
.section.contents {
  background-color: #060a1a;
}
.section.contents .sectionTtl span {
  color: var(--font-color);
  font-family: Zen Kaku Gothic New;
  font-weight: normal;
}
.section .anchorBox .anchorTxt a span {
  color: var(--font-color2);
  text-decoration-color: var(--font-color2);
}
.section.contents .menuBox .ttl, .section.contents .infoBox > .ttl, .section.author > .sectionTtl, .section.contents .sectionTtl.album {
  font-weight: 600;
}

/* == 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(--font-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: var(--font-color);
}

/* == sns bar == */
.shareSection {
  background-color: #060a1a;
}

/* == author == */
/* .section.author {
  background: #202538;
} */
.featureList .col2 .txtBox .ttl {
  color: var(--font-color2);
}

/*==============================*/

/* icon/images Settings

/*==============================*/

/* == topbtn icon == */
.topBtn a:before {
  background: url(../images/nightout_ico_toparrow_01.svg) center/cover no-repeat;
}

/* == anchor icon == */
#section01 .anchorBox .anchorTxt a:before {
  background: url(../images/nightout_ico_arrow_01.svg) center/cover no-repeat;
}

/* == section title icon == */
.section.contents .sectionTtl::before {
  background: url(../images/nightout_ico_img_01.svg) center/cover no-repeat;
}

/* == accordion icon == */
.section.contents .accSwitch a:before {
  background: url(../images/nightout_ico_arrow_01.svg) center/cover no-repeat;
}

/* == Tip for you == */
.section.contents .interviewBox .ttl::before, .shareSection .ttl::before {
  background: url(../images/nightout_ico_line_01.svg) center/cover no-repeat;
}
.section.contents .interviewBox .ttl::after, .shareSection .ttl::after {
  background: url(../images/nightout_ico_line_02.svg) center/cover no-repeat;
}

.section.contents .interviewBox .fukidashiBox .img {
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
}

.section.contents:nth-child(3) .interviewBox .fukidashiBox .img {
  background-image: url(../images/nightout_img_lunch_08.jpg);
}
.section.contents:nth-child(4) .interviewBox .fukidashiBox .img {
  background-image: url(../images/nightout_img_lunch_16.jpg);
}
.section.contents:nth-child(5) .interviewBox .fukidashiBox .img {
  background-image: url(../images/nightout_img_lunch_24.jpg);
}

/* == infoItem icon == */
.section.contents .infoBox .infoItem .time::before {
  background: url(../images/nightout_ttl_info_01.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .tel::before {
  background: url(../images/nightout_ttl_info_02.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .address::before {
  background: url(../images/nightout_ttl_info_03.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .payment::before {
  background: url(../images/nightout_ttl_info_04.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .seats::before {
  background: url(../images/nightout_ttl_info_05.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .etc::before {
  background: url(../images/nightout_ttl_info_06.svg) center/cover no-repeat;
}

.section.contents .infoBox .storeLink::after {
  background: url(../images/nightout_ico_arrow_02.svg) center/cover no-repeat;
}

/* == author section icon == */
.section.author .sectionTtl:first-of-type::before {
  background: url(../images/nightout_ttl_author_01.svg) center/cover no-repeat;
}
.section.author .sectionTtl:nth-of-type(2)::before {
  background: url(../images/nightout_ttl_author_02.svg) center/cover no-repeat;
}


/*==============================*/

/* indvidual Settings

/*==============================*/
.thumb.selected {
  border: solid #fff 2px;
}
.section.contents .interviewBox .fukidashiBox {
  padding-bottom: 30px;
  background: none;
}
.section.contents .interviewBox .fukidashiBox .txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: solid rgba(211, 198, 152, .5) 1px;
  background: none;
  font-size: 1.5rem;
  line-height: 1.53;
}
.section.contents .sectionTtl.album {
  color: var(--font-color);
  font-size: 1.8rem;
}
.section.contents .sectionTtl.album::before {
  display: none;
}

.section.contents .infoBox > .ttl {
  margin: 0 20px;
}
.featureList .col2 .txtBox .date p {
  color: var(--font-color2);
  font-size: 1.15rem;
}
.shareSection .ttl {
  color: var(--font-color);
  font-weight: 700;
}


/* TCID Edited */
.backNumber .sectionBn {
  display: flex;
  align-items: center;
  margin: 22px 0px 0;
  color :#D3C698;
  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/nightout_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/nightout_ttl_author_01.svg) center/cover no-repeat;
}


@media screen and (min-width: 767.5px) and (max-width:1023px) {
  /* .section.author .pcsectionTtl{
    display: none;
  } */

  
  .mainTtlPC{
    display: none;
      }
  
  }
  
  @media (min-width: 100px) and (max-width:767.5px)
  {


    .section.author {
      background: #202538;
  }

  .backNumber{
    background: #202538;
  }

  .backNumber .sectionBn{
    margin: 0;
  }
  
    /* .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: #121E32;
    opacity: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .featureList .col2 .txtBox .hash {
    color: var(--font-color);
}

@media (min-width: 767.5px) {
  .mainSection {
    position: relative; 
  }
}

.section.contents .infoBox .infoItem {
  padding-left: 20px;
}
