@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;
/*    letter-spacing: 0.05em;*/
}
body{
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.8em;
/*    font-family: 'Noto Sans JP',  sans-serif;*/
    font-family: "M PLUS Rounded 1c", serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    letter-spacing: 0.1em;
}

#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;
}
em {
    font-style: normal;
    font-weight: bold;
}
a{
/*    color: inherit;*/
    text-decoration: none;
}
a:hover {
filter: alpha(opacity=70);
opacity: 0.7;
transition:  0.5s;
}
.font-color01 {
    color: #000;
}
li{
    list-style-type: none;
}
.pc{
        display: block;
    }
.sp{
    display: none;
}

header h1, header h2 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
}

@media screen and (max-width: 768px){
    body{
    word-break: break-all;
    line-height: 1.8em;
    letter-spacing: 0em;
}

    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}

#wrap {
    width: 100%;
}

#wrap img {
    vertical-align: bottom;
}
/*************************
*ヘッダー
*************************/
header {
    width: 100%;
     position: relative;
    height: auto;
}
#mv {
    background: url("../img/pc_mv.jpg");
    padding-top: 56.875%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}


#movieBtnWrap {
    top:72.5%;
    left: 0.8%;
    width: 14.5625%;
    position: absolute;
}
#movieBtnWrap img:hover{
  transition-duration: 0.5s;
filter: alpha(opacity=100) !important;
opacity: 1.0 !important;
}

#snsWrap {
    top:92.6%;
/*    left: 16.8%;*/
        left: 14%;
    width: 15%;
    height: 30px;
    position: absolute;
}
ul.snsmenu{
    height: 40px;
    display: flex;
align-items: center;
    justify-content: center;
    margin: auto ;
}
ul.snsmenu li {
 display: inline-block;
    height: 40px;
    padding-left: 10px;
}

@media screen and (max-width: 768px){
    #mv {
    background: url("../img/sp_mv.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 138.54%;
}
#snsWrap {
    top:95%;
    left: 0;
    right:0;
    width: 100%;
    height: 30px;
    position: absolute;
}

#movieBtnWrap {
    display: none;
    }
    
#movieWrap {
width: 100%;
        border: 6px solid #000;
    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;
}
}
/*************************
*コンテンツ
*************************/
.cntntWrap {
    padding: 2em 0;
}
.staff_castWrap {
    background: #f1f08e;
}
.boxA {
    width: 90%;
    max-width: 1024px;
    margin: auto;
}
/**キャスト＆スタッフ****************************************/
.staff_castWrap {
        font-size: clamp(14px,1.875vw ,24px);
    line-height: 1.8em;
    font-weight: 700;
    color: #7bb945;
    text-align: center;
}
.staff_castWrap small {
    font-size: clamp(11px,1.875vw ,18px);
}
h2.staff_cast {
    width: 50%;
    max-width: 320px;
    margin: auto;
    background: #fff;
    border: 4px solid #7bb945;
    font-size: clamp(16px,2.34375vw ,30px);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7bb945;
    font-weight: 800;
}
.staff_castWrap p {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
@media screen and (max-width: 768px){
.staff_castWrap {
    line-height: 1.25em;
}
}
/**プロダクト****************************************/
#productWrap {
    color: #336699;
        font-weight: 800;
        text-align: center;
}
#productWrap h2.productTit {
    font-size: clamp(30px,4.6875vw,60px);
    color: #7bb945;
    line-height: 1em;
        font-weight: 800;
}
#productWrap h3.productRelease {
        font-size: clamp(18px, 2.8125vw, 36px);
    text-align: center;
        font-weight: 800;
    line-height: 2em;
}
#productWrap .jktWrap {
    width: 70%;
    max-width: 320px;
    margin: auto;
}
#dvdJkt-01 {
    background: url("../img/jkt01.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-top: 141.53%;
}
#productWrap .spec {
    font-size: clamp(12px, 1.40625vw, 18px);
    line-height: 1.5em;
    margin-top: 0.5em;
}
#productWrap .tokutenWrap {
    width: 100%;
    margin: 2em auto;
}
.tokutenTitWrap {
    width: 100%;
    border-bottom: 1px solid #7bb945;
    margin-bottom: 0.5em;
}
h3.tokutenTit {
    width: 50%;
    background: #7bb945;
    max-width: 320px;
    margin: auto;
     font-size: clamp(16px,2.34375vw ,30px);
    line-height: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
ul.tokutenCntntWrap {
    width: 90%;
    max-width: 680px;
    margin: 2% auto 0;
font-size: 0;
}
ul.tokutenCntntWrap li {
    font-size: clamp(16px,1.875vw ,24px);
    line-height: 1em;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}
ul.tokutenCntntWrap li:nth-child(1) {
    width: 26%;
}
ul.tokutenCntntWrap li:nth-child(2) {
    width: 73%;
    color: #333;
}
ul.tokutenCntntWrap li:nth-child(2) small {
     font-size: clamp(12px, 1.25vw, 16px);
    font-weight: 500;
}
#productWrap .note {
    width: 90%;
    max-width: 960px;
    margin: 1.5em auto;
    border: 1px solid #7bb945;
    color: #7bb945;
    font-size: clamp(11px, 1.09375vw, 14px);
    font-weight: 400;
}
ul.ecShopWrap {
    width: 90%;
    max-width: 960px;
    font-size: 0;
    margin: auto;
    text-align: left;
}
ul.ecShopWrap li {
    width: 18.5%;
    display: inline-block;
    margin: 0.6%;
    border: 1px solid #ccc;
    vertical-align: top;
}
ul.ecShopWrap li:nth-child(1), ul.ecShopWrap li:nth-child(6) {
    margin-left: 0;
}
ul.ecShopWrap li:nth-child(5) {
    margin-right: 0;
}
ul.ecShopWrap li img {
    width: 100%;
}

/*************************
*フッター
*************************/
footer {
    background: #f1f08e;
    margin-top: 1.5em;
}
footer p {
    padding: 1.5em 0;
    text-align: center;
    font-size: clamp(11px, 1.167vw, 14px);
    line-height: 1.8em;
    font-weight: 400;
    color: #7bb945;

}


/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
    background: #7bb945;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  /* 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%;
}
