@charset "UTF-8";
/*
font-family: 'Forum', cursive;
font-family: 'Noto Sans JP', sans-serif;
*/
body *{
    font-family: 'Forum', cursive ,'Noto Sans JP', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #232323;
}
body{
    background-color: #fbfaf9;
}
.wrap{
    width: 100%;
    min-width: 1200px;
}
.inner{
    width: 1200px;
    margin: 0 auto;
}

.fixbar{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    z-index: 10;
}
.fixbar figure{}
.fixbar figure a{
    display: none;
}
.fixbar figure a h1{
    font-size: 36px;
}
.fixbar > ul{position: absolute;top: 0;left: -100%;background-color: #fff;width: 100%;text-align: center;padding: 50px 0px;}
.fixbar > ul.is-active{
    left: 0;
    z-index: 10;
}
.fixbar > ul li{}
.fixbar > ul li a{
    font-size: 26px;
    padding: 20px 0;
    display: block;
}
.fixbar > ul li > ul{}
.fixbar > ul li > ul li{}
.fixbar > ul li > ul li a{
    font-size: 20px;
    padding: 10px 0;
}

.fixbar .menu-btn{display: block;width: 40px;height: 40px;z-index: 30;position: relative;}
.fixbar .menu-btn span{display: block;height: 2px;width: 20px;background-color: #333;position: absolute;left: 10px;}
.fixbar .menu-btn span:nth-of-type(1){
    top: 10px;
}
.fixbar .menu-btn span:nth-of-type(2){
    top: 18px;
}
.fixbar .menu-btn span:nth-of-type(3){
    top: 26px;
}


.fv{
    padding: 400px 0;
    background-image: url(../img/mv.png);
    background-size: cover;
    background-position: center center;
}
.fv .inner{}
.fv h2{
    font-size: 44px;
    letter-spacing: 0.3em;
    padding-left: 100px;
}
.fv h3{font-size: 24px;padding-left: 100px;}

.index_content_01{
    padding: 150px 0 50px;
}
.index_content_01 h2{
    text-align: center;
    font-size: 44px;
    margin-bottom: 100px;
}
.index_content_01 p{
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 100px;
}

.index_content_02{
    border-top: solid 1px #232323;
    border-bottom: solid 1px #232323;
}
.index_content_02 .content-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-right: solid 1px #232323;
}
.index_content_02 .content-box figure{
    width: 18%;
    border-right: solid 1px #232323;
    border-left: solid 1px #232323;
    padding: 15px;
    margin: 0;
}
.index_content_02 .content-box figure img{
    width: 100%;
}
.index_content_02 .content-box .text{
    width: 32%;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
.index_content_02 .content-box .text:nth-of-type(1){
    align-content: flex-start;
}
.index_content_02 .content-box .text:nth-of-type(2){
    align-content: space-between;
}
.index_content_02 .content-box .text h3{
    font-size: 30px;
    letter-spacing: 0.3em;
    width: 100%;
    margin-bottom: 30px;
}
.index_content_02 .content-box .text ul{margin-left: 20px;}
.index_content_02 .content-box .text ul li{
    margin-bottom: 15px;
}
.index_content_02 .content-box .text ul li a{}
.index_content_02 .content-box .text ul li a::after{
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px #232323;
    border-right: solid 2px #232323;
    transform: rotateZ(45deg);
    margin-left: 10px;
    position: relative;
}
.index_content_02 .content-box .text > p{
    width: 100%;
    text-align: right;
}
.index_content_02 .content-box .text > p a{
    font-size: 14px;
}

footer{}
footer .nav .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}
footer .nav{
    margin-top: 100px;
}
footer .nav .rogo{}
footer .nav .rogo a{}
footer .nav .rogo a h1{
    font-size: 30px;
}
footer .nav .insta{}
footer .nav .insta a{}
footer .nav .insta a img{}
footer .copy{
    border-top: solid 1px #232323;
    padding: 10px 0;
}
footer .copy p{
    text-align: center;
}
footer .copy .inner p{}

/*subページ*/
.sub .fixbar{
    background-color: #fff;
}
.sub main{
    margin-top: 66px;
}
.sub .sub-ttl{
    padding: 150px 0;
}
.sub .sub-ttl h2{
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.2em;
}
.sub .sub-ttl h3{
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.2em;
}

/*works*/
.works_content_01{}
.works_content_01 .works-sort-ttl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 100px;
}
.works_content_01 .works-sort-ttl li{}
.works_content_01 .works-sort-ttl li a{
    margin: 0 20px;
}
.works_content_01 .works-sort-ttl li a.select{
    color: #999;
}
.works_content_01 .works-colum{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
}
.works_content_01 .works-colum li{
    width: 28%;
    margin-right: 8%;
    margin-bottom: 50px;
}
.works_content_01 .works-colum li:nth-of-type(3n){
    margin-right: 0;
}
.works_content_01 .works-colum li figure{
    margin-bottom: 20px;
}
.works_content_01 .works-colum li figure img{
    width: 100%;
}
.works_content_01 .works-colum li p{
    font-size: 25px;
}

.move_btn_area{
    text-align: center;
}
.move_btn_area a{
    margin: 0 20px;
}
.move_btn_area a.more{}
.move_btn_area a.back{
}
.move_btn_area a.next{
}
.move_btn_area a.more::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    margin-left: 10px;
}
.move_btn_area a.back::before{
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background-image: url(../img/arrow-left.svg);
    background-repeat: no-repeat;
    margin-right: 10px;}
.move_btn_area a.next::after{
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    margin-left: 10px;
}

.item-detail{
    width: 800px;
    margin: 0 auto 100px;
}
.item-detail .main-visual{
    margin-bottom: 150px;
}
.item-detail .main-visual img{
    width: 100%;
    height: auto;
}
.item-detail dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item-detail dl dt{
    width: auto;
}
.item-detail dl dt h2{
    font-size: 30px;
    border-top: solid 1px #232323;
}
.item-detail dl dd{
    width: 80%;
    margin-bottom: 40px;
}
.item-detail dl dd h3{
    font-size: 30px;
}
.item-detail dl dd h3 span{font-size: 0.5em;}
.item-detail dl dd p{
    line-height: 2.5em;
}
.while-visual-area{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 200px;
}
.while-visual-area figure{position: relative;}
.while-visual-area figure.visual-01{margin-right: 130px;width: 350px;}
.while-visual-area figure.visual-02{margin-top: 100px;width: 350px;}
.while-visual-area figure.visual-03{
    margin-left: 100px;
    margin-top: 100px;
    width: 500px;
}
.while-visual-area figure.visual-04{
    width: 500px;
    margin-top: 200px;
    margin-left: 100px;
}
.while-visual-area figure img{
    width: 100%;
    height: auto;
}

.works-ttl{
    text-align: center;
    padding: 200px 0 50px;
    FONT-VARIANT: JIS04;
}
.works-ttl h2{
    font-size: 40px;
    letter-spacing: 0.2em;
}

.flow{
    text-align: center;
}
.flow::before{
    content: "";
    width: 1px;
    display: block;
    height: 400px;
    background-color: #232323;
    left: 50%;
    position: relative;
    margin: 300px 0;
}
.flow h2{
    font-size: 40px;
    margin-bottom: 100px;
}
.flow figure{
    text-align: center;
    margin-bottom: 100px;
}
.flow figure img{}
.flow .pcnone{
    display: none;
}
.flow .spnone{
    display: inline;
}

.about-lead{}
.about-lead::before{
    content: "";
    width: 1px;
    display: block;
    height: 400px;
    background-color: #232323;
    left: 50%;
    position: relative;
    margin: 0 0 100px;
}
.about-lead::after{
    content: "";
    width: 1px;
    display: block;
    height: 400px;
    background-color: #232323;
    left: 50%;
    position: relative;
    margin: 100px 0 0;
}
.about-lead figure{
    text-align: center;
    margin-bottom: 100px;
}
.about-lead figure img{}
.about-lead p{
    text-align: center;
    line-height: 2.5em;
    font-size: 18px;
}

.about_content_02{
    border-top: solid 1px #232323;
    border-bottom: solid 1px #232323;
    margin-bottom: 100px;
}
.member-area{
    border-left: solid 1px #232323;
    border-right: solid 1px #232323;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.member-area .human{
    width: 50%;
}
.member-area .human:nth-of-type(1){
    border-right: solid 1px #232323;
}
.member-area .human h2{
    border-bottom: solid 1px #232323;
    padding: 10px 30px;
}
.member-area .human h3{
    border-bottom: solid 1px #232323;
    padding: 30px 30px;
    font-size: 26px;
}
.member-area .human figure{
    text-align: center;
    margin: 0 100px;
    border-left: solid 1px #232323;
    border-right: solid 1px #232323;
    padding: 40px 0;
}
.member-area .human figure img{
    max-width: 100%;
}
.member-area .human p{
    border-top: solid 1px #232323;
    padding: 20px 30px;
}
.member-area .human p span{
    font-size: 0.8em;
}


.contact-form{
    margin-bottom: 100px;
}
.contact-form::before{
    content: "";
    width: 1px;
    display: block;
    height: 400px;
    background-color: #232323;
    left: 50%;
    position: relative;
    margin: 0 0 100px;
}

.contact-form h2{
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
}
.contact-form dl{
    width: 800px;
    margin: 0 auto;
}
.contact-form dl dt{}
.contact-form dl dd{
    border-bottom: solid 1px #232323;
    height: 40px;
    margin-bottom: 20px;
}
.contact-form dl dd:last-of-type{height: 200px;}
input, select {
    -webkit-appearance: none;
    appearance: none;
  }
.contact-form input[type="submit"]{
    border: none;
    margin: 50px auto 0;
    display: block;
    padding: 10px 100px;
    border-radius: 5px;
    background-color: #888;
    color: #fff;
    font-size: 24px;
    width: auto;
    height: auto;
}
.sp-foot-nav{
    display: none;
}

span.more::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    margin-left: 10px;
}

.over{
    display: none;
}

.active .over{
    display: block;
}

.move_btn_area_s{
    text-align: center;
    width: 150px;
}

.move_btn_area_s span.back{
    width: 150px;
    display: block;
    padding: 0 0 0 30px;
    position: absolute;
    bottom: -15%;
    left: 32%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 9;
    cursor: pointer;
}

.move_btn_area_s span.back::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background-image: url(../img/arrow-left.svg);
    background-repeat: no-repeat;
    margin-right: 10px;
    position: absolute;
    bottom: 6px;
    left: 0;
}

.move_btn_area_s span.next{
    width: 150px;
    display: block;
    padding: 0 30px 0 0;
    position: absolute;
    bottom: -15%;
    right: 30%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 9;
    cursor: pointer;
}

.move_btn_area_s span.next::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    margin-left: 10px;
}
.sub .fixbar figure a{
    display: inline-block;
}

.text-area{
    margin-bottom: 150px;
}
.text-area h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 1.7em;
}
.text-area p{
    text-align: center;
    font-size: 18px;
    line-height: 2.5em;
}

.privacy-text{}
.privacy-text h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.privacy-text p{
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.mw_wp_form .error {
    display: inline-block;
    float: right;
}

.slide_content{
    width: 80%;
    margin: auto;
}

/* 全体のスタイル */
.swiper-container {
	width: 100%;
}
/* スライドの設定 */
.swiper-slide {
	display: flex;
    flex-wrap: wrap;
}
/* スライド内のdivに対する設定 */
.swiper-slide div {
    width: 28%;
    margin-bottom: 50px;
}

.swiper-slide div:nth-child(3n-1){
    margin: 0 8%;
}

.swiper-slide div:nth-child(4n+1) {
}
.swiper-slide div:nth-child(4n+2) {
}
.swiper-slide div:nth-child(4n+3) {
}
.swiper-slide div:nth-child(4n+4) {
}

.single img{
    width: 100%;
}
.single p{
font-size: 25px;
}

main.slide_main{
    width: 100%;
    overflow: hidden;
}

.slide_content{
    position: relative;
    padding-bottom: 100px;
}

.slide_content .prev{
    width: 110px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 0 0 0 60px;
    cursor: pointer;
    text-align: right;
}

.slide_content .prev::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background-image: url(../img/arrow-left.svg);
    background-repeat: no-repeat;
    margin-right: 10px;
    position: absolute;
    bottom: 6px;
    left: 0;
}

.slide_content .next{
    width: 110px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background-position: right;
}

.slide_content .next::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 10px;
    background-image: url(../img/arrow-right.svg);
    background-repeat: no-repeat;
    margin-left: 10px;
    background-position: right;
}

.swiper-pagination{
    bottom: 75px !important;
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 20px !important;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #000 !important;
  height: 8px !important;
  width: 8px !important;
  opacity: 0.75;
}

.top_movie{

}

.top_movie video{
    width: 100%;
}