/*
 * postcss-simple-vars
 * https://github.com/postcss/postcss-simple-vars
 */
/* Base Font size(px) */
/* Base line-height */
/* Base Window Size (px) */
/* Font Settings */
/* Colors */
/* #5c5852($dkGy0) + Color over lay White 20% */
/* B = bright */
/* Lt = light */
/* D = dull */
/* Ltg = lightGrayish */
/* $cLtgPink0: #d8caca; */
/* P = pale */
/* :link color */
/* :hover color */
/* :active color */
/* :visited color */
/* :focus color */
/*
 * postcss-mixins
 * https://github.com/postcss/postcss-mixins
 */
/*
 * cssnext#custom-media-queries
 * http://cssnext.io/features/#custom-media-queries
 */
/*@custom-media --only-xsm-screen (width <= $(xSmallScreenWidth)px);*/



@media screen and (max-width: 768px) {
  .sp{
    display: inherit;
  }
  .pc{
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp{
    display: none;
  }
  .pc{
    display: inherit;
  }
}





.main{
  margin-top: 58px;
  width: 100%;
}

.main img{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main{
    margin-top: 40px;
    width: 100%;
  }
}


/*-------------------------------------------------------------------------------------------------*/

.movies{
  margin-top: 88px;
}

.movies h2{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  color: #EA5C6F;
}

.movies .interview{
  margin: 0;
  padding: 0;
  margin-top: 56px;
  text-align: center;
  font-size: 24px;
  line-height: 1em;
  color: #EA5C6F;
}

.movies .kiji{
  margin: 0;
  padding: 0;
  margin-top: 45px;
  text-align: center;
  font-size: 24px;
  line-height: 1em;
  color: #5C5852;
}

.movies-caption{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-top: 29px;
  color: #5C5852;
}


.thumbs{
  display: block;
  width: 100%;
  max-width: 1154px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
  margin: 31px auto 120px auto;
  box-sizing: border-box;
}

.thumbs-interview{
  margin: 31px auto 0px auto;
}

.thumbs-box{
  width: 32.5%;
  padding: 15px 14px;
  display: inline-block;
  box-sizing: border-box;
}



.thumbs-box-inner{
  border-radius: 15px;
  overflow: hidden;

}

.thumbs-image{
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.thumbs-image::before{
  content: '';
  display:block;
  padding-top:56.36363636%;
}

.image1{background-image:url(/fan/family/images/interview1.jpg);}
.image2{background-image:url(/fan/family/images/interview2.jpg);}
.image3{background-image:url(/fan/family/images/interview3.jpg);}
.kiji1{background-image:url(/fan/family/images/kiji1.jpg);}
.kiji2{background-image:url(/fan/family/images/kiji2.jpg);}
.kiji3{background-image:url(/fan/family/images/kiji3.jpg);}
.kiji4{background-image:url(/fan/family/images/kiji4.jpg);}
.kiji5{background-image:url(/fan/family/images/kiji5.jpg);}

.thumbs-image img{
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.thumbs-text{
  color: #FFF;
  width: 100%;
  height: 110px;
  position: relative;
  border-top: 4px solid #fff;
  background-color: #EA5C6F;
}

.thumbs-kiji{
  background-color: #5C5852;
}

.thumbs-text p{
  position: absolute;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  line-height: 24px;
}


@media screen and (max-width: 768px) {
  .movies{
    /*margin-top: 21px;*/
    margin-top: 43px;
  }
  
  .movies h2{
    font-size: 18px;
  }
  

  .movies .interview{
    margin-top: 28px;
    font-size: 16px;
  }
  
  .movies .kiji{
    margin-top: 23px;
    font-size: 16px;
  }

  .movies-caption{
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }
  
  
  .thumbs{
    padding-right: 15px;
    padding-left: 15px;
    margin: 25px auto 60px auto;
  }

  .thumbs-interview{
    margin: 15px auto 0px auto;
  }
  
  .thumbs-box{
    display: inline-block;
    width: 100%;
    padding: 7px 7px;
  }
  
  .thumbs-box-inner{
    border-radius: 8px;
  }
  
  .thumbs-image img{
    width: 30px;
    height: 30px;
  }
  
  .thumbs-text{
    height: 100px;
    border-top: 2px solid #fff;
  }
  
  .thumbs-text p{
    font-size: 16px;
    line-height: 24px;
  }
}


/*-------------------------------------------------------------------------------------------------*/
.movie-wrapper, .param_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: transparent; }
  .movie-wrapper .movie-bg, .param_wrapper .bg {
    width: 100%;
    height: 100%;
    background-color: transparent; }
  .movie-wrapper .movie-closer, .param_wrapper .closer {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 62px;
    height: 62px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .movie-wrapper .movie-closer, .param_wrapper .closer {
        top: 15px;
        right: 15px;
        width: 31px;
        height: 31px; } }
    .movie-wrapper .movie-closer img, .param_wrapper .closer img {
      height: 100%;
      width: 100%; }
  .movie-wrapper iframe, .param_wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);    
    z-index: 2; }

/*-------------------------------------------------------------------------------------------------*/

.tw-contents{
  padding-top: 130px;
  background-color: #EFEFEF;
}

.tw-mark{
  width: 140px;
  height: 114px;
  margin: 0 auto;
  
}

.tw-mark img{
  width: 100%;
}

.tw-contents h2{
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  padding: 0;
  margin-top: 55px;
  line-height: 1em;
  text-align: center;
  color: #5C5852;
}

.tw-contents h2 span{
  color: #EA5C6F;
}

.tw-contents > p{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-top: 29px;
  color: #5C5852;
}

.tw-contents > p span{
  color: #2AA3EE;
}

.tw-wrapper{
  display: block;
  width: 100%;
  /*max-width: 1074px;*/
  max-width: 1154px;
  margin: 0 auto;
  margin-top: 38px;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}

.tw-box{
  width: 33%;
  padding: 20px 14px;
  box-sizing: border-box;
}


.tw-box-inner{
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}


.tw-image{
  width: 100%;
  height: 206px;
  background-size: cover;
  background-position: center center;
}

.tw-text{
  color: rgb(92, 88, 82);
  word-break: break-all;
  font-size: 18px;
  line-height: 25px;
  padding: 27px 40px;
  margin: 0 auto;
}




.tw-btn-wrapper{
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 70px;
  padding-bottom: 120px;
}

.tw-Link {
  color: #fff;
  border: solid 1px #000;/*#1da1f2*/
  background-color: #000 !important;/*#1da1f2*/
  max-width: 358px;
  position: relative;
  /*
  @media (--only-lg-screen-less) {
    $h: calc(80 / 2);
    $borderWidth: 1 * 2;
    $fontSize: calc(26 / 2);
    $lineHeight: calc(39 / 2);
    border-radius: calc($h / 2 / $remBase)rem;
    font-size: calc($fontSize / $remBase)rem;
    font-weight: 400;
    line-height: calc($lineHeight / $fontSize);
    width: 100%;
    max-width: calc($mediumDesignInnerWidth / 2)px;
    padding: calc(($h - $lineHeight - $borderWidth) / 2)px 0;
  }*/
}
.tw-Link:before {
  color: #fff;
  display: block;
  content: '\e90c';
  box-sizing: content-box;
  font-family: 'SwIcons';
  font-size: 25px;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 0.75em;
  z-index: 1;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
/*    @media (--only-lg-screen-less) { font-size: calc(20 / $remBase)rem; }*/
}
.tw-Link:hover {
  color: #000;/*#1da1f2*/
  border: solid 1px #000;/*#1da1f2*/
  background-color: #fff !important;
}
.tw-Link:hover:before { color: #000; } /*#1da1f2*/



@media screen and (max-width: 768px) {
  .tw-contents{
    padding-top: 65px;
  }

  .tw-mark{
    width: 70px;
    height: 57px;
  }
  
  .tw-contents h2{
    font-size: 18px;
    margin-top: 27px;
  }
  
  .tw-contents > p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }


  .tw-wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }

  .tw-box{
    width: 100%;
    padding: 10px 7px;
  }
  .tw-box-inner{
    border-radius: 5px;
  }
  
  
  .tw-image{
    height: 206px;
  }
  
  .tw-text{
    font-size: 16px;
    line-height: 24px;
    padding: 26px 30px;
  }

  .tw-btn-wrapper{
    margin-top: 35px;
    padding-bottom: 60px;
  }
}


/*-------------------------------------------------------------------------------------------------*/

.cm-box{
  width: 660px;
  padding: 15px 14px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}


.cm h2{
  color: #5C5852;
  margin-top: 120px;
}

.cm h2 span{
  color: #EA5C6F;
}

.cm1{background-image:url(/fan/family/images/cm1.jpg);}

.cm .thumbs-text{
  height: 89px;
}

@media screen and (max-width: 768px) {
  .cm-box{
    width: 100%;
  }

  .cm h2{
    margin-top: 60px;
  }
  
  .cm .thumbs-text{
    height: 61px;
  }
}



/*-------------------------------------------------------------------------------------------------*/



.store{
  border-top:2px solid #B5B5B5; 
  text-align: center;
}

.store h2{
  margin: 0;
  padding: 0;
  margin-top: 80px;
  color: #EA5C6F;
  font-size: 30px;
}

.store a{
  display: block;
  width: 220px;
  height: 70px;
  margin: 37px auto 80px auto;
}

@media screen and (max-width: 768px) {
  .store{
    border-top:1px solid #B5B5B5; 
  }
  
  .store h2{
    margin-top: 40px;
    font-size: 18px;
  }
  
  .store a{
    width: 125px;
    height: 40px;
    margin: 19px auto 40px auto;
  }
}

/* 2022.11 */
.tw-Desc{
/*    display: none;*/
}
.swe_packery_simple.swe_embed .swe_posts.swe_width_full .swe_post{
  width: 100%;
  padding: 0!important;
}
.swe_posts_container{
    display: flex;
    width: 100%;
    padding: 0;
}
.swe_packery_simple .swe_post{
    display: block;
    width: 33.33333%!important;
    padding: 20px 14px!important;
}
.swe_packery_simple .swe_post .swe_post_container{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 3px rgb(0 0 0 / 5%);
}
.swe_packery_simple .swe_post .swe_post_container .swe_post_image_container{
    width: 100%;
    padding: calc(100% / 16 * 9) 0 0;
    position: relative;
    overflow: hidden;
}
.swe_packery_simple .swe_card .swe_post_image, .swe_packery_simple .swe_post .swe_post_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto!important;
}
.swe_packery_simple .swe_card .swe_post_image[style*="background-image"], .swe_packery_simple .swe_post .swe_post_image[style*="background-image"]{
  height: inherit!important;
}
.swe_card.swe_card_basic .swe_post_footer_container .swe_post_meta_container{
    display: flex;
    align-items: center;
}
.swe_card.swe_card_basic.swe_has_image .swe_card_section .swe_post_media_container{
    position: relative;
}
.swe_card.swe_card_basic.swe_has_image .swe_card_section .swe_post_media_container .swe_post_image{
    height: inherit;
}
.swe_packery_simple .swe_post .swe_post_text_container, .swe_packery_simple .swe_post .swe_post_text_review_wrapper{
    width: 81.81818%!important;
    padding: 27px 0 40px!important;
    margin: 0 auto!important;
}
.swe_meta_link{
  display: none;
}
/* paged */
.swe_packery_simple .swe_post .swe_post_text_container, .swe_packery_simple .swe_post .swe_post_text_review_wrapper{
    width: 100%;
    color: rgb(92, 88, 82);
    word-break: break-all;
    font-size: 18px;
    line-height: 25px;
    padding: 27px 40px;
    margin: 0 auto;
}
.swe_packery_simple .swe_post .swe_post_text_container *, .swe_packery_simple .swe_post .swe_post_text_review_wrapper *{
    line-height: inherit!important;
}
.swe_post_footer_container{
  display: none;
}
@media (min-width:768px) and (max-width:1024px) {
  .swe_packery_simple .swe_post{
    display: block;
    width: 50%!important;
  }
}
@media (max-width:767px) {
  .swe_packery_simple .swe_post{
    display: block;
    width: 100%!important;
    position: static!important;
  }
  .swe_packery_simple.swe_embed .swe_posts.swe_width_full .swe_post{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
  }
  .swe_packery_simple .swe_post .swe_post_container{
/*    margin: .5em 0!important;*/
  }
}
