/*	Youtube Player
============================== */
/*///////////////// box ////////////////*/
.box{
  background:#fff;
  overflow:hidden;
}
.inbox{
  border:solid  2px #2d2d2d;
  box-sizing: border-box;
}

@media all and (min-width: 768px) {
.box ,.inbox{  width: 940px;}

.box {margin:80px auto 0;}

.inbox {margin:0 auto;padding:20px;}


}

@media all and (max-width: 767px) {
.box {
width:96%;
margin:2em auto 0;
}

.inbox {
width:100%;
margin:0 auto;
padding:1em;
}
}
/*///////////////// h2&font&text ////////////////*/
.container p,.container a,.container button{
font-feature-settings : "palt";
letter-spacing:0.08em;
font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-style: normal;
font-weight: 300;

color:#2d2d2d;
font-weight: normal;
}

.container small{font-size:70%;}

@media all and (min-width: 768px) {
.container p{
  font-size:100%;
  line-height:160%;
}
}
@media all and (max-width: 767px) {
.container p{
  font-size:90%;
  line-height:160%;
}
}



/*///////////////// archive ////////////////*/
#archive ul{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
flex-wrap: wrap;
justify-content: flex-start;
}
#archive li .mov a{
  display: block;
}

#archive li .mov a span{
display: block;
width: 100%;height:0;
position: relative;
padding-top: 56.25%;
}

#archive li .mov a:hover{
  opacity: 0.8;
}

/*/btn/*/
#archive .list-item{
    opacity: 1;
}
#archive .list-item.is-hidden {
  display:none;
}

#archive .list-btn.is-btn-hidden{
  display:none;
}

#archive .list-btn button {
  display: block;
  background: #fff;
  color: #2d2d2d;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  outline: none ;
}

@media all and (min-width: 768px) {
#archive ul{width:100%;}
#archive li{
width:32%;
margin: 0 0.66666% 30px;
}

#archive .txtbox{
font-size:87.5%;
padding:5px;
margin-top: 10px;
line-height:160%;
}

/*/btn/*/
#archive .list-btn{
width:530px;
margin:0 auto;
}

#archive .list-btn button{
font-size:250%;
width:580px;
margin-top:30px;
padding: 1.5rem 0;
border-bottom:solid 10px #2d2d2d;
}
#archive .list-btn button:hover {
margin-top:38px;
border-bottom:solid 2px #2d2d2d;
}

}

@media all and (max-width: 767px) {
#archive ul{width:100%;}
#archive li{
width:100%;
margin-bottom:20px;}

#archive .txtbox{
margin-top: .5em;
line-height:160%;
}
/*/btn/*/
#archive .list-btn{
  width:90%;
  margin:0 auto;
}
#archive .list-btn button{
font-size:130%;
width:100%;
margin-top:10px;
padding:1rem 0;
border-bottom:solid 5px #2d2d2d;
}
#archive .list-btn button:hover {
margin-top:13px;
border-bottom:solid 2px #2d2d2d;
}

}



/*///////////////// aside ////////////////*/
aside{
  width: 100%;
  overflow:hidden;
  background: #fff;
  
}

/* banner */
#bnBox{
  overflow:hidden;
  width:300px;
  min-height:250px;
}
@media all and (min-width: 768px) {
#bnBox{
  margin:80px auto;
}
}
@media all and (max-width: 767px) {
#bnBox{
  margin:2em auto;
}
}





#movie_sp { box-sizing: border-box; width: 80%; margin: 5px auto;}
.movie_all { box-sizing: border-box; width: 100%; margin: 0 auto 5px auto; background: rgba(0, 0, 0, 1);}
.movie_sp { width: 100%; height: 0; padding-top: 56.25%; position: relative; z-index: 100; overflow: hidden;}
.movie_sp iframe { box-sizing: border-box; width: 100%; height: 100%; border: 0; position: absolute; top: 0; left: 0; overflow: hidden;}
.movie_sp .nojs { width: 100%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit- transform: translate(-50%, -50%); color: rgba(0, 0, 0, 1);}
.movie_sp .imgsp { box-sizing: border-box; width: 100%; height: 100%; border: 0; position: absolute; top: 0; left: 0; background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain;}


