@charset "utf-8";

/*==============================*/

/* background

/*==============================*/

.contentWrap {
  background-image: url(../images/news_bg_img_01.png);
  background-position: -0.8px 719px;
  background-size: 102% 75%;
  background-repeat: no-repeat;
}
.section.contents .infoBox > .ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  bottom: -16px;
  width: 120px;
  height: 93px;
  background: url(../images/news_bg_img_02.png) center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .contentWrap {
    background-position: 0 93vw;
    background-image: url(../images/news_bg_img_01.png);
  }
}
/*==============================*/

/* Font/Text & Color Settings

/*==============================*/

/* == color variation == */
:root {
  --base-color: #9bdadd;
  --bg-color: #fff;
  --assort-color: #edf6f7;
  --assort-color2: #8bd4d8;
  --font-color: #000;
  --font-color2: #2bbbc3;
}

.underline {
  background: linear-gradient(to top, #53BBA980 50%, transparent 50%);
}
/* == topbtn == */
.topBtn a {
  border: solid var(--font-color2) 2px;
  background-color: var(--bg-color);
  color: var(--font-color2);
}

/* == 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 .interviewBox {
  background-color: var(--assort-color);
}
#section01 .interviewBox .photoBox .imgCap {
  color: var(--font-color2);
}
.section.contents .sectionTtl {
  background: var(--base-color);
}
.section.contents .sectionTtl span {
  color: var(--font-color);
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
}
.section .anchorBox .anchorTxt a {
  color: var(--font-color);
}

/* == Tip for you == */
.section.contents .interviewBox .fukidashiBox {
  background: var(--assort-color);
}
.section.contents .infoBox div {
  background: var(--assort-color2);
}

/* == scroll bar == */
.thumbScrollBox::-webkit-scrollbar-thumb, .thumbScrollBox::-webkit-scrollbar-thumb {
  background: var(--assort-color);
}

section.contents .infoBox .storeLink {
  color: #666;
}

/* == sns bar == */
.shareSection {
  background-color: #edf6f7;
}

/*==============================*/

/* icon/images Settings

/*==============================*/

/* == topbtn icon == */
.topBtn a:before {
  background: url(../images/news_ico_toparrow_01.svg) center/cover no-repeat;
}

/* == anchor icon == */
#section01 .anchorBox .anchorTxt a:before {
  background: url(../images/news_ico_arrow_01.svg) center/cover no-repeat;
}

/* == section title icon == */
.section.contents .sectionTtl::before {
  background: url(../images/news_ico_img_01.svg) center/cover no-repeat;
}

/* == Tip for you == */
.section.contents .interviewBox .ttl::before, .shareSection .ttl::before {
  background: url(../images/news_ico_line_01.svg) center/cover no-repeat;
}
.section.contents .interviewBox .ttl::after, .shareSection .ttl::after {
  background: url(../images/news_ico_line_02.svg) center/cover no-repeat;
}


/* == infoItem icon == */
.section.contents .infoBox .infoItem .time::before {
  background: url(../images/news_ttl_info_01.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .tel::before {
  background: url(../images/news_ttl_info_02.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .address::before {
  background: url(../images/news_ttl_info_03.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .address_02::before {
  background: url(../images/news_ttl_info_03.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .payment::before {
  background: url(../images/news_ttl_info_04.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .seats::before {
  background: url(../images/news_ttl_info_05.svg) center/cover no-repeat;
}
.section.contents .infoBox .infoItem .etc::before {
  background: url(../images/news_ttl_info_06.svg) center/cover no-repeat;
}

.section.contents .infoBox .storeLink::after, .section.contents .txtLink01::after {
  background: url(../images/news_ico_arrow_02.svg) center/cover no-repeat;
}

/* == author section icon == */
.section.author .sectionTtl:first-of-type::before {
  background: url(../images/news_ttl_author_01.svg) center/cover no-repeat;
}
.section.author .sectionTtl:nth-of-type(2)::before {
  background: url(../images/news_ttl_author_02.svg) center/cover no-repeat;
}


/*==============================*/

/* indvidual Settings

/*==============================*/
#section01 .sectionInner > .ttl {
  letter-spacing: -.065rem;
}
#section01 .interviewBox {
  margin-top: 31px;
}
.section.contents .interviewBox {
  margin-top: 13px;
}
.section.contents .interviewBox .ttl {
  color: var(--font-color2);
}
.section.contents .txtLink01 {
  color: #666;
}
.section.contents .interviewBox .fukidashiBox {
  margin-top: 9px;
}
.section.contents .interviewBox .fukidashiBox .txt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  background: none;
  font-size: 1.5rem;
  line-height: 1.8;
}
.section.contents .infoBox {
  margin-top: 47px;
}
.section.contents .infoBox > .ttl {
  position: relative;
  margin: 0 20px;
  color: var(--font-color2);
  font-size: 1.73rem;
}
.section.contents .infoBox .infoItem .ttl {
  color: #666;
}
.section.author .sectionTtl {
  display: flex;
  align-items: center;
  margin: 0 20px 0;
  color: var(--font-color2);
  font-weight: 600;
  font-size: 2rem;
}
.featureList .col2 .txtBox .hash {
  color: var(--font-color2);
}
.featureList .col2 .txtBox .date p {
  color: #333;
}
.shareSection .ttl {
  color: var(--font-color2);
}
.section.contents .infoBox .infoItem .time {
  font-size: 1.3rem;
}

/* 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/news_ttl_author_02.svg) center/cover no-repeat;
}


.section.author .pcsectionTtl {
  display: flex;
  align-items: center;
  color: var(--font-color2);
  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/news_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;
      }
      .section.author .sectionTtl{
        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;
    }  

  /* hashList */
.featureList li:nth-last-child(1) .col2 .txtBox .hashList{
  display: flex;
  flex-direction: column!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: #53BBA9;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section.contents .infoBox .infoItem {
  padding-left: 20px;
}

