/* common css */

body {
    overflow-x: hidden;
}

.container {
    background: url(/static/bg.jpg) no-repeat 0 0;
    background-size: cover;
}

/* mainvisual block */

.mainvisual {
    background-size: cover;
    text-align: center;
    width: 100%;
    height: 100vh;
    position: relative;
    top: -152px;
    z-index: 1;
}

.js-ipad {
    background: url(/static/top.jpg) no-repeat center top;
    background-size: cover;
}

.mainvisual-video {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mainvisual-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
    letter-spacing: .18em;
    font-weight: bold;
    opacity: 0;
    width: 910px;
    text-shadow: 0px 0px 6px #333333;
}

.mainvisual-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mainvisual-scroll-img {
    vertical-align: middle;
}

/* mainvisual block animation */

.js-animation .mainvisual-ttl {
    animation: show .6s ease 0s 1 forwards;
}

@media screen and (max-width: 930px) {
    .mainvisual-ttl {
        width: 750px;
        line-height: 1.6;
    }
    
    .mainvisual-ttl .sp {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .mainvisual {
        overflow: hidden;
        height: calc(100vh - 70px);
        top: 0;
        text-align: left;
    }
    
    .mainvisual-layer {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mainvisual-layer-background {
        background: url(/static/gyro_bg.jpg) no-repeat 50% 100%;
        background-size: cover;
        position: absolute;
        width: 110%;
        height: 110%;
        left: -5%;
        top: -5%;
    }

    .mainvisual-layer-human {
        text-align: center;
        width: 111px;
        height: 220px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -80%);
        transform: translate(-50%, -80%);
    }

    .mainvisual-layer-human-img {
        width: 100%;
    }

    .mainvisual-layer-parts {
        margin-top: -30%;
    }

    .mainvisual-layer-box {
        text-align: center;
        line-height: 1.4em;
        font-size: 18px;
        text-shadow: 0px 0px 6px #333333;
        width: 235px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -80%);
        transform: translate(-50%, -80%);
    }

    .mainvisual-layer-box-txt {
        margin-top: 40px;
    }

    .mainvisual-layer-box-txt-bold {
        font-size: 30px;
    }

    .mainvisual-scroll {
        position: absolute;
        bottom: 80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .mainvisual-scroll-img {
        vertical-align: middle;
    }
}

/* event */

.event {
    padding-top: 130px;
    position: relative;
}

.event-contents {
    width: 100%;
    margin: 50px auto 0;
}

.js-flexslider-sp-slides-item-img {
    width: 100%;
    height: auto;
}

.event-contents-btn {
    text-align: center;
    padding-top: 80px;
}

@media screen and (max-width: 970px) {
    .event-contents.pc {
        display: none;
    }
    
    .event-contents.sp {
        display: block;
    }
    
    .event-contents.sp .js-flexslider-sp{
        max-width: 480px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .event-contents {
        max-width: 480px;
        margin: 0 auto;
        padding-top: 50px;
    }
}

/* event block animation */

@media screen and (min-width: 767px) {
    .event-contents {
        opacity: 0;
    }
    
    .js-animation .event-contents {
        animation: show .6s ease .4s 1 forwards;
    }
}

/* about block */

.about {
    margin-top: 130px;
    position: relative;
}

.about-content01,
.about-content02 {
    position: relative;
    padding-top: 150px;
    height: 733px;
}

.about-content01-item {
    position: absolute;
    top: 120px;
    left: 0;
}

.about-content02-item {
    position: absolute;
    top: -80px;
    right: 0;
}

.about-content01-item-img,
.about-content02-item-img {
    width: 100%;
    height: 100%;
}

.about-content01-box {
    float: right;
    margin: 0 80px;
}

.about-content02-box {
    float: left;
    margin: 0 80px;
}

.about-ttl-sub {
    margin-top: 30px;
    margin-bottom: 10px;
}

.about-movies {
    padding-top: 50px;
}

.about-btn-container01 {
    padding-top: 50px;
    text-align: left;
}

.about-btn-container02 {
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .about-content01-box {
        width: 480px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .about-content01 {
        height: 800px;
    }
    
    .about-content01-item {
        width: 50%;
    }
    
    .about-content01-box {
        margin: 0 2% 0 0;
        width: 45%;
    }
    
    .about-content02 {
        padding-top: 0;
        height: 600px;
    }
    
    .about-content02-item {
        width: 50%;
        top: -80px;
    }
    
    .about-content02-box {
        margin: 0 0 0 2%;
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .about-content01,
    .about-content02 {
        height: auto;
        padding: 10px 0;
    }
    
    .about-content01-item,
    .about-content02-item {
        position: static;
    }
    
    .about-content01-box,
    .about-content02-box {
        float: none;
        margin: 0;
    }
    
    .about-ttl-sub {
        margin-top: 0;
    }
    
    .about-btn-container {
        text-align: center;
    }
    
    .about-btn-container01 {
        text-align: center;
    }
}

/* about block animation */

@media screen and (min-width: 767px) {
    .about-content01,
    .about-content02,
    .about-movies-item {
        opacity: 0;
    }
    
    .js-animation.about-content01 {
        animation: fadeIn .6s ease .2s 1 forwards;
    }
    
    .js-animation.about-content02 {
        animation: fadeIn .6s ease 0s 1 forwards;
    }
    
    .about-movies.js-animation .about-movies-item:nth-child(1) {
        animation: show .6s ease 0s 1 forwards;
    }
    
    .about-movies.js-animation .about-movies-item:nth-child(2) {
        animation: show .6s ease .2s 1 forwards;
    }
    
    .about-movies.js-animation .about-movies-item:nth-child(3) {
        animation: show .6s ease .4s 1 forwards;
    }
}

/* technology */

.technology {
    position: relative;
    height: 950px;
    margin: 19.3% 0 16.1%;
}

.technology-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: url(/static/bg_pattern.gif) repeat 0 0;
    transform: skewY(-2deg);
}

.technology-section-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 2;
    padding: 5.1% 0 2.1%;
    color: #fff;
    text-align: center;
}

.technology-section-container-wrapper {
    position: relative;
}

.technology-content {
    overflow: hidden;
    padding-top: 150px;
}

.technology-content-item {
    float: left;
}

.technology-content-item {
    text-align: left;
}

.technology-content-item-img {
    width: 100%;
    height: 100%;
}

.technology-content-box {
    float: right;
    text-align: left;
}

.technology-ttl-sub {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
    letter-spacing: .08em;
}

.technology-ttl-para {
    font-size: 18px;
    letter-spacing: .08em;
}

.technology-btn-container {
    text-align: left;
    padding-top: 50px;
}

.technology-btn-container-link:hover {
    opacity: 1;
    text-decoration: none;
    color: #2159e7;
    background: #fff;
}

@media screen and (min-width: 1201px) {
    .technology {
        margin: 17% 0 10.5%;
    }
    
    .technology-section-container {
        padding: 5.1% 0 7.6%;
    }
    
    .technology-content-item,
    .technology-content-box {
        width: 575px;
    }
    
    .technology-content-box {
        margin-left: 2%;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .technology {
        height: 863px;
    }
    
    .technology-content {
        padding-bottom: 5.8%;
    }
    
    .technology-content-item {
        width: 48.5%;
    }
    
    .technology-content-box {
        width: 46.5%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 767px) {
    .technology {
        margin: 31.5% 0 16.1%;
        padding: 8% 0;
        background: url(/static/bg_pattern.gif) repeat 0 0;
        transform: skewY(-2deg);
        height: auto;
    }
    
    .technology-bg {
        display: none;
    }
    
    .technology-section-container {
        position: static;
        padding: 0 10px;
        transform: skewY(2deg);
    }
    
    .technology-content {
        padding: 0;
    }
    
    .technology-ttl-sub,
    .technology-ttl-para {
        font-size: 20px;
    }
    
    .technology-content-item,
    .technology-content-box {
        float: none;
    }
    
    .technology-content-item {
        margin-top: 0;
        padding: 0;
        text-align: center;
    }
    
    .technology-btn-container {
        text-align: center;
    }
    
}

/* technology block animation */

@media screen and (min-width: 767px) {
    .technology-section-container {
        opacity: 0;
    }
    
    .js-animation.technology-bg {
        animation: back 1s ease 0s 1 forwards;
    }
    
    .js-animation.technology-section-container {
        animation: show 1.2s ease 0.2s 1 forwards;
    }
}

/* voice */

.voice {
    margin-top: 0;
    position: relative;
}

.voice-ttl-sub {
    padding-top: 130px;
    font-size: 24px;
    letter-spacing: .053em;
    margin: 0;
    text-align: center;
    font-weight: normal;
}

.voice-contents {
    padding-top: 50px;
}

.voice-contents-list {
    width: 24%;
    margin: 0 .3%;
    text-align: left;
}

.voice-contents-list-box {
    padding: 30px 20px;
    background-color: #2159e7;
    border-bottom: 5px solid #fff;
    vertical-align: top;
}

.voice-contents-list-box-txt {
    margin-bottom: 20px;
}

.voice-contents-list-box-item {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 55px;
}

.voice-contents-list-box-item-img {
    width: 100%;
}

.voice-contents-list-box-personal {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.voice-contents-list-box-personal-dl {
    overflow: hidden;
}

.voice-contents-list-box-personal-dl-dt {
    float: left;
    width: 60px;
}

.voice-contents-list-box-personal-dl-dd {
    margin-left: 65px;
}

.voice-contents-list-box-personal-dl-dd-label {
    color: #019cde;
}

.voice-contents-list-box-personal-dl-dd-data {
    color: #fff;
}

.voice-btn-container {
    padding-top: 50px;
}

@media screen and (max-width: 1000px) {
    .voice-contents-list {
        width: 49%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .voice {
        margin-top: 130px;
    }
    
    .voice-ttl-sub {
        font-size: 18px;
        padding-top: 50px;
        letter-spacing: .07em;
    }
    
    .voice-contents-list-box {
        margin: 10px 0;
        min-height: 390px;
        padding: 30px 20px;
        background-color: #2159e7;
        border-bottom: 5px solid #fff;
        vertical-align: top;
    }
    
    .voice-contents-outer {
        padding: 0 30px;
    }
    
    .voice-contents-list-box-item {
        text-align: center;
    }
    
    .voice-contents-list-box-item-img {
        width: auto;
        display: inline-block;
    }
}

/* special-day block animation */

@media screen and (min-width: 767px) {
    .voice-ttl-sub,
    .voice-contents-list-box {
        opacity: 0;
    }
    
    .voice-ttl-sub {
        animation: show .6s ease .2s 1 forwards;
    }
    
    .js-animation .voice-contents-list:nth-child(1) .voice-contents-list-box {
        animation: show .6s ease .2s 1 forwards;
    }
    
    .js-animation .voice-contents-list:nth-child(2) .voice-contents-list-box {
        animation: show .6s ease .5s 1 forwards;
    }
    
    .js-animation .voice-contents-list:nth-child(3) .voice-contents-list-box {
        animation: show .6s ease .7s 1 forwards;
    }
    
    .js-animation .voice-contents-list:nth-child(4) .voice-contents-list-box {
        animation: show .6s ease .9s 1 forwards;
    }
}

/* special day*/

.special-day {
    margin-top: 130px;
    position: relative;
    width: 100%;
    height: auto;
    background: url(/static/specialday_bg.png) no-repeat center top;
    background-size: cover;
}

.special-day-ttl-container {
    text-align: center;
    font-style: normal;
    font-size: 32px;
    font-weight: bold;
}

.special-day-contents {
    padding-top: 130px;
}

.special-day-contents-list {
    display: inline-block;
    margin: 0 .5% 20px;
    vertical-align: top;
    width: 31.9%;
}

.special-day-contents-list-col {
    border-radius: 5px;
    background-color: rgba(33, 89, 231, .8);
    padding: 30px;
    vertical-align: top;
}

.special-day-contents-list-ttl {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-align: center;
}

.special-day-contents-list-item {
    text-align: center;
}

.special-day-contents-list-item-img {
    width: auto;
    display: inline;
}

.special-day-contents-list-txt {
    text-align: left;
    margin-top: 10px;
}

.special-day-contents-invitation {
    margin: 40px auto 0;
    max-width: 900px;
}

.special-day-contents-invitation-item {
    margin: 0 20px 30px;
    width: 44.5%;
}

.special-day-contents-invitation-item-link {
    display: block;
    border: .32em solid #fff;
    padding: 30px;
}

.special-day-contents-invitation-item-link-txt {
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    margin-bottom: 30px;
}

.special-day-btn-container {
    padding-top: 70px;
}

.special-day-contents-invitation-item-link-btn {
    display: inline-block;
    font-size: 16px;
    background: #fff;
    border-radius: 40px;
    padding: 10px 20px 10px 40px;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .special-day-contents-list-item-img {
        width: 140px;
    }
}

@media screen and (max-width: 767px) {
    .special-day {
        background: url(/static/specialday_bg.png) no-repeat center top;
        background-size: contain;
    }
    
    .special-day-ttl-container {
        font-style: normal;
        font-size: 28px;
        font-weight: bold;
        position: static;
        opacity: 1;
        line-height: 1.4em;
    }
    
    .special-day-contents {
        padding-top: 50px;
        margin-bottom: 20px;
    }
    
    .js-flexslider-sp-slides-item {
        margin: 0;
    }
    
    .special-day-contents-outer {
        padding: 0 30px;
    }
    
    .special-day-contents-list-col {
        margin: 0;
        height: auto;
        border-radius: 5px;
        background-color: rgba(33, 89, 231, .8);
        padding: 30px;
        vertical-align: top;
    }
    
    .special-day-btn-container {
        padding: 0;
    }
    
    .special-day-contents-invitation-item {
        margin: 10px 0;
        width: 100%;
    }
    
    .special-day-contents-invitation-item-link {
        padding: 20px;
    }
    
    .special-day-contents-invitation-item-link-txt {
        margin-bottom: 20px;
    }
}

/* special-day block animation */

@media screen and (min-width: 767px) {
    .special-day-contents-list-col {
        opacity: 0;
    }
    
    .js-animation .special-day-contents-list:nth-child(1) .special-day-contents-list-col,
    .js-animation .special-day-contents-list:nth-child(4) .special-day-contents-list-col {
        animation: show .6s ease .2s 1 forwards;
    }
    
    .js-animation .special-day-contents-list:nth-child(2) .special-day-contents-list-col,
    .js-animation .special-day-contents-list:nth-child(5) .special-day-contents-list-col {
        animation: show .6s ease .5s 1 forwards;
    }
    
    .js-animation .special-day-contents-list:nth-child(3) .special-day-contents-list-col,
    .js-animation .special-day-contents-list:nth-child(6) .special-day-contents-list-col {
        animation: show .6s ease .7s 1 forwards;
    }
}

/* reservation */

.reservation {
    margin-top: 131px;
    position: relative;
    width: 100%;
    height: 925px;
    background: url(/static/reservation_bg.png) no-repeat center bottom;
    background-size: cover;
    padding: 100px 0 0;
}

.reservation-section-container {
    text-align: center;
}

.reservation-contents-box {
    padding-top: 200px;
}

.reservation-contents-box-item {
    display: inline-block;
    background-color: #ec008c;
    border-radius: 100px;
    width: 130px;
    height: 130px;
    margin: 0px 30px;
    text-align: center;
    padding-top: 45px;
    vertical-align: middle;
    line-height: 1.8em;
}

.reservation-contents-box-item:nth-child(7) {
    padding-top: 30px;
}

.reservation-contents-box-item:nth-child(9) {
    padding-top: 55px;
}

.reservation-contents-box-arrow {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    background: url(arrow_wh.png) 0px 6px no-repeat;
    background-size: 9px;
    width: 9px;
}

.reservation-contents-btn {
    margin-top: 120px;
    text-align: center;
}

.reservation-contents-btn-bg {
    display: inline-block;
    border-style: solid;
    background-color: #ec008c;
    padding: 14px;
}

.reservation-contents-btn-bg:hover {
    opacity: .6;
    -moz-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
}

.reservation-contents-btn-bg-link {
    display: inline-block;
    border: 3px solid #fff;
    padding: 30px 40px 30px 80px;
}

.reservation-contents-btn-bg-link:hover {
    background-color: rgb(236,0,140);
}

.reservation-contents-btn-bg-link-txt {
    font-size: 20px;
    letter-spacing: .17em;
}

.reservation-contents-btn-bg-link-arrow {
    margin-left: 20px;
    color: #fff;
    display: inline-block;
    text-indent: -9999px;
    background: url(/static/arrow_wh.png) no-repeat 0px center;
    width: 8px;
    background-size: 8px;
}

.reservation-ttl-container {
    padding-top: 129px;
}

@media screen and (max-width: 1070px) {
    .reservation-contents-box {
        width: 750px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .reservation {
        height: auto;
        padding-bottom: 30px;
        margin: 0;
    }
    
    .reservation-ttl-container {
        padding-top: 50px;
    }
    
    .reservation-contents-box {
        width: auto;
        text-align: center;
        padding-top: 50px;
    }
    
    .reservation-contents-box-item {
        width: 95px;
        height: 95px;
        padding-top: 30px;
        margin: 10px 3px;
        font-size: 12px;
    }
    
    .reservation-contents-box-item:nth-child(7) {
        padding-top: 15px;
    }
    
    .reservation-contents-box-item:nth-child(9) {
        padding-top: 35px;
    }
    
    .reservation-contents-btn {
        margin: 50px 0;
    }
    
    .reservation-contents-btn-bg {
        margin: 0 20px;
    }
    
    .reservation-contents-btn-bg-link {
        padding: 15px 10px 15px 20px;
    }
    
    .reservation-contents-btn-bg-link-txt {
        font-size: 16px;
    }
    
    .reservation-contents-btn-bg-link-arrow {
        margin-left: 10px;
    }
}

/* reservation block animation */

@media screen and (min-width: 767px) {
    .reservation-contents-box-item {
        opacity: 0;
    }
    
    .reservation-contents-btn {
        opacity: 0;
        position: relative;
    }
    
    .js-animation .reservation-contents-box-item:nth-child(1) {
        animation: show .6s ease .2s 1 forwards;
    }
    
    .js-animation .reservation-contents-box-item:nth-child(3) {
        animation: show .6s ease .5s 1 forwards;
    }
    
    .js-animation .reservation-contents-box-item:nth-child(5) {
        animation: show .6s ease .7s 1 forwards;
    }
    
    .js-animation .reservation-contents-box-item:nth-child(7) {
        animation: show .6s ease .9s 1 forwards;
    }
    
    .js-animation .reservation-contents-box-item:nth-child(9) {
        animation: show .6s ease 1.1s 1 forwards;
    }
    
    .js-animation .reservation-contents-btn {
        animation: fadeIn .6s ease 1.1s 1 forwards;
    }
}

/* school */

.school {
    padding-top: 50px;
}

.school-content {
    position: relative;
    padding-top: 0;
    height: 480px;
}

.school-ttl-container-pc {
    font-size: 44px;
    margin-bottom: 30px;
    position: static;
    opacity: 1;
    text-align: left;
}

.school-ttl-container-sp {
    display: none;
}

.school-content-item {
    position: absolute;
    top: 0;
    right: 0;
}

.school-content-item-img {
    width: 100%;
    height: 100%;
}

.school-content-box {
    margin: 0 80px;
    padding-top: 90px;
}

.school-btn-container {
    text-align: left;
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .school-content-box {
        width: 480px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .school-content {
        padding: 0;
    }
    
    .school-content-item {
        width: 50%;
    }
    
    .school-content-box {
        padding: 0;
        margin: 0 0 0 3%!important;
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .school-content {
        padding: 0;
        height: auto;
        opacity: 1;
    }
    
    .school-content-item {
        position: static;
    }
    
    .school-content-box {
        margin: 20px 0;
        padding: 0;
    }
    
    .school-ttl-container-pc {
        display: none;
    }
    
    .school-ttl-container-sp {
        display: block;
        font-size: 35px;
        text-align: center;
        margin-bottom: 30px;
        text-align: center;
        line-height: 1em;
    }
    
    .school-btn-container {
        text-align: center;
    }
}

/* school block animation */

@media screen and (min-width: 767px) {
    .school-content {
        opacity: 0;
    }
    
    .js-animation .school-content {
        animation: fadeIn .6s ease 0s 1 forwards;
    }
    
}

/* access */

.access {
    padding-top: 70px;
}

.access-ttl-container {
    font-size: 44px;
    position: static;
    opacity: 1;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 40px;
}

.access-content {
    position: relative;
    overflow: hidden;
}

.access-content-map,
.access-content-box {
    float: left;
    margin: 0 45px;
}

.access-content-box-txt {
    margin-top: 25px;
}

.access-content-map-camvas {
    max-width: 500px;
    height: 500px
}

@media screen and (min-width: 768px) {
    .access-content-map,
    .access-content-box {
        width: 500px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .access-content-map,
    .access-content-box {
        margin: 0 0 0 3%!important;
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .access-content-map,
    .access-content-box {
        float: none;
    }
    
    .access-content-map {
        margin: 20px 0 0;
    }
    
    .access-content-box {
        margin: 0 0 20px;
    }
    
    .access-content-map iframe {
        width: 100%;
    }
    
    .access-ttl-container {
        font-size: 35px;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 40px;
        line-height: 1em;
    }
    
    .access-content-map-camvas {
        width: 100%;
        max-width: 100%;
        height: 500px
    }
}

/* access block animation */

@media screen and (min-width: 767px) {
    .access-content {
        opacity: 0;
    }
    
    .js-animation .access-content {
        animation: fadeIn .6s ease 0s 1 forwards;
    }
}

/* topics */

.topics {
    margin-top: 130px;
    position: relative;
}

.topics-contents-ttl {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    font-size: 46px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
    line-height: 1em;
    letter-spacing: .2em;
}

.topics-contents-ttl-sub {
    display: block;
    font-size: 14px;
    letter-spacing: .2em;
}

.topics-contents-list {
    padding-top: 120px;
    margin: 0 auto;
}

.topics-contents-list-data {
    text-align: center;
}

.topics-contents-list-data-txt {
    display: inline-block;
    background: #2159e7;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.topics-contents-list-txt {
    margin-bottom: 20px;
    text-align: center;
}

a.topics-contents-list-txt-link,
a.topics-contents-list-txt-link:link {
    text-decoration: underline;
}

.topics-btn-container {
    padding-top: 42px;
}

@media screen and (max-width: 767px) {
    .topics-contents-ttl {
        position: static;
        opacity: 1;
        font-size: 35px;
        line-height: 1.4em;
    }
    
    .topics-contents-list {
        padding: 50px 0;
    }
}

/* topics block animation */

@media screen and (min-width: 767px) {
    .js-animation .topics-contents-ttl {
        animation: fadeIn .6s ease 0s 1 forwards;
    }
    
    .topics-contents-list {
        opacity: 0;
    }
    
    .js-animation .topics-contents-list {
        animation: show .6s ease .2s 1 forwards;
    }
}

/* sns */

.sns {
    margin-top: 130px;
    position: relative;
}

.sns-ttl-container {
    font-style: normal;
    font-size: 24px;
    font-weight: bold;
}

.sns-social-box {
    padding-top: 80px;
}

.sns-contents-box {
    margin: 30px auto 0;
}

.sns-contents-box-col {
    margin: 0 20px;
    width: auto;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .sns-ttl-container {
        font-size: 20px;
    }
    
    .sns-social-box {
        padding-top: 50px;
    }
    
    .sns-contents-box-col {
        margin: 10px 0;
    }
}

/* sns block animation */

@media screen and (min-width: 767px) {
    .sns-social-box,
    .sns-contents-box {
        opacity: 0;
    }
    
    .js-animation .sns-social-box {
        animation: show .6s ease .2s 1 forwards;
    }
    
    .js-animation .sns-contents-box {
        animation: show .6s ease .2s 1 forwards;
    }
}