@charset "utf-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

img {
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    border: 0;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 896px) {
    .img-responsive {
        display: block;
        width: 100%;
        height: auto;
    }
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    position: relative;
    line-height: 1.4;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #061F38;
    background: white;
    height: 100%;
    font-size: 1.6rem;
    line-height: 1.80769;
    letter-spacing: 2px;
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    background: transparent;
    color: #000;
    outline: none;
    vertical-align: baseline;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.sp {
    display: none;
}

@media only screen and (max-width: 896px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    html {
        font-size: 55%;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

::selection {
    background-color: #A79691;
    color: #fff;
}

/*
heading******************************/

.title_x_large {
    font-size: 4.6rem;
    font-weight: bold;
}

.title_x_large span {
    display: block;
    font-size: 2.0rem;
    font-weight: normal;
}

.title_large {
    font-size: 3.2rem;
    font-weight: normal;
}

.title_large span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

.title_medium {
    font-size: 2.4rem;
    font-weight: normal;
}

.title_small {
    font-size: 1.8rem;
    font-weight: normal;
}

/*
grid******************************/

.grid {
    letter-spacing: -.35em;
    margin: 0 -15px 0;
}

.col {
    display: inline-block;
    letter-spacing: normal;
    padding: 0 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
column******************************/

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*
reverse******************************/

.box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media only screen and (max-width: 480px) {
    .box {
        flex-direction: column;
    }

    .box:nth-child(even) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;
    }
}

.box_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .box_cont {
        flex-direction: column-reverse;
    }
}

.box_left {
    width: 40.8771%;
}

.box_right {
    width: 56.4912%;
}

/*
width******************************/

.width1 {
    width: 8.33333333333%;
}

@media only screen and (max-width: 896px) {
    .width1 {
        width: 100%;
    }
}

.width2 {
    width: 16.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width2 {
        width: 100%;
    }
}

.width3 {
    width: 25.0%;
}

@media only screen and (max-width: 896px) {
    .width3 {
        width: 100%;
    }
}

.width4 {
    width: 33.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width4 {
        width: 100%;
    }
}

.width5 {
    width: 41.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width5 {
        width: 100%;
    }
}

.width6 {
    width: 50.0%;
}

@media only screen and (max-width: 896px) {
    .width6 {
        width: 100%;
    }
}

.width7 {
    width: 58.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width7 {
        width: 100%;
    }
}

.width8 {
    width: 66.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width8 {
        width: 100%;
    }
}

.width9 {
    width: 75.0%;
}

@media only screen and (max-width: 896px) {
    .width9 {
        width: 100%;
    }
}

.width10 {
    width: 83.3333333333%;
}

@media only screen and (max-width: 896px) {
    .width10 {
        width: 100%;
    }
}

.width11 {
    width: 91.6666666667%;
}

@media only screen and (max-width: 896px) {
    .width11 {
        width: 100%;
    }
}

.width12 {
    width: 100%;
}

/*
追加******************************/

.set_center {
    text-align: center;
}

.set_left {
    text-align: left;
}

.set_right {
    text-align: right;
}

.cursor {
    cursor: pointer;
}

.title_img {
    padding-bottom: 8.0rem;
    text-align: center;
}

.inner {
    width: 680px;
    margin: 0 auto;
}

@media screen and (max-width: 896px) {
    .inner {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_320 {
    width: 320px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .inner_320 {
        width: 86%;
        padding: 0 15px;
    }
}

.inner_966 {
    width: 966px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .inner_966 {
        width: 80%;
        padding: 0 15px;
    }
}

.text {
    font-size: 1.6rem;
    line-height: 1.75;
}

.note {
    font-size: 1.4rem;
}

.w_100vw {
    width: 100vw;
}

/*
header******************************/

#header {
    width: 100%;
    position: relative;
    z-index: 20;
    padding: 60px 0 28px;
    /* height: 210px; */
    background: #000;
}

@media only screen and (max-width: 896px) {
    #header {
        /* height: 75px; */
        width: 100%;
        min-width: 0;
        position: relative;
        left: 0px;
        top: 0px;
        z-index: 100;
        margin: 0;
        padding: 40px 0 28px;
    }
}

#header_inner {
    /* height: 100px; */
    width: 96%;
    margin: 0 auto;
    position: relative;
    max-width: 1626px;
}

@media only screen and (max-width: 896px) {
    #header_inner {
        height: auto;
        width: 100% !important;
        margin: 0;
        position: relative;
        padding: 0 !important;
    }
}

/* ロゴ */

#logo_image {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



@media only screen and (max-width: 896px) {
    #logo_image {
        z-index: 10;
        float: left;
        text-align: left;
        width: -webkit-calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: calc(100% - 90px);
        overflow: hidden;
        z-index: 1;
        padding-left: 15px;
    }
}

#logo_image img {
    display: block;
}

#logo_image h1 a {
    align-items: baseline;
    display: flex;
}

/* グローバルメニュー */

.global_menu {
    float: right;
}

@media only screen and (max-width: 896px) {
    .global_menu {
        display: none;
        clear: both;
        width: 100%;
        margin: 0;
        top: 26px;
        position: absolute;
        z-index: 9;
        box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
    }
}

.global_menu>ul {
    font-size: 0;
    position: relative;
    margin-right: -25px;
}

@media only screen and (max-width: 1100px) {
    .global_menu>ul {
        margin-right: -15px;
    }
}

@media only screen and (max-width: 896px) {
    .global_menu>ul {
        margin: 0;
    }
}

.global_menu>ul>li {
    font-size: 1%;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 896px) {
    .global_menu>ul>li {
        display: block;
    }
}

.global_menu>ul>li>a {
    font-size: 1.6rem;
    display: block;
    padding: 0 25px;
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .global_menu>ul>li>a {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 1100px) {
    .global_menu>ul>li>a {
        font-size: 1.2rem;
        padding: 0 15px;
    }
}

@media only screen and (max-width: 896px) {
    .global_menu>ul>li>a {
        position: relative;
        display: block;
        margin: 0;
        padding: 0px 15px;
        height: 70px;
        line-height: 70px;
        overflow: hidden;
        text-decoration: none;
        color: #fff;
        background: #333;
        font-size: 1.6rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .global_menu>ul>li>a:hover {
        color: #fff;
    }
}

/* メニューボタン */

@media only screen and (max-width: 896px) {
    a.menu_button {
        position: absolute;
        right: 0px;
        z-index: 9;
        display: inline-block;
        font-size: 1.1rem;
        color: #333;
        width: 56px;
        height: 56px;
        line-height: 56px;
        text-decoration: none;
        top: -34px;
    }

    a.menu_button span {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
    }

    a.menu_button:before {
        color: #888;
        display: block;
        position: absolute;
        top: 17px;
        left: 15px;
        width: 26px;
        height: 23px;
        line-height: 23px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    a.menu_button:before {
        content: url(../images/nav_menu.png);
    }

    a.menu_button:hover, a.menu_button.active {
        background: #333;
    }

    a.menu_button:hover:before, a.menu_button.active:before {
        color: #fff;
    }
}

.global_menu>ul>li.global_menu_instagram {
    display: none;
}

@media only screen and (max-width: 896px) {
    .global_menu>ul>li.global_menu_instagram {
        display: block;
    }

    .global_menu>ul>li.global_menu_instagram a:before {
        content: '';
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-top: -3px;
        margin-right: 11px;
        margin-left: 0;
        background: url(../images/icon_instagram_wh.png) no-repeat;
        vertical-align: middle;
    }
}


/*
top_key******************************/

.top_key {
    background: #000;
}

.top_key_slider {
    width: 96%;
    max-width: 1626px;
    max-height: 901px;
    margin: 0 auto;
    position: relative;
}

.top_key .inner {
    width: 680px;
    margin: 0 auto;
    padding: 10.0rem 0;
}

@media screen and (max-width: 896px) {
    .top_key .inner {
        width: 86%;
        padding: 10.0rem 15px;
    }
}

.top_key .inner>p {
    padding-bottom: 1.3rem;
}

.top_key .inner .text {
    color: #fff;
    padding: 4.4rem 0 3.2rem;
}

@media only screen and (max-width: 480px) {
    .top_key .top_key_slider .object_fit {
        object-fit: cover;
        width: 100%;
        height: 320px;
        max-height: 320px;
    }
}

.logo_animation_wrap {
    display: none;
}


.logo_animation {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    position: absolute;
    z-index: 10;
}

.animation_delay {
    animation-delay: 0.1s;
}

/*
sub_key******************************/

.sub_key {
    background: #000;
    color: #fff;
}

.sub_key .inner {
    width: 680px;
    margin: 0 auto;
    padding: 10.0rem 0;
}

@media screen and (max-width: 896px) {
    .sub_key .inner {
        width: 86%;
        padding: 10.0rem 15px;
    }
}

.sub_key_image {
    text-align: center;
    padding: 4.0rem 0;
}

/*
key_sns******************************/

.key_sns {
    position: absolute;
    right: 17px;
    top: 400px;
    z-index: 10;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@-moz-document url-prefix() {
    .key_sns {
        right: 35px;
    }
}

::-webkit-full-page-media, :future, :root .key_sns {
    right: 35px;
}

.key_sns li {
    padding-bottom: 53px;
    margin-bottom: 25px;
    position: relative;
    line-height: 100%;
}

.key_sns li:before {
    display: block;
    content: "";
    position: absolute;
    width: 42px;
    border-top: 1px solid #fff;
    -webkit-transform: translate(-20%, 100%);
    transform: translate(-20%, 100%);
    left: 0;
    bottom: 10px;
}

.key_sns li:last-child:before {
    display: none;
}

.key_sns li a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-top: 10px;
}

.key_sns li a img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 6px;
}

.key_sns li a span {
    display: inline-block;
    margin-right: 2px;
}

.key_sns.c_bl li a {
    color: #000;
}

.key_sns.c_bl li:before {
    border-top: 1px solid #000;
}

/*
copyright******************************/

.copyright {
    position: absolute;
    top: 760px;
    left: 12px;
    color: #fff;
    font-size: 1.2rem;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
    transform: translate(-50%, 50%) rotate(90deg);
}

@media screen and (max-width: 896px) {
    .copyright {
        position: absolute;
        color: #000;
        top: inherit;
        bottom: 0;
        -webkit-transform: inherit;
        transform: inherit;
    }
}

.copyright.c_bl {
    color: #000;
}

/*
scroll_content******************************/


/* scroll__line */

.scroll_content {
    position: absolute;
    top: 879px;
    color: #fff;
    font-size: 1.2rem;
}

.scroll_text {
    display: block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    color: #fff;
}

.scroll_line01 {
    position: relative;
    left: 10px;
    margin-top: 5px;
    width: 1px;
    height: 80px;
    overflow: hidden;
    background: #fff;
}

.scroll_line02 {
    position: relative;
    margin-top: 0;
    width: 1px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
    height: 20px;
    left: 18px;
    top: -18px;
    overflow: hidden;
    background: #fff;
}

.scroll_content.c_bl {
    color: #000;
}

.scroll_content.c_bl .scroll_text {
    color: #000;
}

.scroll_content.c_bl .scroll_line01 {
    background: #000;
}

.scroll_content.c_bl .scroll_line02 {
    background: #000;
}


/*
top_photopic******************************/

.top_photopic {
    background: #F7F7F7;
    padding: 10.0rem 0;
}

.top_photopic .inner .text {
    padding: 4.4rem 0 3.2rem;
}

.top_photopic .text .note {
    display: block;
}

.key_photopic .inner .text {
    padding: 4.4rem 0 3.2rem;
}

.key_photopic .text .note {
    display: block;
}

.key_photopic .btn_more_bl {
    display: none;
}

/*
top_works******************************/

.top_works {
    padding: 10.0rem 0;
}

.top_works .inner .text {
    padding: 4.4rem 0 3.2rem;
}

/* list*3カラム */

.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 6.5rem;
}

.list_item {
    width: -webkit-calc((100% - 8%) / 3);
    width: calc((100% - 8%) / 3);
    margin-top: 4.0rem;
    margin-right: 4%;
    margin-bottom: 4.0rem;
}

@media screen and (min-width: 897px) {
    .list_item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 896px) {
    .list_item {
        width: -webkit-calc((100% - 5% - 1px) / 2);
        width: calc((100% - 5% - 1px) / 2);
        margin-right: 5%;
    }
}

@media screen and (max-width: 896px) {
    .list_item:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 568px) {
    .list_item {
        width: 100%;
        margin-right: 0;
    }
}

.list_item .title {
    font-size: 2.4rem;
    padding: 0 0 1.2rem;
    font-weight: bold;
}

.list_item img {
    padding-bottom: 2.4rem;
}

/*
top_gallery******************************/

.top_gallery {
    background: #000;
    padding: 10.0rem 0;
}

.top_gallery .title_large {
    color: #fff;
}

.top_gallery_slider {
    padding-top: 4.8rem;
    padding-bottom: 8.0rem;
}

/*top_gallery_slider (visual)*/

/* 前・次スライドボタン共通スタイル */

.top_gallery_slider .swiper-button-prev, .top_gallery_slider .swiper-button-next {
    position: absolute;
    top: 98% !important;
    z-index: 200 !important;
    margin-top: -7px;
}

@media only screen and (max-width: 992px) {
    .top_gallery_slider .swiper-button-prev, .top_gallery_slider .swiper-button-next {
        margin-top: -16px;
    }
}

/* 前ページボタン */

.top_gallery_slider .swiper-button-prev {
    background-image: url(../images/swiper-button-back.png) !important;
}

/* 次ページボタン */

.top_gallery_slider .swiper-button-next {
    background-image: url(../images/swiper-button-front.png) !important;
}

.top_gallery_slider .swiper-pagination {
    position: relative !important;
    z-index: 200 !important;
    bottom: 0 !important;
    visibility: hidden !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiper-pagination-bullet {
    background: #808080 !important;
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 58px !important;
    height: 18px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 58px 18px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 68px !important;
    height: 18px !important;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 68px 18px !important;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
    .swiper-button-next, .swiper-button-prev {
        background-size: 50% !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -12px !important;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -12px !important;
    }
}

.image_level {
    text-align: center;
    margin-top: -20px;
}

@media screen and (max-width: 896px) {
    .image_level {
        margin-top: -17px;
    }
}

/*
instagram******************************/

.instagram {
    padding: 10.0rem 0 5.0rem;
}

.inner_instagram {
    width: 370px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
    line-height: 64px;
    height: 64px;
}

@media screen and (max-width: 480px) {
    .inner_instagram {
        width: 320px;
    }
}

.instagram .instagram_shack {
    border-right: 1px solid #000;
    padding-right: 60px;
}

@media screen and (max-width: 480px) {
    .instagram .instagram_shack {
        padding-right: 24px;
    }
}

.instagram .instagram_shack a {
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 2.0rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.instagram .instagram_shack a:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-top: -4px;
    margin-right: 13px;
    margin-left: 0;
    background: url(../images/icon_instagram_bl.png) no-repeat;
    vertical-align: middle;
}

.instagram .instagram_phopic {
    padding-left: 60px;
}

@media screen and (max-width: 480px) {
    .instagram .instagram_phopic {
        padding-left: 24px;
    }
}

.instagram .instagram_phopic a {
    display: inline-block;
    color: #000;
    cursor: pointer;
    font-size: 2.0rem;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.instagram .instagram_phopic a:before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-top: -4px;
    margin-right: 13px;
    margin-left: 0;
    background: url(../images/icon_instagram_bl.png) no-repeat;
    vertical-align: middle;
}

/* slider_loop */

.slider_loop li {
    padding: 0 10px;
    margin-bottom: -10px;
}

.slider_loop img {
    width: 100vw;
}

/*
about us******************************/

/* staff */

.staff {
    background: #000;
    color: #fff;
    padding-bottom: 10.0rem;
}

.director {
    font-size: 1.4rem;
}

/* info */

.info {
    padding: 10.0rem 0;
}

.info_left {
    text-align: center;
}

@media screen and (max-width: 896px) {
    .info_left {
        padding-bottom: 8.0rem;
    }
}

.info_left>p:first-of-type {
    padding-bottom: 2.4rem;
}

.info .btn_contact {
    padding-top: 8.0rem;
}

/* info table */

.caption {
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 2.2rem;
}

.dl_tabel {
    letter-spacing: 2px;
    padding-bottom: 4px;
    border-top: 1px solid #707070;
}

.dl_tabel dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
    border-bottom: 1px solid #707070;
}

@media only screen and (max-width: 896px) {
    .dl_tabel dl {
        display: block;
    }
}

.dl_tabel dt {
    width: 20%;
    padding: 1.2rem 0px 1.2rem;
    line-height: 1.8;
}

@media only screen and (max-width: 896px) {
    .dl_tabel dt {
        width: 100%;
        padding: 2.2rem 0px 0;
        border-bottom: none;
    }

    .dl_tabel .sp_pt0 {
        padding-top: 0;
    }
}

.dl_tabel dd {
    width: 80%;
    padding: 1.2rem 0px 1.2rem;
    line-height: 1.8;
}

@media only screen and (max-width: 896px) {
    .dl_tabel dd {
        width: 100%;
        padding: 0 0px 2.5rem;
    }
}

.tel a {
    color: #000;
}

/*
phopic******************************/

.phopic {
    padding: 10.0rem 0;
}

.phopic .title_medium {
    font-weight: bold;
}

.phopic .btn_more_bl {
    padding-top: 2.5rem;
}

/* phopic_image_scroll */

.phopic_image_scroll {
    width: 875px;
    margin: 0 auto;
    padding-bottom: 10.0rem;
}

@media only screen and (max-width: 992px) {
    .phopic_image_scroll {
        width: 100%;
    }
}

.phopic_image_scroll .inner_320 {
    font-size: 1.4rem;
}

/* rank_image */

.rank_image {
    width: 850px;
    margin: 0 auto;
    padding: 4.5rem 7.0rem;
    background: #F2F2F2;
    margin-bottom: 1.4rem;
}

.rank_image:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .rank_image {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .rank_image {
        padding: 4.5rem 2.0rem;
    }
}

.rank_image .text {
    padding-top: 3.6rem;
}

.rank_image .grid {
    padding-top: 1.6rem;
}

@media only screen and (max-width: 896px) {
    .rank_image .grid .width6:first-of-type {
        padding-bottom: 3.0rem;
    }
}

/* price_plan */

.price_plan {
    padding-top: 10.0rem;
}

.price_plan .price_plan_image {
    width: 955px;
    margin: 0 auto;
    padding-top: 3.6rem;
}

@media only screen and (max-width: 992px) {
    .price_plan .price_plan_image {
        width: 100%;
    }
}

.price_plan .price_plan_image .note {
    display: none;
}

@media only screen and (max-width: 992px) {
    .price_plan .price_plan_image .note {
        display: block;
    }
}

.scroll_box {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll_box img {
    max-width: 100%;
    min-width: 955px;
    vertical-align: top;
}

@media only screen and (max-width: 480px) {
    .scroll_box img {
        max-width: 100%;
        min-width: 477.5px;
        vertical-align: top;
    }
}

/* price_flaw */

.price_flaw {
    padding-top: 10.0rem;
    padding-bottom: 5.0rem;
}

.price_flaw .price_plan_image {
    width: 960px;
    margin: 0 auto;
    padding-top: 3.6rem;
}

@media only screen and (max-width: 992px) {
    .price_flaw .price_plan_image {
        width: 100%;
    }
}

.price_flaw .price_plan_image .note {
    display: none;
}

@media only screen and (max-width: 992px) {
    .price_flaw .price_plan_image .note {
        display: block;
    }
}

.price_flaw .scroll_box img {
    max-width: 100%;
    min-width: 960px;
    vertical-align: top;
}

@media only screen and (max-width: 480px) {
    .price_flaw .scroll_box img {
        max-width: 100%;
        min-width: 480px;
        vertical-align: top;
    }
}

/* monitor_scroll */

.monitor_thumb {
    background: url(../images/monitor_pc.png) no-repeat 0 0 / contain;
    padding: 64px 36px 0;
    margin: auto;
    width: 875px;
    height: 825px;
    position: relative;
}

.monitor_thumb_box {
    margin: auto;
    position: relative;
    width: 801px;
    height: 513px;
    background: #fff;
}

.monitor_thumb_inner {
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
}

.monitor_thumb_inner {
    height: 514px;
}

.monitor_thumb img {
    width: 100%;
    margin-bottom: -77%;
}

@media only screen and (max-width: 1000px) {
    .monitor_thumb {
        background: url(../images/monitor_pc.png) no-repeat 0 0 / contain;
        padding: 5vw 3vw 0;
        margin: auto;
        width: 100%;
        height: 0;
        position: relative;
        padding-bottom: 88%;
    }

    .monitor_thumb_box {
        width: 100%;
        height: 0;
        position: relative;
        padding-bottom: 65%;
    }

    .monitor_thumb_inner {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 0;
        text-align: center;
        padding-bottom: 65%;
    }
}

@media only screen and (max-width: 756px) {
    .monitor_thumb {
        background: url(../images/monitor_pc.png) no-repeat 0 0 / contain;
        padding: 6vw 4vw 0;
        margin: auto;
        width: 100%;
        height: 0;
        position: relative;
        padding-bottom: 88%;
    }

    .monitor_thumb_box {
        width: 100%;
        height: 0;
        position: relative;
        padding-bottom: 65%;
    }

    .monitor_thumb_inner {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 0;
        text-align: center;
        padding-bottom: 65%;
    }
}

/*
faq******************************/

.faq {
    background: #F7F7F7;
    padding: 10.0rem 0;
}

.faq .title_medium {
    font-weight: bold;
}

.faq dl {
    padding-bottom: 8.0rem;
}

.faq dl:last-of-type {
    padding-bottom: 0;
}

.faq dl dt {
    font-weight: bold;
    font-size: 2.0rem;
    padding-top: 3.0rem;
    padding-bottom: 1.0rem;
}

/*
works******************************/

/* business_content */

.business_content {
    background: #F7F7F7;
    padding: 10.0rem 0;
}

.business_content .list {
    padding-bottom: 0;
}

/*
works_single******************************/

.photography {
    padding: 10.0rem 0;
    background: #F7F7F7;
}

.photography .btn_contact {
    padding-top: 4.5rem;
}

.works_single {
    padding-top: 10.0rem;
}

.works_single .btn_back {
    text-align: center;
    padding-top: 8.0rem;
}

@media only screen and (max-width: 896px) {
    .works_single .text {
        padding-top: 5.0rem;
    }
}

/* slick_thumbnail */

.slick_thumbnail .slick_img img {
    width: 100vw;
}

.slick_thumbnail .thumbnail {
    margin: 0 28px;
}

.slick-next:before, .slick-prev:before {
    color: #000 !important;
}

/*
gallery******************************/

.gallery {
    background: #000;
    color: #fff;
    padding: 10.0rem 0;
}

.gallerey_box {
    padding-top: 9.0rem;
}

.gallerey_box .title_medium {
    margin-bottom: 1.2rem;
}

.gallerey_box .list {
    padding-bottom: 0;
}

.gallerey_box .list_item {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
}

.gallery .btn_contact {
    padding-top: 8.0rem;
}

/*
studio******************************/

.image_bg {
    background: linear-gradient(0deg, #F7F7F7 0%, #F7F7F7 20%, #000 20%, #000 100%);
}

.access {
    background: #F7F7F7;
    padding: 10.0rem 0;
}

.access .studio_illustration {
    padding-bottom: 2.7rem;
}

.access .title_large {
    padding-top: 5.0rem;
}

.access .title_large span {
    font-size: 2.0rem;
}

.access address {
    font-style: normal;
}

.access .btn_googelmap {
    padding-top: 2.5rem;
}

/* Google Map */

.google_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 65.044247%;
    position: relative;
    z-index: 2;
    clear: both;
    margin-top: 6.0rem;
    margin-bottom: 2.4rem;
}

@media only screen and (max-width: 896px) {
    .google_map {
        padding-bottom: 100%;
    }
}

.google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*
contact******************************/

.contact {
    background: #000;
    color: #fff;
    padding: 10.0rem 0;
}

.contact .title_large {
    padding-bottom: 6.0rem;
}

.contact_form {
    padding: 4.8rem 0 8.0rem;
    background: #2B2B2B;
    margin-bottom: 4.1rem;
    margin-top: 8.0rem;
}

.contact_form .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5.0rem;
    color: #fff;
}

.contact_inner {
    width: 680px;
    margin: auto;
}

@media screen and (max-width: 896px) {
    .contact_inner {
        width: 90%;
    }
}

.contact_tel {
    padding: 4.8rem 0 8.0rem;
    background: #2B2B2B;
}

.contact_tel .title {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5.0rem;
    color: #fff;
}

.contact_tel .text {
    text-align: center;
}

.contact_tel .text span {
    font-size: 2.4rem;
}

@media screen and (max-width: 896px) {
    .contact_tel .text {
        padding: 0 20px;
    }
}

.btn_contact_tel {
    text-align: center;
    padding-top: 4.2rem;
}

@media screen and (max-width: 480px) {
    .btn_contact_tel {
        padding-top: 9.0rem;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.req:after {
    content: "";
    background: url(../images/required_icon.png) no-repeat;
    position: absolute;
    width: 18px;
    height: 18px;
    float: right;
    margin-left: 2px;
    margin-top: 4px;
}

@media screen and (max-width: 896px) {
    .req:after {
        margin-top: 0;
    }
}

form#mail_form input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
}


/*
thanks******************************/

.thanks {
    height: 900px;
}

@media screen and (max-width: 896px) {
    .thanks {
        height: 400px;
    }
}

.thanks .text {
    text-align: center;
    line-height: 2.0;
}

/*
404 Not Found******************************/

.not_found {
    padding: 16.0rem 0 10.0rem;
    text-align: center;
    height: 900px;
}

@media screen and (max-width: 896px) {
    .not_found {
        height: 400px;
    }
}

.not_found_text {
    line-height: 2.0;
    padding-top: 10.0rem;
}

.not_found a {
    text-decoration: underline;
}

/*
footer
***************************************************** */

.footer {
    position: relative;
    padding: 5.0rem 0 5.0rem;
    color: #000;
}

.footer_left {
    width: 28%;
    padding-right: 58px;
}

@media only screen and (max-width: 896px) {
    .footer_left {
        width: 100%;
        text-align: center;
        padding-bottom: 5.0rem;
        padding-right: 0;
    }
}

.footer_center {
    width: 36%;
    border-right: 1px solid #000;
    padding-right: 58px;
}

@media only screen and (max-width: 1200px) {
    .footer_center {
        padding-right: 70px;
    }
}

@media only screen and (max-width: 896px) {
    .footer_center {
        width: 80%;
        text-align: center;
        border-right: inherit;
        padding-right: 0;
        margin: 0 auto;
    }
}

.footer_right {
    width: 36%;
    padding-left: 58px;
    padding-right: 58px;
}

@media only screen and (max-width: 896px) {
    .footer_right {
        width: 80%;
        margin: 0 auto;
        padding-top: 5.0rem;
        padding-left: 0;
        padding-right: 0;
    }
}

.footer_address {
    font-style: normal;
    letter-spacing: 1.0px;
}

@media only screen and (max-width: 896px) {
    .footer_address {
        text-align: left;
    }
}

.footer_right .title {
    font-size: 2.4rem;
    font-weight: bold;
}

.footer_right .text {
    font-size: 1.3rem;
}

.footer_right .btn_more {
    padding-top: 1.6rem;
}

.footer_center .title_small {
    font-weight: bold;
    padding-top: 0.8rem;
}