/*!
Theme Name: creative_beyondcool
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creative_beyondcool
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

creative_beyondcool is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/*
font

// A-OTF Futo Go B101 Pr6N Bold
font-family: a-otf-futo-go-b101-pr6n,sans-serif;
font-weight: 500;
font-style: normal;

//FUTURA PT Bold
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 400;

//FUTURA PT Bold
font-family: futura-pt-bold, sans-serif;
font-style: normal;
font-weight: 700;

font-family: toppan-bunkyu-midashi-go-std, sans-serif;
font-weight: 900;
font-style: normal;
*/
#alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5em;
    z-index: 1000;
    background: #e60;
}

#main {
    background: #fff;
}

#browserCaution .inBox {
    display: table;
    padding: 2em;
    max-width: 1200px;

}

#browserCaution dl {
    margin-top: 2em;
}

#browserCaution {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    display: none;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    height: 100vh;

}

#browserCaution.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

:focus {
    outline: none;
}

div.wpcf7-mail-sent-ok {
    border: none;
    font-size: 1.2em;
    color: #000;
}

form span.wpcf7-not-valid-tip {
    display: flex;
    color: #fe4103;
}

span.wpcf7-not-valid-tip::before {
    content: "";
    background: url(images/alert.svg) center center no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    font-size: 1em;
    line-height: 1em;
}

input[readonly="readonly"],
select[disabled="disabled"] {
    background: #fed304;
    border: 1px solid #fed203;
}

body.mobile input,
body.mobile textarea {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

#upload_prev {
    font-size: 0.8em;
    margin-top: 1em;
}

#upload_prev span {}

#upload_prev span:nth-last-child(1)::after {
    content: '';
}

#upload_prev span::after {
    content: '、';
    display: inline-block;
}

#formBox .title {}

#formBox {
    position: relative;
}

#formBox button span {
    background: #000
}

#formBox button {
    position: absolute;
    top: 2em;
    right: 2em;
}

/***/

.pt20 {
    padding-top: 20px;
}

.checkbox-wrap {}

.label-checkbox input[type="checkbox"] {
    display: none;
}

.wpcf7-list-item label,
.label-checkbox {
    cursor: pointer;

    position: relative;
}

span.wpcf7-list-item-label,
.label-checkbox .lever {
    display: block;
    color: #ccc;
    font-weight: normal;
    display: inline-block;
    padding: 8px 40px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    font-family: futura;
}

span.wpcf7-list-item-label::before,
.label-checkbox .lever:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 6px;
    border: 2px solid #e5e5e5;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
    transition: all 300ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.label-checkbox:hover .lever:before {
    border-color: #fed203;
}

span.wpcf7-list-item input[type="radio"]:nth-of-type(1):checked + span.wpcf7-list-item-label,
span.wpcf7-list-item input[type="radio"]:nth-of-type(1):checked + input + span.wpcf7-list-item-label,
span.wpcf7-list-item input[type="checkbox"]:nth-of-type(1):checked + span.wpcf7-list-item-label,
span.wpcf7-list-item input[type="checkbox"]:nth-of-type(1):checked + input + span.wpcf7-list-item-label,
.label-checkbox input[type="checkbox"]:nth-of-type(1):checked + .lever {
    background: #fed203;
    color: #000;
}

span.wpcf7-list-item input[type="radio"]:nth-of-type(1):checked + span.wpcf7-list-item-label,
span.wpcf7-list-item input[type="radio"]:nth-of-type(1):checked + input + span.wpcf7-list-item-label,
span.wpcf7-list-item input[type="checkbox"]:nth-of-type(1):checked + span.wpcf7-list-item-label,
span.wpcf7-list-item input[type="checkbox"]:nth-of-type(1):checked + input + span.wpcf7-list-item-label,
.label-checkbox input[type="checkbox"]:nth-of-type(1):checked + .lever,
.label-checkbox input[type="checkbox"]:nth-of-type(1):checked + input + .lever {
    border-color: #fed203;
}

span.wpcf7-list-item input[type="radio"]:nth-of-type(1):checked + span.wpcf7-list-item-label:before,
span.wpcf7-list-item input[type="radio"]:nth-of-type(1):checked + input + span.wpcf7-list-item-label:before,
span.wpcf7-list-item input[type="checkbox"]:nth-of-type(1):checked + span.wpcf7-list-item-label:before,
span.wpcf7-list-item input[type="checkbox"]:nth-of-type(1):checked + input + span.wpcf7-list-item-label:before,
.label-checkbox input[type="checkbox"]:nth-of-type(1):checked + .lever:before {
    left: 100%;
    margin-left: -44px;
    border-color: #fff;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    color: #000;
    letter-spacing: 0.1em;
}

.radio-wrap {}

.label-radio input[type="radio"] {
    display: none;
}

.label-radio {
    cursor: pointer;
    color: #828c9a;
    font-weight: normal;
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.label-radio .lever:before {
    content: '';
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    -webkit-transition: all 800ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 800ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 800ms cubic-bezier(1, 0, 0, 1);
    transition: all 800ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.label-radio input[type="radio"]:checked + .lever:before {
    opacity: 0;
    background: #eee;
    border-color: #eee;
    transform: scale(2);
}

.label-radio .lever:after {
    content: '';
    opacity: 0;
    position: absolute;
    left: 8px;
    top: 0px;
    width: 8px;
    height: 16px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    transform: rotate(-200deg);
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.label-radio input[type="radio"]:checked + .lever:after {
    opacity: 1;
    position: absolute;
    left: 8px;
    top: 0px;
    width: 8px;
    height: 16px;
    border-right: 2px solid #5bc0de;
    border-bottom: 2px solid #5bc0de;
    transform: rotate(40deg);
}


/**/


body.estimate-form .attention {
    margin-top: 1em;
    display: block;
    font-size: 0.8em;
}

.checkbox-site .wpcf7-list-item {
    display: block;
}

.multifile-fileup > input {
    opacity: 0;
    padding: 1em;
}

.multifile-fileup::before {
    content: "";
    position: absolute;
    display: block;
    background: url(images/upload.svg) center center no-repeat;
    right: 0;
    top: 0;
    z-index: 11111;
    width: 100%;
    height: 100%;
    background-size: 7%;
    background-position: 95% center;
    pointer-events: none;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
    width: 100%;
}

.multifile-fileup::after {
    content: "ファイルを選択してください";
    position: absolute;
    top: 1em;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateY(-50%);
    transform: translateX(0%);
    width: 100%;
    text-align: left;
    text-indent: 1em;
    color: #000;
    pointer-events: none;
    z-index: 10;
}

.multifile-fileup {
    color: #AAAAAA;
    background-color: #fed203;
    padding: 0px 50px;
    border: none;
    margin: 0;
    display: table;
}

select {
    width: 100%;
    height: 4em;
    border: none;
    background: #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #fed203;
    background: #eee;
    background: url(images/arrow.svg) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background: url(images/arrow.svg) right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-size: 2em, 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-position: 100% center;
}

.lazyloaded {
    opacity: 1;
    transition: all 0.8s;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 200px;
    background: #fff;
    border: 1px solid #303032;

    overflow: hidden;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

    max-width: 200px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #303032;
}

.pace.pace-inactive {
    display: none;
}

.pace-running .wrap {
    display: none;
}

.unimplemented .inBox > p {
    opacity: 0.3;
}

.unimplemented .inBox > p + span {
    opacity: 0.3;
}

#loader img {
    max-width: 250px;
}

#loader.end {
    opacity: 0;
    pointer-events: none;
    transition: .8s;

}

#loader {
    background: #050206;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: all;
    cursor: none;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}

#menuBox dd {
    position: relative;
    overflow: hidden;
}

#menuBox.view .deco span {
    transform: scaleX(1) translate3d(0, 0, 0);
}

#menuBox .deco span {
    width: 100vw;
    height: 10vh;
    display: block;
    transition: 0s .6s;
    transform: scaleX(0) translate3d(0, 0, 0);
}

#menuBox .deco span:nth-child(even) {
    transform-origin: 90%;
}

#menuBox .deco span:nth-child(odd) {
    transform-origin: 10%;
}

#menuBox.view .deco span {
    background: #000;
}

#menuBox .deco {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#menuBox .inBox dt {
    font-family: futura-pt, toppan-bunkyu-midashi-go-std, sans-serif;
}

#menuBox .inBox dd {
    color: #9a9a9a;
    margin-left: 0;
    margin-top: 1em;
}

#menuBox .inBox dd a {
    transition: all 0.8s;
    text-decoration: none;
    color: #fff0;

}

#menuBox .inBox dd a::after {
    position: absolute;
    left: 0;
    bottom: -1.5em;
    color: #717171;
    transition: .5s;
}

#menuBox .inBox dd.active a::after {
    bottom: 0;
    pointer-events: none;
}

#menuBox .inBox dd:nth-of-type(1) a::after {
    content: "WEB / SITE";
    transition-delay: 0s;
}

#menuBox .inBox dd:nth-of-type(2) a::after {
    content: "POP / DTP";
    transition-delay: 0.1s;
}

#menuBox .inBox dd:nth-of-type(3) a::after {
    content: "PHOTO / MOVIE";
    transition-delay: 0.2s;
}

#menuBox .inBox {
    font-size: 2em;
    font-family: futura;
    color: #fff;
    z-index: 2;
}

#menuBox.view {
    pointer-events: all;
    opacity: 1;
}

#menuBox dt span {
    opacity: 0;
    filter: blur(1em);
    transform: translate(0, 0.5em);
    -webkit-transform: translate(0, 0.5em);
    display: inline-block;
    transition: .8s;
    padding: 0 0.1em;
}

#menuBox dt span.active {
    opacity: 1;
    filter: blur(0px);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);

}

#menuBox {
    opacity: 0;
    transition: .8s;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;

}

body.home main .inBox span {
    border: 1px solid #fff;
    padding: 1em 2em;
}

body.home main .inBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #111111;
    color: #fff;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    font-family: futura-pt;
}

#requestBox .marker::after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    background: #fed204;
    left: -0.5em;
    display: block;
    width: 120%;
    height: 1.8em;
    mix-blend-mode: hue;
    top: -0.5em;
    color: #000;
    padding: 1em;
}

body.edge #requestBox .marker::after,
body.ie #requestBox .marker::after {
    background: none;
}

#requestBox .marker + span {
    display: block;
    margin-top: 1em;
}

header .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    margin: 2em 2em 0;
    pointer-events: all;
}

.hamburger span.bar {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #fff;
    border-radius: 0;
}

.hamburger.active span.bar {
    background: #fff;
}

#requestBox .marker {
    position: relative;
    margin-left: 0.5em;
    color: #111111;
    display: inline-block;
    line-height: 1em;
}

#requestBox .inBox span {
    font-size: 0.5em;
}

#requestBox .inBox {
    font-size: 3em;
}

#requestBox .inBox .requestLink {}

.industry li:nth-child(n+2) {
    cursor: pointer;
}

.industry li:nth-child(n+2):hover {
    opacity: 0.8;
}

.industry .web::after {
    content: "";
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.industry .photo::after,
.industry .dtp::after,
.industry .web::after {
    content: "";
    background: #191919d4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.industry .web::before,
.industry .dtp::before,
.industry .photo::before {
    background: inherit;
    content: '';
    filter: blur(5px);
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}

.industry .web {
    /*background: url(images/web-image.jpg) center center no-repeat;*/
    background-size: cover;
    position: relative
}

.industry .dtp {
    /*background: url(images/dtp-image.jpg) center center no-repeat;*/
    background-size: cover;
    position: relative
}

.industry .photo {
    /*background: url(images/photo-image.jpg) center center no-repeat;*/
    background-size: cover;
    position: relative
}

#requestBox .inBox .requestLink {
    background: url(images/right-triangle.svg) 57% center no-repeat #000000;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin-top: 0.5em;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-size: 50% 50%;
}

#requestBox .title .inBox {
    color: #000
}

textarea {
    padding: 1em;
}

.industry .photo,
.industry .web,
.industry .dtp {
    font-size: 0.65rem;
    pointer-events: all;
    cursor: pointer;
    overflow: hidden;
}

#requestBox .inBox {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 15rem 0;
    position: relative;
    z-index: 3;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #requestBox .inBox {
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 5rem 0;
        position: relative;
        z-index: 3;
        color: #fff;
    }
}



#requestBox .inBox .concept {
    /* position: relative; */
    width: 50%;
    font-size: 1rem;
    /* right: 0; */
    margin: -2em 0 0 auto;
    line-height: 2.5em;
}

#requestBox {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #000;
}

.wpcf7c-conf {
    background-color: #fed302;
    color: black;
    border: none;
}

.estimateBox dl {}

.estimateBox dd {
    line-height: 1em;
    padding: 0.5em 0 0.2em;
    font-size: 2em;
    border-bottom: 1px solid;
    display: table;
    margin: 0 auto 1em;
}

.estimateBox .caution {
    font-size: 1rem;
    color: #929292;
    margin-top: -1em;
}

.estimateBox dt {}

.estimateBox {
    color: #000;
    font-size: 1.2em;
    border: 10px solid;
    padding: 5em;
    width: 80%;
    margin: 0 auto;
}

.site-title span {
    font-family: futura-pt-bold, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.site-title {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-weight: 500;
    font-style: normal;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: "Sawarabi Gothic";
}

.cp_iptxt > label::after {
    content: "任意";
    background: #d0d8dc;
    font-size: 0.8em;
    padding: 0.1em 0.5em;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0.5em;
}

label.required::after {
    content: "必須";
    background: #fed203;
    font-size: 0.8em;
    padding: 0.1em 0.5em;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-left: 0.5em;
}

.cp_iptxt label,
.wpcf7-form > label {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    color: #000;
}

#content {
    margin: 0 auto;
}

#hero {
    width: 100vw;
    height: calc(100vh - 0px);
    background: #ccc;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 1.5em;
    margin: 0.67em 0;
    color: #000;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    display: none;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

input[type="date"] {
    font-size: 2em;
    font-family: futura-pt;
    padding: 0.2em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: none;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {}

.wpcf7-form-control-wrap.your-message {}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.post,
.page {}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

section #hero {
    background: #000;
}

ul {
    margin: 0;
}

.site-info {
    text-align: right;
}

.site-info {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.8em;
    padding: 2em 2em 0;
}

#selectBox li span {
    font-size: 1rem;
}

#selectBox li:nth-child(2) {
    opacity: 0.2;
}

#content {}

#selectBox li .inBox {
    z-index: 1;
    background: #fffe;
    padding: 2em;
}

#selectBox li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;

    position: relative;
}

#selectBox li::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff5;
    position: absolute;
    top: 0;
    left: 0;
}

#selectBox li {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 900;
    width: 50%;
    text-align: center;
    font-size: 2.5em;
    padding: 2em;
    color: #000;
}

#choiceBox h2 {
    font-size: 1.5em;
}

#choiceBox {
    padding: 1em 0;
    display: none;
}

#choiceBox li {
    text-align: center;
    padding: 2em 2em;
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 0;
    font-family: -webkit-body;
    font-weight: 900;
    color: #000;
    font-size: 1.1em;
}

#choiceBox li:nth-child(even) {
    background: #efefef;
}

#choiceBox ul,
#selectBox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-wrap: wrap;
}

header {
    position: fixed;
    z-index: 100;
    width: 100%;
    mix-blend-mode: difference;
    pointer-events: none;
}

.maxWidth1400 {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}

/* video */
#hero {
    position: relative;
}

.top-hero_bar::after {
    content: "Scroll";
    color: #fff;
    margin-top: -4em;
    display: table;
    font-family: 'futura-pt';
    border: 1px solid;
    padding: 0.5em 2em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    margin-left: calc(-50% - 0.75em);
}

.top-hero_bar {
    text-decoration: none;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 80px;
    z-index: 3;
    width: 40px;
    height: 70px;
    margin-left: -20px;
}

@media screen and (max-width: 767px) {
    .top-hero_bar {
        bottom: 0px;
    }
}

.top-hero_bar span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
    background-color: #f5f5f5;
    pointer-events: none;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
    animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .top-hero__bar {
        display: none;
    }

    .desktop .top-hero_bar {
        display: block;
    }
}

@media (max-width: 767px) {
    .top-hero__bar {
        display: none;
    }
}

.top-hero_bar span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
    background-color: #f5f5f5;
    pointer-events: none;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards;
    /* animation: scroll-bar 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) infinite forwards; */
}

@keyframes scroll-bar {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    50% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    75% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

#hero .bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: url(./sapmle.png) no-repeat center center/cover;
}

.url .wpcf7-form-control-wrap {
    display: block
}

#hero video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

#hero .inBox {
    color: #fff;
    font-size: 2em;
    letter-spacing: 1em;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-right: -1em;
}

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

    /* 767px以下用（タブレット／スマートフォン用）の記述 */
    #hero .inBox {
        font-size: 6vw;
    }
}

/* cursor */
body,
* {
    /*cursor: none !important*/
}

/*.c-follower,
.c-pointer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-color: rgba(253, 254, 0, .5);
	background-color: rgba(255, 255, 255, .5);
	filter: none;
	transform: scale(0); 
	pointer-events: none;
	mix-blend-mode: none;
}
.c-follower.is-blend,
.is-blend.c-pointer {
	background-color: #000; 
	filter: invert(100%);

	mix-blend-mode: difference;
}
.pc .c-follower,
.pc .c-pointer {
	display: flex;

	justify-content: center;
	align-items: center;
}
.is-ie .c-follower,
.is-ie .c-pointer {
	background-color: rgba(253, 254, 0, .5);
	background-color: rgba(255, 255, 255, .5);
}
.c-follower span,
.c-pointer span {
	color: #000;
	font-weight: 700;
	font-size: 20px;

	line-height: 1.4;
	transform: scale(0);
}

.c-pointer {
	display: none;
	width: 8px;
	height: 8px;
	background-color: #fff;
	mix-blend-mode: difference;
}
.no-touchdevice .c-pointer {
	display: block;
}
*/
/*
.is-active{
	transform: scale(1) !important
}*/


/* cursor */



#hero .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .7) 50%);
    background-size: 4px 4px;
    z-index: 2;

    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}

/* end video */
.content {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 200%;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.upperBtn img {
    width: 100px;
    padding: 2em;
}

.upperBtn {
    text-align: center;
    background: #fff;
}

.blur {}

#formBox form.loading.sent::after {
    opacity: 0;
    pointer-events: none;
}

#formBox form.loading::after {
    transition: all 0.8s;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/loading.svg") center center no-repeat #00000044;
    position: absolute;
    top: 0;
    left: 0;
}

#formBox li {
    background: #000;
    height: 65px;
    width: 65px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    font-size: 0.8em;

}

#formBox h2 + p {
    margin-bottom: 2em;
}

#formBox h2 {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 2em;
}

#formBox {
    display: none;
    background: rgb(255, 255, 255);
}

#formBox .inBox {
    position: relative;
    text-align: center;
    background: #f5f5f5;
    padding: 5em;
    margin: 5em auto 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

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

    /* 767px以下用（タブレット／スマートフォン用）の記述 */
    #formBox .inBox {
        padding: 0;
        margin: 0 auto
    }

    #formBox button {
        position: absolute;
        top: -3.5em;
        right: -3px;
    }
}


#formBox li:nth-child(1) {
    color: #fff;
    background: #000;
}

#formBox li:nth-child(3)::after {
    display: none;
}

#formBox li::after {
    content: "";
    display: block;
    width: 5em;
    position: absolute;
    background: #fff;
    height: 5px;
    left: 100%;
}

#formBox li {
    background: #fff;
    color: #000;
    position: relative
}

#formBox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-flex: 1;
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 3em;
}

#formBox form.custom-wpcf7c-confirmed * {
    pointer-events: none;
}

#formBox form.custom-wpcf7c-confirmed .checkBtn,
#formBox form.custom-wpcf7c-confirmed .checkBtn > * {
    pointer-events: all;
}

#formBox form.custom-wpcf7c-confirmed li {
    color: #000;
    background: #fff;
    transition: .5s;
}

#formBox form.custom-wpcf7c-confirmed li:nth-child(2) {
    color: #fff;
    background: #000;
}

#formBox form.custom-wpcf7c-confirmed .title ul::after {
    content: "入力内容をご確認の上、\Aページ下部の「送信」ボタンを押してください";
    margin: 3em auto 0;
    white-space: pre;
}

#formBox form.custom-wpcf7c-confirmed.sent .title ul::after {
    display: none;
    content: "";
}

#formBox form.custom-wpcf7c-confirmed.sent li:nth-child(2) {
    color: #000;
    background: #fff;
}

#formBox form.custom-wpcf7c-confirmed.sent li:nth-child(3) {
    color: #fff;
    background: #000;
}

.textArea {
    width: 80%;
    border: none;
    padding: 1em;
    margin: 1em;
}


body.estimate-form input.wpcf7-back,
body.estimate-form input.wpcf7-submit {
    display: inline-block !important;
    margin: 0 1em !important;
}

body.estimate-form input.wpcf7-back.wpcf7c-force-hide,
body.estimate-form input.wpcf7-submit.wpcf7c-force-hide {
    display: none !important;
}

body.estimate-form input.wpcf7-confirm,
body.estimate-form input.wpcf7-back,
body.estimate-form input.wpcf7-submit {
    color: #000 !important;
    /*background: -webkit-linear-gradient(left, #ecff31d1, rgba(179, 166, 71, 0.95), rgba(227, 254, 1, 0.95), rgba(179, 146, 71, 0.95), #ecff31d1);
	background: -o-linear-gradient(left, #ecff31d1, rgba(179, 166, 71, 0.95), rgba(227, 254, 1, 0.95), rgba(179, 146, 71, 0.95), #ecff31d1);
	background: linear-gradient(to right, #ecff31d1, rgba(179, 166, 71, 0.95), rgba(227, 254, 1, 0.95), rgba(179, 146, 71, 0.95), #ecff31d1);
    background-size: 300% 300%;
    animation: bgGradation 30s linear infinite;*/
    background: #fed204;
    max-width: 300px;
    height: 70px;
    font-size: 1em;
    border: none;
    border-radius: inherit;
    width: 100%;
    margin: 0 auto;
    display: inherit;
    font-weight: 900;
}

body.estimate-form input.wpcf7-back {
    background: #d0d8dc;
    /*#2b2b2b;
    color: #fff !important;*/
}

@keyframes bgGradation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: -150% 50%
    }

    100% {
        background-position: -300% 50%
    }
}

.cp_iptxt label,
.wpcf7-form > label {
    font-weight: 900;
    margin-bottom: 1em;
    display: inline-block;
}

.wpcf7-form .cp_iptxt,
.wpcf7-form hr {
    position: relative;
    width: 80%;
    margin: 40px auto;
    text-align: left
}

.cp_iptxt textarea,
.cp_iptxt input[type='url'],
.cp_iptxt input[type='date'],
.cp_iptxt input[type='text'],
.cp_iptxt input[type='email'] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #fed203;
    border-radius: 5px;
}

.cp_iptxt input[type='date'] {
    width: auto;
    font-size: 1.2em;
}

.ef input[type='text']:focus {
    border: 5px solid #da3c41;
    outline: none;
}

.site-branding {}

#contents {
    padding: 0;
    background: #fff;
}

#colophon {
    background: #000;
    color: #ccc;
    position: relative
}

.site-info {
    text-align: center;
    padding: 8em 0;
    font-size: 0.6em;
}

.logo img {
    max-width: 65px;
    padding: 0 0 3em 0;
    margin: 0 auto;
    display: table;
}

.site-branding svg {
    margin: 2em 2em 0;
    padding: 0;
    max-width: 200px;
}

span.wpcf7-not-valid-tip {
    color: #ff3737;
    font-size: 1em;
    font-weight: normal;
    display: block;
    padding: 1em 0;
}

@media screen and (max-width: 640px) {
    @media screen and (orientation: landscape) {
        .top-hero_bar {
            margin-left: -20px;
            margin-bottom: -5em;
        }

        .top-hero_bar::after {
            margin-left: calc(-50% + 0em);
            font-size: 0.8em;
        }
    }
}

@media screen and (max-width: 1599px) {
    #requestBox .inBox .concept {
        padding-right: 2em;
    }

    #requestBox .inBox .cts1 {
        padding-left: 1em;
    }

}

@media screen and (max-width: 767px) {
    #requestBox .inBox .cts1 {
        padding-left: 2rem;
    }

    #requestBox .inBox .concept {
        width: 100%;
        padding: 2rem;
        padding-top: 5em;
    }

    #formBox {
        display: none;
        text-align: center;
        background: #f5f5f5;
        padding: 5em 0em;
        margin: 5em auto 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 640px) {
    .site-branding svg {
        max-width: 150px;
        margin-left: 1em;
    }

    #requestBox .inBox .cts1 p {
        font-size: 1.9rem;
    }

    #requestBox .inBox .concept {
        width: 100%;
        padding: 2rem;
        padding-top: 5em;
    }

    header .hamburger {
        position: absolute;
        right: 0;
        top: 0;
        margin: 1.5em 1em;
    }

    #menuBox .inBox dt {
        font-family: futura-pt, toppan-bunkyu-midashi-go-std, sans-serif;
        font-size: 1.3rem;
    }

    #menuBox .inBox dd {
        font-size: 1.2rem;
    }
}
