@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    -webkit-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
img {
    display: block;
}
* {
    margin: 0;
    box-sizing: border-box;
}
ul, ol {
    padding: 0;
}
ul li,
ol li{
    list-style-type: none;
}
a {
    text-decoration: none;
}


div#loader-bg {
        z-index: 99;
}
#loader-bg {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #FFF;
z-index: 1;
}
#loading{
position: absolute;
left: 47.5%;
top: 43%;
}
#top {
    width: 100%;
    position: relative;
}
#top .movie {
        overflow: hidden;
    z-index: -2
}
#top .movie video {
    height: auto;
    width: 100%;
    display: block;
}
.logo {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#home {
}
#home header .btn {
    position: fixed;
    width: 36px;
    height: 36px;
    top: 30px;
    right: 30px;
    z-index: 30032;
    display: block;
}
#home header img {
    width: 100%;
    height: auto;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
    position: fixed;
  width: 35px;
  height: 36px;
    top: 25px;
    right: 30px;
    z-index: 30032;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 16px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 45px;
    height: 45px;
    margin: -27px 0 0 -27px;
  border-radius: 50%;
  border: 4px solid transparent;
  transition: all .75s;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}
.menu-trigger.active::after {
  -webkit-animation: circle .4s .25s forwards;
  animation: circle .4s .25s forwards;
}
@-webkit-keyframes circle {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    -webkit-transform: rotate(-680deg);
  }
}
@keyframes circle {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-680deg);
  }
}

body.page header {
    padding: 10px 30px 20px;
    background-color: #000;
    position: relative;
}
body.page header p img {
    width: 240px;
    height: auto;
}
body.page .btn {
    position: fixed;
    top: 20px;
    right: 30px;
    width: 36px;
    height: 36px;
    z-index: 30032;
    display: block;
}
body.page .btn.close img{
    display: none;
}
.menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    z-index: 10033;
    transform: translateX(100%);
}
.menu.active {
    display: block;
    transform: translateX(0);
    transition: all ease-out .4s;
}
#home header .btn.close img{
    display: none;
}
.close::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #b7b7b7;
    top: 17px;
    left: 1px;
    transform: rotate(45deg);
} 
.close::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #b7b7b7;
    top: 17px;
    left: 1px;
    transform: rotate(135deg);
} 
.menu ul {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10%;
}
.menu li {
    margin-bottom: 30px;
    transform: translateX(150%);
    transition: all .1s;
}
.menu li.active {
    transform: translateX(0);
    transition: ease-out .4s;
}
.menu li:last-of-type {
    margin-top: 60px;
    margin-bottom: 0;
}
.menu li p{
    font-size: 96px;
    line-height: 1;
    font-weight: bold;
    color: #b7b7b7;
}
.menu li p.st {
    font-size: 28px;
    font-weight:normal;
    margin-bottom: 0px;
}

.blk .img {
    transform: translateX(-200%);
    opacity: 0;
}
.blk .img.active {
    transform: translateX(0);
    transition: all ease 1s;
    opacity: 1;
}
.blk p.s-p {
    transform: translateX(190%);
    opacity: 0;
}
.blk p.s-p.active {
    transform: translateX(0);
    transition: all ease 1s;
    opacity: 1;
}
.bbk {
    transform: translateX(200%);
    opacity: 0;
}
.bbk.active {
    transform: translateX(0);
    transition: all ease 1s;
    opacity: 1;
}
.s-img {
    transform: translateY(50px);
    opacity: 0;
}
.s-img.active {
    transform: translateY(0);
    opacity: 1;
    transition: all ease 1s;
}

h1 img {
    width: auto;
    height: 130px;
}
.inner {
    width: 1366px;
    margin: auto;
    position: relative;
}
section {
    overflow: hidden;
}
section#paint {
    background: linear-gradient(to bottom, #b7b7b7, #b7b7b7 50%, #000 50%, #000);
    padding-bottom: 215px;
    background-color: #000;
}
section#art {
    background: linear-gradient(to bottom, #b7b7b7, #b7b7b7 50%, #000 50%, #000);
    padding-bottom: 215px;
}
#contact {
    background-color: #b7b7b7;
    padding-bottom: 215px;
}
#contact .inner {
    padding-top: 270px;
}
.blk {
    width: 1080px;
    margin: auto;
    padding-top: 90px;
    text-align: center;
    position: relative;
}
.blk .img {
    position: absolute;
    top: 0;
    left: -9%;
    width: 60%;
}
.blk p {
    text-align: right;
    line-height: 2;
    font-size: 20px;
    margin: 0 auto 140px;
    font-weight:500;
    letter-spacing: 2px
}
.blk a.btn {
    display: inline-block;
    margin: 80px auto 0;
    border: 1px solid #fff;
    background-color: #000;
    color: #fff;
    padding: 17px 75px;
}
.blk a.btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    transition: all .3s;
}
.blk a.btn p{
font-weight: 600;
    color: #fff;
}
.blk a.btn:hover p {
    color: #000;
}
.blk a p {
    margin-bottom: 0;
    line-height: 1
}
.blk img {
    width: 100%;
}
.bbk {
    position: absolute;
    right: -6%;
    top: 230px;
}
section#paint .sp-view,
section#art .sp-view {
    display: none;
}
#contact h2 {
    font-size: 35px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px;
}
section#contact .inner {
    width: 1366px;
    margin: auto;
}
#contact .blk {
    width: 760px;
    padding-top: 0;
}
#contact .blk p {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5
}
#contact table {
    border-spacing: 0;
}
#contact th {
    font-size: 20px;
    text-align: right;
    padding-right: 20px;
    vertical-align: top;
    padding-top: 8px;
    font-weight: 500;
    color: #434343
}
#contact td {
    text-align: left;
    padding-bottom: 30px;
}
#contact select {
    width: 360px;
    height: 40px;
    border: 1px solid #707070;
}
#contact select option {
    width: 360px;
    height: 40px;
    font-size: 18px;
}
#contact input {
    width: 360px;
    height: 40px;
    padding: 5px 10px;
    font-size: 18px;
    border: 1px solid #707070;
}
#contact textarea {
    width: 510px;
    height: 290px;
    resize: none;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #707070;
}
#contact button {
    width: 250px;
    height: 54px;
    margin: 80px auto 0;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    padding: 12px 75px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px
}
#contact button:hover {
    background-color: #000;
    color: #fff;
    transition: all .3s;
}
#footer {
    background-color: #000;
    color: #fff;
}
section#footer .inner {
    width: 1080px;
    margin: auto;
    padding: 17px 0 70px;
}
#footer .inner div.sp-view {
    display: none;
}
#footer .inner div {
    display: inline-block;
    vertical-align: top;
}
#footer .inner div:last-of-type {
    float: right;
}
#footer .inner div ul {
    padding-top: 13px;
    font-size: 0;
}
#footer .inner div ul li {
    display: inline-block;
    font-size: 12px;
    margin-left: 30px;
}
#footer .inner div ul li a {
    color: #fff;
}
footer {
    margin-top: 12px;
    padding-left: 5px;
    font-size: 11px;
}
.top {
    height: 190px;
    width: 100%;
    position: relative;
}
.top h1 {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.top h1 img {
    width: 333px;
    height: auto;
}
#art .top {
    background-image: url(img/art-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#paint .top {
    background-image: url(img/paint-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.page .inner {
    width: 100%;
}
#paint h2 {
    text-align: center;
    margin-bottom: 70px;
}
#paint h2 img {
    margin: auto;
}
.blk-top {
    padding-top: 50px;
    text-align: center;
    background-image: url(img/bg-t.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: contain;
    padding-bottom: 90px;
    background-color: #d0d0d0;
}
.blk-top p {
    line-height: 2.8;
    font-size: 20px;
    margin-bottom: 35px;
}
.blk-top p br.pc-hide {
    display: none;
}
.blk-w {
    width: 1000px;
    margin: auto;
    padding-top: 125px;
    padding-bottom: 155px;
}
.blk-in {
    font-size: 0;
    width: 1366px;
    margin: auto;
    background-image: url(img/p-bg.png);
    background-position: right 550px top;
    background-repeat: no-repeat;
    background-size: 860px auto;
}
.bg-g {
    background-color: #b7b7b7;
}
.blk-in .tx-b,
.blk-in .img-b {
    display: inline-block;
    vertical-align: top;
}
.blk-in .tx-b {
    width: 360px;
    padding-top: 75px;
    margin-right: 30px;
}
.blk-in .tx-b h3 {
    font-size: 21px;
    margin-bottom: 35px;
    line-height: 1.5;
}
.blk-in .tx-b h4 {
    font-size: 21px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    line-height: 1.4;
    padding-bottom: 15px;
    margin-bottom: 22px;
}
.blk-in .tx-b p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .7px;
    text-align: justify;
}
.blk-in .img-b {
    width: 610px;
}
.blk-in .img-lt {
    margin-top: 55px;
}
.blk-in .img-lt img {
    display: inline-block;
    margin-right: 18px;
    margin-top: 7px

}

.page #contact {
    background-color: #d0d0d0;
    background-image: url(img/bg-b.png);
    background-repeat:repeat-x;
    padding-top: 300px;
    background-size: contain;
}
.page #contact .inner {
    width: 900px;
    background-image: url(img/contact.png);
    background-size: auto;
    background-repeat: no-repeat;
}


#home #contact .img {
    position: absolute;
    top: 0;
    left: 2%;
    width: 46%;
    transform: translateX(-200%);
}
#home #contact .img.active {
    transform: translateX(0%);
    transition: all ease .5s;
}
#home #contact h2 {
    transform: translateY(50px);
    opacity: 0;
}
#home #contact h2.active {
    transform: translateY(0px);
    opacity: 1;
    transition: all ease .5s;
}
#home #contact .blk {
    transform: translateY(50px);
    opacity: 0;
}
#home #contact .blk.active {
    transform: translateY(0px);
    opacity: 1;
    transition: all ease .5s;
}

.out-link{width: 100%;
    background-color:#b7b7b7;
    margin: 0 auto;}
    .out-link img{
    margin: 0 auto;
 width:300px}
    .outlink-btn{color: none;
        background: none;
        background-color: none;
    margin: 0 auto;}
#page-top {
    position: fixed;
    opacity: 0;
    right: 25px;
    bottom: 25px;
    transition: all ease .5s;
}
#page-top.hd {
    opacity: 1;
    transition: all ease .5s;
}
#page-top.ft {
    bottom: 185px;
}
#page-top a {
    display: block;
    width: 100%;
    height: 100%;
}
#page-top img {
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 1350px) {
               #home header .btn {
    position: fixed;
    width: 36px;
    height: 36px;
    top: 13px;
    right: 13px;
    z-index: 30032;
    display: block;
}
    
    
    
    
    section#contact .inner,
    .inner,
    .blk-in {
        width: 95%;
    }
}
@media screen and (max-width: 1080px) {
    
           #home header .btn {
    position: fixed;
    width: 36px;
    height: 36px;
    top: 13px;
    right: 13px;
    z-index: 30032;
    display: block;
}
   
    
    .blk,
    #contact .blk,
    section#footer .inner,
    .page #contact .inner {
        width: 85%;
    }
    
    .blk .img {
        width: 50%;
    }
    .blk-w {
        width: 85%;
        padding-bottom: 125px;
    }
    
    .blk-in {
    font-size: 0;
    max-width: 1000px;
    margin: auto;
    background-image: url(img/p-bg.png);
    background-position: right 300px top;
    background-repeat: no-repeat;
    background-size: 860px auto;
}
    
    
    
    .blk-in .tx-b {
        width: 40%;
        margin-right: 3%;
        padding-top: 50px;
    }
    .blk-in .img-b {
        width: 57%;
        
    }
    
    
    .blk-in .img-b img {
        width: 100%;
    }
    .blk-in .img-lt {
        font-size: 0;
    }
    .blk-in .img-lt img {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .blk-in .img-lt img:nth-of-type(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 800px) {
    h1 img {
        height: 100px;
    }
       #home header .btn {
    position: fixed;
    width: 36px;
    height: 36px;
    top: 13px;
    right: 13px;
    z-index: 30032;
    display: block;
}
    
    #top .movie video {
        height: 100vh;
        width: auto;
    }
    
    section#paint .inner {
        padding-top: 180px;
    }
    section#art .inner {
        padding-top: 180px;
    }
    #contact .inner {
        padding-top: 230px;
    }
    #contact .blk {
        width: 100%;
        text-align: center;
    }
    #contact table {
        margin: auto;
        width: 500px;
    }
    #contact th {
        display: block;
        font-size: 16px;
        text-align:left;
    }
    #contact td {
        display: block;
        text-align: center;
    }
    #contact select,
    #contact input,
    #contact textarea {
        width: 100%;
    }
    section#paint {
        position: relative;
    }
    section#paint .inner {
        position: static;
    }
    section#art {
        position: relative;
    }
    section#art .inner {
        position: static;
    }
    #paint h2 img {
        width: 100%;
    }
    .blk {
        position: static;
    }
    .bbk {
        top: 420px;
        right: 0;
    }
    .blk-top p {
        line-height: 2;
        margin-bottom: 0;
    }
    .blk-top p br {
        display: block;
    }
    .blk .img {
        position: absolute;
        top: 0;
        left: 0%;
        width: 70%;
    }
    #home #contact .img {
        width: 75%;
    }
     .blk-in {
        width: 100%;
        background-position: top 0px right 0px ;
    }
    
    
    .blk-in .tx-b, .blk-in .img-b {
        display: block;
        width: 100%;
    }
    .blk-in .tx-b h3,
    .blk-in .tx-b h4 {
        text-align: center;
    }
    .blk-in .tx-b p {
        margin-bottom: 20px;
        text-align: justify;
    }
    .blk-in .img-b img {
        width: 100%
    }
    .menu li {
        margin-bottom: 35px;
    }
    .menu li:last-of-type {
        margin-top: 60px;
    }
    .menu li p {font-weight: bold;
        font-size: 56px;
    }
    .menu li p.st {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
}
@media screen and (max-width: 600px) {
    #top .movie{
        overflow: hidden;
    }
    #top .movie video {
        height: 100vh;
        width: auto;
    }
    #home header {
        top: 20px;
        right: 20px;
    }
    #home header img {
        width: 30px;
        height: auto;
    }
    
   
    #home header .btn {
    position: fixed;
    width: 36px;
    height: 36px;
    top: 15px;
    right: 12px;
    z-index: 30032;
    display: block;
}
    
    img {
        width: 100%;
        height: auto;
    }
    h1 img {
        width: 100%;
        height: auto;
        margin: auto;
    }
    .bbk {
        top: 110px;
            right: 0%;

    }

    
    .bbk img {
        height: 45px;
        width: auto;
    }
    section#paint .pc-view,
    section#art .pc-view {
        display: none;
    }
    section#paint .sp-view,
    section#art .sp-view {
        display: block;
    }
    

    
     section#contact .inner,
    .inner,
    .blk-in {
        width: 100%;
    }
    
    
    
    .blk {
        padding-top: 0;
    }
    
    .blk-top {
    padding: 65px 3% 90px;
    text-align: left;
    background-image: url(img/bg-t.png);
    background-position: bottom center;
    background-repeat: repeat-x;
    background-size: contain;
    background-color: #d0d0d0;
}
    .blk-top p br {
        display: none;
    }
    .blk-top p br.sp-view {
        display: block;
    }
    
    
    .blk p {
        text-align: left;
        font-size: 17px;
        margin-bottom: 40px;
    }
    .blk a.btn {
        padding: 10px 50px;
    }
    #contact h2 {
        font-size: 22px;
    }
    #contact .blk {
        width:100%;
    }
    #contact .blk p {
        font-size: 18px;
    }
    
    
    #contact .blk {
    width: 90%;
    padding-top: 0;
}
    
    
  
    #contact table {
        width:90%;
    }
    
    #contact tr {
        display: block;
        text-align: left;
    }
    
    
    #contact th {
        display: block;
        text-align: left;
        font-size: 16px;
    }
    #contact td {
        display: block;
        margin-bottom: -20px
    }
    #contact select,
    #contact input {
        width:  100%;
        height: 35px;
        font-size: 16px;
    }
    #contact textarea {
        width: 100%;
        height: 350px;
        font-size: 16px;
    }
    #footer .inner div {
        display: block;
        text-align: center;
    }
    #footer div.pc-view {
        display: none;
    }
    #footer .inner div.sp-view {
        display: block;
        margin-bottom: 30px;
    }
    #footer .inner div ul li {
        font-size: 10px;
        margin-left: 20px;
    }
    #footer .inner div ul li:first-of-type {
        margin-left: 0;
    }
    #footer .inner div img {
        width: 75%;
        margin: auto;
    }
    footer {
        text-align: center;
        font-size: 10px;
    }
    
    body.page header p img {
        width: 150px;
        margin: auto;
    }
    body.page .btn {
        right: 20px;
        top: 10px;
        width: 30px;
        height: 30px;
    }
    .close::before {
        width: 32px;
        left: 0;
    }
    .close::after {
        width: 32px;
        left: 0;
    }
    body.page .btn img {
        width: 30px;
        height: auto;
        display: block;
    }
    .top {
        height: 120px;
    }
    #paint .top {
        background-size: auto 100%;
        background-position: center center;
    }
    #art .top {
        background-size: auto 100%;
        background-position: center center;
    }
    .top h1 img {
        width: 100%;
    }
    .blk-top p {
        font-size: 16px;
    }
    .blk-in {
        width: 100%;
        background-position: top 50px right 0px ;
            background-size: 650px auto;
    }
    
    .bg-g {
    background-color: #b7b7b7;
      padding-top:50px;
        padding-bottom: 100px
        
}
    
 
    
    
    .blk-in .tx-b, .blk-in .img-b {
        display: block;
    }
    .blk-in .img-b {
        width: 100%;
    }
    .blk-in .img-lt {
        margin-top:-7px;
    }
    .blk-in .img-lt img {
        width: 33.33%;
        margin-right: 0;
        margin-bottom: 0;
           margin-top: 0px

    }
    
  .blk-in .tx-b {
        width: 100%;
  
    }
    .blk-in .tx-b h3,
    .blk-in .tx-b h4 {
        text-align: center;
    }
    .blk-in .tx-b p {
        margin-bottom: 60px;
        font-size: 16px;
    }
    
    .close {
        top: 20px;
        right: 20px;
    }
    .menu li {
        margin-bottom: 30px;
    }
    .menu li:last-of-type {
        margin-top: 60px;
    }
    .menu li p {
        font-size: 36px;
    }
    .menu li p.st {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .page section#contact .inner {
        background-position: top left 0px;
    }
    

}
@media screen and (max-width: 375px) {
    .blk-top p {
        font-size: 14px;
    }
}