@font-face {
    font-family: 'remote_font1';
    font-style: normal;
    font-weight: normal;
    src:
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* 初期設定
================================================== */
body {
    font-family: Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo sans-serif !important;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 1.7em;
    background: #fff;
    overflow-x: hidden;
}
::selection {
    background: #cc151c;
    color: #fff;
}
::-moz-selection {
    background: #cc151c;
    color: #fff;
}
a {
    color: #cc151c;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border: none;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 15px;
    line-height: 1.7em;
}
p a, p a:visited {
    line-height: 1.9em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 1.5em;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc li:before {
    content:'●';
    margin-right: 5px;
    color: #cc151c;
    line-height: 1.5em;
}
strong {
    font-weight: bold;
    line-height: inherit;
}
.linkbox {
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 13px;
        line-height: 1.3em;
    }
    p a, p a:visited {
        line-height: 1.3em;
    }
}



/* グリッドシステム
================================================== */
.container {
    margin: 0 20px;
}
.row {
    width: 90%;
    max-width: 1200px;
    min-width: 727px;
    margin: 0 auto;
}
.row .row {
    min-width: 0;
}

.columns {
    margin-right: 4%;
    float: left;
    min-height: 1px;
    position: relative;
}
.SP_columns {
    margin-right: 4%;
    float: left;
    min-height: 1px;
    position: relative;
}
.lc {
    margin-right: 0;
}

.row .g1.columns    { width: 4.666666666666667%; }
.row .g2.columns    { width: 13.333333333333334%; }
.row .g25.columns    { width: 17.666666666666668%; }
.row .g3.columns    { width: 22%; }
.row .g4.columns    { width: 30.666666666666664%; }
.row .g5.columns    { width: 39.33333333333333%; }
.row .g6.columns    { width: 48%; }
.row .g7.columns    { width: 56.666666666666664%; }
.row .g8.columns    { width: 65.33333333333333%; }
.row .g9.columns    { width: 74%; }
.row .g10.columns   { width: 82.66666666666667%; }
.row .g11.columns   { width: 91.33333333333333%; }
.row .g12.columns   { width: 100%; }

.row .g3.SP_columns    { width: 22%; }
.row .g4.SP_columns    { width: 30.666666666666664%; }
.row .g6.SP_columns    { width: 48%; }
.row .centered { float: none; margin: 0 auto; }

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .row {
        width: 90%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
    }
    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .tisu {
        float: none;
        margin: 0 auto 20px auto;
        max-width: 500px;
    }
    .SP_columns {
        margin: 0 1% 0 1%;
        min-height: 1px;
    }
    .row .g3.SP_columns    { width: 48%; }
    .row .g4.SP_columns    { width: 48%; }
    .row .g6.SP_columns    { width: 48%; }
}



/* ヘッダー
================================================== */
header {
    position: fixed;
    width: 100%;
    background: #000;
    z-index: 1000;
    -webkit-transition: 0.05s ease-out;
    -moz-transition: 0.05s ease-out;
    -o-transition: 0.05s ease-out;
    transition: 0.05s ease-out;
    background: rgba(255,255,255,0.75);
}
header h1 {
    float: left;
    padding: 20px 0;
}
header ul {
    float: right;
    padding-top: 30px;
}
header ul li {
    float: left;
    margin-left: 25px;
}
header ul.SP_menu {
    display: none;
}
@media only screen and (max-width: 767px) {
    header h1 {
        width: 50%;
        padding: 10px 0;
    }
    header h1 img {
        width: 70%;
    }
    header ul.PC_menu {
        display: none;
    }
    header ul.SP_menu {
        display: block;
        float: right;
        padding-top: 30px;
    }
    header ul.SP_menu {
        width: 50%;
        padding-top: 15px;
    }
    header ul.SP_menu li {
        margin-left: 0px;
        float: right;
        text-align: right;
    }
    header ul.SP_menu li img {
        width: 50%;
    }
}

/*スライダー*/
.slider_wrap {
    height: 100%;
}
.slider_wrap img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.sp-slide {
    margin-top: 0;
    text-align: center;
}
.sp-slide img {
    max-width: 1500px;
}

#slider_layer {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    z-index: 2;
}
#slider_layer img {
    width: 100%;
    opacity: 0;
    animation: fadeIn 1s ease 1.2s 1 forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform:translateY(30px);
    }
    100% {
        opacity: 1;
        transform:translateY(0);
    }
}

#scroll_btn {
    width: 8px;
    height: 107px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: #fff;
    z-index: 20;
}
#scroll_btn p {
    text-align: right;
}
#scroll_btn p a {
    display: block;
    width: 100%;
    opacity: 0;
    animation: scrollBtn 1s ease infinite;
}
@keyframes scrollBtn {
    0% {
        opacity: 0;
        transform:translateY(-50px);
    }
    90% {
        opacity: 1;
        transform:translateY(0);
    }
    100% {
        opacity: 0;
    }
}
@media only screen and (max-width: 767px) {
    #scroll_btn {
        right: 20px;
        bottom: 30px;
    }
}



/* 共通
================================================== */
.en {
    font-family: "remote_font1", "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, sans-serif;
    font-size: 40px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1em;
}
.red_border {
    width: 70%;
    margin: 10px auto 0 auto;
    padding-bottom: 15px;
    border-top: 2px solid #cc151c;
}
h2 {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .en {
        font-size: 21px;
    }
    .red_border {
        width: 90%;
        margin: 5px auto 0 auto;
        padding-bottom: 5px;
    }
    h2 {
        font-size: 17px;
        line-height: 1.2em;
    }
}



/* About
================================================== */
#about {
    padding-top: 100px;
    margin-top: -100px;
}
.about_bg {
    padding: 100px 0;
    background: url(../img/about_bg.png) 0 20px no-repeat;
}
.about_sidekicks {
    margin-top: 100px;
    padding: 40px 40px;
    background: #cc151c;
}
@media only screen and (max-width: 767px) {
    #about {
        padding-top: 45px;
        margin-top: -45px;
    }
    .about_bg {
        padding: 50px 0;
    }
    .about_sidekicks {
        margin-top: 30px;
        padding: 30px 10px;
    }
    .about_bg {
        background-size: 70%;
    }
}



/* Supervising a shoot
================================================== */
.supervising_bg {
    padding: 200px;
    background: url(../img/supervising_bg.jpg) center 0 no-repeat;
    background-size: cover;
}
.about_sidekicks {
    margin-top: 100px;
    padding: 40px 40px;
    background: #cc151c;
}
@media only screen and (max-width: 767px) {
    .supervising_bg {
        padding: 50px 0;
    }
    #about {
        padding-top: 45px;
        margin-top: -45px;
    }
    .about_bg {
        padding: 50px 0;
    }
    .about_sidekicks {
        margin-top: 30px;
        padding: 30px 10px;
    }
    .about_bg {
        background-size: 70%;
    }
}



/* Concept Works
================================================== */
.conceptworks_bg {
    padding: 100px 0;
}
.conceptworks h3 {
    font-family: "remote_font1", "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, sans-serif;
    margin-top: 20px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.conceptworks .text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .conceptworks_bg {
        padding: 50px 0;
    }
    .conceptworks h3 {
        font-size: 14px;
        letter-spacing: -1.5px;
    }
    .conceptworks .text {
        margin-top: 10px;
        font-size: 11px;
    }
}

.video {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dummy {
    width: 100%;
    height: 500px;
    background: #666;
}
@media only screen and (max-width: 767px) {
    .dummy {
        height: 250px;
    }
}

/*visit*/
.visit_en {
    margin-top: 100px;
    font-family: "remote_font1", "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, sans-serif;
    font-size: 41px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1em;
    padding-bottom: 10px;
}
h2.visit_h2 {
    font-family: "remote_font1", "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, sans-serif;
    font-size: 71px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    line-height: 1em;
}
.visit_arrow {
    margin: 40px 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .visit_en {
        margin-top: 50px;
        font-size: 17px;
    }
    h2.visit_h2 {
        font-size: 24px;
    }
    .visit_arrow {
        margin: 20px 0;
    }
}



/* Work Flow
================================================== */
.flow_bg {
    padding: 100px 0;
    background: url(../img/workflow_bg.jpg) center 0 no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .flow_bg {
        padding: 50px 0;
    }
}

.flow_box {
    background: #fff;
}
.flow .num {
    float: left;
    width: 16%;
    padding: 15px 15px 15px 30px;
    box-sizing: border-box;
}
.flow .num p {
    text-align: right;
}
.flow .cont {
    float: left;
    width: 84%;
    padding: 22px 30px 0 15px;
    box-sizing: border-box;
}
.flow .cont h3 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.flow .cont p {
    font-size: 14px;
    line-height: 1.3em;
    letter-spacing: 0;
}
.flow_arow {
    margin: 10px 0 0 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .flow_bg {
        padding: 50px 0;
    }
    .flow .num {
        padding: 10px 10px 10px 10px;
        width: 20%;
    }
    .flow .cont h3 {
        font-size: 16px;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .flow .cont {
        width: 80%;
        min-height: 90px;
        padding: 10px 10px 0 0;
    }
    .flow .cont p {
        font-size: 11px;
        line-height: 1.2em;
        padding-bottom: 10px;
    }
    .flow_arow {
        margin: 5px 0;
    }
    .flow_arow img {
        width: 5%;
    }
}



/* Payment
================================================== */
.payment_bg {
    padding: 100px 0;
}
@media only screen and (max-width: 767px) {
    .payment_bg {
        padding: 50px 0;
    }
}



/* Contact
================================================== */
#contact {
    padding-top: 100px;
    margin-top: -100px;
}
.contact_bg {
    padding: 100px 0;
    background: url(../img/contact_bg.jpg) center 0 no-repeat;
    background-size: cover;
}
.mailform {
    margin-top: 30px;
    padding: 50px 20%;
    background: #fff;
}
@media only screen and (max-width: 1350px) {
    .mailform {
        padding: 50px 5%;
    }
}
@media only screen and (max-width: 767px) {
    #contact {
        padding-top: 50px;
        margin-top: -50px;
    }
    .contact_bg {
        padding: 50px 0;
    }
}



/* PDF
================================================== */
.pdfdownload_bg {
    padding: 50px 0;
    background: #cc151c;
}
.pdfdownload p {
    color: #fff;
}
.pdf_wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.pdf_wrapper p.pdf {
    display: inline-block;
    width: 18%;
    float: left;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .pdf_wrapper p.pdf {
        width: 50%;
        font-size: 12px;
        line-height: 2em;
    }
}



/* フッター
================================================== */
footer {
    padding: 50px 0;
    background: #fff;
}
footer h2 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
}
footer p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    footer h2 {
        font-size: 19px;
    }
    footer p {
        font-size: 12px;
    }
}



p#copyright {
    margin-top: 20px;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    p#copyright {
        margin-top: 30px;
        font-size: 9px;
    }
}

#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
}
#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 70%;
    }
}


