@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@500&display=swap');
/*--------------parts-------*/
#prologue .section_inner-wrap,
#sustainable-housing .section_inner-wrap,
#successful-housing .section_inner-wrap,
#exit-housing .section_inner-wrap{
  padding-bottom:80px;
}
/*--------------swiper-------*/
.columnAndCarousel__image img{
  border-radius: 0;
}
.swiper--columnAndCarousel .swiper-slide[data-is-new=true] .columnAndCarousel__content:after {
  background-image: url(/homelounge/totikatuyo/img/icon-new.svg);
}
.swiper--columnAndCarousel .swiper-slide[data-membership=true] .columnAndCarousel__content:before {
  background-image: url(/homelounge/totikatuyo/img/icon-member.svg);
}
.columnAndCarousel__title{
  font-size: 16px;
}
.columnAndCarousel__title .columnAndCarousel__caption{
  font-size: 14px;
  line-height: 1.8;
}
.columnAndCarousel__duration{
  font-size: 11px;
}
.swiper--columnAndCarousel .swiper-slide .columnAndCarousel__image:before{
  border-radius: 0!important;
}

@media screen and (max-width: 768px){
  .swiper-wrapper{
    transform: translateZ(0)!important;
  }
  .swiper-slide{
    width: 100%!important;
  }
}
/*--------------txt-------*/
#story .story-area .title,
#prologue .title,
#sustainable-housing .title,
#successful-housing .title,
#exit-housing .title,
.article-info-area .article-info-title{
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-weight: normal;
  color: #545350;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 10;
  letter-spacing: 0.2em;
}
#character .title span,
#prologue .title span,
#sustainable-housing .title span,
#successful-housing .title span,
#exit-housing .title span,
.article-info-area .article-info-title span{
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.45em;
  display: none;
}
#story .story-area .sub-title{
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: bold;
  color: #8b585e;
  text-decoration: underline;
  line-height: 2.625;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
#story .story-area .text{
  font-size: 18px;
  color: #666;
  line-height: 2;
  position: relative;
  z-index: 10;
}
/*--------------mv-------*/
#drama-top-mv{
  position: relative;
  height: 540px;
  z-index: 2;
}
#drama-top-mv .drama-top-mv-bg {
  background: url(/homelounge/totikatuyo/drama/img/drama-mv.jpg) no-repeat;
  background-position: left top;
  height: 538px;
  position: absolute;
  width: 74%;
  margin-left: auto;
  top: 0;
  right: 0;
}
#drama-top-mv .title{
  padding: 55px 45px 45px 60px;
  width: 19em;
  min-width: 650px;
  position: relative;
  top: 65px;
  left: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  line-height: 1.6;
  color: #fff;
  background: rgba(139,88,94,0.7);
  z-index: 1;
  letter-spacing: 0.25em;
}
#drama-top-mv .section_inner {
  padding: 0;
}
#drama-top-mv .title .sub-title{
  font-size: 20px;
  margin-top: 40px;
  display: block;
  border-top:  1px solid #fff;
  padding-top: 30px;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 1450px){
    #drama-top-mv .drama-top-mv-bg{
        background-size: contain;
    }
}
@media screen and (max-width: 768px){
  #drama-top-mv{
    height: 515px;
    display: block;
    width: 100%;
}
  #drama-top-mv .drama-top-mv-bg {
      width: 100%;
      height: 270px;
      min-height: auto;
      background: url(/homelounge/totikatuyo/drama/img/drama-mv-sp.png) no-repeat;
      background-size: 50.3%;
      background-position: right top 128px;
      padding-top: 118%;
  }
  #drama-top-mv .title {
    width: 83%;
    left: 0;
    top: 20px;
    font-size: 20px;
    padding: 28px 28px 28px 32px;
    letter-spacing: 0.25em;
    min-width: auto;
}
#drama-top-mv .title .sub-title {
  font-size: 14px;
  margin-top: 10px;
  padding-top: 15px;
}
}
/*----------story---*/
#story {
  position: relative;
  margin-top: -60px;
  z-index: 1;
  padding: 60px 0 70px;
}
#story:before {
  position: absolute;
  display: block;
  content: '';
  background: #eeeded;
  width: 100%;
  top: 0;
  right: 75px;
  height: 100%;
  z-index: -1;
}
#story .breadcrumbsArea .breadcrumbs {
  background: transparent;
}

#story .story-area{
  margin-top: 60px;
  text-align: center;
  position: relative;
}
#story .story-area .title{
  color: #8b585e;
  line-height: 1.725;
  letter-spacing: 0.15em;
}
#story .story-area .title span{
  border-bottom: #8b585e 1px solid;
}
@media screen and (max-width: 768px){

  #story {
    margin-top: -30px;
    z-index: 1;
    padding: 15% 0 75px;
  }
  #story:before {
    right: 10px;
  }
  #story .story-area {
    margin-top: 50px;
  }

}
@media screen and (max-width: 450px) {
  #drama-top-mv {
    height: 457px;
  }
  #drama-top-mv .drama-top-mv-bg {
    background-size: 85.3%;
    padding-top: 118%;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ dramaPage */
.dramaPage #story .commonTagArea{
  margin-top: 20px;
}

.dramaPage #story .article-share-area{
  display: block;
  text-align: center;
  margin: var(--20px) auto 0 auto;
}

	@media screen and (max-width:768px){

  .dramaPage #story .article-share-area{
      margin-top: 5.33vw;
  }

  .dramaPage #story .commonTagArea a{
    padding: 1.33vw 2.67vw;
    font-size: 2.93vw;
  }

	}/* --- max-width:768px */

/*----------prologue---*/
#prologue{
  position: relative;
}
#prologue:before {
  content: '';
  background: url(/homelounge/totikatuyo/drama/img/bg-drama-img01.png) no-repeat;
  width: 524px;
  height: 251px;
  background-size: contain;
  position: absolute;
  top: 205px;
  right: 40px;
  z-index: 10;
  max-width: 50%;
}

#prologue .section_inner-wrap{
  padding-top: 70px;
}
@media screen and (max-width: 768px){
  #prologue:before {
    content: none;
  }
  #prologue .section_inner-wrap{
    padding-top: 41%;
    background: url(/homelounge/totikatuyo/drama/img/bg-drama-img01.png) no-repeat right top 5%;
    background-size: 57%;
  }
}
/*----------exit-housing---*/
#exit-housing .swiper--noCarousel.swiper--misawaAssetManagement4 .swiper-wrapper {
  justify-content: flex-start;
}
#exit-housing  .swiper--noCarousel.swiper--misawaAssetManagement4 .swiper-slide+.swiper-slide {
  margin-left: 2.57%;
}
.rec-articles-area .rec-articles picture img{
  width: 100%;
}

/*----------article-info-area ---*/
.article-info-area {
  border-top: #eeeded 2px solid;
  padding-top: 50px;
}
.article-info-area .article-info-title{
  font-size: 28px;
  letter-spacing: 6px;
  margin-bottom: 30px;
}

.article-info-area .article-info-title span{
  font-size: 15px;
  margin-bottom: 10px;
}
.article-tag-area .article-info-title {
  margin-bottom: 30px;
}
.tag-unit li {
  display: inline-block;
  margin-top: 10px;
}
.tag-unit li:not(:last-child) {
  padding-right: 1em;
  position: relative;
}
.tag-unit li a {
  display: inline-block;
  color: #9d9d9c;
  padding-bottom: 2px;
  border-bottom: #9d9d9c 1px solid;
  font-size: 1.4rem;
}
.tag-unit li:not(:last-child)::after {
  content: ",";
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  color: #9d9d9c;
}
@media screen and (max-width: 768px){
  .article-info-area {
    padding-top: 20px;
    margin-top: 20px;
}
  .article-info-area .article-info-title {
    font-size: 1.7rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
}
}
@media screen and (max-width: 768px){
  #story .story-area .title,
  #prologue .title,
  #sustainable-housing .title,
  #successful-housing .title,
  #exit-housing .title {
  font-size: 2.1rem;
  margin-bottom: 25px;
}

#story .story-area .sub-title {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
}
#story .story-area .text {
  font-size: 14px;
  line-height: 1.7;
}
#character .title span,
#prologue .title span,
#sustainable-housing .title span,
#successful-housing .title span,
#exit-housing .title span,
.article-info-area .article-info-title span{
  font-size: 10px;
  margin-bottom: 5px;
  line-height: 1.5;
}
}
