/* ************ parts ************ */

/* button */
.btnArwRight span{
	background: #8B585E;
    border: 1px solid #8B585E;
	width: min(21.43vw, 300px);	
}
.btnArwRight span:before {
    background: url(/homelounge/totikatuyo/img/icon_arw_white_bold.svg) no-repeat center;
}
@media not screen and (max-width:768px){
	.btnArwRight:hover span:before {
		background: url(/homelounge/totikatuyo/img/icon_arw_dred_bold.svg) no-repeat center;
	}
}
@media screen and (max-width:768px){
	.btnArwRight span{
		width: 72vw;
        height: 14.67vw;
        border-radius: 10vw;
	}
	.btnArwRight:hover span:before {
		background: url(/homelounge/totikatuyo/img/icon_arw_white_bold.svg) no-repeat center;
		right: 4vw;
        width: 1.6vw;
        height: 2.93vw;
	}
}

/* ************ mokuteki-mv ************ */
.mokuteki-mv{
  position: relative;
  height: 540px;
  z-index: 2;
}
.mokuteki-mv .mokuteki-mv-bg {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  height: 538px;
  position: absolute;
  width: 67%;
  margin-left: auto;
  top: 0;
  right: 0;
}
.mokuteki-mv#management .mokuteki-mv-bg {
  background-image: url(/homelounge/totikatuyo/rental_housing/img/mv.jpg);
}
.mokuteki-mv#modelcase .mokuteki-mv-bg {
  background-image: url(/homelounge/totikatuyo/modelcase/img/mv.jpg);
}
.mokuteki-mv#knowledge .mokuteki-mv-bg {
  background-image: url(/homelounge/totikatuyo/knowledge/img/mv.jpg);
}

.mokuteki-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;  
  z-index: 1;
}
.mokuteki-mv#management .title{background: rgba(77,90,101,0.7);}
.mokuteki-mv#modelcase .title{background: rgba(101,53,59,0.7);}
.mokuteki-mv#knowledge .title{background: rgba(67,106,95,0.7);}

.mokuteki-mv .title .txt-large{
  font-size: 55px;
}
.mokuteki-mv .section_inner {
  padding: 0;
}
.mokuteki-mv .title .sub-title{
  font-size: 20px;
  margin-top: 40px;
  display: block;
  border-top:  1px solid #fff;
  padding-top: 30px;
}
@media screen and (min-width: 1450px){ 
  .mokuteki-mv .mokuteki-mv-bg {
    background-size: contain;
  }
}
@media screen and (max-width: 768px){
  .mokuteki-mv{
    height: 390px;
    display: block;
    width: 100%;
  }
  .mokuteki-mv .mokuteki-mv-bg {
    width: 100%;
    height: 220px;
    min-height: auto;
    background-size: 50.3%;
    background-position: right top 128px;
    padding-top: 118%;
  }
  .mokuteki-mv#management .mokuteki-mv-bg {
    background-image: url(/homelounge/totikatuyo/rental_housing/img/mv-sp.jpg);
  }
  .mokuteki-mv#modelcase .mokuteki-mv-bg {
    background-image: url(/homelounge/totikatuyo/modelcase/img/mv-sp.jpg);
  }
  .mokuteki-mv#knowledge .mokuteki-mv-bg {
    background-image: url(/homelounge/totikatuyo/knowledge/img/mv-sp.jpg);
  }
  .mokuteki-mv .title {
    width: 90%;
    left: 0;
    top: 20px;
    font-size: 5.33vw;
    padding: 28px 28px 28px 32px;
    min-width: auto;
  }
  .mokuteki-mv .title .txt-large{
    font-size: 6.4vw;
  }
  .mokuteki-mv .title .sub-title {
    font-size: 3.73vw;
    margin-top: 10px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 670px) {
  .mokuteki-mv {
    height: 340px;
  }
}
@media screen and (max-width: 620px) {
  .mokuteki-mv {
    height: 320px;
  }
}
@media screen and (max-width: 570px) {
  .mokuteki-mv {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .mokuteki-mv {
    height: 300px;
  }
}
@media screen and (max-width: 460px) {
  .mokuteki-mv {
    height: 380px;
  }
  .mokuteki-mv .mokuteki-mv-bg {
    background-size: 85.3%;
    padding-top: 100%;
  }
}
@media screen and (max-width: 400px) {
  .mokuteki-mv {
    height: 350px;
  }
}
@media screen and (max-width: 370px) {
  .mokuteki-mv {
    height: 330px;
  }
}
@media screen and (max-width: 330px) {
  .mokuteki-mv {
    height: 310px;
  }
}

/* ************ main-lead ************ */
.main-lead {
  padding: 0 0 100px;
}
.main-lead .summary-box{
  margin-top: 48px;
  text-align: center;
  position: relative;
  color: #333333;
}
.main-lead .summary-box .title{
  font-family: 'Noto Serif JP', serif;
  font-size: var(--40px);
  font-weight: 400;
  margin-bottom: 36px;
  line-height: 1.5;
}
.main-lead .summary-box .text{
  font-size: var(--18px);
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px){
  .main-lead {
    z-index: 1;
    padding: 0 0 75px;
  }
  .main-lead .summary-box {
    margin-top: 40px;
  }
  .main-lead .summary-box .title{
    font-size: 6.4vw;
    margin-bottom: 25px;
  }
  .main-lead .summary-box .text {
    font-size: 3.73vw;
    line-height: 1.7;
    text-align: left;
  }
}

/* ************ others ************ */
.others{
  background: #fff;
  padding: 90px 0;
}
.others .ttlSec{
  position: relative;
  font-size: var(--32px);
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #5E5D5D;
  text-align: left;
}
.others .ttlSec:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.others .ttlSec .ttl {
  position: relative;
  background: #fff;
  padding-right: 40px;
  z-index: 1;
}
.others .leadTxt {
  font-size: var(--17px);
  line-height: 2.47;
  margin: var(--20px) 0 var(--55px);
}
.others .col_layout {
  display: flex;
  flex-wrap: wrap;
  gap: 82px;
}
.others .col_layout .item {
  width: calc((100% - 164px) / 3);
}
.others .col_layout .item a{
  display: block;
  border-radius: 5px;
  font-size: var(--18px);
  color: #fff;
  font-weight: 300;
  padding: 20px 60px 20px 20px;
  background-image: url(/homelounge/totikatuyo/img/icon_arw_circle_wh.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 30px center;
  text-align: center;
}
.others .col_layout .item.active a{
  pointer-events: none;
  background-color: #fff;
  color: #333333;
  border: 1px solid #B1B1B1;
  background-image: none;
  padding: 20px;
}
.others .col_layout .item .btn_kl{
  background-color: rgba(67,106,95,0.7);
}
.others .col_layout .item .btn_rh{
  background-color: rgba(77,90,101,0.7);
}
.others .col_layout .item .btn_mc{
  background-color: rgba(101,53,59,0.7);
}
@media screen and (max-width: 768px){
  .others{
    padding: 50px 8vw;
  }
  .others .section_inner {
    padding: 0;
  }
  .others .ttlSec{
    font-size: 5.33vw;
  }
  .others .ttlSec .ttl {
    padding-right: 22px;
  }
  .others .leadTxt {
    font-size: 3.73vw;
    margin: 16px 0 28px;
    line-height: 1.7;
  }
  .others .col_layout {
    gap: 24px;
  }
  .others .col_layout .item {
    width: 100%;
  }
  .others .col_layout .item a{
    font-size: 3.73vw;
    padding: 20px 56px 20px 26px;
    background-size: 22px;
    background-position: right 22px center;
    text-align: left;
  }
}

/* ************ introduction-video ************ */
.introduction-video{
  background: #EEEDED;
  padding: 120px 0 140px;  
}
.introduction-video .ttlSec{
  position: relative;
  font-size: var(--32px);
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #5E5D5D;
  text-align: left;
}
.introduction-video .ttlSec:after {
  content: '';
  position: absolute;
  background: #333333;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.introduction-video .ttlSec .ttl {
  position: relative;
  background: #EEEDED;
  padding-right: 40px;
  z-index: 1;
}
.introduction-video .itemBlock{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  text-align: center;
}
.introduction-video .itemBlock:first-child{
  margin-top: 0;
}
.introduction-video .itemBlock .imgBox{
  position: relative;
  width: 50%;
  overflow: hidden;
  object-fit: cover;
}
.introduction-video .itemBlock .imgBox img{
  width: 100%;
  height: auto;
}
.introduction-video .itemBlock .imgBox .label{
  position: absolute;
  background: rgba(103, 103, 103, 0.6);
  font-size: var(--16px);
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: var(--14px);
}
.introduction-video .itemBlock .summaryBox{
  position: relative;  
  width: 50%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  flex-direction: column;
  padding: var(--30px);
}
.introduction-video .itemBlock .summaryBox .ttl{
  font-family : YuMincho,'Yu Mincho',serif;
  font-size: var(--28px);
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 26px;
}
.introduction-video .itemBlock .summaryBox .ttl .sub{
  font-size: var(--18px);
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: 5px;
}
.introduction-video .itemBlock .summaryBox .ttl.en{
  font-size: var(--36px);
}
.introduction-video .itemBlock .summaryBox .ttl.en .sub{
  font-size: var(--16px);
}
.introduction-video .itemBlock .summaryBox .txt{
  font-size: var(--18px);
  line-height: 1.3;
  max-width: 88%;
}
.introduction-video .itemBlock .summaryBox .btn{
  margin-top: var(--24px);
}
.introduction-video .itemBlock.reverse .imgBox{
  order: 2;
}
.introduction-video .itemBlock.reverse .summaryBox{
  order: 1;
}
@media screen and (max-width: 768px){
  .introduction-video{
    padding: 50px 0 70px;  
  }
  .introduction-video .ttlSec{
    font-size: 5.33vw;
  }
  .introduction-video .ttlSec .ttl {
    padding-right: 22px;
  }
  .introduction-video .itemBlock{
    flex-direction: column;
    margin-top: 40px;
  }
  .introduction-video .itemBlock .imgBox{
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: auto;
  }
  .introduction-video .itemBlock .imgBox .label{
    font-size: 3.73vw;
    padding: 6px;
  }
  .introduction-video .itemBlock .summaryBox{
    width: 100%;
    height: auto;
    display: flex;
    padding: 5.33vw 5.33vw 8vw;
  }
  .introduction-video .itemBlock .summaryBox .ttl{
    font-size: 5.33vw;
    margin-bottom: 18px;
  }
  .introduction-video .itemBlock .summaryBox .ttl .sub{
    font-size: 4.26vw;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .introduction-video .itemBlock .summaryBox .ttl.en{
    font-size: 5.53vw;
  }
  .introduction-video .itemBlock .summaryBox .ttl.en .sub{
    font-size: 4.26vw;
  }
  .introduction-video .itemBlock .summaryBox .txt{
    text-align: left;
    font-size: 4.26vw;
    line-height: 1.6;
    width: 100%;
  }
  .introduction-video .itemBlock .summaryBox .btn{
    margin-top: 4.53vw;   
  }
  .introduction-video .itemBlock .imgBox{
    order: 1!important;
  }
  .introduction-video .itemBlock .summaryBox{
    order: 2!important;
  }
}

/* ************ topicSection ************ */
.topicSection{
  padding: var(--60px) 0 min(8.215vw, 115px);
}
.topicSection .bgBlock{
  background: #fff;
  border-radius: 10px 0 0 10px;
  margin-left: 75px;
  margin-top: 55px;
}
.topicSection .bgBlock.reverse{
  border-radius: 0 10px 10px 0;
  margin-left: 0;
  margin-right: 75px;
}
.topicSection .bgBlock .inner{
  max-width: 1277px;
  margin: 0 auto;
  padding: 100px 20px 90px;
  padding-right: 95px;
}
.topicSection .bgBlock.reverse .inner{
  padding-left: 95px;
  padding-right: 20px;
}
.topicSection .articlesArea{
  padding: 0!important;
}
.topicSection .heading{
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: var(--30px);
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.topicSection .heading.souzoku{
  background-image: url(/homelounge/totikatuyo/knowledge/img/icon_souzoku.png);
  padding-left: var(--40px);
}
.topicSection .heading.tax{
  background-image: url(/homelounge/totikatuyo/knowledge/img/icon_tax.png);
  padding-left: var(--45px);
}
.topicSection .leadText{
  font-size: var(--18px);
  font-weight: 300;
  line-height: 2;
  margin-top: var(--35px);
}
.topicSection .glossaryBlock{
  width: 79%;
  max-width: 916px;
  margin: var(--60px) auto var(--75px);
}
.topicSection .glossaryBlock .glossaryInner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.topicSection .glossaryBlock .ttl{
  width: 130px;
  font-size: var(--24px);
  font-weight: 600;
  line-height: 1.25;
  padding-right: var(--45px);
}
.topicSection .glossaryBlock .listBox{
  width: calc( 100% - 130px);
  padding-left: var(--45px);
  border-left: 1px solid #D8D8D8;
}
.topicSection .glossaryBlock .listBox .list{
  display: flex;
  flex-wrap: wrap;
  gap: var(--20px) var(--28px);
}
.topicSection .glossaryBlock .listBox .list li{
  display: inline-flex;
}
.topicSection .glossaryBlock .listBox .list li a{
  border-radius: 50px;
  background: #EFEDEB;
  font-size: var(--18px);
  line-height: 2.27;
  padding: var(--7px) var(--24px);
}
.topicSection .glossaryBlock .linkBox{
  margin-top: var(--20px);
  text-align: right;
}
.topicSection .glossaryBlock .linkBox .link{
  font-size: var(--16px);
  line-height: 1.875;
  display: inline-block;
  background: url(/homelounge/totikatuyo/img/icon_arw_r_bl.svg) no-repeat;
  background-size: 10px 12px;
  background-position: right center;
  padding-right: 26px;
}
.topicSection .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper{
  gap: var(--40px) 2.57%;
  justify-content: normal;
}
.topicSection .articleTtl{
  margin-bottom: var(--25px);
}
.topicSection .articleTtl span{
  display: inline-block;
  font-size: var(--24px);
  font-weight: 600;
  line-height: 1.7;
  border-bottom: 6px solid rgba(67, 106, 95, .7);
  padding: 0 12px;
  padding-bottom: var(--4px);
}
@media screen and (max-width: 768px){
  .topicSection .bgBlock{
    margin-left: 10px;
    margin-top: 25px;
  }
  .topicSection .bgBlock.reverse{
    margin-left: 0;
    margin-right: 10px;
  }
  .topicSection .bgBlock .inner{
    padding: 45px 10px;
    padding-right: 20px;
  }
  .topicSection .bgBlock.reverse .inner{
    padding-left: 20px;
    padding-right: 10px;
  }
  .topicSection .heading{
    font-size: 5.6vw;
    line-height: 1.9;
    text-align: center;
    background: none!important;
  }
  .topicSection .heading:before{
    content: '';
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
  }
  .topicSection .heading.souzoku{
    padding-left: 40px;
  }
  .topicSection .heading.souzoku::before{
    background-image: url(/homelounge/totikatuyo/knowledge/img/icon_souzoku.png);
    width: 6.93vw;
    height: 8vw;
    margin-left: -10vw;
    margin-top: 4px;
  }
  .topicSection .heading.tax{
    padding-left: 50px;
  }
  .topicSection .heading.tax::before{
    background-image: url(/homelounge/totikatuyo/knowledge/img/icon_tax.png);
    width: 8vw;
    height: 8vw;
    margin-left: -11vw;
    margin-top: 5px;
  }
  .topicSection .leadText{
    font-size: 3.73vw;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 20px;
  }
  .topicSection .glossaryBlock{
    width: 100%;
    margin: 28px auto 75px;
  }
  .topicSection .glossaryBlock .glossaryInner{
    display: flex;
    flex-direction: column;
  }
  .topicSection .glossaryBlock .ttl{
    width: 100%;
    padding-right: 0;
    font-size: 4.8vw;
    line-height: 1.7;
    text-align: center;
    padding-bottom: 15px;
  }
  .topicSection .glossaryBlock .listBox{
    width: 100%;
    padding: 35px 0 0;
    border-left: none;
    border-top: 1px solid #D8D8D8;
  }
  .topicSection .glossaryBlock .listBox .list{
    gap:15px 8px;
  }
  .topicSection .glossaryBlock .listBox .list li a{
    font-size: 4.8vw;
    padding: 0px 24px;
  }
  .topicSection .glossaryBlock .linkBox{
    margin-top: 24px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 35px;
  }
  .topicSection .glossaryBlock .linkBox .link{
    font-size: 3.73vw;
    line-height: 2.14;
    background-size: 8px;
    padding-right: 20px;
  }
  .topicSection .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper{
    gap: 35px;
  }
  .topicSection .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper .swiper-slide{
    margin-top: 0;
  }
  .topicSection .articleTtl{
    margin-bottom: 25px;
    text-align: center;
  }
  .topicSection .articleTtl span{
    font-size: 4.8vw;
    padding: 0 12px;
    padding-bottom: 5px;
  }
}

[data-togglemore="containerarea"] [data-triggermore]{
  margin-top: var(--45px);
}
.more_button{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(31.99vw, 448px);
  height: min(4.42vw, 62px);
  border-radius: var(--31px);
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #65353B;
  font-size: var(--18px);
  font-weight: 600;
  color: #65353B;
}
.more_button::after{
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: var(--30px);
  display: inline-block;
  width: var(--16px);
  height: var(--16px);
  margin: auto;
  background: url(/homelounge/totikatuyo/img/icon_plus_red.svg) no-repeat center / 100% auto;
}
.more_button:hover{
  opacity: 0.7;
}
[data-togglemore="containerarea"].is_active [data-triggermore]::after {
  background: url(/homelounge/totikatuyo/img/icon_minus_red.svg) no-repeat center / 100% auto;
}
@media screen and (max-width: 768px) {
  [data-togglemore="containerarea"] [data-triggermore]{
    margin-top: 30px;
  }
  .more_button{
    width: 72vw;
    height: 14.67vw;
    border-radius: 10vw;
    font-size: 4.27vw;
  }
  .more_button::after{
    right: 3.2vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

/* ************ sliderSection ************ */
.sliderSection{
  overflow-x: hidden;  
  padding-top: var(--60px);
}

/* management */
.managementSection{background-color: rgb(202 208 215);}
.managementSection #hole{background: rgb(178 186 195);}
/* modelcase */
.modelcaseSection{background-color: rgb(219 206 204);}
.modelcaseSection #interview{background: rgb(201 183 179);}
.modelcaseSection #roomtour{background: rgb(201 183 179);}
/* knowledge */
.knowledgeSection{background-color: rgb(182 197 188);}
.knowledgeSection #column{background-color: rgb(205 215 209);}
.topicSection{background-color: rgb(205 215 209);}

@media screen and (max-width: 768px){
  .sliderSection{
    padding-top: 40px;
  }
}

/* ttlSec */
.sliderSection .ttlSec{
  position: relative;
  font-size: var(--32px);
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #5E5D5D;
  text-align: left;
  width: min(100%, 1202px);
  padding: 0 20px;
  margin: auto;
}
.sliderSection .ttlSec:after {
  content: '';
  position: absolute;
  background: #333333;
  width: calc(100% - 40px);
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.sliderSection .ttlSec .ttl {
  position: relative;  
  padding-right: 40px;
  z-index: 1;
  display: inline-block;
}
.managementSection .ttlSec .ttl{background: rgb(202 208 215);}
.modelcaseSection .ttlSec .ttl{background: rgb(219 206 204);}
.knowledgeSection .ttlSec .ttl{background: rgb(182 197 188);}
.topicSection .ttlSec .ttl{background-color: rgb(205 215 209);}

@media screen and (max-width:768px){
	.sliderSection .ttlSec{
    font-size: 5.33vw;
    width: 100%;
	}
	.sliderSection .ttlSec .ttl{
		padding-right: 14px;
	}
}

/* ttlBlock */
.sliderSection .ttlBlock{
  width: min(100%, 1400px);
  margin: auto;
  text-align: center;
  padding: min(6.43vw,90px) var(--120px) min(10.36vw,145px);
}
.ttlBlock.color{
  width: 100%;
  margin: 0;
}
@media not screen and (max-width:768px){
  .ttlBlock.color .color_inn{
    width: min(100%, 1400px);
    margin: auto;
    text-align: center;
    padding: 0 var(--120px);
  }
}

.managementSection #drama .ttlBlock{padding-top: var(--60px);}
.managementSection #hole .ttlBlock.color{background: rgb(202 208 215);}
.managementSection #bellelead .ttlBlock.color{background: rgb(178 186 195);padding-left: 0;padding-right: 0;}

.modelcaseSection #example .ttlBlock{padding-top: var(--60px);}
.modelcaseSection #interview .ttlBlock.color{background: rgb(219 206 204);}
.modelcaseSection #casemovie .ttlBlock.color{background: rgb(201 183 179);padding-left: 0;padding-right: 0;}
.modelcaseSection #roomtour .ttlBlock.color{background: rgb(219 206 204);}

.knowledgeSection #comic .ttlBlock{padding-top: var(--60px);}
.knowledgeSection #column .ttlBlock.color{background: rgb(182 197 188);}

@media screen and (max-width:768px){
  .sliderSection .ttlBlock{
    width: 100%;
    padding: 8vw 0 22.67vw;
  }
  .managementSection #drama .ttlBlock{padding-top: 0;}
  .modelcaseSection #example .ttlBlock{padding-top: 0;}
  .knowledgeSection #comic .ttlBlock{padding-top: 0;}
}

/* ttlImg */
.sliderSection .block{
  position: relative;
}
.sliderSection .imgArea{
  width: min(100%, 1400px);
  margin: auto;
  position: relative;
}
.sliderSection .vhidden{visibility: hidden;font-size: var(--20px);}


/* ttlTxt */
.sliderSection .ttlTxt{
  display: table;
  position: absolute;
  bottom:0;
  z-index: 10;
  font-size: 0;
}
.sliderSection .ttlTxt span{
  color: #fff;
  display: table-cell!important;
  line-height: 0;
  vertical-align: bottom;
}
.sliderSection .ttlTxt img{height: 100%;}
.sliderSection .ttlTxt span{padding-right: var(--17px);}
.sliderSection .ttlTxt span.l img{height: min(6.07vw,85px);}
.sliderSection .ttlTxt span.s img{height: min(4.29vw,60px);}
.sliderSection .ttlTxt span.t img{height: min(5vw,70px);}
.sliderSection .ttlTxt span.h{width: var(--50px);vertical-align: middle;}
.sliderSection .ttlTxt span.h img{width: 100%;height: auto;}

/* management */
.managementSection #hole .ttlTxt{left: calc(50% + var(--35px));}
/* modelcase */
.modelcaseSection #interview .ttlTxt{left: calc(50% + var(--35px));}
.modelcaseSection #casemovie .ttlTxt span.l img{height: min(6.07vw, 85px)}
.modelcaseSection #casemovie .ttlTxt span.s img{height: min(4.29vw, 60px);}
.modelcaseSection #roomtour .ttlTxt{left: calc(50% + var(--35px));}
/* knowledge */
.knowledgeSection #column .ttlTxt{left: calc(50% + var(--35px));}

@media screen and (max-width:768px){
  .sliderSection .vhidden{font-size: 1.43vw;}

  .sliderSection .ttlTxt img{height: 100%;}
  .sliderSection .ttlTxt span{padding-right: 3vw;}
  .sliderSection .ttlTxt span.l img{height: 13.33vw;}
  .sliderSection .ttlTxt span.s img{height: 9.4vw;}
  .sliderSection .ttlTxt span.t img{height: 8.5vw;}
  .sliderSection .ttlTxt span.h{width: 6vw;}
  .sliderSection .ttlTxt span.h img{width: 100%;height: auto;}

  .managementSection #drama .ttlTxt{bottom: 7px;}

  .managementSection #hole .ttlTxt{left: auto;right: 0;bottom: 7px;}
  .managementSection #hole .ttlTxt span{padding-right: 3vw;}

  .managementSection #drama .ttlBlock .ttlTxt span{padding-right: 3vw;}
  .managementSection #drama .ttlBlock .ttlTxt span:last-child{padding-right: 0;}
  .managementSection #drama .ttlBlock .ttlTxt span.l img{height: 10.2vw;}
  .managementSection #drama .ttlBlock .ttlTxt span.s img{height: 7vw;}
  .managementSection #drama .dramaBlock .ttlTxt{left: 0;}
  .managementSection #drama .dramaBlock .ttlTxt span{padding-right: 2.8vw;}

  .managementSection #bellelead .ttlTxt{left: 0;padding-left: 0;bottom: 7px;}
  .managementSection #bellelead .ttlBlock .ttlTxt span{padding-right: 2vw;}
  .managementSection #bellelead .ttlBlock .ttlTxt span:last-child{padding-right: 0;}
  .managementSection #bellelead .ttlBlock .ttlTxt span.l img{height: 10.5vw;}
  .managementSection #bellelead .ttlBlock .ttlTxt span.s img{height: 7vw;}

  .modelcaseSection #example .ttlBlock .ttlTxt{left: 0; bottom: 10px;}
  .modelcaseSection #example .ttlBlock .ttlTxt span{padding-right: 2vw;}
  .modelcaseSection #example .ttlBlock .ttlTxt span:last-child{padding-right: 0;}
  .modelcaseSection #example .ttlBlock .ttlTxt span.l img{height: 10.5vw;}
  .modelcaseSection #example .ttlBlock .ttlTxt span.s img{height: 7vw;}

  .modelcaseSection #interview .ttlTxt{left: auto;right: 0;bottom: 10px;}
  .modelcaseSection #interview .ttlTxt span{padding-right: 3vw;}
  .modelcaseSection #interview .ttlBlock .ttlTxt span:last-child{padding-right: 0;}
  .modelcaseSection #interview .ttlBlock .ttlTxt span.l img{height: 10.5vw;}
  .modelcaseSection #interview .ttlBlock .ttlTxt span.s img{height: 7vw;}

  .modelcaseSection #casemovie .ttlTxt{bottom: 10px;}
  .modelcaseSection #casemovie .ttlTxt span.l img{height: min(10.5vw);}
  .modelcaseSection #casemovie .ttlTxt span.s img{height: min(7vw);}

  .modelcaseSection #roomtour .ttlBlock .ttlTxt span:last-child{padding-right: 0;}
  .modelcaseSection #roomtour .ttlBlock .ttlTxt span.l img{height: 10.2vw;}
  .modelcaseSection #roomtour .ttlBlock .ttlTxt span.s img{height: 7vw;}
  .modelcaseSection #roomtour .ttlTxt{left: auto;right: 0;}
  .modelcaseSection #roomtour .ttlTxt span{padding-right: 2.8vw;}

  .knowledgeSection #column .ttlTxt{left: auto;right: 0;}
  .knowledgeSection #column .ttlBlock .ttlTxt span:last-child{padding-right: 0;}
}

/* ttlArea */
.sliderSection .ttlArea{
  width: min(100%, 1400px);
  padding: 0 var(--120px);
  margin: auto;
}
.sliderSection .typeLeft .ttlArea .inner{padding-top: min(4.43vw,60px);padding-left: min(44.29vw,620px);position: relative;}
.sliderSection .typeRight .ttlArea .inner{padding-top: min(6.43vw,90px);position: relative;}
.sliderSection #bellelead.typeRight .ttlArea .inner{padding-top: min(4.43vw,60px);position: relative;}

.sliderSection .ttlArea .img{
  width: min(41.42vw,580px);
  position: absolute;
  bottom: 0;
}
.sliderSection .ttlArea .img img{width: 100%;}
.sliderSection .typeLeft .ttlArea .img{left: 0;}
.sliderSection .typeRight .ttlArea .img{left: 50%;}

.sliderSection .ttlArea .ttlBox{
  width: min(36.07vw,505px);
  max-width: 100%;
}
.sliderSection .ttlBox .sub span{
  font-family : YuMincho,'Yu Mincho',serif;
  font-size: var(--18px);
  padding-bottom: var(--2px);
  display: inline-block;
  border-bottom: 1px solid #333;
}
.sliderSection .ttlBox .ttl{
  font-family : YuMincho,'Yu Mincho',serif;
  font-size: var(--34px);
  font-weight: bold;
  margin-top: var(--35px);
  letter-spacing: var(--2px);
  line-height: 1.5;
}
.sliderSection .ttlBox .ttl2{
  font-family : YuMincho,'Yu Mincho',serif;
  font-size: var(--30px);
  font-weight: bold;
  margin-top: var(--35px);
  line-height: 1.6;
}
.sliderSection .ttlBox .ttl2 span{
  display: block;
  font-size: var(--22px);
}
.sliderSection .ttlBox .txt{
  font-size: var(--17px);
  margin-top: var(--35px);
  line-height: 1.8;
}
.sliderSection .ttlBox .note{
  font-size: var(--14px);
  margin-top: var(--12px);
  text-indent: -2rem;
  margin-left: 2rem;
  line-height: 1.4;
}
.sliderSection .ttlBox .bttn{
  margin-top: var(--40px);
}
.sliderSection .ttlBox .bttn a{
  display: inline-block;
}
@media screen and (max-width:768px){
	.sliderSection .ttlArea{
	  width: 100%;
	  padding: 0 0;
	  margin: auto;
	}
	.sliderSection .typeLeft .ttlArea .inner{
    padding: 0 8vw;
  }
	.sliderSection .typeRight .ttlArea .inner{
    padding: 0 8vw;
  }
	.sliderSection .ttlArea .img{
	  width: 92vw;
	  position: relative;
	  bottom: 5.33vw;
	}
	.sliderSection .typeLeft .ttlArea .img{left: -8vw;}
	.sliderSection .typeRight .ttlArea .img{left: auto;right: 0;}

  .sliderSection #bellelead .ttlArea .img{bottom: 10vw;}

	.sliderSection .ttlArea .ttlBox{
	  width: 100%;
	  margin-top: 2.67vw;
	}
	.sliderSection .ttlBox .sub span{
    font-size: 3.73vw;
    padding-bottom: 5px;
    font-weight: 500;
	}
	.sliderSection .ttlBox .ttl{
	  font-size: 6.4vw;
	  margin-top: 5.33vw;
	}
	.sliderSection .ttlBox .ttl2{	
    font-size: 6.4vw;
    margin-top: 15px;
	}
	.sliderSection .ttlBox .ttl2 span{
    font-size: 4.2vw;
    font-weight: 500;
	}
	.sliderSection .ttlBox .txt{
    font-size: 4vw;
    margin-top: 13px;
    line-height: 1.5;
	}
  .sliderSection .ttlBox .note{
    font-size: 3.4vw;
    margin-top: 14px;
    text-indent: -3.2vw;
    margin-left: 3.2vw;
  }
	.sliderSection .ttlBox .bttn{
	  margin-top: 8vw;
	}
  .sliderSection .ttlBox .bttn a{
    display: block;
  }
  .sliderSection .btnArwRight span{
    height: 16vw;
  }
}

/* ******* articlesArea ******* */
.sliderSection .articlesArea{
  width: min(100%, 1400px);
  padding: min(5.36vw,75px) var(--120px) min(8.215vw,115px);
  margin: auto;
}
/* management */
.managementSection #drama .articlesArea{padding-bottom: 0;}
.managementSection #hole .articlesArea{padding-bottom: 0;}
/* modelcase */
.modelcaseSection #example .articlesArea{padding-bottom: 0;}
.modelcaseSection #interview .articlesArea{padding-bottom: 0;}
.modelcaseSection #casemovie .articlesArea{padding-bottom: 0;}
/* knowledge */
.knowledgeSection #comic .articlesArea{padding-bottom: 0;}
@media screen and (max-width:768px){
  .managementSection #bellelead .articlesArea,
  .modelcaseSection #roomtour .articlesArea,
  .knowledgeSection #column .articlesArea{
    padding-bottom: 21.33vw;
  }
}

.sliderSection .articlesArea .btnBlock{
  margin: var(--35px) auto 0;
  text-align: center;
}
.sliderSection .articlesArea .btnBlock a{
  display: inline-block;
}
.sliderSection .articlesArea .btnBlock .btnArwRight span{
  width: min(31.99vw, 448px);
  height: min(4.42vw, 62px);
  border-radius: var(--31px);
}

.sliderSection .articlesArea .txtArea .txt{
  font-size: var(--16px);
  line-height: 1.66;
}
.sliderSection .articlesArea .labelBox{
	display: flex;
	gap: 18px;
	margin-top: var(--16px);
}
.sliderSection .articlesArea .labelBox .label:before{
	content: '';
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	display: inline-flex;
	margin-right: 8px;
	align-items: center;
	justify-content: center;
	padding-top: 10px;
}
.sliderSection .articlesArea .labelBox .label.--column:before{
	background-image: url(/homelounge/totikatuyo/img/icon_column.png);
	width: var(--26px);
  height: var(--18px);
}
.sliderSection .articlesArea .labelBox .label.--movie:before{
	background-image: url(/homelounge/totikatuyo/img/icon_movie.png);
	width: var(--22px);
    height: var(--16px);
}
.sliderSection .articlesArea .labelBox .label.--movie.wh:before{
	background-image: url(/homelounge/totikatuyo/img/icon_movie_wh.png);
}
.sliderSection .articlesArea .labelBox .label.--shindan:before{
	background-image: url(/homelounge/totikatuyo/img/icon_shindan.png);
	width: var(--18px);
  height: var(--23px);
}
.sliderSection .articlesArea .bllnBox{
  text-align: center;
  margin-top: var(--45px);
}
.sliderSection .articlesArea .bllnBox .txt{
  position: relative;
  font-size: var(--18px);
  font-weight: 600;
  line-height: 2.3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.sliderSection .articlesArea .bllnBox .txt::before,
.sliderSection .articlesArea .bllnBox .txt::after{
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom 5px center;
  display: inline-flex;
  width: 29px;
  height: 30px;
}
.sliderSection .articlesArea .bllnBox .txt::before{
	background-image: url(/homelounge/totikatuyo/img/icon_blln_left.png);
}
.sliderSection .articlesArea .bllnBox .txt::after{
	background-image: url(/homelounge/totikatuyo/img/icon_blln_right.png);  
}
.sliderSection .articlesArea .bllnBox + .btnBlock{
  margin-top: var(--5px);
}
@media screen and (max-width:768px){
  .sliderSection .articlesArea{
    width: 100%;
    padding: 14vw 8vw 29.33vw;
    margin: auto;
  }
  .sliderSection .articlesArea .swiper-slide, .autocreatArea .swiper-slide{
  	width: 100%;
  }
  .sliderSection .articlesArea .swiper-slide, .autocreatArea .swiper-slide:first-child{
    margin-top: 0;
  }
  .sliderSection .articlesArea .btnBlock{
    margin: 40px auto 0;
  }
  .sliderSection .articlesArea .btnBlock .btnArwRight span{
    width: 72vw;
    height: 14.67vw;
    border-radius: 10vw;    
  }
  .sliderSection .articlesArea .txtArea .ttl{
    font-size: 4.2vw;
  }
  .sliderSection .articlesArea .txtArea .txt{
    font-size: 3.73vw;
    line-height: 1.42;
  }
	.sliderSection .articlesArea .labelBox{
		gap: 16px;
    font-size: 3.73vw;
		margin-top: 12px;
	}
	.sliderSection .articlesArea .labelBox .label.--column:before{
		width: 25px;
		height: 17px;
	}
	.sliderSection .articlesArea .labelBox .label.--movie:before{
		width: 21px;
		height: 15px;
	}
	.sliderSection .articlesArea .labelBox .label.--shindan:before{
		width: 17px;
		height: 22px;
	}
  .sliderSection .articlesArea .bllnBox{
    margin-top: 40px;
  }
  .sliderSection .articlesArea .bllnBox .txt{
    font-size: 4.8vw;
  }
  .sliderSection .articlesArea .bllnBox + .btnBlock{
    margin-top: 5px;
  }
}

.sliderSection .articlesArea:has(> .galleryArea){
  padding: 0 var(--120px);
}
.sliderSection .articlesArea .galleryArea{
  margin-top: 105px;
}
.sliderSection .articlesArea .galleryArea .itemBlock{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  text-align: center;
}
.sliderSection .articlesArea .galleryArea .itemBlock:first-child{
  margin-top: 0;
}
.sliderSection .articlesArea .galleryArea .itemBlock button{
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.sliderSection .articlesArea .galleryArea .itemBlock button:hover{
  opacity: 0.7;
}
.sliderSection .articlesArea .galleryArea .itemBlock .imgBox{
  position: relative;
  width: 50%;
  overflow: hidden;
  object-fit: cover;
}
.sliderSection .articlesArea .galleryArea .itemBlock .imgBox img{
  width: 100%;
  height: auto;
}
.sliderSection .articlesArea .galleryArea .itemBlock .summaryBox{
  position: relative;  
  width: 50%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: center;
  background: #56483D;
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding: var(--20px) var(--60px);
  text-align: left;
}
.new::after{
position: absolute;  
content: "";
background: url(/homelounge/totikatuyo/design-gallery/assets/images/new.png);
top: 1px;
right: 0;
aspect-ratio: 104 / 40;
background-size: cover;
pointer-events: none;
width: 82px;
height: auto;
}
.sliderSection .articlesArea .galleryArea .itemBlock .summaryBox .ttl{
  font-family: "Noto Serif JP", serif;
  font-size: var(--24px);
  line-height: 1.25;
  margin-bottom: var(--13px);
  text-align: center;
}
.sliderSection .articlesArea .galleryArea .itemBlock .summaryBox .ttl .no{
  margin-bottom: 3px;
  display: inline-block;
}
.sliderSection .articlesArea .galleryArea .itemBlock .summaryBox .txt{
  font-family: "Noto Serif JP", serif;
  font-size: var(--30px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.sliderSection .articlesArea .galleryArea .itemBlock .summaryBox .labelBox{
  font-size: var(--15px);
  margin-top: var(--20px);
}
@media screen and (max-width: 768px){
  .sliderSection .articlesArea .galleryArea{
    margin-top: 50px;
  }
  .sliderSection .articlesArea .galleryArea .itemBlock{
    flex-direction: column;
    margin-top: 40px;
  }
  .sliderSection .articlesArea .galleryArea .itemBlock .imgBox{
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: auto;
  }
  .sliderSection .articlesArea .galleryArea .itemBlock .summaryBox{
    width: 100%;
    height: auto;
    display: flex;
    padding: 5.33vw 5.33vw 8vw;
  }
  .sliderSection .articlesArea .galleryArea .itemBlock .summaryBox .ttl{
    font-size: 4vw;
    margin-bottom: 8px;
  }
  .sliderSection .articlesArea .galleryArea .itemBlock .summaryBox .txt{
    font-size: 5vw;
    line-height: 1.6;
    width: 100%;
  }
  .sliderSection .articlesArea .galleryArea .itemBlock .summaryBox .labelBox{
    font-size: 3.46vw;
    margin-top: 12px;
  }
}

/* bellelead-list */
.bellelead-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bellelead-list .itemBlock{
  width: 31.62%;
}
.bellelead-list .itemBlock img{
  max-width: 100%;
  width: 100%;
}
.bellelead-list .itemBlock .txtArea{
  font-size: var(--16px);
  margin-top: var(--20px);
  line-height: 1.5;
}
.bellelead-list .itemBlock .txtArea .ttl{
  font-weight: bold;
  color: #333;
}
.bellelead-list .itemBlock .txtArea .txt{
  font-size: var(--16px);
  line-height: 1.66;
  margin-top: var(--10px);
  font-weight: normal;
}
.bellelead-list .itemBlock .txtArea .labelBox{
  display: flex;
  gap: 18px;
  margin-top: var(--16px);
}
@media not screen and (max-width: 768px){
  .bellelead-list .itemBlock button:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px){
  .bellelead-list{
    box-sizing: border-box;
    flex-direction: column;
  }
  .bellelead-list .itemBlock{
    width: 100%;
  }
  .bellelead-list .itemBlock + .itemBlock{
    margin-top: 8vw;
  }
  .bellelead-list .itemBlock .txtArea{
    font-size: 4vw;
    margin-top: 4vw;
  }
  .bellelead-list .itemBlock .txtArea .ttl{
    font-size: 4.2vw;
    margin-top: 4vw;
  }
  .bellelead-list .itemBlock .txtArea .txt{
    font-size: 3.73vw;
    line-height: 1.42;
  }
  .bellelead-list .itemBlock .txtArea .labelBox{
    gap: 16px;
    font-size: 3.73vw;
    margin-top: 12px;
  }
}

/* JSscroll_addClass */
.JSscroll_addClass{
  opacity: 0;
  transition: opacity 0.5s 0s ease-in;
}
.JSscroll_addClass.is_appeared{opacity: 1;}

.JSscroll_addClass.typeChar{
  transition: none;
}
.JSscroll_addClass.typeChar span{
  display: inline-block;
  opacity: 0;
  filter: blur(5px);
  font-family: "Roboto";
  font-weight: 200;
  transform: translateX(30px);
  transition: opacity 0.7s 0s ease-out,filter 0.7s 0s ease-out,transform 0.7s 0s ease-out;
}
.JSscroll_addClass.typeChar.is_appeared span{opacity: 1;filter: blur(0);transform: translateX(0);}


/* ************ modal ************ */
.topContents-list-item-image,
.topContentsSp-list-item-image{
  position: relative;
  width: 100%;
  cursor: pointer;
}
.topContents-list-item-image:hover {
  opacity: 0.8;
}

.topContents-list-item-image::before {
  /* content: ""; */
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 25px -1px 14px -13px #777;
  box-shadow: 25px -1px 14px -13px #777;
}
.topContents-list-item-image::after,
.topContentsSp-list-item-image::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 62px;
  height: 62px;
  background: url(/homelounge/totikatuyo/img/icon_play.png) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* モーダルと背景の指定 */
iframe {
  position: relative;
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  box-sizing: border-box;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .7);
  text-align: center;
  opacity: 0;
  transition: .3s;
  z-index: 10;
}
.modal.modal-b{
  background: rgba(0, 0, 0, 0.7);
}
.modal.modal-c{
  background: rgba(255, 255, 255, .7);
}
/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  margin-left: -.2em;
  height: 100%;
  vertical-align: middle;
}
/* クラスが追加された時の指定 */
.modal.is-active {
  visibility: visible;
  opacity: 1;
}
/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  padding-bottom: 3%;
  max-width: 1500px;
  width: 71%;
  background: #fff;
  vertical-align: middle;
}
.modal.modal-b .modal-container{
  background: transparent;  
}
/* モーダルを閉じるボタンの指定 */
.modal-close {
  align-self: flex-end;
  padding-top: 5%;
  padding-bottom: 3%;
  width: 12%;
  cursor: pointer;
}
.modal-close img {
  width: 100%;
}
/* モーダルのコンテンツ部分の指定 */
.modal-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  text-align: left;
  line-height: 1.8;
}
.modal.modal-b .modal-content,
.modal.modal-c .modal-content{
  background: transparent;  
}
.modal-content-button {
  margin-top: 30px;
}
.modal-inner {
  margin: 0 auto;
  padding: 0 10%;
  max-width: 1200px;
}
.modal-content-video {
  width: 100%;
  aspect-ratio: 960 / 540;
}
.modal-content-videosp {
  width: 101%;
  aspect-ratio: 960 / 540;
}
.video-js.vjs-tech {
  left: -1px;
  width: 101%;
}
.video-js[tabindex="-1"] {
  width: 101%;
  height: 100%;
  outline: -0;
}
@media not screen and (max-width: 768px) {
  .modal.modal-b .modal-container{
    width: 80%;
  }
  .modal.modal-b .modal-inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .modal.modal-b .modal-close {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    top: 0;
    left: -3px;
    width: 101%;
  }
  .modal-inner {
    padding: 0;
  }
  .modal-container {
    width: 99%;
  }
  .modal-c .modal-container {
    padding: 5% 0;
  }
  .modal-close {
    width: 25px;
  }
  .modal-c .modal-close {
    width: 85px;
    padding: 0 3% 3% 0;
  }
}