@charset "UTF-8";
/* CSS Document */

.gl_top {
    position: relative;
    height: 250px;
    background: #000;
}

.photo_card {
    width: 100%;
    padding: 0;
    margin: 80px auto 0px;
    overflow: hidden;
}

.photo_card p.note {
    clear: both;
    float: left;
    font-size: 60%;
    line-height: normal;
    letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
    .photo_card {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
}

@media screen and (max-width: 780px) {

    .photo_card {
        width: 100%;

        max-width: none;
        padding: 2em 0 0;
        margin: 40px 0 0px;
    }
}

.day1 {
    width: 100%;
    background-image: url(../../images/photo_top.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    clear: both;
    float: left;
    text-align: center;
    z-index: 1;
}

.day1 a {
    color: #FFF;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 16% 0;
    width: 90%;
    font-size: 2.5em;
    display: inline-block;
}

.day1 a:hover {
    opacity: 0.8;
}

.day1:after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.41);
    content: "";
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section_map {
    opacity: 0;
}

.other_top {
    position: relative;
    background-color: #000;
    background-image: url("../../images/hero-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
}

@media screen and (max-width:770px) {
    .other_top {
        position: relative;
        background-color: #000;
        background-image: url("../../images/hero-bg.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 240%;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: 100;
    }
}

[data-ruby] {
    position: relative;
}

[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -2em;
    left: 1em;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 0.3em;
    display: inline-block;
    padding: 0;
    letter-spacing: 10px;
}

.talk_top {
    position: relative;
    background-color: #000;
    background-image: url("../images/c_st.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 100;
    background-size: cover;
}

.talk_top:after {
    position: absolute;
    width: 100%;
    height: 380px;
    bottom: 0;
    content: "";
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}

@media screen and (max-width:900px) {
    .talk_top {
        position: relative;
        background-color: #000;
        background-position: center right;
        background-repeat: no-repeat;
        width: 100%;
        height: 80vh;
        position: relative;
        top: -20px;
        z-index: 100;
        background-size: cover;
    }
}

@media screen and (max-width:600px) {
    .talk_top {
        position: relative;
        background-color: #000;
        background-image: url("../images/c_st_sp.jpg");
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 90vh;
        top: -20px;
        position: relative;
        z-index: 100;
        background-size: cover;
    }
    .talk_top:after {
        height: 180px;
    }

    [data-ruby]::before {
        top: -2.5em;
        left: 1em;
    }
}

@media screen and (max-width:375px) {
    .talk_top {
        background-size: cover;
    }
}

.special_contents_stalk {
    height: 100vh;
}

@media screen and (max-width:900px) {
    .special_contents_stalk {
        height: 80vh;
    }
}

@media screen and (max-width:600px) {
    .special_contents_stalk {
        height: 90vh;
    }
}


.profile_bg {
    background: #410000;
    padding: 60px 0;
}

.a_top {
    text-decoration: underline;
    color: #FFF;
    padding: 40px 0 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.profile {
    position: relative;
    width: 800px;
    margin: 0px auto;
    overflow: hidden;
    padding: 30px;
}


.catch_txt h4 {
    max-width: 800px;
    margin: 20px auto 0px;
    font-size: 1.2em;
    letter-spacing: 4px;
    line-height: 2em;
    padding: 20px 0 40px;
}

.catch_txt p {
    max-width: 800px;
    margin: 60px auto 0px;
    font-size: 0.8em;
    letter-spacing: 4px;
    line-height: 2em;
    padding: 60px 0;
}

.talk_txt h4 {
    max-width: 800px;
    margin: 10px auto 30px;
    font-size: 1.2em;
    letter-spacing: 4px;
    line-height: 2em;
    background: #000;
    padding: 5px 10px;
    text-align: center;
}

.talk_txt img {
    max-width: 800px;
    margin: 20px auto 20px;

}

.talk_txt p {
    max-width: 800px;
    margin: 10px auto 20px;
    font-size: 0.8em;
    letter-spacing: 4px;
    line-height: 2em;
    font-weight: 300;
    clear: both;
    font-family: -apple-system, BlinkMacSystemFont, 'hiragino kaku gothic pro', "Helvetica Neue", "游ゴシック", "Segoe UI", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ ProN W8", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;

}

.talk_txt p em {
    font-weight: 800;
    font-style: oblique;
    font-family: -apple-system, BlinkMacSystemFont, 'hiragino kaku gothic pro', "Helvetica Neue", "游ゴシック", "Segoe UI", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ ProN W8", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;

}

@media screen and (max-width:900px) {
    .catch_txt h4 {
        max-width: 90%;
        margin: 0px auto 0px;
        font-size: 1em;
        letter-spacing: 4px;
        line-height: 1.8em;
        padding: 10px 0;
    }
    .catch_txt p {
        max-width: 90%;
        margin: 40px auto 0px;
        font-size: 1em;
        letter-spacing: 4px;
        line-height: 1.8em;
        padding: 40px 0;
    }
    .talk_txt h4 {
        max-width: 100%;
        margin: 10px auto 10px;
        font-size: 0.9em;
        letter-spacing: 4px;
        line-height: 1.8em;
        padding: 10px;
    }
    .talk_txt p {
        max-width: 90%;
        margin: 10px auto 0px;
        font-size: 0.7em;
        letter-spacing: 4px;
        line-height: 1.8em;
        padding: 10px 0;
    }
    .profile {
        width: 90%;
        padding: 0%;
    }
    .talk_txt img {
        max-width: 90%;
        margin: 20px auto 20px;
    }
    .talk_txt .max {
        max-width: 100%!important;
        margin: 20px auto 20px;
    }
}

@media screen and (max-width:480px) {
    .profile {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}



.profile h4 {
    position: relative;
    letter-spacing: 10px;
    line-height: 2em;
    width: 480px;
    float: right;
    top: 10px;
    font-size: 1.6em;
    z-index: 1;
}

.profile p {
    position: relative;
    font-size: 0.7em;
    letter-spacing: 4px;
    line-height: 2em;
    width: 480px;
    bottom: -20px;
    float: right;
    margin-left: 2%;
    padding: 20px 20px;
    border-top: 0;
    z-index: 1;
    background: #000;
    background: -moz-linear-gradient(0deg, rgba(75, 0, 0, 1) 0%, rgba(75, 0, 0, 1) 17%, rgba(169, 0, 0, 1) 60%, rgba(169, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(75, 0, 0, 1) 0%, rgba(75, 0, 0, 1) 17%, rgba(169, 0, 0, 1) 60%, rgba(169, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(75, 0, 0, 1) 0%, rgba(75, 0, 0, 1) 17%, rgba(169, 0, 0, 1) 60%, rgba(169, 0, 0, 1) 100%);
}

.profile img {
    position: absolute;
    float: left;
    bottom: 0;
    width: 300px;
}

.profile .insta {
    position: relative;
    top: 8px;
    right: -5px;
    display: inline-block;
}

.profile .insta a {
    border-radius: 50%;
    background: #FFF;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.profile .insta a:hover {
    opacity: 0.6;
    transform: 0.4;
}

.profile .insta a img {
    position: absolute;
    float: left;
    bottom: 0;
    top: -18px;
    right: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    display: inline;
}

@media screen and (max-width:900px) {
    .profile h4 {
        width: 380px;
    }
    .profile p {
        width: 380px;
    }
}

@media screen and (max-width:641px) {
    .profile h4 {
        width: 280px;
        font-family: -apple-system, BlinkMacSystemFont, 'hiragino kaku gothic pro', "Helvetica Neue", "游ゴシック", "Segoe UI", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ ProN W8", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;

    }
    .profile p {
        width: 320px;
        clear: both;
        font-family: -apple-system, BlinkMacSystemFont, 'hiragino kaku gothic pro', "Helvetica Neue", "游ゴシック", "Segoe UI", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ ProN W8", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;

    }
}

@media screen and (max-width:620px) {

    .profile_bg {
        padding: 30px 0;
    }
    .profile {
        clear: both;
        display: inline-block;
        margin-bottom: -120px;
    }
    .profile img {
        position: relative;
        top: 0;
        width: 70%;
        padding: 5% 30% 5% 0;
        display: inline-block;

    }
    .profile:last-child img {
        width: 70%;
        padding: 5% 0% 5% 30%;
    }
    .profile h4 {
        position: relative;
        letter-spacing: 2px;
        line-height: 1.6em;
        font-style: oblique;
        right: 0px;
        top: -120px;
        text-align: right;
        font-size: 1.3em;
        z-index: 1;
        display: block;
        float: right;
    }
    .profile:last-child h4 {
        position: relative;
        letter-spacing: 5px;
        line-height: 1.6em;
        left: 10px;
        right: inherit;
        top: -120px;
        text-align: left;

        float: left;
    }
    .profile p {
        position: relative;
        font-size: 0.7em;
        letter-spacing: 2px;
        line-height: 2em;
        width: 80%;
        padding: 2.5% 5%;
        margin-left: 0;
        top: -120px;
    }
    .profile:last-child p {
        position: relative;
        font-size: 0.7em;
        letter-spacing: 2px;
        line-height: 2em;
        width: 80%;
        padding: 2.5% 5%;
        margin-left: 0;
        top: -120px;
        left: 0;
        float: left;
    }
}

.stalk_contents_head {
    position: relative;
    left: 60px;
    top: 40px;
    width: 260px;
    z-index: 100;
}

.stalk_contents_head h2 img {
    -moz-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .4));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .4));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .4));
}

.stalk_contents_head h1 img {
    -moz-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .9));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .9));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .9));
}

@media screen and (max-width:900px) {
    .stalk_contents_head {
        left: 20px;
        top: 40px;
    }
}

@media screen and (max-width:480px) {
    .stalk_contents_head {
        left: 0;
        right: 0;
        top: 40px;
        width: 220px;
        margin: 0 auto;
    }
}

@media screen and (max-width:375px) {
    .stalk_contents_head {
        width: 160px;
        margin: 0 auto;
    }
}

.stalk_contents_title {
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    bottom: 0;
    padding: 40px 60px 50px;
}

@media screen and (max-width:1100px) {

    .stalk_contents_title {
        padding: 60px 60px 50px;
    }
}

@media screen and (max-width:900px) {
    .stalk_contents_title {
        padding: 40px 20px 50px;
    }
}

.max {
    width: 100%;
    max-width: 100%!important;
    margin: 45px 0 45px!important
}

@media screen and (max-width: 480px) {
    .stalk_contents_title {
        padding: 20px;
    }
}

.stalk_contents_head h1,
.stalk_contents_head h1 img,
.stalk_contents_head h2,
.stalk_contents_head h2 img,
    {
    width: 100%;
}

.contents_title h1,
.contents_title h1 img,
.contents_title h2,
.contents_title h2 img,
    {
    width: 100%;
}

.contents_title h1 {
    margin: 20px 0;
    padding: 10px;
}

.contents_title h2 {
    margin: 40px 0;
    padding: 10px;

}

.contents_title h3 {
    font-size: 100px;
    line-height: 80px;
    font-style: italic;
}

.stalk_contents_title h3.jp {
    font-size: 80px;
    line-height: 80px;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, 'hiragino kaku gothic pro', "Helvetica Neue", "游ゴシック", "Segoe UI", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ ProN W8", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.stalk_contents_title h3.long {
    font-size: 50px;
    line-height: 66px;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, 'hiragino kaku gothic pro', "Helvetica Neue", "游ゴシック", "Segoe UI", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ ProN W8", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.stalk_contents_head h1 {
    margin: 0px 0 20px;
}

.stalk_contents_head h2 {
    margin: 10px 0 20px;
}

.stalk_contents_title h3 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 2px;
    font-style: italic;
}

@media screen and (max-width:1100px) {

    .stalk_contents_title h3.jp {
        font-size: 60px;
        line-height: 40px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width:900px) {
    .stalk_contents_title h3 {
        font-size: 45px;
        line-height: 45px;
        letter-spacing: 2px;
    }
    .stalk_contents_title h3.jp {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 2px;
    }
    .stalk_contents_title h3.long {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 4px;
    }
}

.stalk_contents_title h4 {
    position: absolute;
    left: 70px;
    top: -10px;
    padding: 2px 10px;
    background: #a10000;
    font-size: 20px;
}

@media screen and (max-width:900px) {

    .stalk_contents_title h4 {
        left: 20px;
        top: -30px;
        display: inline-block;
    }
}

.special_contents {
    max-width: 1400px;
    margin: 0 auto;
}

@media screen and (min-width:1300px) {
    .contents_title {
        left: 200px;
    }
}

.contents_title {
    position: fixed;
    left: 100px;
    top: 0;
    bottom: 0;
    width: 450px;
    height: 250px;
    margin: auto;
}

@media screen and (max-width:1300px) {
    .contents_title {
        position: fixed;
        left: 50px;
        top: 0;
        bottom: 0;
        width: 300px;
        height: 250px;
        margin: auto;
    }
    .contents_title h3 {
        font-size: 75px;
        line-height: 50px;
    }
}

@media screen and (max-width:770px) {
    .contents_title {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 220px;
        height: 220px;
        margin: 0 auto;
    }
    .contents_title h1 {
        margin: 20px 0 10px;
    }

    .contents_title h2 {
        margin: 20px 0;
    }
    .contents_title h3 {
        font-size: 55px;
        line-height: 50px;
    }
}

.other-bg {
    padding: 2em 0 0;
    background: rgb(75, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(75, 0, 0, 1) 0%, rgba(75, 0, 0, 1) 17%, rgba(169, 0, 0, 1) 60%, rgba(169, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(75, 0, 0, 1) 0%, rgba(75, 0, 0, 1) 17%, rgba(169, 0, 0, 1) 60%, rgba(169, 0, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(75, 0, 0, 1) 0%, rgba(75, 0, 0, 1) 17%, rgba(169, 0, 0, 1) 60%, rgba(169, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0000', endColorstr='#a90000', GradientType=1);
}



.sub_logo {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 20px auto;
    width: 600px;
    z-index: 10;
    opacity: 0;
}

.sub_title {
    position: absolute;
    top: 120px;
    text-align: center;
    font-weight: 800;
    font-style: italic;
    left: 0;
    right: 0;
    margin: 20px auto;
    width: 600px;
}

.special_cards {
    float: right;
    width: 700px;
    margin: 0 100px 0 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    height: calc(100vh);
}

.special_cards::-webkit-scrollbar {
    width: 5px;
}

.special_cards::-webkit-scrollbar-track {
    background: #101010;
}

.special_cards::-webkit-scrollbar-thumb {
    background: #069679;
}

@media screen and (max-width:1300px) {
    .special_cards {
        float: right;
        width: 650px;
        margin: 0 55px 0 0;
        overflow-y: scroll;
        overflow-x: hidden;
        height: calc(100vh);

    }
}

@media screen and (max-width:1000px) {
    .special_cards {
        width: 550px;
    }
}

@media screen and (max-width:770px) {
    .special_cards {
        width: 100%;
        margin: 10px 0%;
    }
    .other-bg {
        padding: 2em 0 0;
    }
}

.special_btn {
    border-radius: 20px;
    background: -moz-linear-gradient(left, #00d1a7, #008182);
    background: -webkit-linear-gradient(left, #00d1a7, #008182);
    background: linear-gradient(to left, #00d1a7, #008182);
    border-radius: 25px;
    padding: 10px 30px;
    margin: 20px 0;
    transition: 0.6s;
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    text-decoration: none;
    /* width: 200px; */
    position: relative;
    top: 10px;
    text-align: center;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    letter-spacing: 4px;
    z-index: 2;
}

@media screen and (max-width:1100px) {
    .special_btn {
        border-radius: 25px;
        padding: 10px 10px;
        margin: 0px 0 30px;
        font-size: 12px;
        z-index: 2;
        float: right;
    }
}

@media screen and (max-width:600px) {
    .special_btn {
        clear: both;
        width: 90%;
        margin: 0 5%;
        padding: 10px 0;
        bottom: -30px;
        top: unset;
    }
}

.special_btn:hover {
    color: #fff;
    opacity: 0.75;
    background: -moz-linear-gradient(left, #00d1a7, #008182);
    background: -webkit-linear-gradient(left, #00d1a7, #008182);
    background: linear-gradient(to left, #00d1a7, #008182);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e62c17', endColorstr='#b51212', GradientType=1);
}

.special_card {
    position: relative;
    width: 650px;
    margin: 100px 50px;
    z-index: 1;
    background-color: #a10000;
}

@media screen and (max-width:1300px) {
    .special_card {
        float: right;
        width: 600px;
        margin: 50px 50px;
    }
}

@media screen and (max-width:1000px) {
    .special_card {
        float: right;
        width: 500px;
        margin: 50px 50px;

    }
}

@media screen and (max-width:770px) {
    .special_card {
        float: none;
        width: 90%;
        margin: 80px 5%;
    }
    .special_card:first-child {
        margin-top: 250px;
    }

}

.special_card:last-child {
    margin-bottom: 250px;
}

.special_card:after {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #4c0000;
    height: 100px;
    width: 100%;
    z-index: 1;
    content: "";
}

@media screen and (max-width:1000px) {
    .special_card:after {
        height: 90px;
    }
}

@media screen and (max-width:600px) {
    .special_card:after {
        height: 120px;
    }
}

.special_card btn {}

/* Image on the left side */

.thumbnail {
    float: left;
    position: relative;
    left: 30px;
    top: -40px;
    height: 350px;
    width: 350px;
    -webkit-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    z-index: 2;

}

@media screen and (max-width:1300px) {
    .thumbnail {
        height: 300px;
        width: 300px;

    }
}

@media screen and (max-width:1000px) {
    .thumbnail {
        height: 200px;
        width: 200px;
        top: -10px;
    }
}

@media screen and (max-width:600px) {
    .thumbnail {
        height: 200px;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 5%;
    }
}

img.left {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Right side of the card */

.right {
    margin-left: 420px;
    margin-right: 40px;
    padding: 10px 0px 50px;
    z-index: 2;
}

@media screen and (max-width:1300px) {
    .right {
        margin-left: 370px;
        margin-right: 20px;
        padding: 10px 0px 50px;
        z-index: 2;
    }
}

@media screen and (max-width:1000px) {
    .right {
        margin-left: 270px;
        margin-right: 20px;
        padding: 10px 0px 50px;
        z-index: 2;
    }
}

@media screen and (max-width:770px) {
    .right {
        padding: 20px 0px 80px;
    }
}

@media screen and (max-width:600px) {
    .right {
        margin-left: 0;
        margin-right: 0;
        padding: 10px 5% 90px;
        z-index: 2;
    }
}

.special_card h1 {
    padding-top: 15px;
    font-size: 1.9rem;
    line-height: 2.4rem;
    color: #FFF;
}

.special_card h1.long_top {
    padding-top: 15px;
    font-size: 1.4rem;
    line-height: 2rem;
}

@media screen and (max-width:1000px) {
    .special_card h1 {
        padding-top: 7px;
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .special_card h1.long_top {
        padding-top: 15px;
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.special_card h1 span {
    font-size: 1.2rem;
}

.special_card .author {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: 300px;
    z-index: 2;
}

@media screen and (max-width:1000px) {
    .special_card .author {
        bottom: 10px;
    }
}

.special_card .author {
    width: 300px;
}

.special_card .author > img {
    padding-top: 5px;
    margin-right: 25px;
    float: left;
    width: 110px;
}

.special_card h2 {
    margin-right: 0px;
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 1.5rem;
}

.special_card h2 span {
    font-size: 0.8rem;
}

.special_card .separator {
    margin-top: 20px;
    border: 1px solid #FFF;
}

@media screen and (max-width:600px) {

    .special_card .author {
        position: relative;
        width: 100%;
        left: 10px;
        bottom: -20px;
    }
    .special_card .author > img {
        padding-top: 5px;
        margin-right: 10px;
        float: left;
        width: 70px;
    }

    .special_card h2 {
        margin-right: 0px;
        font-size: 1.2rem;
        line-height: 1em;
    }

    .special_card h2 span {
        font-size: 0.8rem;
    }
}

.special_card p {
    text-align: justify;
    padding-top: 10px;
    font-size: 0.9rem;
    letter-spacing: 1px;
    line-height: 150%;
    color: #FFF;
    margin-bottom: 30px;
}

@media screen and (max-width:1100px) {
    .special_card p {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:600px) {
    .special_card p {
        margin-bottom: 10px;
    }
}

.special_card h5 {
    position: absolute;
    left: 30px;
    bottom: -120px;
    font-size: 6rem;
    color: #C3C3C3;
}

.special_card h6 {
    position: absolute;
    left: 30px;
    bottom: -55px;
    font-size: 2rem;
    color: #C3C3C3;
}

/* Those futur buttons */

.special_card ul {
    margin-left: 250px;
}

.special_card li {
    display: inline;
    list-style: none;
    padding-right: 40px;
    color: #7B7B7B;
}

.talk:before {
    content: "『マウンテンフェスティバル』は、どのような経緯で開催されたのか？また、その目的とは？";
    position: absolute;
    bottom: 25%;
    font-size: 14px;
    width: 90%;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.movie {
    width: 100%;
    background-image: url(../images/movie_top.jpg);
    background-position: center;
    background-size: contain;
    position: relative;
    clear: both;
    float: left;
    text-align: center;
    z-index: 1;
}

.movie a {
    color: #FFF;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: 0.1em;
    padding: 22% 0 6%;
    width: 90%;
    font-size: 2.5em;
    line-height: 1em;
    display: inline-block;
}

.movie a:hover {
    opacity: 0.8;
}

.movie:after {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 0, 0, 0.21);
    content: "";
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}

.play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #FFF;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.movie:hover .play {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 2px #FFF;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

@media screen and (max-width: 780px) {
    .movie {
        padding: 20% 0 0%;
    }
    .movie a {
        font-size: 1.5em;
    }
    .play {
        margin: -43px 0 0 -30px;

    }
}

.fancybox-slide {
    padding: 4px;
}

.fancybox-slide:before {
    margin-right: 0em;
}
