@charset "utf-8";



/*===============================================
　01.breakpoint 769px 〜
===============================================*/

@media print, screen and (min-width: 769px) {

main {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center
}


/*トップ　メインビジュアル・ロゴ*/
#topVisual {
    position: relative;    
    text-align: center;
}

.mainVisual {
    display: block;
    width: 100%;
    margin: 0 auto 100px auto;
    position: relative;
    height: 42rem;
    overflow: hidden;
}

.mainlogo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    margin: 0;
}

.mainlogo img {
    display: block;
    width: 56rem;
    margin: 0 auto;
}

/* メイン背景動画*/
.reel-wrap {
    width: 100%;
    height: auto;
}

.reel-wrap:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}

.reel-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
    
.reel-wrap img {
    display: none;
}



/* demoreel・moreボタン */
.btn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    z-index: 1;
}

.demoReel {
    width: 320px;
    margin-bottom: 128px;
}

.more {
    width: 240px;
}

.demoReel a {
    display: block;
    margin: 0 auto;
    padding: 14px 0;
    font-size: 24px;
    font-weight: bold;
    background-color: #fff;
    z-index: 0;
}

.more a {
    display: block;
    margin: 0 auto;
    padding: 14px 0;
    font-size: 24px;
    font-weight: bold;
}

.btn-reel {
    position: relative;
    display: inline-block;
    color: #81c7d4;
    text-decoration: none;
    transition: 0.3s;
    overflow: hidden;
}

.btn-reel:hover {
    color: #fff;
}

.btn-reel::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #81c7d4;
    transform-origin: right top;
    transform:  skewX(-30deg) scale(0,1);
    transition: transform 0.3s;
}

.btn-reel:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1,1);
}

.btn-more {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    overflow: hidden;
}

.btn-more:hover {
    color: #81c7d4;
}

.btn-more::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #fff;
    transform-origin: right top;
    transform:  skewX(-30deg) scale(0,1);
    transition: transform 0.3s;
}

.btn-more:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1,1);
}


/* メインコンテンツ 共通 */
#contents {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

#wrap {
    padding-top: 48px;
}
    
/* メインコンテンツ 更新 */
.new {
    margin: 0 auto 72px;
    text-align: center;
}


/* Top・Works メインコンテンツ配置 */
#contents .Works {
    margin-bottom: 50px;
    padding: 0;
}

#contents .works-list {
    display: inline-block;
    width: 448px;
    height: 252px;
    margin-right: 56px;
    margin-bottom: 80px;
    overflow: hidden;
    float: left;
}

#contents .works-list:nth-child(2n){
    margin-right: 0;
}

#contents li img {
    display: block;
    width: 100%;
}


/* Photo メインコンテンツ配置 */
#contents ul.Photo {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 50px;
    padding: 0;
}

#contents ul.Photo li.photo-list {
    display: inline-block;
    width: 195px;
    height: auto;
    margin-right: 60px;
    margin-bottom: 60px;
    overflow: hidden;
    background: #000;
    position: relative;
}

    #contents ul.Photo li.photo-list:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

#contents ul.Photo li.photo-list:nth-child(4n){
    margin-right: 0;
}


/* About メインコンテンツ配置 */    
.About {
    margin-top: -50px;
}

.About .about-img img {
    width: 65%;
    display: block;
    margin: 0 auto;
}

.About h2 {
    font-size: 24px;
    margin: 70px 0;
}
    
    .About h2 p {
        font-size: 16px;
    }

.About .about-textbox,.privacy {
    margin-bottom: 110px;
    line-height: 2.0;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.About .about-textbox-sp {
    display: none;
}
    
    
    /* Contact 問い合わせフォーム */
    .contact-textbox {
        margin-bottom: 80px;
        line-height: 2.0;
        font-weight: 500;
        letter-spacing: 0.02em
    }
    
    form {
        padding: 0 240px;
        display: block;
        margin: 0 auto;
        line-height: 2.0;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 110px;
    }
    
    
    
    .text-title {
        margin: 25px 0 0 0;
        text-align: left;
    }
    
    span.required {
        display: inline-block;
        padding: 3px 10px;
        margin: 0 8px;
        font-size: 14px;
        line-height: 16px;
        background: #F05E1C;
        border: 1px solid #F05E1C;
        border-radius: 10px;
    }
    
    input,
    textarea{
        box-sizing: border-box;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        width: 100%;
        margin: 5px 0;
        padding: 10px;
        font-size: 16px;
        font-family: "Nunito","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
        font-weight: 600;
        color: #000;
        border: 2px solid #78C2C4;
        border-radius: 6px;
    }
    
    textarea {
        height: 200px;
        max-width: 480px;
        line-height: 1.2;
        letter-spacing: 0.05em;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    textarea:focus{
        border: 2px solid #F05E1C;
    }
    
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        width: 120px;
        font-size: 16px;
        font-family: "Nunito","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.1em;
        margin: 25px 15px ;
        padding: 14px 0;
        border: 1px solid #fff; 
        border-radius: 10px;
        background: #81c7d4;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }
    
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        background-color: #F05E1C;
        border: 1px solid #F05E1C;
        cursor: pointer;
    }
    
    .form-btn {
        display: block;
        margin: 0 auto;
        padding: 0 240px;
    }
    
    .privacy h2 {
        font-size: 18px;
        margin: 20px auto;
        width: 240px;
        padding: 5px;
        border: 1px solid #fff;
    }
    
    .privacy ul {
        list-style: none;
    }
    
    
    /* 問い合わせフォーム　確認画面 */
    /* for table */
    #form-tbl {
        display: block;
        margin: 0 auto;
        padding: 0 200px;
    }
    
    #form, #form-error {
        width: 100%;
        max-width: 560px;
        margin-top: -40px;
        margin-bottom: 10px;
        line-height: 2.0;
        font-weight: 600;
        letter-spacing: 0.05em;
        border: 2px solid #78C2C4;
        border-collapse: separate;
        border-radius: 6px;
        border-spacing: 0;
    }
    
    #form th, #form td,
    #form-error th, #form-error td {
        border-bottom: 1px solid #78C2C4;
        padding: 10px;
    }
        
    #form th {
        color: #fff;
        white-space: nowrap;
        background: #81c7d4;
        border-right: 1px solid #78C2C4;
    }
    
    #form-error th {
        color: #fff;
        white-space: nowrap;
        background: #81c7d4;
        border-radius: 6px 0 0 6px;
    }
    
    #form td {
        color: #000;
        white-space: pre-wrap;
        background: #fff;
        text-align: left;
    }
    
    #form-error td {
        color: #000;
        white-space: pre-wrap;
        background: #fff;
        text-align: left;
        border-radius: 0 6px 6px 0;
    }
    
    #form td span.msg,
    #form-error td span.msg {
        color: #F05E1C;
    }
    
    #form tr:first-child th {
        border-radius: 6px 0 0 0;
    }
    
    #form tr:first-child td {
        border-radius: 0 6px 0 0;
    }
    
    #form tr:last-child th {
        border-bottom: none;
        border-radius: 0 0 0 6px;
    }
    
    #form tr:last-child td {
        border-bottom: none;
        border-radius: 0 0 6px 0;
    }
    
    
    
    
    /* 問い合わせフォーム　Thanks */
    .thanks {
        display: block;
        margin: 0 auto;
        margin-bottom: 80px;
        text-align: center;
    }
    
    .thanks p {
        font-size: 56px;
        font-weight: 600;
    }
    
        
    

/* ローディング時の読み込み仕様 */
#contents .fadein {
    opacity: 0;
    position: relative;
}



/******** ホバーアニメーションの設定 ********/
/* Top・Works メインコンテンツ ホバーアニメーション設定 */
.hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.hover:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
}

.hov-line {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 0;
}

.img {
    display: block;
    background: #000;
}

.hov-line::before,
.hov-line::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    background: #fff;
}

.img::before,
.img::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    transition: all 0.5s ease-in-out;
    background: #fff;
}

.hov-line:hover::before,
.hov-line:hover::after {
    width: 399px;
}

.img:hover::before,
.img:hover::after {
    height: 202px;
}

.hov-line-effect::before {
    right: 24px;
    top: 24px;
    transition-duration: 0.5s;
    z-index: 1;
}

.img::before {
    left: 25px;
    bottom: 25px;
    transition-duration: 0.5s;
    z-index: 1;
}

.hov-line-effect::after {
    left: 25px;
    bottom: 25px;
    transition-duration: 0.5s;
    z-index: 1;
}

.img::after {
    right: 24px;
    top: 24px;
    transition-duration: 0.5s;
    z-index: 1;
}


/* Photo メインコンテンツ ホバーアニメーション設定 */
#contents .img-photo-tmb {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
}


/* コンテンツのキャプション */
    .works-list .caption {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        text-align: center;
        padding: 50px;
        opacity: 0;
    }
    
    .works-list .caption:hover {
        opacity: 1;
        transition: all 0.5s ease-in-out;
    }
    
    .works-list .caption em {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        font-size: 100%;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1px;
    }

    
    
/* 各ページタイトル・カテゴリーナビゲーション */
    .page-header {
        position: relative;
        text-align: left;
        margin-bottom: 80px;
        height: 80px;
        line-height: 1;
    }
    
    .page-title {
        position: absolute;
    }
    
    .page-title span {
        font-size: 2em;
        font-weight: bold;
        letter-spacing: 1px;
        display: inline-block;
    }
    
    .form-check {
        text-align: center;
        margin-bottom: 40px;
        line-height: 1;
    }
        
    .check-title span {
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing: 1px;
    }
    
    .sub-nav {
        position: absolute;
        bottom: 0;
    }
    
    .category-nav {
        display: inline-block;
        margin-right: 24px;
    }
    
    .category-nav a {
        position: relative;
        display: inline-block;
    }
    
    .category-nav a:after {
        position: absolute;
        bottom: -10px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
    
    .category-nav a:hover:after {
        bottom: -3px;
        opacity: 1;
        visibility: visible;
    }
}


/*===============================================
　02.breakpoint 〜 768x
===============================================*/
@media print, screen and (max-width: 768px) {

main{
    padding-top: 96px;
    display: block;
    width: 100%;
    text-align: center;
}


/* トップ　メインビジュアル・ロゴ */
#topVisual {
    position: relative;    
    text-align: center;
}

.mainVisual {
    display: block;
    width: 100%;
    height: 52vw;
    margin: 0 auto 50px auto;
    position: relative;
    overflow: hidden;
}

.mainlogo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    margin: 0;
}

.mainlogo img {
    display: block;
    width: 72vw;
    margin: 0 auto;
}

/* メイン背景動画 */
.reel-wrap {
    width: 100%;
    height: auto;
}

.reel-wrap:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}

.reel-wrap video {
    display: none;
}

.reel-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}


    
/* demoreel・moreボタン */
.btn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #fff;
    z-index: 1;
}

.demoReel {
    width: 270px;
    margin-bottom: 100px;
}

.more {
    width: 210px;
}

.demoReel a {
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 20px;
    font-weight: bold;
    color: #81c7d4;
    background-color: #fff;
    z-index: 0;
}

.more a {
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 20px;
    font-weight: bold;
}



/* メインコンテンツ 共通 */
#contents {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
    
    #wrap {
        position: relative;
        top: 30px;
    }

/* メインコンテンツ 更新 */
.new {
    margin: 32px auto 50px;
    text-align: center;
}


/* Top・Works メインコンテンツ配置 */
#contents ul.Works {
    margin-bottom: 120px;
    padding: 0;
}

#contents li.works-list {
    list-style: none;
    margin-bottom: 12%;
}

#contents li.works-list img {
    display: block;
    width: 100%;
}


/* Photo メインコンテンツ配置 */
#contents ul.Photo {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 120px;
    padding: 0;
}

#contents ul.Photo li.photo-list {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5%;
    overflow: hidden;
    position: relative;
}

    #contents ul.Photo li.photo-list:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

#contents ul.Photo li.photo-list:nth-child(2n){
    margin-right: 0;
}

    #contents li.photo-list .img-photo-tmb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    #contents li.photo-list .img-photo-tmb img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        height: 100%;
    }


/* About メインコンテンツ配置 */  
.About .about-img img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.About h2 {
    font-size: 1.5em;
    margin: 50px 0;
}
    
    .About h2 p {
        font-size: 0.6em;
    }

.About .about-textbox {
    display: none;
}

.About .about-textbox-sp,.privacy {
    font-weight: 500;
    margin-bottom: 120px;
    line-height: 1.8;
    text-align: justify;
    text-justify:inter-character;
    letter-spacing: 0.05em;
}
    
    
    /* Contact 問い合わせフォーム */
    .contact-textbox {
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 1.8;
        text-align: justify;
        text-justify:inter-character;
        letter-spacing: 0.05em
    }
    
    form {
        text-align: left;
        margin-bottom: 120px;
        line-height: 1.2;
        font-weight: 500;
        letter-spacing: 0.05em;
        margin-bottom: 120px;
    }
    
    form h3 {
        text-align: center;
        margin: 25px;
    }
    
    .text-title {
        margin: 25px 0 0 0;
        text-align: left;
    }
    
    span.required {
        display: inline-block;
        padding: 3px 10px;
        margin: 0 8px;
        font-size: 14px;
        line-height: 16px;
        background: #F05E1C;
        border: 1px solid #F05E1C;
        border-radius: 10px;
    }
    
    input,
    textarea{
        box-sizing: border-box;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        width: 100%;
        margin: 5px 0;
        padding: 10px;
        font-size: 16px;
        font-family: "Nunito","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
        font-weight: 600;
        color: #000;
        border: 2px solid #78C2C4;
        border-radius: 6px;
    }
    
    textarea {
        height: 200px;
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
    
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    textarea:focus{
        border: 2px solid #F05E1C;
    }
    
    #form-tbl {
        margin: 25px auto;
    }
    
    .btn-submit {
        text-align: center;
    }
    
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        display: inline-block;
        margin: 25px 10px;
        text-align: center;
        width: 120px;
        font-size: 16px;
        font-family: "Nunito","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.1em;
        padding: 10px 0;
        border: 1px solid #F05E1C; 
        border-radius: 10px;
        background: #F05E1C;
        -webkit-appearance: none;
    }
    
    .privacy h2 {
        text-align: center;
        font-size: 18px;
        margin: 20px auto;
        width: 240px;
        padding: 5px;
        border: 1px solid #fff;
    }
    
    .privacy ul {
        list-style: none;
    }
    
    
    /* 問い合わせフォーム　確認画面 */
    /* for table */
    #form-tbl {
        display: block;
        margin: 0 auto;
    }
    
    table {
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-word;
    }
    
    #form, #form-error {
        width: 100%;
        margin-bottom: 10px;
        line-height: 1.5;
        font-weight: 600;
        letter-spacing: 0.01em;
        border: 2px solid #78C2C4;
        border-collapse: separate;
        border-radius: 6px;
        border-spacing: 0;
    }
    
    #form th, #form td,   
    #form-error th, #form-error td {
        border-bottom: 1px solid #78C2C4;
        padding: 8px;
    }
        
    #form th {
        width: 150px;
        color: #fff;
        white-space: nowrap;
        background: #81c7d4;
        border-right: 1px solid #78C2C4;
    }
    
    #form-error th {
        color: #fff;
        white-space: nowrap;
        background: #81c7d4;
        border-radius: 6px 0 0 6px;
    }
    
    #form td {
        color: #000;
        white-space: pre-wrap;
        background: #fff;
        text-align: justify;
    }
    
    #form-error td {
        color: #000;
        white-space: pre-wrap;
        background: #fff;
        text-align: justify;
        border-radius: 0 6px 6px 0;
    }
    
    #form td span.msg,
    #form-error td span.msg {
        color: #F05E1C;
    }
    
    #form tr:first-child th {
        border-radius: 6px 0 0 0;
    }
    
    #form tr:first-child td {
        border-radius: 0 6px 0 0;
    }
    
    #form tr:last-child th {
        border-bottom: none;
        border-radius: 0 0 0 6px;
    }
    
    #form tr:last-child td {
        border-bottom: none;
        border-radius: 0 0 6px 0;
    }
    
    
    /* 問い合わせフォーム　Thanks */
    .thanks {
        display: block;
        margin: 0 auto;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .thanks p {
        font-size: 36px;
        font-weight: 600;
    }
    
    .contact-textbox p.thanks-text {
        font-size: 16px;
        text-align: center;
        padding-bottom: 50px;
    }
    
        


/* ローディング時の読み込み仕様 */
    #contents .fadein {
        position: relative;
    }

    

    
/* コンテンツのキャプション */
    .works-list .caption {
        display: block;
        margin: 5px;
        text-align: center;
    }
    
    .works-list .caption em {
        font-size: 0.9em;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 1px;
    }

/* 各ページタイトル・カテゴリーナビゲーション */
    .page-header {
        position: relative;
        text-align: left;
        margin-bottom: 25px;
    }
        
    .page-title span {
        font-size: 2em;
        font-weight: bold;
        letter-spacing: 1px;
        display: inline-block;
        line-height: 1;
        margin-bottom: 10px;
    }
    
    .form-check {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .check-title span {
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 1;
    }
    
    .sub-nav {
        position: static;
        margin-top: 10px;
    }
    
    .sub-nav ul {
        text-align: left;
    }
    
    .sub-nav .category-nav {
        display: inline-block;
        padding-right: 10px;
        margin: 0 20px 5px 0;
    }
    
    
}