html
{
    font-size: 62.5%;
    overflow-x:hidden;
}
body
{
    width: 100%;
    margin: 0 auto;
    color:#666;
    font-family: a-otf-ryumin-pr6n, serif;
}
.close
{

}
.sp
{
    display: none;
}
li
{
    list-style:none;
}
a
{
    text-decoration: none;
    color: #666;
}
header
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
    margin: 0 auto;
    width:100%;
    height: 10rem;
    z-index:400;
    background-color: #fff;
    max-width: 980px;
}
.header-logo img
{
    margin: 2.6rem 0 0 3.7rem;
    width: 11.5rem;
    height: 3.7rem;
}
.header-list
{
    margin-top: 2.9rem;
    margin: 2.9rem 3.8rem 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
    width: 60%;
}
.header-list li
{
    display: inline;
    font-size: 12px;
}

header a
{
    color: #666;
}
.show-icon
{
    position:absolute;
    top: 20px;
    right: 25px;
    width: 40px;
    height: 39px;
    z-index: 300;
    display: none;
}
.humburger-line
{
    position: absolute;
    right: 7px;
    width: 25px;
    height: 3px;
    background-color: #111;
    transition:all .6s;
    z-index:300;
}
.line-1
{
    top: 9px;

}
.line-2
{
    top:17px;
}
.line-3
{
    top: 25px;
}
.show-li
{
    background-color:rgba(255,255,255,.9);
    position: absolute;
    right:-30vw;
    font-weight: normal;
    color: #111;
    height:100vh;
    width: 30vw;
    margin: 0 auto;
    z-index:200;
    font-size: 14px;
    position: fixed;
}
.show-li li
{
    margin-top: 30px;
}
.show-li li:first-child
{
    margin-top: 10rem;
}
.swiper-container
{
   margin:0 auto;
   width:90rem;
   height:42rem;
}
.swiper-container .swiper-slide img
{
    width:100%;
    height: 100%;
    overflow:hidden;
 /* この一行を追加するだけ！ */
}

#slide {
    width:100%;
    margin:0 auto;
    position:relative;
}
#slide ul {

}
#slide img {
    position:absolute;
    left:0;
    top:0;
    object-fit: cover;
}

.work-wrapper
{
    margin: 9rem 4rem 0;
}

.heading
{
    border-bottom:1px dashed #333;
    border-left:7px solid #333;
    padding-left: 1.2rem;
    font-size: 2.4rem;
    font-weight: normal;

}
.index-work-wrapper {
    margin: 9rem auto 0;
    width: 100%;
    max-width: 980px;
}
.index-work-wrapper .contents
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
}
.index-work-wrapper .contents .image
{
    position: relative;
    text-align: center;
}
.index-work-wrapper .contents .image img
{
    width: 100%;
    height: 100%;
}
.index-work-wrapper .contents .image .imgtext
{
    position: absolute;
    font-family: a-otf-ryumin-pr6n, serif;
    color: #fafafa;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 28px;
    opacity: 0;
        -webkit-transition: 0.5s linear;
        -moz-transition: 0.5s linear;
        -o-transition: 0.5s linear;
        transition: 0.5s linear;

}
.index-work-wrapper .contents .image:hover .imgtext {
    opacity: 1;
}
.index-work-wrapper .contents .image .works {
    color: #000;
}

.index-work-wrapper .contents .content
{
    width: 28rem;
}

.person
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin:4.5rem 4.5rem 8.4rem;
    justify-content: space-between;
    text-align: center;
}
.person a .content{
    position: relative;
}
.person img
{
}
.person a .name
{
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 1rem;
    opacity: 0;
    padding: 10px 0;
        -webkit-transition: 0.5s linear;
        -moz-transition: 0.5s linear;
        -o-transition: 0.5s linear;
        transition: 0.5s linear;
}
.person a:hover .name {
    color: #fff;
    opacity: 1;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.7);
}

.person .name p
{
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
}

.work-wrapper .contents
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 8.4rem;
    justify-content:space-between;
}
.work-wrapper .contents .image
{
    position: relative;
    text-align: center;
}
.work-wrapper .contents .image img
{
    width: 100%;
    height: 100%;
}
.work-wrapper .contents .image .imgtext
{
    position: absolute;
    font-family: a-otf-ryumin-pr6n, serif;
    color: #fafafa;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 28px;
    opacity: 0;
        -webkit-transition: 0.5s linear;
        -moz-transition: 0.5s linear;
        -o-transition: 0.5s linear;
        transition: 0.5s linear;

}
.work-wrapper .contents .image:hover .imgtext {
    opacity: 1;
}
.work-wrapper .contents .image .works {
    color: #000;
}

.work-wrapper .contents .content
{
    width: 28rem;
}
.work-wrapper .text
{
    margin-top: 2rem;
    height: 12.3rem;
}
.work-wrapper .text p
{
    font-size: 14px;
    margin:0;
}
.work-wrapper .textheading
{
    font-size: 18px !important;
}
.youtube{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin:4.5rem 8.5rem 2.4rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.youtube .content{
    text-align: center;
    margin-bottom: 2em;
}
.youtube .content img{
    width: 360px;
}
.youtube p{
    font-size: 14px;
    margin-top: -1em;
}
.about-wrapper
{
    margin: 9rem auto 0;
    max-width: 980px;
}
.about-wrapper .content
{
    margin-left: 3rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 14px;
}
.about-wrapper .name
{
    flex-basis:18.265%;
}
.about-wrapper .text
{

    flex-basis:420px;
}
.about-wrapper p
{
    margin-top: 1rem;
    margin-bottom:0;
}
.about-wrapper .sns
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 1rem;
}
.about-wrapper .sns a img
{
    width: 2rem;
    height: 2rem;
    margin-right: 2px;
}
.about-wrapper .sns a p
{
    margin:0;
    margin-right:2vw;
}
.about-wrapper .access-img
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;
    margin-top: 3.9rem;
}

.about-wrapper .studioimg img
{
    width: 100%;
    height:auto;
}
.about-wrapper .studio p
{
    margin: 0;
    margin-top: 17px;
    font-size: 14px;
}
.map
{
    width: 440px;
    height: 270px;
}
 .about-wrapper iframe
{
    width: 100%;
    height: 100%;
}
.contact-wrapper
{
    margin: 9rem auto 0;
    max-width: 980px;
}

.contact-wrapper .content
{
    margin-top: 2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
}
.contact-wrapper .content p
{
    margin: 0;
}
.contact-wrapper .content label
{

    width:31.8%;
    text-align: right;
    margin-right: 3rem;
}
.contact-wrapper .input
{
    height: 4.3rem;
    line-height:4.3rem;
}
.contact-wrapper .content input
{
    width: calc(155.82px + 30%);
    height: 4.3rem !important;
    border:1px solid #707070;
}
.contact-wrapper .textarea
{
    height: 18.1rem;
    line-height: 18.1rem;

}
.contact-wrapper .content textarea
{
     width: calc(155.82px + 30%);
    height: 18.1rem;
     border:1px solid #707070;
}
.contact-wrapper .content input[type="submit"]
{
    height: 4.3rem;
    width: 16.4rem !important;
    background-color: #efefef;
    font-size: 14px;
    letter-spacing: 14px;
    padding-left: 14px;
    text-align: center;
    color: #333;
    cursor:pointer;
}
footer
{
    margin-top: 7.5rem;
    border-top: 1px solid #DEDEDE;
    background-color: #;
    width: 100%;
}
.footer-list
{

    width: 56%;
    margin:0 auto;
    padding: 0;
    padding-top:2.4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:space-between;

}
.footer-list li
{
    display: inline;
    font-size: 14px;
}
.footer-list li a
{
    color: #333;
}
.footer-list li a:hover
{
    color: #DDD;
}
.footer-logo
{
    text-align: center;
    padding:5.5rem 0;
}
.footer-logo img
{

    width: 19.1rem;
    height: 6.1rem;
}
.form-after-wrapper
{
    margin-top: 5rem;

}
.form-after-wrapper .text
{

   width: 500px;
    margin: 50px auto 75px;
}
.form-after-wrapper .text p
{font-size: 14px;
    line-height: 28px;
    text-align: left;
    margin-top: 35px;
}
/*2nd page*/
.dnWaterfall img {
    min-height: 200px;
}
.staff-wrapper {
    margin: 0 auto 9rem;
}
.staff-wrapper .profile {
    display:flex;
}
.staff-wrapper .profile img{
    margin: 0 20px 0 0;
}
.staff-wrapper .text{
    margin-top: 50px;
    font-size: 14px;
}
.work-wrapper
{
    margin: 50px auto 0;
    width: 100%;
}

@media screen and (max-width:900px)
{

    html
    {
        font-size:50%;
    }

    .swiper-container
    {
        width: 100%;
    }
    .staff-wrapper .profile {
        padding: 0 4em 0 0;
    }

    .person, .youtube
    {
        margin-right: auto;
        margin-left: auto;
    }
    .work-wrapper .contents .image .imgtext
    {
        font-size: 6vw;
    }
    .map
    {

        height: auto;

    }
    .about-wrapper .studioimg
    {

        width: 100%;
        height: auto;
    }
}
@media screen and (max-width:759px)
{

    .sp
    {
        display: block;
    }
    .pc
    {
        display: none;
    }

    .work-wrapper .contents
    {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .staff-wrapper .profile {
        display:block;
        padding: 0 0 0 0;
    }
    .staff-wrapper .profile img{
        width: initial;
    }
    .staff-wrapper .text {
        padding: 10px;
    }
    .person .name
    {
        margin-top: 0px;
    }
    .work-wrapper .contents .image .imgtext
    {
        font-size: 58px;
    }
    .work-wrapper .contents .content
    {
        margin: 0 auto;
    }
    .work-wrapper .text
    {
        margin-top: 0;
    }
    .work-wrapper .text p
    {
        text-align: left;
    }
    .work-wrapper .textheading
    {
        text-align: center !important;
        margin-bottom:5px !important;
    }
    .about-wrapper .text
    {
        padding-left: 30px;
    }
    .about-wrapper .access-img
    {
        display: block;
        text-align: center;
    }
    .about-wrapper .access-img p
    {
        text-align:center;
        margin: 0;

    }
    .about-wrapper .access-img .studio
    {
        margin-bottom: 40px;
    }
    .map
    {

        margin: 0 auto;
    }
    .about-wrapper .studioimg
    {
        margin: 0 auto;
    }

    .contact-wrapper .content label
    {
        width: 20%;
    }
    .footer-list
    {
        width: 80%;
    }
    .youtube {
        display: block;
    }
}
@media screen and (max-width:560px)
{
    header
    {
        position: fixed;
        height: 70px;
    }
    .header-logo img
    {
        margin-top: 20px;
    }
    main
    {
        padding-top: 70px;
    }
    .index-work-wrapper .contents
    {
        display: block;
   }
    .index-work-wrapper .contents .content
    {
        width: 28rem;
        margin: 0 auto;
        text-align: center;
    }
    .work-wrapper
    {
        margin: 50px 0 0 0;
    }
    .about-wrapper
    {
        margin: 0;
    }
    .contact-wrapper
    {
        margin: 0;
    }
    .footer-list
    {
        width: 90%;
    }
    .staff-wrapper .profile img{
        width: 100%;
    }
    .person
    {
        display: block;
    }
    .person img
    {
        width: 280px;
        height: 280px;
    }
    .youtube p{
        padding-left: 2em;
    }
    .header-list
    {
        display: none;
    }
    .show-icon
    {
        display: block;
    }
    .map
    {
    width: auto;
    height: 270px;
}
.staff-wrapper {
    margin: 0 ;
}
.staff-wrapper .profile img{
    margin: 0;
}

}



img {
-webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

.info-wrapper{
    max-width: 980px;
    margin:0 auto;
    font-size: 120%;

}
/*細かなマージン*/
.mt10{margin-top:10px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mt40{margin-top:40px;}.mt50{margin-top:50px;}.mt60{margin-top:60px;}.mt70{margin-top:70px;}.mt80{margin-top:80px;}.mt90{margin-top:90px;}.mt100{margin-top:100px;}.mb10{margin-bottom:10px;}.mb20{margin-bottom:20px;}.mb30{margin-bottom:30px;}.mb40{margin-bottom:40px;}.mb50{margin-bottom:50px;}.mb60{margin-bottom:60px;}.mb70{margin-bottom:70px;}.mb80{margin-bottom:80px;}.mb90{margin-bottom:90px;}.mb100{margin-bottom:100px;}.mr10{margin-right:10px;}.mr20{margin-right:20px;}.mr30{margin-right:30px;}.mr40{margin-right:40px;}.mr50{margin-right:50px;}.mr60{margin-right:60px;}.mr70{margin-right:70px;}.mr80{margin-right:80px;}.mr90{margin-right:90px;}.mr100{margin-right:100px;}.ml10{margin-left:10px;}.ml20{margin-left:20px;}.ml30{margin-left:30px;}.ml40{margin-left:40px;}.ml50{margin-left:50px;}.ml60{margin-left:60px;}.ml70{margin-left:70px;}.ml80{margin-left:80px;}.ml90{margin-left:90px;}.ml100{margin-left:100px;}
