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

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

.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;
}
}
.column_top1 {
    position: relative;
    background-color: #000;
    background-image: url("../images/c_main01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 100;
    background-size: cover;
}

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

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

@media screen and (max-width:480px) {
    .column_top1 {
        position: relative;
        background-color: #000;
        background-position: center ;
        background-repeat: no-repeat;
        width: 100%;
        height: 80vh;
        top:-20px;
        position: relative;
        z-index: 100;
        background-size: 126%;
    }
    .column_top1:after {
        position: absolute;
        width: 100%;
        height: 180px;
        bottom: 0;
        content: "";
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    }
}

@media screen and (max-width:375px) {
    .column_top1 {
        background-size: 150%;
    }
}

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

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

@media screen and (max-width:900px) {
    .column_top2 {
        position: relative;
        background-color: #000;
        background-image: url("../images/c_main02.jpg");
        background-position: center ;
        background-repeat: no-repeat;
        width: 100%;
        height: 80vh;
        z-index: 100;
        background-size: cover;
    }

}

@media screen and (max-width:480px) {
    .column_top2 {
        position: relative;
        background-color: #000;
        background-image: url("../images/c_main02_sp.jpg");
        background-position: center ;
        background-repeat: no-repeat;
        width: 100%;
        height: 90vh;
        position: relative;
        z-index: 100;
        background-size: 126%;
    }
    .column_top2:after {
        position: absolute;
        width: 100%;
        height: 180px;
        bottom: 0;
        content: "";
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    }
}

@media screen and (max-width:412px) {
    .column_top2 {
        background-size: 150%;
    }
}

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

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

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

@media screen and (max-width:480px) {
    .column_top3 {
        position: relative;
        background-color: #000;
        background-position: center ;
        background-repeat: no-repeat;
        width: 100%;
        height: 90vh;
        top:-20px;
        position: relative;
        z-index: 100;
        background-size: 126%;
    }
    .column_top3:after {
        position: absolute;
        width: 100%;
        height: 180px;
        bottom: 0;
        content: "";
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    }
}
@media screen and (max-width:412px) {
    .column_top3 {
        background-size: 150%;
    }
}

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

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

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

@media screen and (max-width:480px) {
    .column_top4 {
        position: relative;
        background-color: #000;
        background-position: center ;
        background-repeat: no-repeat;
        width: 100%;
        height: 90vh;
        top:-20px;
        position: relative;
        z-index: 100;
        background-size: 126%;
    }
    .column_top4:after {
        position: absolute;
        width: 100%;
        height: 180px;
        bottom: 0;
        content: "";
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    }
}
@media screen and (max-width:412px) {
    .column_top4 {
        background-size: 150%;
    }
}

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

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

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

@media screen and (max-width:480px) {
    .column_top5 {
        position: relative;
        background-color: #000;
        background-position: center ;
        background-repeat: no-repeat;
        width: 100%;
        height: 90vh;
        top:-20px;
        position: relative;
        z-index: 100;
        background-size: 126%;
    }
    .column_top5:after {
        position: absolute;
        width: 100%;
        height: 180px;
        bottom: 0;
        content: "";
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    }
}
@media screen and (max-width:412px) {
    .column_top5 {
        background-size: 150%;
    }
}
.jp span{
}
.column_top6 {
    position: relative;
    background-color: #000;
    background-image: url("../images/c_main06.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 100;
    background-size: cover;
}

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

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

@media screen and (max-width:480px) {
    .column_top6 {
        position: relative;
        background-color: #000;
        background-position: center ;
        background-repeat: no-repeat;
        width: 100%;
        height: 90vh;
        top:-20px;
        position: relative;
        z-index: 100;
        background-size: 126%;
    }
    .column_top6:after {
        position: absolute;
        width: 100%;
        height: 180px;
        bottom: 0;
        content: "";
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    }
}
@media screen and (max-width:412px) {
    .column_top6 {
        background-size: 120%;
    }
}
.column_top7 {
    position: relative;
    background-color: #000;
    background-image: url("../images/c_main07.jpg");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 100;
    background-size: cover;
}

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

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

@media screen and (max-width:480px) {
    .column_top7 {
        position: relative;
        background-color: #000;
        background-position: center ;
        background-repeat: no-repeat;
        width: 100%;
        height: 90vh;
        top:-20px;
        position: relative;
        z-index: 100;
        background-size: 126%;
    }
    .column_top7:after {
        position: absolute;
        width: 100%;
        height: 180px;
        bottom: 0;
        content: "";
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    }
}
@media screen and (max-width:412px) {
    .column_top7 {
        background-size: 120%;
    }
}

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

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

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

@media screen and (max-width:480px) {
    .column_top8 {
        position: relative;
        background-color: #000;
        background-position: center ;
        background-repeat: no-repeat;
        width: 100%;
        height: 90vh;
        top:-20px;
        position: relative;
        z-index: 100;
        background-size: 126%;
    }
    .column_top8:after {
        position: absolute;
        width: 100%;
        height: 180px;
        bottom: 0;
        content: "";
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    }
}
@media screen and (max-width:412px) {
    .column_top8 {
        background-size: 120%;
    }
}

.special_contents_column {
    height: 100vh;
}

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

@media screen and (max-width:480px) {
    .special_contents_column {
        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;
}

.profile:before {
    content: "";
    width: 600px;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.column_txt p {
    max-width: 800px;
    margin: 60px auto 0px;
    font-size: 0.8em;
    letter-spacing: 4px;
    line-height: 2em;
    padding: 60px 0;
}
@media screen and (max-width:900px) {
    .column_txt p {
        max-width: 90%;
        margin: 40px auto 0px;
        font-size: 1em;
        letter-spacing: 4px;
        line-height: 2.4em;
        padding: 40px 0;
    }
    .profile {
        width: 90%;
        padding: 5%;
    }
}

@media screen and (max-width:480px) {
    .profile {
        width: 90%;
        margin: 0px 5%;
        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.8em;
    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;
    }
    .profile p {
        width: 320px;
        clear:both;
    }
}
@media screen and (max-width:620px) {

    .column_txt p {
        max-width: 90%;
        margin: 20px 5% 0px;
        font-size: 0.8em;
        letter-spacing: 4px;
        line-height: 2em;
        padding: 0px 0 20px;
    }
    .profile img {
        position: relative;
        top: 0;
        width: 100%;
    }
    .profile h4 {
        position: relative;
        letter-spacing: 10px;
        line-height: 2em;
        width: 100%;
        float: right;
        top: 10px;
        font-size: 1.6em;
        z-index: 1;
    }
    .profile p {
        position: relative;
        font-size: 0.8em;
        letter-spacing: 4px;
        line-height: 2em;
        width: 80%;
        padding: 10%;
        margin-left: 0;
        bottom: 0px;

    }

.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;
    bottom: 0;
    top: -16px;
    right:0;
    left:0;
    width: 16px;
    height: 16px;
    margin: auto;
    display: inline;
}
}

.column_contents_head {
    position: relative;
    left: 60px;
    top: 40px;
    width: 260px;
    z-index:100;
}
.column_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));
}
.column_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) {
    .column_contents_head {
        left: 20px;
        top: 40px;
    }
}

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

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

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

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

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

.column_contents_head h1,
.column_contents_head h1 img,
.column_contents_head h2,
.column_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;
}
.column_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;
}
.column_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;
}
.column_contents_head h1 {
    margin: 0px 0 20px;
}

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

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

@media screen and (max-width:900px) {
    .column_contents_title h3 {
        font-size: 45px;
        line-height: 45px;
        letter-spacing: 2px;
    }

    .column_contents_title h3.jp {
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 4px;
    }
.column_contents_title h3.long {
    font-size: 30px;
    line-height: 40px;
        letter-spacing: 4px;
}
}

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

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

    .column_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;
    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%;
}
}
.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;
}
