@charset "UTF-8";
body {
    font-family: "ten-mincho",'Cormorant Garamond', serif;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
}

p.about,
p.story,
p.point {
    line-height: 1.5;
    letter-spacing: 0.07em;
    margin-top: 10px;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}

.main_vis {
    height: 100vh;
    background: url(../images/netflix/main_vis.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
}

.main_vis h2 {
    color: #4c4848;
    font-size: 30px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.5;
    letter-spacing: 0.07em;
}

.main_vis ul {    
    /* display: flex;
    position: absolute;
    top: 70%;
    justify-content: space-between;
} */

display: flex;
position: absolute;
top: 70%;
justify-content: space-between;
max-width: 1200px;
width: 96%;
margin: 0 auto;
}

.main_vis ul li {
    width: calc((100%/3) - 20px );
}

.main_vis a {
    /* font-size: 30px;
    border-radius: 30px;
    padding: 30px 45px;
    color: #fff;
    text-decoration: none;
} */

font-size: 30px;
border-radius: 30px;
padding: 30px 45px;
color: #fff;
text-decoration: none;
display: block;
}

.main_vis a:hover {
    opacity: 0.8;
}

a.drama {
    background-color: #042d6a;
    /* margin: 0 40px 0 130px; */
}

a.anime {
    background-color: #9bb442;
}

a.horror {
    background-color: #840006;
    /* margin: 0 130px 0 40px; */
}

.main_vis a::after {
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/netflix/button.png) no-repeat;
    vertical-align: middle;
    margin-left: 8px;
}

.hukidashi01 {
    /* position: absolute;
    top: -2%;
    left: 10%;
    max-width: 298px;
    width: 20%;
} */

position: absolute;
top: 2%;
left: calc((100% - 1200px) / 2);
max-width: 298px;
width: 20%;
}

.section_body1 {
    background-color: #e6effc;
    padding-bottom: 80px;
    position: relative;
}

.section_body2 {
    background-color: #f1fad2;
    padding-bottom: 80px;
    position: relative;
}

.section_body3 {
    background-color: #dad9d9;
    padding-bottom: 80px;
    position: relative;
}

.section_ttl_wrapper {
    color: #fff;
    width: 100%;
    height: 160px;
    text-align: center;
}

.drama_ttl {
    background: #042d6a;
}

.anime_ttl {
    background: #9bb442;
}

.horror_ttl {
    background: #840006;
}

.name {
    line-height: 85px;
    font-size: 60px;
}

.section_ttl_wrapper p {
    font-size: 20px;
    line-height: 50px;
    text-decoration: underline;
}

.tag ul {
    display: flex;
    margin: 30px 0 40px 0;
    max-width: 1200px;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
}

.tag ul li {/* メニューの項目をレイアウトする */
    margin: 0 auto;
    line-height: 60px;/* ヘッダーの高さと揃えて中央に表示 */
}
/* .tag ul li:last-child {
    margin-right: 130px;
} */
/* 
.tag ul li:first-child {
    margin-left: 130px;
} */

.tag ul li a {
    background-color: #fff;
    color: #4c4848;
    border-radius: 15px;
    margin: 2px 10px;
    padding: 7px 15px;
}

.container img {
    width: 30%;
}

.container p, 
.container a {
    font-family: 'Sawarabi Gothic', sans-serif;
}

.container h3,
.container h4,
.container h5,
.container h6 {
    font-family: 'Murecho', sans-serif;
}

.section_txt_wrapper {
    width: 55%;
    margin-top: auto;
    margin-bottom: auto;
}

hr {
    height: 2px;
    width: 1200px;
}

hr.drama {
    background-color: #042d6a;
}

hr.anime {
    background-color: #9bb442;
}

hr.horror {
    background-color: #840006;
}

.section1_container,
.section2_container {
    display: flex;
    justify-content: space-between;
}

.about1,
.story1,
.point1 {
    font-size: 24px;
    color: #042d6a;
}

.about2,
.story2,
.point2 {
    font-size: 24px;
    color: #9bb442;
}

.about3,
.story3,
.point3 {
    font-size: 24px;
    color: #840006;
}

h5 {
    margin-top: 30px;
}

.youtube {
    width: 560px;
    margin: 0 auto; 
}

.link {
    padding-top: 60px;
}

/* #drama {
    padding-top: 100px;
} */

/* #link01 {
    margin-top:-100px;
    padding-top:100px;
} */

/* トップへ戻るボタン */
.page_top_btn {
    position: fixed;
    bottom: 0;
    right: 15px;
    font-weight: bold;
    padding: 0.9em;
    text-align: center;
    background: #757070;
    color: #fff;
    transition: 0.3s0;
    border-radius:　10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    text-decoration: none;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
  
  /*このクラスが付与されると表示する*/
  .active{
    opacity: 1;
    visibility: visible;
  }
  
  /* マウスオーバー時 */
  .page_top_btn:hover {
    opacity: 0.8;
    color: #121010;
  }