@charset "UTF-8";

/* ----------------------------------------------------------------------
BASE
 ---------------------------------------------------------------------- */
#main {
    padding-top:20px;
}

h2 {
    font-weight:normal;
    font-size:2.5rem;
    margin-bottom:50px;
    line-height:2em;
}

h2 span {
    font-size:1.9rem;
    display:inline-block;
    margin-bottom:50px;
}

header {
    height:100vh;
    min-height:800px;
    position:relative;
    z-index:1;
}

header .l-inner {
    position:relative;
    height:100%;
}

h1 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin:0;
    font-size:6.7rem;
    z-index:10;
    position:absolute;
    white-space: nowrap;
    bottom: 200px;
    left: 0;
}

header .hd-logo {
    position:absolute;
    right:0;
    top:70px;
}

header .hd-title {
    position:absolute;
    bottom:200px;
    left:10px;
}

header .hd-logo img {
    width: 104px;
    height: auto;
}

header .hd-area {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position:absolute;
    right:0;
    bottom:200px;
}

@media only screen and (max-width: 768px) {
    header {
        height:600px;
    }

    header .hd-logo img {
        width:90px;
        height:230px;
    }

    header .hd-logo {
        top:40px;
        right:15px;
    }

    header .hd-title {
        bottom:150px;
        z-index:100;
    }

    h1 {
        font-size:5rem;
    }

    h2 {
        font-size:2.3rem;
        line-height:1.8em;
    }

    h2 span {
        font-size:1.7rem;
        margin-bottom:30px;
    }
}

@media only screen and (max-width: 500px) {
    header {
        height:100vh;
    }

    header .hd-logo img {
        width:70px;
        height:179px;
    }

    h1 {
        font-size:4rem;
    }

    h2 {
        font-size:2rem;
        margin-bottom:40px;
    }

    h2 span {
        font-size:1.6rem;
        margin-bottom:15px;
    }

    header .img img {
        width:200px;
        height:auto;
    }

    header .hd-area {
        bottom:140px;
        z-index:10;
    }
}

@media only screen and (max-width: 400px) {
    header .img img {
        width:180px;
        height:auto;
    }

    h1 {
        font-size:3.7rem;
    }

    h2 {
        font-size:1.8rem;
        margin-bottom:30px;
    }

}

/* ----------------------------------------------------------------------
LAYOUT
 ---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
MODULE
 ---------------------------------------------------------------------- */


/* ------------------------------
SEC-AREA
------------------------------ */
#sec-area {
    text-align:center;
    padding-bottom:80px;
    margin-bottom:80px;
    background:url(/special/fieldgallery/img/co_ln_02.gif) no-repeat bottom center;
}



/* ------------------------------
SEC-STUDENT
------------------------------ */
#sec-student {
    margin-bottom:120px;
}

#sec-student .img {
    margin-bottom:50px;
    position:relative;
}

#sec-student .content {
    width:60%;
    float:left;
}

#sec-student .content .note {
    font-size:1.1rem;
    margin-top:30px;
}

#sec-student .info {
    width:35%;
    float:right;
    padding-top:70px;
}

#sec-student .title {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho","Sawarabi Mincho";
    margin-bottom:35px;
}

#sec-student h3 {
    font-size:2rem;
}

#sec-student .info li {
    margin-bottom:25px;
}

#sec-student .info dl:after {
    content:'.';
    display:block;
    height:0;
    font-size:0;
    clear:both;
    visibility:hidden;
}

#sec-student .info li dt {
    white-space: nowrap;
    width:30%;
    float:left;
}

#sec-student .info li dd {
    padding-left:20px;
    width:70%;
    float:left;
}

#sec-student .info li dd span {
    font-size:1.2rem;
    line-height: 1.7em;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    #sec-student .content {
        width:100%;
        float:none;
        margin-bottom:50px;
    }

    #sec-student .info {
        width:100%;
        float:none;
        padding:50px;
        background:#f1f1f1;
    }

    #sec-student .title {
        margin-bottom:20px;
    }

    #sec-student .info li {
        margin-bottom:10px;
    }
}

@media only screen and (max-width: 500px) {
    #sec-student .info {
        padding:30px;
    }

    #sec-student h3 {
        font-size:1.8rem;
    }
}

@media only screen and (max-width: 350px) {
    #sec-student .info {
        padding:20px;
    }
}

/* ------------------------------
LINK-POSTER
------------------------------ */
#link-poster {
    text-align:center;
}

#link-poster a {
    display:block;
    padding:164px 10px;
}

#link-poster p {
    display:inline-block;
    padding:10px 30px;
    color:#fff;
    border:1px solid #fff;
}

#link-poster p span {
    display:inline-block;
    padding-right:27px;
    background:url(/special/fieldgallery/img/co_ic_01.png) no-repeat right center;
}

.pc #link-poster a p {
    transition:0.5s;
}

.pc #link-poster a:hover p {
    background:#fff;
    color:#5f9ea0;
}

.pc #link-poster a:hover span {
    background:url(/special/fieldgallery/img/co_ic_02.png) no-repeat right center;
}

#link-poster p img {
    margin-left:10px;
}

@media only screen and (max-width: 768px) {
    #link-poster a {
        padding:150px 10px;
    }
}

@media only screen and (max-width: 500px) {
    #link-poster a {
        padding:120px 10px;
    }
}

/* ------------------------------
LINK-NEXT
------------------------------ */
#lnk-next {
    text-align:center;
    position:relative;
    z-index:1;
    margin-bottom:70px;
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho","Sawarabi Mincho";
}

.pc #lnk-next {
    transition:0.5s;
}

.pc #lnk-next a:hover {
    color:#5f9ea0;
}

#lnk-next .btn {
    margin-top:15px;
}

#lnk-next .img {
    margin:10px auto;
}

#lnk-next .img img {
    max-width:20%;
}


/* ------------------------------
LINK-YOUTUBE
------------------------------ */
.link-youtube {
    position:absolute;
    right:10px;
    bottom:10px;
}

@media only screen and (max-width: 768px) {
    .link-youtube img {
        width:180px;
        height:180px;
    }
}

@media only screen and (max-width: 600px) {
    .link-youtube {
        bottom:-50px;
        right:0;
    }
}

@media only screen and (max-width: 500px) {
    .link-youtube {
        bottom:-80px;
    }
    .link-youtube img {
        width:150px;
        height:150px;
    }
}



@media only screen and (max-width: 768px) {
    footer {
        padding-top:170px;
    }
}

@media only screen and (max-width: 500px) {
    footer {
        padding-top:150px;
    }
}

@media only screen and (max-width: 400px) {
    footer {
        padding-top:130px;
    }
}

.mfp-container {
    padding:20px;
}

.modalContent {
    width:80%;
    margin:0 auto 20px;
}

.mfp-close-btn-in .mfp-close {
    right:10%;
}

.drawer--left .drawer-hamburger {
    top:0;
    left:15px;
    width:27px;
}

.drawer-nav {
    width:220px;
}

.drawer--left .drawer-nav {
    left:-220px;
}

.drawer--left.drawer-open .drawer-hamburger {
    left:220px;
}

.drawer-nav li {
    border-bottom:1px dotted #ccc;
}

.drawer-nav li a {
    padding:10px;
    display:block;
    background:url(/special/fieldgallery/img/co_ar_01.png) no-repeat 95% center;
}

.pc .drawer-nav li a {
    transition:0.5s;
}

.pc .drawer-nav li a:hover {
    color:#5f9ea0;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    background:#777;
}

@media only screen and (max-width: 450px) {
    .mfp-close-btn-in .mfp-close {
        right:6%;
    }
}

@media only screen and (max-width: 400px) {
    .modalContent {
        width:100%;
    }
    .mfp-close-btn-in .mfp-close {
        right:2%;
    }
}

.drawer-overlay {
    background-color: rgba(0, 0, 0, .4);
}

#loader-bg .logo {
    margin-top:-105px;
}


/* ----------------------------------------------------------------------
THEME
 ---------------------------------------------------------------------- */
/* --------------------
ISE
-------------------- */
#ise header {
    background:url(/special/fieldgallery/img/ise/hd_bg_01.jpg) no-repeat center center;
    background-size:cover;
    color:#777;
}


#ise #link-poster {
    background:url(/special/fieldgallery/img/ise/co_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

/* --------------------
TOBA
-------------------- */
#toba header {
    background:url(/special/fieldgallery/img/toba/hd_bg_01.jpg) no-repeat center center;
    background-size:cover;
    color:#777;
}


#toba #link-poster {
    background:url(/special/fieldgallery/img/toba/co_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

/* --------------------
SHIMA
-------------------- */
#shima header {
    background:url(/special/fieldgallery/img/shima/hd_bg_01.jpg) no-repeat center center;
    background-size:cover;
    color:#777;
}


#shima #link-poster {
    background:url(/special/fieldgallery/img/shima/co_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

/* --------------------
TAMAKI
-------------------- */
#tamaki header {
    background:url(/special/fieldgallery/img/tamaki/hd_bg_01.jpg) no-repeat center center;
    background-size:cover;
    color:#fff;
}


#tamaki #link-poster {
    background:url(/special/fieldgallery/img/tamaki/co_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

#tamaki .drawer-hamburger-icon,
#tamaki .drawer-hamburger-icon:before,
#tamaki .drawer-hamburger-icon:after {
    background:#fff;
}

#tamaki.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

/* --------------------
MINAMIISE
-------------------- */
#minamiise header {
    background:url(/special/fieldgallery/img/minamiise/hd_bg_01.jpg) no-repeat center center;
    background-size:cover;
    color:#fff;
}


#minamiise #link-poster {
    background:url(/special/fieldgallery/img/minamiise/co_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

#minamiise .drawer-hamburger-icon,
#minamiise .drawer-hamburger-icon:before,
#minamiise .drawer-hamburger-icon:after {
    background:#fff;
}

#minamiise.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

/* --------------------
MEIWA
-------------------- */
#meiwa header {
    background:url(/special/fieldgallery/img/meiwa/hd_bg_01.jpg) no-repeat center center;
    background-size:cover;
    color:#fff;
}


#meiwa #link-poster {
    background:url(/special/fieldgallery/img/meiwa/co_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

#meiwa .drawer-hamburger-icon,
#meiwa .drawer-hamburger-icon:before,
#meiwa .drawer-hamburger-icon:after {
    background:#fff;
}

#meiwa.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}

/* --------------------
WATARAI
-------------------- */
#watarai header {
    background:url(/special/fieldgallery/img/watarai/hd_bg_01.jpg) no-repeat center center;
    background-size:cover;
    color:#fff;
}


#watarai #link-poster {
    background:url(/special/fieldgallery/img/watarai/co_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

#watarai .drawer-hamburger-icon,
#watarai .drawer-hamburger-icon:before,
#watarai .drawer-hamburger-icon:after {
    background:#fff;
}

#watarai.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}


/* --------------------
TAIKI
-------------------- */
#taiki header {
    background:url(/special/fieldgallery/img/taiki/hd_bg_01.jpg) no-repeat center center;
    background-size:cover;
    color:#fff;
}


#taiki #link-poster {
    background:url(/special/fieldgallery/img/taiki/co_bg_01.jpg) no-repeat center center;
    background-size:cover;
}

#taiki .drawer-hamburger-icon,
#taiki .drawer-hamburger-icon:before,
#taiki .drawer-hamburger-icon:after {
    background:#fff;
}

#taiki.drawer-open .drawer-hamburger-icon {
    background-color: transparent;
}