@charset "UTF-8";
/* CSS Document */

/*==========================
home
==========================*/
#home {
    overflow: hidden;
}
#home #head {
    position: absolute;
}
#home #htop-head {
    display: none;
}

#home #top-head .logo svg {
    fill: #FFF;
}

#home #smhead {
    position: absolute;
    color: #FFF;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 10px;
    z-index: 888;
    height: 400px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; /* for IE */
    writing-mode: vertical-rl;
    text-align: center;
}
#home #smhead h1 {
    font-size: 30px;
}
#home #smhead h2 {
    font-size: 18px;
}


.home .cover { position: relative; margin: 0; padding: 0; color: #fff; float: left; height: 100vh;　text-align: center;}
.home .centerBox { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 50%; height: 50px; text-align: center; }
.home .section1 { width: 33.3vw; background: url(../img/home-img1.jpg) no-repeat; background-size: cover; background-position: center center }
.home .section2 { width: 33.3vw; background: url(../img/home-img2.jpg) no-repeat; background-size: cover; background-position: center center}
.home .section3 { width: 33.4vw; background: url(../img/home-img3.jpg) no-repeat; background-size: cover; background-position: center center }

.home a .cover::before {
    content: "";
    background-color: rgba(50,70,100,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.home a:hover .cover::before {
    background-color: rgba(50,70,100,0);
    transition-duration: 0.8s;
}

.centerBox h2 {
    font-size: 60px;
}

@media screen and (max-width:767px){
.home .cover { position: relative; width: 100%; margin: 0; padding: 0; color: #fff; }
.home .centerBox { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 50%; height: 50px; text-align: center; }
.home .section1 { height: 33.3vh; background: url(../img/home-img1.jpg) no-repeat; background-size: cover; background-position: center center;  }
.home .section2 { height: 33.3vh; background: url(../img/home-img2.jpg) no-repeat; background-size: cover; background-position: center center;}
.home .section3 { height: 33.4vh; background: url(../img/home-img3.jpg) no-repeat; background-size: cover; background-position: center center;  }
.home .section2,.home .section3 {
        background-position-y: -120px;
    }   
.centerBox h2 {
    font-size: 40px;
}
}

/*==========================
style
==========================*/

#style #head {
    position: absolute;
}
#style #smhead {
    position: absolute;
    z-index: 999;
    bottom: 0;
    text-align: center;
    color: #FFF;
    width: 100%;
}
#style #smhead h1 {
    font-size: 30px;
}
#style #smhead h2 {
    font-size: 18px;
}

/*==========================
style climbing 
==========================*/
#contents2 a {
    cursor:crosshair;
}
#contents2 .caption {
    position: absolute;
    margin-bottom: 0;
    bottom: 12px;
    left: 12px;
    color: #FFF;
    line-height: 1.4em;
}

#contents2 .clrow8 .caption {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #FFF;
    line-height: 1.4em;
}

/*==========================
style Town 
==========================*/
#contents3 .row {
    margin-top: 60px;
}

#contents3 a {
    cursor:crosshair;
}
#contents3 {
    padding-top: 60px;
}

/*---*/
.tsrow1 figure {
    padding-left: 20%;
}

/*---*/
.tsrow2 figure img {
    padding-right: 30%;
}
.tsrow2 p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; /* for IE */
    writing-mode: vertical-rl;
    position: absolute;
    right: 27%;
    top:0;
}

/*---*/
.tsrow3 figure.img1 {
    padding: 0 5% 0 10%;
}
.tsrow3 figure.img2{
    padding: 0 10% 0 5%;
}

/*---*/
.tsrow4 figure {
    padding: 0 8% 0 50%;
}

/*---*/
.tsrow5 figure {
    padding-right: 15%;
}
.tsrow5 p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; /* for IE */
    writing-mode: vertical-rl;
    position: absolute;
    right: 12%;
    top:0;
}

/*---*/
.tsrow6 figure.img1 {
    padding: 60% 20% 10% 40%;
}
.tsrow6 figure.img2{
    padding: 0 10% 0 5%;
}

/*---*/
.tsrow7 figure {
    padding: 0 0 0 12% ;
}

/*---*/
.tsrow8 figure {
    padding: 0 20% 0 0 ;
}

/*---*/
.tsrow9 figure.img1 img {
    padding: 0 6% 0 8%;
}
.tsrow9 p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; /* for IE */
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    top:0;
}

.tsrow9 figure.img2 {
    padding: 100% 40% 0 10%;
}

@media screen and (max-width:767px) {
    #contents2 .caption,#contents3 figure p {
        font-size: 0.7em;
    }
    .tsrow2 p {
    right: 24%;
}
    .tsrow5 p {
    right: 10%;
}
    .tsrow9 p {
    right: -4%;
}
}


/*==========================
interview Town 
==========================*/
#interview #head {
    position: absolute;
}

#interview #head .logo svg {
    fill: #000;
}
#interview #htop-head a, #interview #htop-head {
    color: #000;
}
#interview p {
    color: #002350;
    line-height: 2.1em;
    font-size: 0.9rem;
}
h1.interview_title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; /* for IE */
    writing-mode: vertical-rl;
    position: absolute;
    top: 19vh;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #FFF;
   width: 5vw;
height: 100vw;
font-size: 6vw;
}
#interview .container {
    margin-top: 90px;
}
#interview .container img {
    padding-bottom: 5px;
}
#interview .container img.adpadding {
    padding: 0 30px 20px 30px;
}
#interview h2.interview_title {
    font-size: 45px;
    margin-bottom: 60px;
    color: #002350;
}
#interview h3.interview_title {
    font-size: 25px;
    color: #002350;
}
#interview .caption {
    font-size: 13px;
}
#interview p.query::before {
    content: "—";
    position: absolute;
    left: 10px;
}
#interview p.daisuke::before {
    content: "D";
    position: absolute;
    left: 10px;
}
#interview p.query, #interview p.daisuke {
    margin-left: 25px;
}
#interview .profile p{
    font-size: 0.84em;
    line-height: 1.8em;
}
@media screen and (max-width:543px) { 
/*    h1.interview_title {
        top: 100px;
        font-size: 24px;
        height: 400px;
    }*/
    #interview h2.interview_title {
    font-size: 25px;
    }
    #interview h3.interview_title {
    font-size: 15px;
    }
    #interview .container {
    margin-top: 40px;
}
}
@media screen and (min-width:544px) and (max-width:767px) {
/*    h1.interview_title {
        top: 105px;
        font-size: 54px;
    }*/
    #interview h2 {
    font-size: 30px;
    }
    #interview h3 {
    font-size: 20px;
    }
}
@media screen and (min-width:768px) and (max-width:1139px) {
/*    h1.interview_title {
        top: 160px;
        font-size: 70px;
    }*/
}


/*==========================
item
==========================*/

#item #head .logo svg {
    fill: #000;
}
#item #head h1, #item #head h2 {
    color: #000;
}

#item a img{
    cursor:crosshair;
}

#item #htop-head .logo svg {
    fill: #000;
}
#item #htop-head a, #item #htop-head {
    color: #000;
}
#item #global-nav h1 {
    display: none;
}

#item .item-section0 {
    margin-top: 120px;
    margin-bottom: 40px;
}
#item h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
#item h3 {
    font-size: 20px;
}
#item .copyright {
    font-size: 12px;
    margin-bottom: 0;
}
#item .copyright i {
    font-size: 8px;
    font-style: normal;
    vertical-align: bottom;
}
#item .itemname {
    font-size: 25px;
    margin-bottom: 0;
}
#item .itemspec {
    font-size: 15px;
    margin-bottom: 10px;
}
#item .itemcaption {
    font-size: 0.9rem;
    margin-bottom: 20px;
}
@media screen and (max-width:544px) {
    #item h3 {
    font-size: 12px;
}
    #item .copyright {
    font-size: 12px;
}
    #item .itemcaption br {
        display: none;
    }
}

/*位置設定*/

#item .row_a .item1 {
    padding-left: 15%;
}
#item .row_a .item2 {
    padding-right: 15%;
}
#item .row_b .item1 {
    padding-left: 25%;
}
#item .row_b .item2 {
    padding-right: 15%;
}
#item .row_c .item1 {
    padding-left: 15%;
}
#item .row_c .item2 {
    padding-right: 60%;
}
#item .row_d .item1 {
    padding-left: 10%;
    margin-top: -140px;
}
#item .row_d .item2 {
    padding-right: 15%;
}
#item .row_d .item3 {
    padding-left: 40%;
    padding-right: 10%;
}
#item .row_e .item1 {
    padding-left: 15%;
}
#item .row_e .item2 {
    padding-right: 10%;
}
#item .row_f .item1 {
    padding-right: 5%;
    padding-left: 5%;
    overflow: auto;
}
#item .row_f .item1 .itemname,#item .row_f .item1 .itemspec,#item .row_f .item1 .itemcaption {
    margin-left: 50%;
}
#item .row_f .item2 {
    padding-left: 5%;
    padding-right: 55%;
    margin-top: -220px;
}
#item .row_g .item1 {
    padding-right: 5%;
    padding-left: 5%;
}

/*lage size*/

@media screen and (min-width:1140px){
    #item .row_a {
        height: 1000px;
    }
    #item .row_a .item1 {
        position: absolute;
        width: 538px;
        top:-130px;
        right: 0;
        padding: 0;
}
    #item .row_a .item2 {
        position: absolute;
        width: 548px;
        top:140px;
        left: 30px;
        padding: 0;
}
    
    #item .row_b {
        height: 1000px;
    }
    #item .row_b .item1 {
        position: absolute;
        width: 400px;
        top:0;
        right: 4%;
        padding: 0;
}
    #item .row_b .item2 {
        position: absolute;
        width: 780px;
        top:40px;
        left: 0;
        padding: 0;
}
    #item .row_b .item2 .itemname,.row_b .item2 .itemspec,.row_b .item2 .itemcaption {
    margin-right: 50%;
}
    #item .row_c {
        height: 900px;
    }
    #item .row_c .item1 {
        position: absolute;
        width: 647px;
        top:0;
        right: 0;
        padding: 0;
    }
    #item .row_c .item2 {
        position: absolute;
        width: 268px;
        top: 180px;
        left: 120px;
        padding: 0;
    }
    #item .row_d {
        height: 1200px;
    }
    #item .row_d .item1 {
        position: absolute;
        width: 754px;
        top:0;
        right: 0;
        padding: 0;
        z-index: 99;
    }
    #item .row_d .item1 .itemname,#item .row_d .item1 .itemspec,#item .row_d .item1 .itemcaption {
    margin-left: 50%;
}
    #item .row_d .item2 {
        position: absolute;
        width: 490px;
        top: 200px;
        left: 0;
        padding: 0;
    }
    #item .row_d .item3 {
    position: absolute;
    width: 405px;
    top: 680px;
    right: 0;
    padding: 0;
    }
    
    #item .row_e {
        height: 1600px;
    }
    #item .row_e .item1 {
        position: absolute;
        width: 540px;
        top:0;
        right: 0;
        padding: 0;
    }
    #item .row_e .item1 .itemname,#item .row_e .item1 .itemspec,#item .row_e .item1 .itemcaption {
    margin-left: 25%;
}
    #item .row_e .item2 {
        position: absolute;
        width: 694px;
        top: 640px;
        left: 0;
        padding: 0;
        z-index: 99;
    }
    #item .row_f {
        height: 1300px;
    }
    #item .row_f .item1 {
        position: absolute;
        width: 910px;
        top:0;
        right: 0;
        padding: 0;
        z-index: 99;
    }
    #item .row_f .item1 .itemname,#item .row_f .item1 .itemspec,#item .row_f .item1 .itemcaption {
        margin-left: 50%;
    }
    #item .row_f .item2 {
    position: absolute;
    width: 300px;
    top: 1000px;
    left: 70px;
    padding: 0;
    }
}
