@charset "UTF-8";
/* CSS Document */
html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}
*{
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
body{
    font-size: clamp(12px, 1.25vw, 16px); /* min,val,max */
    line-height: 1.8em;
    font-family: 'Noto Sans JP',  sans-serif;
    font-weight: 400;
    color: #330000;
    background: url("../images/body_back_01.jpg");
   background-repeat: repeat;
    background-position: top center;
    background-size: 478px auto;
/*    background-attachment: fixed;*/
}

#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;

}

a{
    text-decoration: none;
}
a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
transition:  0.5s;
}

li{
    list-style-type: none;
}
.pc{
        display: block;
    }
.sp{
    display: none;
}

header h1, header h2, header h3 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
}

@media screen and (max-width: 768px){
  body{
    background: url("../images/body_back_01.jpg");
    background-repeat: repeat;
    background-position: top center;
    background-size: 28.8vw auto;
}

    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}

#wrap {
    width: 100%;
}
#wrap img {
    vertical-align: bottom;
}

.boxA {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 2em;
}
.boxB {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 2em;
}
.boxC {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 2em;
}

/* Firefox対策 */
  @-moz-document url-prefix() {
    rt {
      margin-bottom: -0.5em; /* Firefoxでルビを上に移動 */
    }
  }


  /* Safari対策 */

  @supports (-webkit-touch-callout: none) {
    rt {
      position: relative;
      top: -0.5em; /* Safariでルビを上に移動 */
    }
  }
/*************************
*ヘッダー
*************************/
header {
    width: 100%;
     position: relative;
    height: auto;
}
#mv {
    background: #6d6767 url("../images/top.png");
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
#topWrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    top:0;
    left: 0;
    position: absolute;
}
#topCopy {
    background: url("https://www.welovek.jp/yohoko/img/pc_copy.png");
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
#movieBtnWrap {
    top:83.3%;
    left: 57.0%;
    width: 23.4%;
    position: absolute;
}
#movieBtnWrap img:hover{
  transition-duration: 0.5s;
filter: alpha(opacity=100) !important;
opacity: 1.0 !important;
}

.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 1s;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    transform: translateY(-30px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#snsWrap {
    top:94%;
  left: 50%;
  
  margin-left: clamp(0px, 21.094vw, 270px);
    width: 23.4%;
    max-width: 220px;
    height: 30px;
    position: absolute;
    text-align: center;
}
ul.snsmenu{
    height: 40px;
    display: flex;
    justify-content: flex-end;
    margin: auto ;
}
ul.snsmenu li {
 display: inline-block;
    height: 40px;
    padding-left: 10px;
}
ul.snsmenu li.facebook {
  overflow: hidden;
  width: 92px;
}

@media screen and (max-width: 768px){
    #mv {
    background: #6d6767 url("../images/top-sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 169.5%;
    padding-top: 142.5%;
  }
    #topWrap {
        display: none;
    }
#snsWrap {
    top:auto;
  bottom: 1vw;
    width: 100%;
    max-width: 100%;
    margin: auto;
    left: 0;
    height: 30px;
    position: absolute;
    text-align: center;
  margin: 0 0 0 0;
}
ul.snsmenu{
    display: flex;
align-items: center;
    justify-content: center;
    margin: auto ;
}
.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 0s;
    animation-duration: 0s;
    animation-fill-mode: forwards;
    transform: translateY(0px);
    opacity: 0;
}
#movieBtnWrap {
    display: none;
    }
    /*
#movieWrap {
width: 100%;
    border-top: 4px solid #2e0200;
    border-bottom: 4px solid #2e0200;
    background: #000;
    }*/
#movieArea {
width: 100%;
max-width: 640px;
margin: auto; 
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
    
ul.product-release-scheduleWrap li img {
   width: 90%;
    margin: 5% auto;
}
}
/*************************
*コンテンツ
*************************/
.cntntWrap {
    padding: 0.75em 0;
    margin-top: 40px;
}
.cntntWrap img {
  max-width: 100%;
}


/*
.cntntWrap h2 {
    font-size: clamp(24px, 5.625vw ,48px);
    line-height: 1em;
    font-family: "Noto Serif", serif;
    font-weight: 900;
    text-align: center;
    background: url("https://www.welovek.jp/yohoko/img/h2_bg.png");
    background-position: top center;
    background-size: 100% auto;
    width: 70%;
    max-width: 520px;
    margin: auto;
    background-repeat: no-repeat;
    padding-top: 0.25em;
}
*/

@media screen and (max-width: 768px){
  .cntntWrap {
      margin-top: 0;
      padding: 2em 0;
    padding: 0 0;
  }
}

/*MOVIE**********************/
#movieWrap {
  margin: 0 0 0 0;
  padding: clamp(0px, 11.25vw, 144px) 0 clamp(0px, 10.938vw, 140px) 0;
  background: url("../images/content_back_01.png");
}
#movieWrap .box {
  margin: 0 auto;
  width: clamp(0px, 60.708vw, 777px);
  padding: 0 0 clamp(0px, 1.875vw, 24px) 0;
  background: url("../images/trailer_back_01.png");
}
#movieWrap .box::before {
  width: 100%;
  height: clamp(0px, 8.828vw, 113px);
  content: "";
  background: url("../images/yokoku.png") no-repeat center center;
    background-size: auto 74px;
  display: block;
}
#movieWrap .box .movie {
  width: 100%;
  margin: 0 auto;
  max-width: clamp(0px, 57.031vw, 730px);
  aspect-ratio: 16 / 9;
}
#movieWrap .box .movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px){
  #movieWrap {
    margin: 0 0 0 0;
    padding: 80px 0 80px 0;
  }
  #movieWrap .box {
    margin: 0 auto;
    width: 93.33%;
    background: url("../images/trailer_back_01.png");
  }
  #movieWrap .box::before {
    width: 100%;
    height: 50px;
    content: "";
    background: url("../images/yokoku.png") no-repeat center center;
    background-size: auto 30px;
    display: block;
  }
  #movieWrap .box .movie {
    max-width: 85.867vw;
  }
}


/*INTRODUCTION**********************/
#introWrap {
  margin: 0 0 0 0;
  padding: clamp(0px, 7.187vw, 92px) 0 0 0;
  background: url("../images/content_back_02.png");
  overflow: hidden;
}
#introWrap h2 {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: clamp(0px, 34.063vw, 436px);
  height: clamp(0px, 5.469vw, 70px);
  text-indent: -9999px;
  background: url("../images/introduction_title_01.png") no-repeat center top;
  background-size: 100% 100%;
}
#introWrap .image01 {
  margin: clamp(0px, -1.172vw, -15px) auto 0 auto;
  padding: 0 0 0 0;
  width: clamp(0px, 84.844vw, 1086px);
}
#introWrap p {
  margin: 0 clamp(0px, 0.781vw, 10px) clamp(0px, 0.781vw, 10px) clamp(0px, 0.781vw, 10px);
  padding: 0 0 0 0;
  line-height: 1.8em;
  
  
  
  font-size: 16px;
  font-size: clamp(12px, 1.25vw, 16px); /* min,val,max w1280px */
  
  
  
  color: #0d0d0d;
  font-family: "Noto Serif JP", serif;
}
#introWrap .sec01 {
  margin: clamp(0px, -1.172vw, -15px) auto clamp(0px, 3.359vw, 43px) auto;
  padding: 0 0 0 0;
  width: clamp(0px, 74.219vw, 950px);
  text-align: left;
}
#introWrap .sec01 h3 {
  margin: 0 0 clamp(0px, 0.781vw, 10px) clamp(0px, 0.781vw, 10px);
  padding: 0 0 0 0;
  width: clamp(0px, 57.5vw, 736px);
}
#introWrap .sec01 .image {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: clamp(0px, 73.516vw, 941px);
}
#introWrap .sec02 {
  margin: 0 auto clamp(0px, 3.359vw, 43px) auto;
  padding: 0 0 0 0;
  width: clamp(0px, 74.219vw, 950px);
  text-align: left;
}
#introWrap .sec02 h3 {
  margin: 0 0 clamp(0px, 0.781vw, 10px) clamp(0px, 0.781vw, 10px);
  padding: 0 0 0 0;
  width: clamp(0px, 64.453vw, 825px);
}
#introWrap .sec02 .image {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: clamp(0px, 73.594vw, 942px)942px;
}
#introWrap .sec03 {
  margin: 0 auto clamp(0px, 8.203vw, 105px) auto;
  padding: 0 0 0 0;
  width: clamp(0px, 74.219vw, 950px);
  text-align: left;
}
#introWrap .sec03 h3 {
  margin: 0 0 clamp(0px, 0.781vw, 10px) clamp(0px, 0.781vw, 10px);
  padding: 0 0 0 0;
  width: clamp(0px, 66.25vw, 848px);
}
#introWrap .sec03 .image {
  margin: 0 auto;
  padding: 0 0 0 0;
  width: clamp(0px, 74.219vw, 950px);
}
@media screen and (max-width: 768px){
  #introWrap {
    padding: 70px 0 0 0;
  }
  #introWrap h2 {
    margin: 0 auto 20px auto;
    padding: 0 0 0 0;
    width: 338px;
    height: 58px;
    text-indent: -9999px;
    background: url("../images/introduction_title_01.png") no-repeat center top;
    background-size: 100% 100%;
  }
  #introWrap .image01 {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 93.33%;
  }
  #introWrap p {
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    line-height: 1.8em;
    font-size: 15px;
  }
  #introWrap .sec01 {
    margin: 0 auto 5.333vw auto;
    padding: 0 0 0 0;
    width: 93.33%;
    text-align: left;
  }
  #introWrap .sec01 h3 {
    margin: -13.333vw auto 2.667vw auto;
    padding: 0 0 0 0;
    width: 78.933vw;
  }
  #introWrap .sec01 .image {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
  }
  #introWrap .sec02 {
    margin: 0 auto 5.333vw auto;
    padding: 0 0 0 0;
    width: 93.33%;
    text-align: left;
  }
  #introWrap .sec02 h3 {
    margin: 0 auto 2.667vw auto;
    padding: 0 0 0 0;
    width: 89.333vw;
  }
  #introWrap .sec02 .image {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
  }
  #introWrap .sec03 {
    margin: 0 auto 0 auto;
    padding: 0 0 8vw 0;
    width: 93.33%;
    text-align: left;
  }
  #introWrap .sec03 h3 {
    margin: 0 auto 2.667vw auto;
    padding: 0 0 0 0;
    width: 92.133vw;
  }
  #introWrap .sec03 .image {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
  }
}

/*STORY**********************/
#storyWrap {
  margin: 0 0 0 0;
  padding: clamp(0px, 6.641vw, 85px) 0 clamp(0px, 5.625vw, 72px) 0;
  background: url("../images/content_back_01.png");
}
#storyWrap h2 {
  margin: 0 auto clamp(0px, 2.344vw, 30px) auto;
  padding: 0 0 0 0;
  width: clamp(0px, 14.922vw, 191px);
  height: clamp(0px, 6.328vw, 81px);
  text-indent: -9999px;
  background: url("../images/story_title_01.png") no-repeat center top;
  background-size: 100% 100%;
}
#storyWrap .box {
  margin: 0 auto;
  width: clamp(0px, 78.125vw, 1000px);
  padding: clamp(0px, 2.344vw, 30px);
  text-align: left;
  line-height: 1.8em;
  font-size: clamp(12px, 1.25vw, 16px);
  font-family: "Noto Serif JP", serif;
  color: #fff;
  box-sizing: border-box;
  background: rgba(110,93,52,0.7);
}
@media screen and (max-width: 768px){
  #storyWrap {
    margin: 0 0 0 0;
    padding: 8vw 0 9.333vw 0;
    background: url("../images/content_back_01.png");
  }
  #storyWrap h2 {
    margin: 0 auto 2vw auto;
    padding: 0 0 0 0;
    width: 20.133vw;
    height: 8.933vw;
    text-indent: -1333.2vw;
    background: url("../images/story_title_01.png") no-repeat center top;
    background-size: 100% 100%;
  }
  #storyWrap .box {
    margin: 0 auto;
    width: 93.33%;
    padding: 2vw;
    text-align: left;
    line-height: 1.8em;
    font-size: 1.733vw;
    font-size: clamp(12px, 1.733vw, 16px);
    font-size: 15px;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    box-sizing: border-box;
    background: rgba(110,93,52,0.7);
  }
}

/*CHART**********************/
#chartWrap {
  margin: 0 0 0 0;
  padding: clamp(0px, 7.344vw, 94px) 0 clamp(0px, 6.484vw, 83px) 0;
  background: url("../images/content_back_02.png");
  overflow: hidden;
}
#chartWrap h2 {
  margin: 0 auto clamp(0px, 1.953vw, 25px) auto;
  padding: 0 0 0 0;
  width: clamp(0px, 15.781vw, 202px);
  height: clamp(0px, 5.469vw, 70px);
  text-indent: -9999px;
  background: url("../images/chart_title_01.png") no-repeat center top;
  background-size: 100% 100%;
}
#chartWrap #chartImg {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: clamp(0px, 74.297vw, 951px);
}
@media screen and (max-width: 768px){
  #chartWrap {
    margin: 0 0 0 0;
    padding: 8vw 0 6.4vw 0;
    background: url("../images/content_back_02.png");
    overflow: hidden;
  }
  #chartWrap h2 {
    margin: 0 auto 5px auto;
    padding: 0 0 0 0;
    width: 21.333vw;
    height: 7.733vw;
    text-indent: -1333.2vw;
    background: url("../images/chart_title_01.png") no-repeat center top;
    background-size: 100% 100%;
  }
  #chartWrap #chartImg {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 92.533vw;
  }
}

/*CAST**********************/
#castWrap {
  margin: 0 0 0 0;
  padding: clamp(0px, 6.641vw, 85px) 0 clamp(0px, 5.859vw, 75px) 0;
  background: url("../images/content_back_01.png");
}
#castWrap h2 {
  margin: 0 auto clamp(0px, 2.344vw, 30px) auto;
  padding: 0 0 0 0;
  width: clamp(0px, 12.891vw, 165px);
  height: clamp(0px, 5.313vw, 730px);
  text-indent: -9999px;
  background: url("../images/cast_title_01.png") no-repeat center top;
  background-size: 100% 100%;
}
ul.castWrap-1, ul.castWrap-2 {
  margin: 0 auto clamp(0px, 4.688vw, 60px);
  width: 100%;
  max-width: clamp(0px, 79.063vw, 1012px);
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
ul.castWrap-1 li {
    width: 50%;
    max-width: clamp(0px, 39.531vw, 506px);
  min-height: clamp(0px, 61.953vw, 793px);
    vertical-align: top;
    font-size: clamp(12px, 1.25vw ,16px);
    line-height: 1.8em;
    padding: 0;
  background: url("../images/cast_back_01.png") no-repeat center center;
  background-size: 100% 100%;
}
ul.castWrap-1 li:nth-child(1) {
/*    margin-right: 1.6%;*/
}
.phArea-01 {
  width: 100%;
  height: clamp(0px, 19.766vw, 253px);
  margin: clamp(0px, 2.813vw, 36px) auto clamp(0px, 0.781vw, 10px);
}
.phArea-02 {
  width: 100%;
  margin: auto;
}
.phArea-01 figure, .phArea-02 figure {
  width: 100%;
}

#cast-PH01 {
    background: url("../images/cast-PH01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
  height: 100%;
}
#cast-PH02 {
    background: url("../images/cast-PH02.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
    padding-top: 100%;
}
#cast-PH03 {
    background: url("../images/cast-PH03.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
    padding-top: 100%;
}
#cast-PH04 {
    background: url("../images/cast-PH04.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
    padding-top: 100%;
}
#cast-PH05 {
    background: url("../images/cast-PH05.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
    padding-top: 100%;
}
#cast-PH06 {
    background: url("../images/cast-PH06.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
    padding-top: 100%;
}
#cast-PH07 {
    background: url("../images/cast-PH07.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
    padding-top: 100%;
}
#cast-PH08 {
    background: url("../images/cast-PH08.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
    padding-top: 100%;
}
#cast-PH09 {
    background: url("../images/cast-PH09.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
    padding-top: 100%;
}
#cast-PH10 {
    background: url("../images/cast-PH10.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(0px, 17.344vw, 222px) auto;
    padding-top: 100%;
}
.castName-1 {
  width: 100%;
  height: clamp(12px, 2.266vw, 29px);
  margin: 0 0 clamp(0px, 0.781vw, 10px) 0;
}
.castName-1 img {
  margin: 0 auto;
  width: auto;
  height: clamp(0px, 2.266vw, 29px);
  display: block;
}
.character, .character-s {
  margin: 0 clamp(0px, 2.734vw, 35px) 0 clamp(0px, 2.734vw, 35px);
  text-align: left;
  min-height: clamp(0px, 15.625vw, 200px);
}
.character p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(0px, 1.25vw, 16px);
  line-height: 1.5em;
  color: #fff;
  letter-spacing: 0.02em;
}
.character-s p {
    padding: 1em 2em;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
     font-size: clamp(0px, 1.25vw, 16px);
    line-height: 1.8em;
}
.casterProf {
  margin: 0 clamp(0px, 2.734vw, 35px) 0 clamp(0px, 2.734vw, 35px);
  padding: clamp(0px, 0.781vw, 10px);
  text-align: left;
  min-height: clamp(0px, 16.016vw, 205px);
  box-sizing: border-box;
  background: url("../images/cast_back_02.png");
overflow: hidden;
}
.casterProf p, .casterProf-s p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(0px, 1.172vw, 15px);
  line-height: 1.3em !important;
  color: #fff;
  letter-spacing: 0.0em;
/*  display: inline;*/
  vertical-align: middle;
}
.castName-2 {
  margin: 0 clamp(0px, 0.781vw, 10px) 0 0;
  display: inline;
  vertical-align: middle;
  float: left;
}
.castName-2 img {
  margin: 0 0 clamp(0px, 0.3905vw, 5px) 0;
  vertical-align: middle;
}
#cast-name01 img {
  max-width: clamp(0px, 8.359vw, 107px);
}
#cast-name02 img {
  width: clamp(0px, 9.297vw, 119px);
}
#cast-name03 img {
  width: clamp(0px, 10.625vw, 136px);
}
#cast-name04 img {
  width: clamp(0px, 10.703vw, 137px);
}
#cast-name05 img {
  width: clamp(0px, 10.781vw, 138px);
}
#cast-name06 img {
  width: clamp(0px, 10.781vw, 138px);
}
#cast-name07 img {
  width: clamp(0px, 9.219vw, 118px);
}
#cast-name08 img {
  width: clamp(0px, 7.5vw, 96px);
}
#cast-name09 img {
  width: clamp(0px, 9.063vw, 116px);
}
#cast-name10 img {
  width: clamp(0px, 5.313vw, 68px);
}


.casterProf-s {
       font-size: clamp(11px, 1.09375vw ,14px);
    line-height: 1.8em;
}

ul.castWrap-2 li {
    width: 32.2%;
    max-width: 390px;
    background: rgba(255,255,255,0.5);
    vertical-align: top;
    font-size: clamp(12px, 1.25vw ,16px);
    line-height: 1.8em;
    padding: 1em;
    margin-top: 1.6%;
}
ul.castWrap-2 li:nth-child(2) {
    margin-right: 1.6%;
    margin-left: 1.6%;
}
.castName-3 {
        font-size: clamp(18px, 2.8125vw ,36px);
    line-height: 1.25em;
     font-weight: 900;
    font-family: "Noto Serif JP", serif;
    color: #8e1a20;
    text-align: center;
}
.castName-3 rt {
    font-size: 0.4em; /* ルビのフォントサイズ */
    line-height: 1; /* ルビの行間 */
    font-weight: 700;
  }

.castName-4 {
        font-size: clamp(15px, 1.5625vw ,20px);
    line-height: 1em;
     font-weight: 900;
    color: #8e1a20;
    text-align: center;
        padding: 1em 0 0;
}
.castName-4 small {
    font-weight: 700;
     font-size: clamp(11px, 1.09375vw ,14px);
}
/*STAFF*/
.staffWrap {
  text-align: center;
}
.staffWrap .castHead {
  margin: 0 auto clamp(0px, 2.244vw, 30px) auto;
  padding: 0 0 0 0;
  width: clamp(0px, 8.828vw, 113px);
  height: clamp(0px, 2.734vw, 35px);
  text-indent: -9999px;
  background: url("../images/staff_title_01.png") no-repeat center top;
  background-size: 100% 100%;
}
.staffWrap p {
  font-size: clamp(12px, 2.244vw, 30px);
  line-height: 1.5em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 10px rgba(255,255,255,1.0);
}
.staffWrap p small {
  font-size: clamp(14px, 1.875vw ,24px);
}
@media screen and (max-width: 768px){
  #castWrap {
    margin: 0 0 0 0;
    padding: 7.333vw 0 7.333vw 0;
    width: 100%;
    background: url("../images/content_back_01.png");
  }
  #castWrap h2 {
    margin: 0 auto 2vw auto;
    padding: 0 0 0 0;
    width: 17.6vw;
    height: 7.6vw;
    text-indent: -1333.2vw;
    background: url("../images/cast_title_01.png") no-repeat center top;
    background-size: 100% 100%;
  }
  #castWrap .boxB {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 100%;
  }
  
  
  ul.castWrap-1, ul.castWrap-2 {
    margin: 0 auto 5.333vw auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: clamp(12px, 79.063vw, 1012px);
    width: 89.063vw;
    max-width: 89.063vw;

    width: 93.33vw;
    max-width: 93.33vw;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
  }
  ul.castWrap-1 li {
      width: 100%;
      max-width: 100%;
    min-height: 0;
      vertical-align: top;
      font-size: 15px;
      line-height: 1.8em;
      padding: 0 0 7vw 0;
    background: url("../images/cast_back_01-sp.png") no-repeat center center;
    background-size: 100% 100%;
  }
  ul.castWrap-1 li:nth-child(1) {
  /*    margin-right: 1.6%;*/
  }
  .phArea-01 {
    width: 100%;
    height: 61.2vw;
    margin: 0 0 0 0;
  }
  .phArea-02 {
    width: 100%;
    margin: auto;
  }
  .phArea-01 figure, .phArea-02 figure {
    width: 100%;
  }

  #cast-PH01 {
      background: url("../images/cast-PH01.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
    height: 100%;
  }
  #cast-PH02 {
      background: url("../images/cast-PH02.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
      padding-top: 100%;
  }
  #cast-PH03 {
      background: url("../images/cast-PH03.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
      padding-top: 100%;
  }
  #cast-PH04 {
      background: url("../images/cast-PH04.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
      padding-top: 100%;
  }
  #cast-PH05 {
      background: url("../images/cast-PH05.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
      padding-top: 100%;
  }
  #cast-PH06 {
      background: url("../images/cast-PH06.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
      padding-top: 100%;
  }
  #cast-PH07 {
      background: url("../images/cast-PH07.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
      padding-top: 100%;
  }
  #cast-PH08 {
      background: url("../images/cast-PH08.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
      padding-top: 100%;
  }
  #cast-PH09 {
      background: url("../images/cast-PH09.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
      padding-top: 100%;
  }
  #cast-PH10 {
      background: url("../images/cast-PH10.png");
      background-repeat: no-repeat;
      background-position: center 7vw;
      background-size: 44.667vw auto;
      padding-top: 100%;
  }
  .castName-1 {
    width: 100%;
    height: 5.333vw;
    margin: 0 0 2vw 0;
  }
  .castName-1 img {
    margin: 0 auto;
    width: auto;
    height: 5.333vw;
    display: block;
  }
  .character, .character-s {
    margin: 0 auto 2vw;
    width: 86%;
    text-align: left;
    min-height: 0px;
  }
  .character p {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.8em;
    color: #fff;
    letter-spacing: 0.02em;
  }
  .character-s p {
      font-family: "Noto Serif JP", serif;
      font-weight: 700;
    font-size: 14px;
      line-height: 1.8em;
  }
  .casterProf {
    margin: 0 auto 0 auto;
    padding: 3vw;
    width: 86%;
    text-align: left;
    min-height: 0px;
    box-sizing: border-box;
    background: url("../images/cast_back_02.png");
  overflow: hidden;
  }
  .casterProf p, .casterProf-s p {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 2.0em !important;
    color: #fff;
    letter-spacing: 0.0em;
  /*  display: inline;*/
    vertical-align: middle;
  }
  .castName-2 {
    margin: 0 clamp(12px, 0.781vw, 10px) 0 0;
    display: inline;
    vertical-align: middle;
    float: left;
  }
  .castName-2 img {
    margin: 0 0 clamp(5px, 0.3905vw, 5px) 0;
    vertical-align: middle;
  }
  #cast-name01 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }
  #cast-name02 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }
  #cast-name03 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }
  #cast-name04 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }
  #cast-name05 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }
  #cast-name06 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }
  #cast-name07 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }
  #cast-name08 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }
  #cast-name09 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }
  #cast-name10 img {
    max-width: 100%;
    height: 17px;
    width: auto;
  }


  .casterProf-s {
         font-size: clamp(11px, 1.09375vw ,14px);
      line-height: 1.8em;
  }

  ul.castWrap-2 li {
      width: 32.2%;
      max-width: 390px;
      background: rgba(255,255,255,0.5);
      vertical-align: top;
      font-size: clamp(12px, 1.25vw ,16px);
      line-height: 1.8em;
      padding: 1em;
      margin-top: 1.6%;
  }
  ul.castWrap-2 li:nth-child(2) {
      margin-right: 1.6%;
      margin-left: 1.6%;
  }
  .castName-3 {
          font-size: clamp(18px, 2.8125vw ,36px);
      line-height: 1.25em;
       font-weight: 900;
      font-family: "Noto Serif JP", serif;
      color: #8e1a20;
      text-align: center;
  }
  .castName-3 rt {
      font-size: 0.4em; /* ルビのフォントサイズ */
      line-height: 1; /* ルビの行間 */
      font-weight: 700;
    }

  .castName-4 {
          font-size: clamp(15px, 1.5625vw ,20px);
      line-height: 1em;
       font-weight: 900;
      color: #8e1a20;
      text-align: center;
          padding: 1em 0 0;
  }
  .castName-4 small {
      font-weight: 700;
       font-size: clamp(11px, 1.09375vw ,14px);
  }
  /*STAFF*/
  .staffWrap {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
  .staffWrap .castHead {
    margin: 0 auto 2vw auto;
    padding: 0 0 0 0;
    width: 15.733vw;
    height: 4.933vw;
    text-indent: -9999px;
    background: url("../images/staff_title_01.png") no-repeat center top;
    background-size: 100% 100%;
  }
  .staffWrap p {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    text-shadow: 0 0 10px rgba(255,255,255,1.0);
    text-align: left;
    padding: 0 0 0 40px;
    position: relative;
  }
  .staffWrap p small {
    line-height: 1.5;
    font-size: 13px;
  }
  .staffWrap p .label {
    line-height: 1.5;
    font-size: 13px;
    position: absolute;
    top: 0.35em;
    left: 0;
  }
}

/*商品情報**********************/
#productWrap {
  margin: 0 0 0 0;
  padding: clamp(0px, 7.422vw, 95px) 0 clamp(0px, 5.313vw, 68px) 0;
  background: url("../images/content_back_02.png");
  text-align: center;
}
#productWrap img {
  width: 100%;
  display: block;
}

#productWrap h2 {
  margin: 0 auto clamp(0px, 2.734vw, 35px) auto;
  padding: 0 0 0 0;
  width: clamp(0px, 22.031vw, 282px);
  height: clamp(0px, 5.469vw, 70px);
  text-indent: -9999px;
  background: url("../images/product_title_01.png") no-repeat center top;
  background-size: 100% 100%;
}
#productWrap h3 {
  margin: 0 auto clamp(0px, 3.203vw, 41px) auto;
  padding: 0 0 0 0;
  width: clamp(0px, 14.922vw, 191px);
}
#productWrap .box {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  width: clamp(0px, 78.125vw, 1000px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#productWrap .box .item {
  margin: 0 0 clamp(0px, 3.906vw, 50px) 0;
  padding: 0 0 0 0;
  width: 48.2%;
}
#productWrap .box .item h4 {
  margin: 0 0 clamp(0px, 1.094vw, 14px) 0;
  padding: 0 0 0 0;
  width: 100%;
}
#productWrap .box .item .release {
  margin: 0 auto 0 auto;
  min-height: clamp(0px, 3.203vw, 41px);
}
#productWrap .box .item .release.release01 {
  width: clamp(0px, 27.734vw, 355px);
}
#productWrap .box .item .release.release02 {
  width: clamp(0px, 25.859vw, 331px);
}
#productWrap .box .item .release.release03 {
  margin: 0 auto 17px auto;
  width: clamp(0px, 29.766vw, 381px);
}
#productWrap .box .item .release.release04 {
  margin: 0 auto clamp(0px, 1.328vw, 17px) auto;
  width: clamp(0px, 31.484vw, 403px);
}
#productWrap .box .item .image {
  margin: 0 auto clamp(0px, 0.781vw, 10px) auto;
  width: clamp(0px, 33.984vw, 435px);
}
#productWrap .box .item .image.rental {
  margin: 0 auto clamp(0px, 0.781vw, 10px) auto;
  width: clamp(0px, 12.891vw, 165px);
}
#productWrap .box .item .productSpec {
  margin: 0 0 clamp(0px, 1.172vw, 15px) 0;
  padding: 0 0 clamp(0px, 0.938vw, 12px) 0;
  line-height: 1.4em;
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: normal;
  color: #0d0d0d;
  text-align: center;
  background: url("../images/dot_01.png") repeat-x center bottom;
  background-size: auto 4px;
}
#productWrap .box .item .productData {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-size: clamp(12px, 1.172vw, 15px);
  font-weight: normal;
  color: #0d0d0d;
  text-align: left;
}
#productWrap .box .item .productData li {
  margin: 0 0 0 0;
  padding: 0 0 clamp(0px, 0.938vw, 12px) 1.5em;
  position: relative;
}
#productWrap .box .item .productData li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #6e5d34;
}
#productWrap .box .item .productInfo {
  margin: 0 0 0 0;
  padding: clamp(0px, 1.172vw, 15px) clamp(0px, 1.563vw, 20px) clamp(0px, 0.625vw, 15px) clamp(0px, 1.719vw, 22px);
  text-align: left;
  background: rgba(172,145,82,0.6);
}
#productWrap .box .item .productInfo h5 {
  margin: 0 0 0 0;
  padding: 0 0 clamp(0px, 0.391vw, 5px) 0;
  line-height: 1.4em;
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: bold;
  color: #6e5d34;
  text-align: left;
}
#productWrap .box .item .productInfo li {
  margin: 0 0 clamp(0px, 0.391vw, 5px) 0;
  padding: 0 0 clamp(0px, 0.625vw, 15px) 1.5em;
  line-height: 1.4em;
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: normal;
  color: #0d0d0d;
  position: relative;
  background: url("../images/dot_01.png") repeat-x center bottom;
  background-size: auto 4px;
}
#productWrap .box .item .productInfo li:last-child {
  margin: 0 0 0 0;
  background: none;
}
#productWrap .box .item .productInfo li::before {
  content: "▶︎";
  position: absolute;
  top: 0;
  left: 0;
  color: #6e5d34;
}
#productWrap .box .note01 {
  margin: 0 0 clamp(0px, 4.688vw, 60px) 0;
  padding: clamp(0px, 0.391vw, 5px);
  width: 100%;
  color: #6e5d34;
  line-height: 1.4em;
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: bold;
  border: 2px solid #6e5d34;
  box-sizing: border-box;
}
#productWrap .box .note02 {
  margin: 0 0 clamp(0px, 1.172vw, 15px) 0;
  padding: 0 0 0 0;
  width: 100%;
  color: #0d0d0d;
  line-height: 1.4em;
  font-size: clamp(12px, 1.25vw, 16px);
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
}
#productWrap .box .rentalDVDTitle {
  margin: 0 0 clamp(0px, 1.172vw, 15px) 0;
  padding: 0 0 0 0;
  width: 100%;
}





#productWrap h3.productHead {
    font-size: clamp(16px, 1.875vw ,24px);
    line-height: 1.5em;
    color: #cc9933;
     width:100%;
    background: #330000;
    margin: 0.5em auto 0;
    letter-spacing: 0.1em;
}

#castWrap {

}
@media screen and (max-width: 768px){
  #productWrap {
    margin: 0 0 0 0;
    padding: 8vw 0 8vw 0;
    background: url("../images/content_back_02.png");
    text-align: center;
  }
  #productWrap img {
    width: 100%;
    display: block;
  }

  #productWrap h2 {
    margin: 0 auto 4vw auto;
    padding: 0 0 0 0;
    width: 29.467vw;
    height: 7.733vw;
    text-indent: -1333.2vw;
    background: url("../images/product_title_01.png") no-repeat center top;
    background-size: 100% 100%;
  }
  #productWrap h3 {
    margin: 0 auto 3vw auto;
    padding: 0 0 0 0;
    width: 26.933vw;
  }
  #productWrap .box {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    width: 90.66vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #productWrap .box .item {
    margin: 0 0 6.667vw 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  #productWrap .box .item h4 {
    margin: 0 0 2.5vw 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  #productWrap .box .item .release {
    margin: 0 auto 0 auto;
    min-height: 8vw;
  }
  #productWrap .box .item .release.release01 {
    width: 59.2vw;
  }
  #productWrap .box .item .release.release02 {
    width: 59.2vw;
  }
  #productWrap .box .item .release.release03 {
    margin: 0 auto 2vw auto;
    width: 68vw;
  }
  #productWrap .box .item .release.release04 {
    margin: 0 auto 2vw auto;
    width: 68vw;
  }
  #productWrap .box .item .image {
    margin: 0 auto 2vw auto;
    width: 82vw;
  }
  #productWrap .box .item .image.rental {
    margin: 0 auto 2vw auto;
    width: 44.8vw;
  }
  #productWrap .box .item .productSpec {
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: normal;
    color: #0d0d0d;
    text-align: center;
    background: url("../images/dot_01.png") repeat-x center bottom;
    background-size: auto 4px;
  }
  #productWrap .box .item .productData {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: normal;
    color: #0d0d0d;
    text-align: left;
  }
  #productWrap .box .item .productData li {
    margin: 0 0 0 0;
    padding: 0 0 12px 60px;
    position: relative;
  }
  #productWrap .box .item .productData li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    color: #6e5d34;
  }
  #productWrap .box .item .productData li .label {
    position: absolute;
    top: 0;
    left: 18px;
  }
  
  #productWrap .box .item .productInfo {
    margin: 0 0 0 0;
    padding: 15px;
    text-align: left;
    background: rgba(172,145,82,0.6);
  }
  #productWrap .box .item .productInfo h5 {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: bold;
    color: #6e5d34;
    text-align: left;
  }
  #productWrap .box .item .productInfo li {
    margin: 0 0 10px 0;
    padding: 0 0 12px 1.5em;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: normal;
    color: #0d0d0d;
    position: relative;
    background: url("../images/dot_01.png") repeat-x center bottom;
    background-size: auto 4px;
  }
  #productWrap .box .item .productInfo li:last-child {
    margin: 0 0 0 0;
    background: none;
  }
  #productWrap .box .item .productInfo li::before {
    content: "▶︎";
    position: absolute;
    top: 0;
    left: 0;
    color: #6e5d34;
  }
  #productWrap .box .note01 {
    margin: 0 0 13.333vw 0;
    padding: 7px;
    width: 100%;
    color: #6e5d34;
    line-height: 1.4em;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #6e5d34;
    box-sizing: border-box;
  }
  #productWrap .box .note02 {
    margin: 0 0 clamp(12px, 1.172vw, 15px) 0;
    padding: 0 0 0 0;
    width: 100%;
    color: #0d0d0d;
    line-height: 1.4em;
    font-size: clamp(12px, 1.25vw, 16px);
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
  }
  #productWrap .box .rentalDVDTitle {
    margin: 0 0 clamp(12px, 1.172vw, 15px) 0;
    padding: 0 0 0 0;
    width: 100%;
  }





  #productWrap h3.productHead {
      font-size: clamp(16px, 1.875vw ,24px);
      line-height: 1.5em;
      color: #cc9933;
       width:100%;
      background: #330000;
      margin: 0.5em auto 0;
      letter-spacing: 0.1em;
  }

  #castWrap {

  }

}



.jktWrap {
    width: 100%;
	max-width: 320px;
	margin: auto;
}
figure.nowpri {
    background: url("https://www.welovek.jp/yohoko/img/jktNP.png");
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 150.625%;
}
figure#tenkai01 {
    background: url("https://www.welovek.jp/yohoko/img/tenkai01.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 150.625%;
}
/*
.productInfo {
    width: 100%;
    margin-top: 1em;
}
.productInfo h5 {
    max-width: 160px;
    width: 70%;
    margin: auto;
    border: 3px solid #330000;
    font-weight: 900;
    color: #330000;
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.5em;
}
ul.ecBtnWrap {
    width: 100%;
    font-size: 0;
    text-align: left;
}
ul.ecBtnWrap li.ecBtn {
    width: 49.25% !important;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 1.5%;

}
ul.ecBtnWrap li.ecBtn:nth-child(odd) {
    margin-right: 1.5%;
}
ul.ecBtnWrap li.ecBtn img {
    width: 100%;
}
h6.rentalHead {
    border-top: 1px dotted #000;
    color: #cc9933;
    font-weight: 900;
    font-size: clamp(14px, 1.5625vw ,20px);
    line-height: 1.5em;
}
*/
/*
@media screen and (max-width: 768px){
#productWrap #productSpec-1 {
     letter-spacing: 0em;
}
#productWrap ul.productArea {
    display:block !important;
    width: 100%;
    max-width: 480px;
    margin: auto;
}
#productWrap ul.productArea li.productData  {
    display:block !important;
    width: 100% !important;
}
    #productWrap ul.productArea li.productData:nth-child(2) {
    margin: 5% 0;
        width: 100%;
}
}
*/
h3.haishin {
    font-family: "Noto Serif JP", serif;
     font-weight: 900;
    font-size: clamp(20px, 2.34375vw ,30px);
    line-height: 1.8em;
    border-bottom:2px solid #cc9933;
    letter-spacing: 0.1em;
}
div.oritokuWrap {
    width: 90%;
    max-width: 800px;
    margin: 0.25em auto;
    border-bottom: 2px dotted #cc9933;
    display: flex;
    padding: 0.25em 1em;
    text-align: left;
    font-size: clamp(14px, 1.40625vw ,18px);
    font-weight: 700;
}
div.oritokuWrap em {
    color: #cc9933;
    font-style: normal;
}
div.oritokuWrap .oritokuShop {
    width: 32.5%;
}
div.oritokuWrap .oritokuGoods{
    width: 67.5%;
}
div.haishinInfo{
    font-size: clamp(16px, 1.875vw ,24px);
    line-height: 1.5em;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-top: 0.5em;
}
div.haishinInfo small {
        font-size: clamp(14px, 1.40625vw ,18px);
}
div.haishinInfo span {
    display: inline-block;
}
div.oritokuWrap a i {
    font-size: 1.5em;
    font-weight: 700;
    color: #330000;
}

@media screen and (max-width: 768px){
    div.oritokuWrap {
        display: block;
    }
    div.oritokuWrap .oritokuShop, div.oritokuWrap .oritokuGoods {
    width: 100% ;
}
}
#product_ph-01 {
    background: url("https://www.welovek.jp/yohoko/img/product_ph-01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 28.125%;
}
/*イントロダクション********************/
.introWrap {
    margin: 1em auto;
    background: rgba(97,51,34,0.5);
      border-radius: 3px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 1%;
}
.introArea {
    width: 95%;
    margin:  auto;
    padding: 4% 0;
    color:#fff;
}
.introWrapCornerTop {
    top:0;
    left: 0;
    position: absolute;
}
.introWrapCornerBtm {
    bottom:0;
    left: 0;
    position: absolute;
}
.introArea h3.copy{
    text-align: center;
    font-size: clamp(18px, 2.8125vw ,36px);
    line-height: 1.5em;
    font-family: "Noto Serif JP", serif;
     font-weight: 900;
    letter-spacing: -0.025em;
}

.introTxtWrap {
    width: 90%;
    max-width: 960px;
    margin: auto;
}
.introNote {
        width: 90%;
    max-width: 960px;
    margin: 1.5em  auto 0;
font-size: clamp(11px, 1.09375vw ,14px);
    line-height: 1.5em;
}
.scenePH {
    width: 90%;
    max-width: 864px;
    margin: 1em auto;
      border-radius: 3px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4);
}
#scenePH-01 {
    background: url("https://www.welovek.jp/yohoko/img/scenePH-01.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
}
#scenePH-02 {
    background: url("https://www.welovek.jp/yohoko/img/scenePH-02.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
}
#scenePH-03 {
    background: url("https://www.welovek.jp/yohoko/img/scenePH-03.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
}
#scenePH-04 {
    background: url("https://www.welovek.jp/yohoko/img/scenePH-04.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56.25%;
}

@media screen and (max-width: 768px){
    .introArea {
        width: 90%;
    }
.introArea h3.copy{
    text-align: left;
     padding-top: 5%;
}
}
#intro_ph-01 {
    background: url("https://www.welovek.jp/yohoko/img/intro_ph-01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 28.125%;
}

/*CHART*/
/*
#boxShadow{
    box-shadow: 0px 0px 7.5px rgba(0,0,0,0.3);
    margin-top: 1em;
}
#chartArea {
    width: 100%;
}
#chartImg {
    background: url("https://www.welovek.jp/yohoko/img/chart-img.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 75%;
}
*/
/*CAST＆STAFFA*/




/*************************
*フッター
*************************/
footer ul.bnrArea {
width: 100%;
    text-align: center;
}
footer ul.bnrArea li {
    width: 30%;
    display: inline-block;
}

footer .bnrWrap {
width: 100%;
    max-width: 400px;
    margin:  1em auto;
}
footer p {
  padding: 65px 0;
  text-align: center;
  font-size: clamp(10px, 1.167vw, 14px);
  line-height: 1.8em;
  font-weight: 700;
  background: #6e5d34;
  color: #fff;
}

/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
 background: #eae1d6;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
