@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-------*/
.sp-only{
  display: none;
}
@media screen and (max-width: 768px){
  .sp-only{
    display: block;
  }
}
/*--------------txt-------*/
#character .title,
#content .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;
}
#worry .worry-area .title span {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-weight: normal;
  color: #8b585e;
  padding-bottom: 20px;
  border-bottom: #8b585e 1px solid;
  letter-spacing: 0.15em;
  padding-bottom: 0;
  margin-bottom: 0;
}
#worry .worry-area .title{
  line-height: 1.575;
  margin-bottom: 50px;
}
#character .title span,
#content .title span{
  font-family: 'Libre Baskerville', serif;
  font-size: 17px;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0.45em;
  line-height: 1.5;
  font-weight: 700;
  display: none;
}
#worry .worry-area .sub-title{
  font-size: 18px;
  color: #666;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
#worry .worry-area .text{
  font-size: 18px;
  color: #666;
  line-height: 2;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px){
#character .title span,
#content .title span{
  margin-bottom: 10px;
  font-size: 14px;
}
#worry .worry-area .title, #character .title, #content .title {
  font-size: 2.1rem;
  margin-bottom: 25px;
}
#worry .worry-area .title span{
  font-size: 17px;
  line-height: 1.8em;
}
#worry .worry-area .sub-title {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
}
#worry .worry-area .text {
  font-size: 14px;
  line-height: 1.7;
}
}
/*--------------mv-------*/
#comic-top-mv{
  position: relative;
  height: 540px;
  z-index: 2;
}
#comic-top-mv .comic-top-mv-bg {
  background: url(/homelounge/totikatuyo/comic/img/comic-mv.png) no-repeat;
  background-position: left top;
  height: auto;
  min-height: 538px;
  position: absolute;
  width: 74%;
  margin-left: auto;
  top: 0;
  right: 0;
}
#comic-top-mv .title{
  padding: 55px 45px 45px 60px;
  width: 18em;
  min-width: 650px;
  position: relative;
  top: 65px;
  left: -65px;
  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;
}
#comic-top-mv .title .sub-title{
  font-size: 17.5px;
  margin-top: 40px;
  display: block;
  border-top:  1px solid #fff;
  padding-top: 30px;
  letter-spacing: 0.25em;
}
@media screen and (min-width: 1450px){
  #comic-top-mv .comic-top-mv-bg {
    background-size: contain;
  }
}
@media screen and (max-width: 768px){
  #comic-top-mv{
    display: block;
    width: 100%;
    height: 457px;
  }
  #comic-top-mv .comic-top-mv-bg {
    width: 100%;
    height: 270px;
    min-height: auto;
    background: url(/homelounge/totikatuyo/comic/img/comic-mv-sp.png) no-repeat;
    background-size: 50.3%;
    background-position: right top 170px;
    padding-top: 118%;
  }
  #comic-top-mv .section_inner {
    padding: 0;
  }
  #comic-top-mv .title {
    width: 92%;
    left: 0;
    top: 20px;
    font-size: 20px;
    padding: 26px 26px 26px 30px;
    letter-spacing: 0.25em;
    min-width: auto;
}
#comic-top-mv .title .sub-title {
  font-size: 14px;
  margin-top: 10px;
  padding-top: 15px;
}
}
@media screen and (max-width: 450px) {
  #comic-top-mv {
    height: 457px;
  }
  #comic-top-mv .comic-top-mv-bg {
    background-size: 85.3%;
    padding-top: 136%;
  }
}
/*----------worry---*/
#worry {
  position: relative;
  margin-top: -60px;
  z-index: 1;
  padding: 60px 0 130px;
}
#worry:before {
  position: absolute;
  display: block;
  content: '';
  background: #eeeded;
  width: 100%;
  top: 0;
  right: 75px;
  height: 100%;
  z-index: -1;
}
#worry .worry{
  position: relative;
}
#worry .worry:before{
  content: '';
  background: url(/homelounge/totikatuyo/comic/img/bg-comic-img01.png) no-repeat left top;
  width: 240px;
  height: 380px;
  position: absolute;
  top: 180px;
  left: 5.51%;
}
#worry .worry:after{
  content: '';
  background: url(/homelounge/totikatuyo/comic/img/bg-comic-img02.png) no-repeat;
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: -50px;
  right: 20px;
}
#worry .breadcrumbsArea .breadcrumbs {
  background: transparent;
}

#worry .worry-area{
  margin-top: 160px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1370px){
  #worry .worry:before,
  #worry .worry:after {
    content: none;
}
}
@media screen and (max-width: 768px){

  #worry {
    margin-top: 15px;
    z-index: 1;
    padding: 15% 0 75px;
  }
  #worry:before {
    right: 10px;
  }
  #worry .worry:before,
  #worry .worry:after{
    content: none;
  }
  #worry .worry-area {
    margin-top: 50px;
  }

}
/*----------character---*/
#character{
  position: relative;
  padding: 350px 0 130px;
  margin: -350px 0 0;
  background: #e3dedf;
}
#character:after {
  content: '';
  background: url(/homelounge/totikatuyo/comic/img/bg-comic-img03.png) no-repeat;
  width: 469px;
  height: 312px;
  position: absolute;
  top: 330px;
  right: 0;
  z-index: 10;
  max-width: 35%;
  background-size: 100%;
}
#character .section_inner-wrap {
  position: relative;
  width: calc(100% - 75px);
  background: #fff;
  margin: 100px 0 0 75px;
  padding: 100px 0 120px 50px;
  overflow: hidden;
}
#character .character-area{
  display: flex;
  width: 100%;
  text-align: center;
}
#character .character-area .character-icon{
  width: 100%;
}
#character .character-area .character-icon img{
  width: 100%;
}
#character .character-area .character-tag{
  margin-top: 30px;
  margin-bottom: 15px;
  background-color: #8b585e;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  padding: 5px;
}
#character .character-area .character-name{
  font-size: 26px;
  letter-spacing: 0.04em;
}
#character .character-area .character-name span{
  display: block;
  font-size: 12px;
  line-height: 1.66;
}
#character .character-area .character-detail{
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
#character .character-area.character-top-area{
  justify-content: center;
  margin-bottom: 50px;
}
#character .character-area.character-top-area .character-block{
  width: 23.46%;
}
#character .character-area.character-top-area .character-block:first-of-type{
  margin-right: 104px;
}
#character .character-area.character-bottom-area{
  justify-content: space-between;
}
#character .character-area.character-bottom-area .character-block{
  width: calc((100% - 180px)/ 4);
}
@media screen and (max-width: 768px){

  #character {
    padding: 280px 0 65px;
  }
  #character:after {
    content: none;
  }
  #character .section_inner-wrap {
    padding: 40% 0 45px 0px;
    width: calc(100% - 15px);
    margin: 100px 0 0 15px;
    background: #fff url(/homelounge/totikatuyo/comic/img/bg-comic-img03.png) no-repeat right top 2%;
    background-size: 50%;
  }

}
#content{
  position: relative;
}
#content:before {
  content: '';
  background: url(/homelounge/totikatuyo/comic/img/bg-comic-img05.png) no-repeat;
  width: 542px;
  height: 310px;
  position: absolute;
  top: -100px;
  left: -43px;
  overflow: hidden;
  z-index: 10;
  max-width: 35%;
  background-size: cover;
  background-position: right;
}
#content .swiper--basicAndCommon{
  padding: 0;
  margin-top: 0;
  position: relative;
  z-index: 30;
}
#content .section_inner-wrap{
  padding: 80px 0 75px;
}

#content .comic-area .comic-title{
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-size: 24px;
  color: #8b585e;
  line-height: 2;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  font-weight: 600;
}
#content .comic-area:nth-of-type(n+2){
  margin-top: 80px;
}
#content .comic-area .comic-list-area {
  display: flex;
  flex-wrap: wrap;
  color: #545350;
  justify-content: flex-start;
}
#content .comic-area .comic-list-area .comic-list {
  width: calc((100% - 60px)/ 3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 20;
}
#content .comic-area .comic-list-area .comic-list:not(:nth-child(3n)) {
  margin-right: 30px;
}
#content .comic-area .comic-list-area .comic-list:nth-child(n+4) {
  margin-top: 20px;
}
#content .comic-area .comic-list-area .comic-list.swiper-slide[data-membership=true] .comic-link{
  position: relative;
}
#content .comic-area .comic-list-area .comic-list.swiper-slide[data-membership=true] .comic-link:before {
  content: "";
  display: block;
  position: absolute;
  max-height: 36px;
  max-width: 150px;
  min-width: 60px;
  width: 29.07%;
  height: 100%;
  background-image: url(/homelounge/totikatuyo/img/icon-member.svg);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
  z-index: 3;
}
#content .comic-area .comic-list-area .comic-list.swiper-slide[data-membership=true] .comic-img{
  position: relative;
}
#content .comic-list.swiper-slide[data-membership=true] .comic-img:before {
  background-color: rgba(13,29,51,.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#content .comic-list.swiper-slide[data-membership=true] .comic-img:after {
  background-image: url(/homelounge/assets/images/common/swpier/icon_member.svg)!important;
  max-height: 68px;
  max-width: 68px;
  width: 18.38%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#content .comic-area .comic-list-area .comic-list .comic-img img{
  width: 100%;
}
#content .comic-area .comic-list-area .comic-list .comic-head{
  font-size: 16px;
  line-height: 1.5;
  margin: 20px 0 15px;
  font-weight: bold;
}
#content .comic-area .comic-list-area .comic-list .text{
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 10px;
}
#content .comic-area .comic-list-area .comic-list .comic-tag a{
  font-size: 13px;
  line-height: 1.69;
  color: #9d9d9c;
}
#article-contact-area .contact-flow-title{
  font-size: 4rem;
}

@media not screen and (max-width: 768px) {
  #content .comic-area .comic-list-area .comic-list .comic-tag a,
  #content .comic-area .comic-list-area .comic-list .comic-link{
    transition: all .3s;
  }
}
/*----------content---*/
@media screen and (max-width: 768px){
#content:before{
  content: none;
}
#content:after{
  content: none;
}
#content .section_inner-wrap {
  position: relative;
  padding: 43% 0 57px;
  background: #fff url(/homelounge/totikatuyo/comic/img/bg-comic-img05.png) no-repeat left -12% top 0.5%;
  background-size: 56%;
}
#character .character-area{
  flex-wrap: wrap;
}
#character .character-area.character-top-area {
  margin-bottom: 0;
  justify-content: space-between;
}
#character .character-area.character-top-area .character-block,
#character .character-area.character-bottom-area .character-block {
  width: 48%;
}
#character .character-area.character-top-area .character-block:first-of-type {
  margin: 0;
}
#character .character-area.character-bottom-area .character-block{
  margin: 45px 0 0;
}
#character .character-area .character-icon{
  width: 70%;
  margin: 0 auto;
}
#character .character-area .character-name{
  font-size: 18px;
}
#character .character-area .character-name span {
  font-size: 10px;
}
#character .character-area .character-detail {
  margin-top: 10px;
  font-size: 14px;
}
#content .comic-area .comic-title{
  font-size: 18px;
  margin-bottom: 0;
}
#content .comic-area .comic-list-area {
  margin-top: 40px;
  flex-direction: column;
}
#content .comic-area .comic-list-area .comic-list{
  width: 100%;
}
#content .comic-area .comic-list-area .comic-list:not(:nth-child(3n)) {
  margin-right: 0;
}
#content .comic-area .comic-list-area .comic-list:not(:nth-child(1)) {
  margin-top: 20px;
}
#content .comic-area:nth-of-type(n+2) {
  margin-top: 40px;
}

#article-contact-area .contact-flow-title{
  font-size: 2.1rem;
}
#article-contact-area .contact-flow-title .en-title {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
}



/* --------------------------
    flow-categories
-------------------------- */
#flow-categories{
  color: #666666;
  background: #eeeded;
}
#flow-categories.flow-categories-area{
  padding-top: 120px;
}
#flow-categories .flow-categories-inner{
  width: 94.8%;
  padding: 75px 5% 80px;
  margin: 0 0 0 auto;
  background: #fff;
}
#flow-categories .flow-categories-title{
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
  letter-spacing: 6px;
  text-align: center;
  color: #545350;
  margin-bottom: 50px;
  font-size: 4rem;
}
#flow-categories .flow-categories-title .en-title{
  letter-spacing: 6px;
  text-align: center;
  color: #545350;
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.7rem;
  display: none;
}
#flow-categories .flow-categories-text{
  margin-bottom: 40px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}
#flow-categories .flow-categories-img{
  text-align: center;
}
#flow-categories .flow-categories-img img{
  max-width: 100%;
}
#flow-categories .flow-categories-img .pc_only{
  display: block;
  margin: 0 auto;
}
#flow-categories .flow-categories-img .sp_only{
  display: none;
}

@media screen and (max-width: 768px) {
  #flow-categories.flow-categories-area{
    padding-top: 40px;
  }
  #flow-categories .flow-categories-inner{
    width: 100%;
    padding: 20px 5.3%;
    margin: 0 auto;
  }
  #flow-categories .flow-categories-title{
    font-size: 2.1rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  #flow-categories .flow-categories-title .en-title{
    font-size: 1rem;
    margin-bottom: 5px;
    letter-spacing: 4px;
  }
  #flow-categories .flow-categories-text{
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
  #flow-categories .flow-categories-img .pc_only{
    display: none;
  }
  #flow-categories .flow-categories-img .sp_only{
    display: block;
  }
}
