* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

a:link {
    text-decoration: none;
    border-bottom: 1px solid #49494b;
    color:#49494b;
}
a:visited { 
    text-decoration: none;
    border-bottom: 1px solid #49494b;
    color:#49494b;
}
a:hover {
    text-decoration: none;
    border-bottom: 0px solid #49494b;
    color:#49494b;
}
a:active { text-decoration: none; color:#49494b; }

.caption a:link,
.caption a:visited{
    text-decoration: none;
    border-bottom: 1px dotted;
    color:#49494b;
}
.caption a:hover{
    text-decoration: none;
    border-bottom: 0px dotted #49494b;
    color:#49494b;
}
.grant a:link,
.grant a:visited,
.grant a:hover{
    border-bottom: 0px dotted #49494b;
}
#header a:link { text-decoration: none; color: #49494b; border-bottom: 0px dotted #888888;}
#header a:visited { text-decoration: none; color:#49494b; border-bottom: 0px dotted #888888;}
#header a:hover { text-decoration: none; color:#49494b; border-bottom: 0px dotted #888888;}
#header a:active { text-decoration: none; color:#49494b; border-bottom: 0px dotted #888888;}


a:hover { 
    opacity: 0.6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all  0.2s ease-in-out;
}
p.thanks{
    font-size: 1.3rem;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin:0;   padding:0;}fieldset,img {    border:0;}address,caption,cite,code,dfn,th,var { font-style:normal;  font-weight:normal;}ol,ul { list-style:none;
}caption,th {   text-align:left;}h1,h2,h3,h4,h5,h6 {    font-size:100%; font-weight:normal;}q:before,q:after {  content:'';
}abbr,acronym {  border:0;}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

table {  
    border-collapse:collapse;   
    border-spacing:0;
    width: 100%;
}
select,
figure{
    margin: 0;
}

.movie{
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}
    .movie iframe{
        position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
        border: none;
    }
figure{
    line-height:0;
}
    figcaption.menu-caption{
        display: block;
        width: 100%;
        text-align: right;
        margin-top: 11px;
        line-height: 1.833;
    }
    h3.typesquare_tags br,
    figcaption.menu-caption br{
        display: none;
    }
figure img{
    vertical-align:text-bottom;
}

.signature{
    font-size: 11px;
    text-align: right;
}

strong{
    font-weight: bolder;
}

*html body {overflow-y: auto;} /* IE6 */
*:first-child+html body {overflow-y: auto;} /* IE7 */

ul li{
    list-style: none;
}

img {
    border:0;
}
figure img,
p img,
li img{
    max-width: 100%;
    width: auto; /* for ie 8 */
    height: auto;
    vertical-align:text-bottom;
}
img.responsive-img{
    width: 100%;
    height:auto;
    display: block;
}

p{
    margin: 20px 0;
    font-size: 1.5rem;
}
.text-right{
    text-align: right !important;
}
.works-title{
    font-style: italic;
}
p:last-child{
    margin-bottom:0px;
}

.pc-only{
    display: block;
}
.smp-only,
.smp-nav{
    display: none;
}
.primary{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.en{
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
    .flex-end{
        align-items: flex-end;
    }
    .flex1-2{
        justify-content: space-between;
    }
        .flex1-2 li{
            width : -webkit-calc(50% - 10px) ;
            width : calc(50% - 10px) ;
            margin-top: 20px;
        }
        li img{
            display: block;
        }
html{
  font-size: 62.5%;
}
body{
    border: solid 0px #FFFFFF;
    color: #49494b;
    font-size: 1.0rem;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    position: relative;
    -webkit-text-size-adjust: 100%;
    word-spacing:normal !important;
    line-height: 1.75;
    background-color: #cbd4d8;
}

#container{
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
    padding: 0px 0px 0px;
}
    .inner{
        margin: 0 60px;
    }
    .inner_r{
        margin: 0 60px 0 60px;
    }
    .inner_l{
        margin: 0 60px 0 60px;
    }
#header{
    position: fixed;
    width: 100%;
    top: 0;
    padding: 16px 0 18px;
    z-index: 100;
}
    #header h1.logo-title,
    #header .logo-title{
        text-align: left;
        font-size: 2.6rem;
        color: #49494b;
        z-index: 100;
        display: inline-block;
        line-height: 1;
    }
    nav ul{
        margin-left: 24px;
        font-size: 1.5rem;
    }
        nav ul li{
            line-height: 1;
            margin-left:12px;
        }
    .gb-nav {
        width: 100%;
    }
    .gb-nav ul{
        float: left;
        left: 50%;
        position: relative;
    }
    .gb-nav ul li{
        font-size: 1.7rem;
        float: left;
        left: -50%;
        margin: 0 15px;
        overflow: visible;
        position: relative;
    }
    .gb-nav ul li:nth-child(4){
        display: none;
    }


    p.lang{
        position: absolute;
        right: 60px;
        top: 21px;
        z-index: 999;
        margin:0 !important;
    }
    p.lang .active,
    a.active{
        border-top: 1px solid #49494b;
        padding-top: 5px;
    }
    p.lang .english{
        margin: 0 0 0 15px;
    }
    a.plain:hover,
    p.lang a:hover,
    .gb-nav a:hover{
        border-top: 1px solid #49494b;
        padding-top: 5px;
        opacity: 1;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        transition: all  0s ease-in-out;
    }
.main-visual-wrapper{
    width: 100%;
    padding: 60px 60px 0;
    margin: 0px 0 45px;
    position: relative;
    z-index: 8;
}
.main-visual{
    background: url(/compositions_pw/common/images/main.jpg);
    width: 100%;
    padding-bottom: 450px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.main-visual-text{
    background: url(/compositions_pw/common/images/main-text.jpg);
    width: 100%;
    padding-bottom: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.main-visual-view{
    background: url(/compositions_pw/common/images/main-view.jpg);
    width: 100%;
    padding-bottom: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.info{
    position: relative;
}
#info{
    position: relative;
    width: 50%;
}
#outline{
    position: relative;
    width: 50%;
}

.contents_primary ul{
    margin-left: -2.8%;
    margin-bottom: 60px;
}
.contents_primary ul li{
    width: 30.43%;
    margin-left: 2.9%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}
    .contents_primary ul li img.view_h{
        width: 70%;
        margin: 0 auto;
        display: block;
    }
.contents_primary ul li:nth-child(3n+1){
    clear: left;
}


.sec h1{
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.sec h2{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0px 0 20px;
}
    .sec{
        max-width: 2000px;
        margin: 0 auto;
    }
    .sec-full{
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #bcbcbc;
    }

    dl{
        margin-bottom: 10px;
    }
    dt{
        font-weight: bold;
    }
    dd{
    }
    dl.wide-l dt{
    }
    dl.wide-l dd{
    }
    .caption{
        color: #888888;
    }
    h2 .caption{
        color: #222222;
        display: block;
        font-size: 1.3rem;
        font-weight: normal;
    }
    .guest{
        padding-left: 52px;
        display: block;
    }
    .sec dl + h2,
    .sec p + h2{
        margin-top: 30px;
    }

    .list-item li.item{
        margin: 30px 0;
        border-top: 1px solid #bcbcbc;
        padding-top: 30px;
    }
    p.remarks{
        margin: 0px 0;
        font-size: 1.3rem;
    }
    .remarks{
        margin: 10px 0;
        font-size: 1.3rem;
    }
    .text{
        margin: 10px 0;
    }
    .text p{
        margin: 0;
    }
    .sec-full .text{
        width: 50%;
        padding-right: 10px;
    }
    .movie{
        margin-bottom: 5px;
    }
    .movie-wrap{
        width: 100%;
        padding-right: 0px;
        margin: 30px 0;
    }
#footer{
    font-size: 1.5rem;
    position: relative;
    width: 100%;
    font-family: 'Open Sans';
    font-weight: 400;
    padding: 30px 60px 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

a#page-top:link,
a#page-top:visited {
    background: url(/compositions/common/images/top-arrow.png);
    background-size: 15px 61px;
    background-repeat: no-repeat;
    bottom: 126px;
    display: block;
    height: 61px;
    position: fixed;
    right: 60px;
    width: 15px;
    z-index: 100;
    border-bottom: 0px;
}
    .cr{
        float: left;
    }
    .grant{
        overflow: hidden;
        float: right;
        margin-top: -12px;
    }
    .grant li{
        width: 120px;
        height: auto;
        float: left;
        margin-left: 30px;
    }
    .grant li.pw{
      width: 150px;
    }
    .grant li.terumo{
      width: 180px;
    }
        .grant li img{
            width: 100%;
            height: auto;
        }
.smp-nav{
    display: none;
}

/*===============================================
breakpoint:800
===============================================*/
@media screen and (max-width: 1100px){

}

/*===============================================
breakpoint:800
===============================================*/
@media screen and (max-width: 800px){
.pc-only{
    display: none;
}
.smp-only{
    display: block;
}

    p.text-js{
        text-align: left;
    }
    #container {
        font-size: 1.5rem;
        height: auto;
        line-height: 1.9;
        min-height: 100vh;
        padding: 0px 0px 30px;
        position: relative;
        width: 100%;
    }
    #header span.title{
        display: block;
        margin-left: -9px;
    }
    #header h1.logo-title,
    #header .logo-title{
        font-size: 1.8rem;
        text-align: left;
        padding-top :2px; 
    }
    #header h1.logo-title-en,
    #header .logo-title-en{
        max-width: 260px;
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 5px;
    }

    #header nav{
        display: none;
    }


    .gb-nav {
        clear: both;
        width: 100%;
    }
    .gb-nav ul{
        float: none;
        left: auto;
        position: relative;
        margin-top: 20px;
    }
    .gb-nav ul li{
        font-size: 2.0rem;
        float: left;
        left: auto;
        position: relative;
        margin:0 20px 0 0;
    }
    p.lang{
        font-size: 1.5rem;
        position: absolute;
        right: 30px;
        bottom: 11px;
        top: auto;
    }
    p.lang .ja{
        display: none;
    }
    .inner{
       margin: 0 30px;
    }
    .main-visual-wrapper{
        width: 100%;
        padding: 60px 0px 0;
        margin: 0px 0 0px;
        position: relative;
    }
    .main-visual{
        padding-bottom: 450px !important;
        background-position:left bottom;
    }
    .main-visual-text,
    .main-visual-view{
        padding-bottom: 250px;
    }

    #info,
    .sec-right{
        position: relative;
        width: 100%;
        float: none;
    }
    #outline,
    .sec-left{
        position: relative;
        width: 100%;
    }
    .sec{
        margin: 30px 0 0;
    }
    .movie-wrap,
    .sec-full .text{
        width: 100%;
        padding-right: 0px;
    }
    .flex1-2{

    }
        .flex1-2 li {
            width: 100%;
            margin-top: 10px;
        }
        .flex1-2 li img{
            width: auto;
            height: auto;
            max-height: 100vw;
            margin: 0 auto;
        }
    #footer{
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        height:auto;
        padding: 0px 30px;
        overflow: hidden;
        margin-top: 0px;
    }
    .cr{
    }

    a#page-top:link,
    a#page-top:visited {
        background: url(/compositions/common/images/top-arrow.png);
        background-size: 15px 61px;
        background-repeat: no-repeat;
        bottom: 141px;
        display: block;
        height: 61px;
        position: fixed;
        right: 30px;
        width: 15px;
        z-index: 100;
    }

    .grant{
        overflow: hidden;
        margin-top: 0px;
    }
    .grant li{
        width: 120px;
        height: auto;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .menu-trigger,
    .btn-menu-trigger{
        width: 25px;
        height: 15px;
        position: relative;
    }
        .btn-menu-trigger span{
            width: 100%;
            height: 1px;
            background-color: #000000;
            display: block;
        }
        .btn-menu-trigger span:first-child{
            position: absolute;
            left: 0;
            top: 3px;
        }
        .btn-menu-trigger span:last-child{
            position: absolute;
            left: 0;
            bottom: 3px;
        }
    #header .flex{
        justify-content: space-between;
    }
    .smp-nav{
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 99;
        background-color: #cbd4d8;
        padding: 54px 0px 0;
        font-size: 2.4rem;
    }
    .smp-nav ul{
        margin-left: 0;
        margin-top: 30px;
        border-top: 1px solid #bcbcbc;
    }
    .smp-nav ul li{
        margin-top: 0px;
        margin-left: 0;
        font-size: 1.8rem;
        padding: 15px 30px;
        border-bottom: 1px solid #bcbcbc;
    }
    .smp-nav ul li a{
        border-bottom: 0px;
    }

    .active span:first-child {
        -webkit-transform: translateY(4px) rotate(-30deg);
        transform: translateY(4px) rotate(-30deg);
    }

    .active span:last-child{
        -webkit-transform: translateY(-4px) rotate(30deg);
        transform: translateY(-4px) rotate(30deg);
    }
}

/*===============================================
breakpoint:800
===============================================*/
@media screen and (max-width: 600px){

    dl{
        margin-bottom: 15px;
    }
    dt{
        width: 100%;
        float: none;
        font-weight: bold;
    }
    dd{
        padding-left: 0px;
    }
    dl.wide-l dt{
        width: 100%;
    }
    dl.wide-l dd{
        padding-left: 0px;
    }
    .contents_primary ul{
        margin-left: -2.8%;
        margin-bottom: 60px;
    }
    .contents_primary ul li{
        width: 47.1%;
        margin-left: 2.9%;
        height: auto;
        float: left;
        margin-bottom: 30px;
    }
        .contents_primary ul li img.view_h{
            width: 70%;
            margin: 0 auto;
            display: block;
        }
    .contents_primary ul li:nth-child(3n+1){
        clear: none;
    }
    .contents_primary ul li:nth-child(2n+1){
        clear: left;
    }
}




