@charset "utf-8";

/*==============================*/

/* background

/*==============================*/

.contentWrap {
  background-color: #fff;
  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;
}
/* @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;
  --assort-color3: #ececec;
  --font-color: #000;
  --font-color2: #2bbbc3;
}

.underline {
  background: linear-gradient(to top, #53BBA980 50%, transparent 50%);
}
/* == topbtn == */
.topBtn a {
  background-color: #333;
  color: #fff;
}

/* == 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: #333;
}

#section01 .subttl_time {
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #4d3d2c;
}

#section01 .subttl_time img {
  margin-right: 5px;
}

#section01 .subttl_time .highlight {
  font-size: 1.5rem;
  color: #2bbbc3;
}

#section01 .interviewBox {
  background-color: var(--assort-color);
}
#section01 .interviewBox .photoBox .imgCap {
  color: var(--font-color2);
}
/* #section01 .interviewBox .interview .txt_link {
  display: flex;
} */
#section01 .interviewBox .interview .txt_link a {
  font-size: 1.5rem;
  color: #2bbbc3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-left: auto;
}
#section01 .interviewBox .interview .txt_link a::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin-right: 0;
  margin-left: 6px;
  background: url(../images/news_ico_arrow_04.svg) center / cover no-repeat;
}

@media (max-width: 768px) {
  .section.first-contents {
    padding-top: 46px;
  }
}

.section.contents .sectionTtl {
  background: #fff;
  border: 2px solid #333;
  padding: 16px 20px 15px;
}
.section.contents .sectionTtl span {
  color: var(--font-color);
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
}

#section01 .anchorBox .ttl {
  color: #2bbbc3;
}

.section .anchorBox .anchorTxt a {
  color: #333;
}

/* == Tip for you == */
.section.contents .interviewBox .fukidashiBox {
  background: #ececec;
}

/* == scroll bar == */
.thumbScrollBox::-webkit-scrollbar-thumb, .thumbScrollBox::-webkit-scrollbar-thumb {
  background: var(--assort-color);
}

section.contents .infoBox .storeLink {
  color: #666;
}

/* == top share bar == */
.shareSectionTop {
  margin-top: 30px;
}

.shareSectionTop .shareList {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  gap: 24px;
}

.shareSectionTop .shareList .shareIcon {
  width: 40px;
}

.shareSectionTop .shareText {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New';
  line-height: 2;
}

/* == sns bar == */
.shareSection {
  background-color: #edf6f7;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* == next page == */
.nextPageBox {
  background-color: #333;
  padding: 16px 25px;
}

.nextPage__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.nextPage__label,
.nextPage__bar {
  font-size: 14px;
  font-weight: 200;
  color: white;
  margin-right: 10px;
  white-space: nowrap;
}

.nextPage__link {
  font-size: 14px;
  font-weight: 200;
  color: white;
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  display: inline-block;
}

.nextPage__link::after {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  top: 30%;
  color: white;
  width: 9px;
  height: 9px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: translateX(-50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .nextPageBox {
    background-color: #333;
    padding: 16px;
  }
  
  .nextPage__text {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
  }

  .nextPage__label,
  .nextPage__bar {
    margin-right: 0;
  }

  .nextPage__link {
    width: 100%;
    padding-right: 20px;
  }

  .nextPage__link::after {
    right: 0;
    top: -35%;
  }
}

/* == pagination == */
.paginationBlock {
  margin-top: 30px
}

.paginationBlock .wrap {
  display: flex;
  justify-content: center;
  position:relative;
}
.paginationBlock a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 4px;
  border-radius: 10px;
  font-size: 1.4rem;
  color: #333;
}
.paginationBlock a.current {
  background-color: #333;
  color: #fff;
}
.paginationBlock a.disabled-btn{
  pointer-events: none;
  cursor: default;
}
.paginationBlock a.prev,
.paginationBlock a.next {
  position: relative;
  background-color: #F6F6F5;
}
.paginationBlock a.prev::before,
.paginationBlock a.next::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}
.paginationBlock a.prev::before {
  margin-right: -3px;
  transform: rotate(135deg);
}
.paginationBlock a.next::before {
  margin-left: -3px;
  transform: rotate(-45deg);
}
.paginationBlock a.hidden {
  visibility: hidden;
}
.paginationBlock a.dot {
  pointer-events: none;
}

/* arrow added*/
.paginationList a.arrowPrev {
  margin-left: 15px;
  position: relative;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight:bold;
  color: #333;
  text-decoration: none;
}

.paginationList a.arrowNext {
  margin-right: 15px;
  position: relative;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight:bold;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767.5px) {
  .paginationBlock {
    margin-top: 40px;
  }
  .paginationBlock a.prev {
    margin-right: 14px;
  }
  .paginationBlock a.next {
    margin-left: 14px;
  }
}


/*==============================*/

/* icon/images Settings

/*==============================*/

/* == topbtn icon == */
.topBtn a:before {
  background: url(../images/news_ico_toparrow_03.svg) center/cover no-repeat;
}

/* == anchor icon == */
#section01 .anchorBox .anchorTxt a:before {
  background: url(../images/news_ico_arrow_03.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 {
  background: url(../images/news_ico_line_01.svg) center/cover no-repeat;
}
.section.contents .interviewBox .ttl::after {
  background: url(../images/news_ico_line_02.svg) center/cover no-repeat;
}

/* == shareSection == */
.shareSection .ttl::before {
  background: url(../images/news_ico_line_03.svg) center/cover no-repeat;
}
.shareSection .ttl::after {
  background: url(../images/news_ico_line_04.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_03.svg) center/cover no-repeat;
}
.section.author .sectionTtl:nth-of-type(2)::before {
  background: url(../images/news_ttl_author_04.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 .infoBoxInner {
  border: 2px solid #333;
}
.section.contents .infoBox > .ttl {
  position: relative;
  margin: 0 20px;
  color: #333;
  font-size: 1.73rem;
}
.section.contents .infoBox .infoItem .ttl {
  color: #333;
}
.section.author .sectionTtl {
  display: flex;
  align-items: center;
  margin: 0 20px 0;
  color: #333;
  font-weight: 600;
  font-size: 2rem;
}
.featureList .col2 .txtBox .hash {
  color: var(--font-color2);
}
.featureList .col2 .txtBox .date p {
  color: #333;
}
.shareSection .ttl {
  color: #333;
}
.section.contents .infoBox .infoItem .time {
  font-size: 1.3rem;
}

/* TCID Edited */
.backNumber .sectionBn {
  display: flex;
  align-items: center;
  margin: 22px 0px 0;
  color: #333;
  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_04.svg) center/cover no-repeat;
}


.section.author .pcsectionTtl {
  display: flex;
  align-items: center;
  color: #333;
  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_03.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;
}

@media screen and (max-width: 767.5px) {
  .section.contents .infoBox .infoBoxInner {
    border: none;
  }
  .section.contents .infoBox .infoItem {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}

.rvBtn {
  display: flex;
  opacity: 1;
  position: fixed;
  right: calc(50% - 102px);
  bottom: 5%;
  transition: opacity .5s cubic-bezier(.39, .575, .565, 1);
  z-index: 999;
}

.rvBtn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 218px;
  height: 48px;
  padding-bottom: 13px;
  border-radius: 24px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  color: white;
  background: #333;
  border: 2px solid #333;
  transition: background 0.3s ease-out, color 0.3s ease-out;
}

.rvBtn a::after {
  position: absolute;
  background: url(../images/news_link_icon_03.svg);
  content: '';
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-size: contain;
  transition: background 0.3s ease-out;
}

.rvBtn.nofixed {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .rvBtn {
    left: -7vw;
    bottom: 5.5%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .rvBtn a:hover {
    color: #333;
    background-color: white;
  }
  .rvBtn a:hover::after {
    position: absolute;
    background: url(../images/news_link_icon_04.svg);
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background-size: contain;
  }
}