﻿@charset "UTF-8";

body {
    font-family:"SST W55 Regular","Yu Gothic Medium","YuGothic",sans-serif;
}

.mb30{
    margin-bottom: 30px!important;
}
#tmpl_main{
    width: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 3;
    height: 100%;
    min-width: 1190px;
}
@media screen and (max-width: 640px){
#tmpl_main {
    min-width: inherit !important;
}}
.SP_br{
    display: contents;
}

.content{
    width: 100%;
    height: calc(100vh - 130px);
    min-height: 750px;
    background: rgba(0,0,0,0.5);
}

@media screen and (max-width: 640px){
    .content{
        height: 100vh;
        min-height: auto;
    }
    }

.content_in{
    max-width: 1190px;
    margin: 0 auto;
    padding-top: 30px;
    vertical-align: middle;
}
.text_c{
    text-align: center;
}
.texr_d{
    line-height: 1!important;
}
.texr_d small,.texr_d small a{
    color: #aeb1c2;
    letter-spacing: 0.3px;
}
.sst_light {
    font-family: "SST W20 Light","Yu Gothic Medium","YuGothic",sans-serif;
}

.sst_Medium {
    font-family: "SST W20 Medium","Yu Gothic Medium","YuGothic",sans-serif;
}

.content_in .ttl{
    margin-top: 15%;
    margin-bottom: 9%;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 1.5px;
    line-height: 1;
}

.content_in .ttl img{
    max-width: 650px;
}

.content_in p{
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
}
.content_in .tt2{
    margin-bottom: 8%;
    font-size: 1.7rem;
    color: #fff;
    font-weight: lighter;
}
.f_small{
    font-size: 70%;
}
ul.lang {
    float: right;
    color: #fff;
    list-style: none;
}
ul.lang li {
    display: inline;
}

ul.lang li.lang_y::before {
    content: '/';
    display: inline-block;
    margin: 0 -7px 0 -10px;
}
.lang a,.lang_t{
    padding: 0 7px;
    color: #fff;
    text-decoration: none;
}
.lang_y a,.lang_n a{
    display: inline-block;
    font-size: 13px;
    font-family: "SST W20 light","Yu Gothic Medium","YuGothic",sans-serif;
    color: #fff;
    line-height: 1;
    padding: 8px 15px;
    cursor: pointer;
    position: relative;
    margin: 0 !important;
}

.lang_y a:hover::after{
    width: calc(100% - 30px);
    transition-duration: 0.32s;
}

.lang_y a::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    transition: width 0.64s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lang_n a::after{
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
}

.lang a:hover{
    color: #fff;
}
.mb_YTPMuteUnmute.ytpicon{
    display: none!important;
}

@media screen and (max-width: 640px) {
    .SP_br{
        display: block; 
    }

    .content_in .ttl img{
        max-width: 100%;
    }

    .content_in {
        padding-top: 30px;
    }

    .content_in .ttl{
        margin-top: 35%;
    }
    .content_in .ttl,.content_in p{
        padding: 0 30px;
        font-size: 1.7rem;
    }
	.content_in .tt2{
        margin-bottom: 20%;
        font-size: 1.2rem;
    }

    .content_in .tt3{
        font-size: 0.8rem;
    }

    #tmpl_main img{
        width: 100%;
        height: auto;
      }
      .texr_d small{
        font-size: x-small;
    }
	}
.content_in .button{
    margin-bottom: 0;
    padding: 50px 10px;
}
.content_in .button a{
    display: inline-block;
    width: 230px;
    padding: 10px 13px;
    border: 1.5px solid #fff;
    border-radius: 26px;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
}
.content_in .button a:hover{
    background-color: rgba(255,255,255,0.3);

}
.content_in .button_b a{
    display: inline-block;
    width: 330px;
    padding: 10px;
    border: 1.5px solid #fff;
    text-decoration: none;
    color: #fff;
}
.top_contentbox{
    display: flex;
    justify-content:space-between;
}

.sns_box{
    width: 140px;
    margin-left: 20px;
}
.sns_list{
    display: flex;
}
.sns_list li {
    width: 30px;
    list-style: none;
}

.sns_list li+li {
    margin: 0 0 0 25px;
}

.sns_list img {
    width: 100%;
    vertical-align: -webkit-baseline-middle;
}

@media screen and (max-width: 640px) {

    .content_in .button a{
        width: auto;
        padding: 10px 30px;
        font-size: 1rem;
    }
	}

* {
    padding: 0;
    margin: 0;
  }
  
  #youtube-area {
    width: 100%;
    height: auto;
    position: relative;
  }

  /* YouTube*/

  .mb_YTPBar span.mb_OnlyYT,.mb_YTPBar .simpleSlider.muted,.mb_YTPBar span.mb_YTPTime,.mb_YTPBar .mb_YTPProgress{
      display: none!important;
  }