@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=National+Park:wght@300&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
     font-family: YakuHanMP,"Noto Serif JP", serif;
    outline: none;
    
    letter-spacing: 0.02em;
}





html{
    background: #000;
    color: #fff;
    font-weight: 500;
      font-style: normal;
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
    background: #000;
   
}

body:after{
    content: "";
    display: block;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../img/back.jpg);
    z-index: 1;
    opacity: 0.4;
}
img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
    
}

a{
    color: inherit;
    text-decoration: none;
    transition-duration: 0.2s;
}
a:hover{
    opacity: 0.5;
}

li{
    list-style-type: none;
}

.sp{
    display: none;
}


header{
    position: relative;
    z-index: 2;
}

.wrap{
    position: relative;
    z-index: 2;
}

.inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 160px;
}

.fade{
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(30px);
    filter: blur(10px) grayscale(1);
}

.fade.on{
    opacity: 1;
     transform: translateY(0px);
     filter: blur(0px) grayscale(0);
}

.detail{
    background: rgba(0,0,0,.5);
    margin-top:100px;
    padding: 60px 40px;
}
h2{
   font-family:"Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; 
    font-size: 32px;
    text-align: center;
    letter-spacing:0.1em;
    margin-bottom: 40px;
    position: relative;
}

h2 small{
    display: block;
    font-size: 50%;
}
h2:after{
    content: "";
    display: block;
    position: absolute;
    top:calc(100% + 16px);
    left:calc(50% - 50px);
    width:100px;
    height:1px;
    background: linear-gradient(to left, rgba(255,255,255,0),  rgba(255,255,255,1) 25%,  rgba(255,255,255,1) 75%,  rgba(255,255,255,0) 100%);
}


.streaming a{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 360px;
    height: 60px;
    background: #0578ff;
    margin: 0 auto 40px;
    text-align: center;
    font-weight: bold;
    flex-flow: column;
    border-radius: 5px;
    font-size: 18px;
}

.streaming a small{
    font-size: 60%;
}
.streaming-term{
    margin-bottom: 40px;
}
.streaming-term > li:nth-child(1){
    margin-bottom: 60px;
    border-bottom: solid 1px #666;
    padding-bottom: 60px;
}
h3{
    text-align: center;
    font-size: 24px;
    line-height: 1.4;
    width: fit-content;
    margin: 0 auto 20px;
    font-weight: 900;
    background: linear-gradient(90deg, #fec767, #f4f6c5 50%, #fec767);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.streaming-type{
    display: flex;
    gap:20px;
}

.streaming-type li{
    width: 50%;
}
table{
    width: 100%;
    text-align: center;
    font-size: 14px;
    background: rgba(0,0,0,.5);
}
table , td, th {
	border: 1px solid #666;
	border-collapse: collapse;
    vertical-align: center;
}
td, th {
	padding: 12px;
	
}
tr:nth-child(1){
    background: linear-gradient(to left, #666 0%,#fff 50%, #666 100%);
    color: #000;
    font-weight: 900;
}
tr:not(:first-child) td:nth-child(1){
    width: 20%;
}
tr:not(:first-child) td:nth-child(2){
    width: 80%;
}
th {
	background: #f0e6cc;
}


.bddvd h3 small{
    display: block;
    font-size: 70%;
}
.bddvd h4{
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
}

.price{
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}
.gentei{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
}

.gentei figure{
   width: 100%;
    padding: 60px;
    background: rgba(0,0,0,.3);
   margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.tokuten dl{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
}
.tokuten-table{
}

.tokuten-table tr:not(:first-child) td:nth-child(1){
   width: 160px;
}
.tokuten-table tr:not(:first-child) td:nth-child(2){
     width: calc(100% - 160px);
    text-align: left;
    line-height: 1.6;
    font-size: 14px;
}

.tokuten-table small span{
    display: inline-block;
}

.spec{
    font-size: 11px;
    margin-top: 12px;
    line-height: 1.6;
    text-align: justify;
}
.normal{
    display: flex;
    margin: 0 auto 40px;
    gap:40px;
}
.normal li{
    width: 50%;
}
.normal figure{
   width: 50%;
    max-width: 280px;
    
   margin: 0 auto 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

aside{
    font-size: 11px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    
}

.first-tokuten{
     margin-top: 60px;
    border-top: solid 1px #666;
    padding-top: 60px;
}
.first-tokuten h4{
    margin-bottom: 20px;
}
.first-tokuten p{
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
}
.first-tokuten > div{
    display: flex;
    width: 100%;
    
}
.first-tokuten figure{
     width: 370px;
    
    flex-shrink: 0;
    margin-right: 40px;
}

.first-tokuten .tokuten-table tr:not(:first-child) td:nth-child(2){
    font-size: 12px;
}

.first-tokuten aside{
    display: block;
}


.tenpo-tokuten{
     margin-top: 60px;
    border-top: solid 1px #666;
    padding-top: 60px;
}
.tenpo-tokuten h4{
    margin-bottom: 20px;
}
.tenpo-tokuten p{
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
}

.tenpo-tokuten figure{
    width: 100%;
     max-width: 370px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    margin: 0 auto 40px;
    flex-shrink: 0;
    
}

.tenpo-tokuten .tokuten-table{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
footer{
    padding: 80px 5% 32px;
    background: rgba(0,0,0,.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 2;
}

footer .logo{
    width: 480px;
    margin: 0 auto 40px;
}
.linkList{
    display: flex;
    justify-content: center;
}
.linkList li{
    margin: 0 10px;
}
.linkList a{
    font-size: 14px;
    text-decoration: underline;
}
footer small{
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}


@media screen and (max-width: 896px){
    
     .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
    
.inner{
    margin: 0 auto 80px;
}
.fade{
    opacity: 0;
    transition-duration: 0.6s;
    transform: translateY(30px);
}

.fade.on{
    opacity: 1;
     transform: translateY(0px);
}

.detail{
    background: rgba(0,0,0,.5);
    margin-top:60px;
    padding: 50px 20px;
}
h2{
    font-size: 22px;
    text-align: center;
    letter-spacing:0.1em;
    margin-bottom: 40px;
    position: relative;
}


.streaming a{
    margin: 0 auto 40px;
    font-size: 16px;
}

.streaming a small{
    font-size: 60%;
}
.streaming-term > li:nth-child(1){
    margin-bottom: 40px;
    border-bottom: solid 1px #666;
    padding-bottom: 40px;
}
h3{
    font-size: 18px;
}


.streaming-type{
    display: flex;
    flex-flow: column;
    gap:20px;
}

.streaming-type li{
    width: 100%;
}
table{
    font-size: 12px;
    
}


tr:not(:first-child) td:nth-child(1){
    width: 30%;
}
tr:not(:first-child) td:nth-child(2){
    width: 70%;
}
th {
	background: #f0e6cc;
}


.bddvd h4{
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
}

.price{
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
}
.gentei{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
}

.gentei figure{
   margin-bottom: 12px;
    font-size: 12px;
    padding: 28px;
}




.tokuten dl{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.6;
}


.tokuten-table tr:not(:first-child) td:nth-child(1){
   width: 30%;
}
.tokuten-table tr:not(:first-child) td:nth-child(2){
     width: 70%;
    font-size: 11px;
}

.tokuten-table small span{
    display: inline-block;
}

.spec{
    font-size: 10px;
    margin-top: 12px;
    line-height: 1.6;
    text-align: justify;
}
.normal{
    display: flex;
    flex-flow: column;
    margin: 0 auto 40px;
    gap:40px;
}
.normal li{
    width: 100%;
}

.normal figure{
   margin-bottom: 12px;
    
}
aside{
    font-size: 10px;
    
    
}

.first-tokuten{
     margin-top: 40px;
    border-top: solid 1px #666;
    padding-top: 40px;
}

.first-tokuten > div{
    display: block;
}
.first-tokuten figure{
    width: 100%;
     max-width: 400px;
    margin: 0 auto 20px;
   
}

.first-tokuten p{
    line-height: 1.6;
    font-size: 14px;
}
.first-tokuten .tokuten-table tr:not(:first-child) td:nth-child(2){
    font-size: 10px;
}
.tenpo-tokuten{
     margin-top: 40px;
    border-top: solid 1px #666;
    padding-top: 40px;
}

.tenpo-tokuten p{
    line-height: 1.6;
    font-size: 14px;
}
.tenpo-tokuten figure{
    margin: 0 auto 20px;
    flex-shrink: 0;
    
}
footer .logo{
        width: 90%;
        max-width: 480px;
        margin-bottom: 20px;
    }
    footer{
        padding: 40px 5% 32px;
    }
    footer small{
        font-size: 10px;
    }
    
.linkList{
    margin-bottom: 0px;
}
.linkList li{
    margin: 0 5px;
}
.linkList a{
    font-size: 11px;
    text-decoration: underline;
}    
    
}