
/** Type elements
-------------------------------------------------------------------------- **/

.entitle {
    font-size: 36px;
    line-height: 48px;
    font-weight: bold;
    color: #14375B;
    margin-bottom: 16px;
}
.subtitle {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}

.bold { font-weight: bold }
.italic { font-style: italic }

.text-pumpkin { color: #FF9708 }
.text-amber { color: #ED774D }
.text-cherry { color: #FF0000 }

.download-btn {
    background-color: #2462A2;
    border: 3px solid #67A6E6;
    color: #fff;
    width: 100%;
    padding: 12px;
}
.download-btn span {
    position: relative;
    line-height: 25px;
    padding-left: 27px;
    font-weight: normal;
}
.download-btn span::before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    background-size: 23px;
    width: 23px;
    height: 24px;
}
.download-btn.izakaya span::before {
    background: url(../../../imgs/izakaya.svg);
    background-repeat: no-repeat;
}
.download-btn.cafe span::before {
    background: url(../../../imgs/cafe-white.svg);
    background-repeat: no-repeat;
}
.download-btn.bar span::before {
    background: url(../../../imgs/designer/bar.svg);
    background-repeat: no-repeat;
}
.download-btn.ramen span::before {
    background: url(../../../imgs/designer/ramen.svg);
    background-repeat: no-repeat;
    height: 25px;
}
.download-pdf {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 16px;
}

@media (max-width: 767.98px) {
    .entitle {
        font-size: 28px;
        line-height: 36px;
    }
}

/** Sections
-------------------------------------------------------------------------- **/

.section {
    padding: 72px 0;
}
.section.dimmed {
    background-color: #F7F7F7;
}
.section-controls {
    margin-top: 64px;
}

@media (max-width: 767.98px) {
    .section { padding: 56px 0 }
    .section-controls { margin-top: 48px }
}


/** Buttons
-------------------------------------------------------------------------- **/

.btn.btn-section {
    border-radius: 2px;
    width: 350px; height: 56px;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 20px;
    -webkit-box-shadow: 0 3px 6px rgba( 0,0,0, 0.16 );
    box-shadow: 0 3px 6px rgba( 0,0,0, 0.16 );
}

.btn.btn-primary {
    border: 0; color: #fff;
    background-color: #2462A2;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    border: 0; color: #fff;
    background-color: #316FAF;
}
.btn.btn-primary:not([disbaled]):not(.disabled):active,
.btn.btn-primary:not([disbaled]):not(.disabled).active {
    border: 0; color: #fff;
    background-color: #316FAF;
}

.btn.btn-transparent {
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.btn.btn-transparent:not([disbaled]):not(.disabled):active,
.btn.btn-transparent:not([disbaled]):not(.disabled).active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
@media (max-width: 767.98px) {
    .btn.btn-section {
        width: auto;
        display: block;
        border-radius: 2px;
    }
}

/** Form elements
-------------------------------------------------------------------------- **/

.form-default .form-group {
    margin-top: 20px;
}
.form-default .form-group:first-child {
    margin-top: 0;
}
.form-default .form-group a {
    color: #67A6E6;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
}
.form-default .form-group .form-label {
    color: #707070;
    font-weight: bold;
}
.form-group {
    line-height: 1;
}
.form-group label {
    line-height: 18px;
    color: #454F63;
    font-weight: bold;
    margin-bottom: 14px;
    display: inline-block;
    vertical-align: middle;
}
.important-form:after {
    content: "必須";
    background-color: #F1645C;
    padding: 1px 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    line-height: 18px;
    vertical-align: bottom;
}
.form-control {
    font-size: 16px;
    padding: 16px 24px;
    height: 52px;
    border-color: #78849E;
    border-radius: 0;
}
.form-group textarea {
    height: 193px;
}
.form-default .form-group.important .form-label {
    position: relative;
    padding-left: 20px;
}
.form-default .form-group.important .form-label:before {
    position: absolute;
    left: 0; top: 0;
    content: '※';
    color: #ED774D;
    font-size: 18px;
    font-weight: 300;
}
.form-default .form-group .form-label.label-alt {
    font-size: 14px;
    font-weight: normal;
}
.form-default .form-group.important .form-label.label-alt {
    padding-left: 15px;
}
.form-default .form-group.important .form-label.label-alt:before {
    font-size: 15px;
}
.form-default .form-control {
    font-size: 14px;
    border-radius: 2px;
    padding: 20px 16px;
    border: 1px solid #444444;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-default input.form-control {
    height: 56px;
}
.form-default textarea.form-control {
    height: 160px;
}
.form-default .form-upload .btn-upload{
    height: 30px;
    border: 1px solid #444444;
    border-radius: 2px;
    color: #707070;
    font-size: 14px;
    padding: 5px 8px;
    margin: 0;
}
.form-default .form-upload input[type="file"]{
    display: none;
}
.form-default .form-upload .alt{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.form-default .form-group.agreement {
    font-size: 14px;
}
.form-default .form-group.agreement .note {
    display: inline-block;
    vertical-align: middle;
}
.form-default .form-group.agreement a + .note {
    margin-left: -2px;
}
.form-default .form-checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px; height: 20px;
    margin: 0 4px;
}
.form-default .form-group.agreement input[type="checkbox"]{
    opacity: 0;
    height: 0;
    padding: 0;
    border: 0;
}
.form-default .form-checkbox .checkbox {
    display: block;
    position: relative;
    width: 20px; height: 20px;
    border: 1px solid #707070;
    background-color: #F4F4F4;
    border-radius: 2px;
    cursor: pointer;
}
.form-default .form-checkbox .checkbox:before {
    content: ''; opacity: 0;
    position: absolute;
    width: 6px; height: 10px;
    border: 1px solid #707070;
    top: 3px; right: 6px;
    border-left-color: transparent;
    border-top-color: transparent;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form-default .form-checkbox .checkbox.checked:before {
    opacity: 1;
}
.form-default .form-action .btn-section {
    min-width: 540px;
}
.form-default .form-footnote {
    font-size: 14px;
    text-align: center;
    margin: 54px 0 48px;
}

@media (max-width: 767.98px) {
    .form-default .form-control {
        font-size: 16px;
    }
    .form-default .form-action .btn-section {
        width: 100%;
        min-width: 0;
        display: block;
    }
    .form-default .form-footnote {
        margin: 15px 0 8px;
        text-align: left;
    }
}


/** Design Banner
-------------------------------------------------------------------------- **/
@media (max-width: 344px) {
    body .design-banner .banner-content .title {
        font-size: 18px;
    }
}
.design-banner {
    padding: 0;
}
.design-banner .outerset {
    min-height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.design-banner .outerset > .background {
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.design-banner .outerset > .container {
    z-index: 2;
    padding: 40px 0px;
    position: relative;
}
.design-banner .outerset .banner-innerset {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
}

.design-banner .banner-figure {
    width: 445px;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 445px;
    flex: 0 0 445px;
}

.design-banner .banner-figure > img {
    margin-top: 95px;
}

.design-banner .banner-content {
    color: #fff;
    position: relative;
    padding: 20px 0 20px 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.design-banner .banner-content:before {
    top: 0; left: 0;
    position: absolute;
    content: ''; z-index: 900;
    width: 14px; height: 280px;
    background-image: url('../../../imgs/designer/banner-pole-lg.svg');
    background-repeat: no-repeat;
    height: 200px;
    border-radius: 0 0 50px 50px;
}

.design-banner .banner-content .recruitment {
    display: block;
    font-size: 14px;
    min-height: 50px;
    max-height: 98px;
    padding: 10px 16px;
    padding-left: 10px;
    padding-right: 0px;
    margin-right: 30px;
    background-color: #ED774D;
    position: relative;
    white-space: nowrap;
}
.design-banner .banner-content .recruitment:before {
    content: '';
    position: absolute; width: 90px;
    top: 0; right: -30px; bottom: 0;
    background-image: url('../../../imgs/designer/banner-flag-end.svg');
    background-repeat: no-repeat;
    background-position: right center;
    height: 100%; z-index: -1;
}

.design-banner .banner-content .recruitment .caption {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.design-banner .banner-content .recruitment .location {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.design-banner .banner-content .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0 10px 20px;
}
.d-nn {
    display: none;
}
.brief.banner-brief {
    display: none !important;
}
@media (max-width: 370px) {
    .d-xs-block {
        display: block !important;
    }
}
@media (max-width: 767.98px) {
    .design-banner .banner-content .recruitment .location {
        letter-spacing: -1px;
    }
    .design-banner .banner-content .title {
        font-weight: 500;
    }
    .design-banner .banner-content:before {
        background-image: url('../../../imgs/designer/banner-pole-sm.svg');
    }
    .design-banner .banner-content .title {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: -1px;
    }
    .design-banner .outerset > .container {
        margin: 0 15px;
        width: auto;
    }
    .design-banner .outerset {
        min-height: 295px;
    }
    .design-banner .outerset > .container {
        padding-bottom: 30px;
    }
    .d-sm-block {
        display: block !important;
    }
}
@media (max-width: 1199.98px) {
    .design-banner .banner-figure {
        display: none;
    }
    .design-banner .banner-content .recruitment {
        white-space: normal;
    }
    .banner-info-sp {
        display: flex !important;
    }
    body .design-banner .outerset {
        min-height: 335px;
    }
    body .design-services .service-entry {
        font-size: 17px;
        /* letter-spacing: -1px; */
    }
}
@media (min-width: 1200px) {
    .banner-info-sp {
        display: none !important;
    }
    body .brief.banner-brief {
        display: block !important;
    }
}

/** Design Intro
-------------------------------------------------------------------------- **/

.design-intro .intro-row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
.design-intro .intro-row.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.design-intro .intro-row + .intro-row {
    margin-top: 65px;
}
.design-intro .intro-brief {
    margin: 0 15px;
}
.design-intro .intro-figure {
    margin: 0 15px;
    width: 445px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 445px;
    flex: 0 0 445px;
}
.design-intro .intro-figure img {
    width: 100%;
}

@media (max-width: 767.98px) {
    body .banner-info-sp {
        display: block !important;
    }
    .design-intro .intro-row {
        display: block;
    }
    .design-intro .intro-row + .intro-row {
        margin-top: 40px;
    }
    .design-intro .intro-brief {
        margin-bottom: 25px;
    }
    .design-intro .intro-figure {
        width: auto;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -ms-flex: none;
        flex: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .design-intro .intro-figure {
        width: 300px;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
}

/** Design Award
-------------------------------------------------------------------------- **/

.design-award .award-intro {
    display: -ms-flexbox;
    display: flex;
    margin: 32px 0 16px;
}

.design-award .award-intro .column {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
}

.design-award .award-intro .column + .column {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.design-award .award-intro .award-counter {
    position: relative;
}

.design-award .award-intro .award-counter .counter {
    position: absolute;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    display: block;
    line-height: 72px;
    top: 10px; right: 28px;
}

.design-award .award-intro .award-phase {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.design-award .award-intro .award-prize {
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
}

.design-award .award-brief {
    margin-bottom: 24px;
}

@media (max-width: 767.98px) {
    .design-award .award-intro .column + .column {
        padding: 12px 0;
    }
    .design-award .award-intro .award-prize {
        font-size: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .design-award .award-intro .column + .column {
        padding: 15px 0;
    }
    .design-award .award-intro .award-prize {
        font-size: 48px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .design-award .award-intro .column + .column {
        padding: 10px 0;
    }
    .design-award .award-intro .award-prize {
        font-size: 72px;
    }
}


/** Design Format
-------------------------------------------------------------------------- **/

.design-format .format-entries {
    margin-top: 46px;
}
.design-format .format-entry {
    position: relative;
    text-align: center;
    /* border: 1px solid #cbcbcb; */
    height: 247px;
    overflow: hidden;
}
.design-format .format-entry .btn-expand {
    position: absolute;
    font-size: 24px;
    top: 0; right: 0;
    line-height: 1;
}
.format-entry > img {
    /* height: 100%; */
    min-height: 100%;
    min-width: 100%;
    max-width: none;
}
#btn-show-sample.btn-show-sample {
    margin-top: 40px;
    margin-bottom: 48px;
}

@media (max-width: 767.98px) {
    .design-format .column + .column {
        margin-top: 24px
    }
}

/** Design Steps
-------------------------------------------------------------------------- **/

.design-step .step-entries {
    margin-top: 24px;
}
.design-step .step-entry {
    text-align: center;
}
.design-step .step-entry > img {
    margin-bottom: 24px;
}
.design-step .step-entry .step-brief {
    text-align: left;
}
@media (max-width: 767.98px) {
    .design-step .step-entries {
        margin-top: 32px;
    }
    .design-step .step-entry {
        padding: 0 45px;
    }
    .design-step .column + .column {
        margin-top: 44px;
    }
}

/** Design Services
-------------------------------------------------------------------------- **/

.design-services .service-entries {
    margin-top: 34px;
}
.design-services .service-entry {
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
}
.design-services .service-entry > img {
    margin-bottom: 21px;
}
@media (max-width: 767.98px) {
    .design-services .column + .column {
        margin-top: 24px;
    }
}

/** Design Staff
-------------------------------------------------------------------------- **/

.design-staff .staff-members {
    margin-top: 34px;
}
.design-staff .staff-member {
    background: #f3f3f3;
    position: relative;
    margin-bottom: 46px;
}
.design-staff .staff-member .staff-profile {
    position: absolute;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 1px 1px 10px 1px rgba( 0,0,0, 0.3);
    box-shadow: 1px 1px 10px 1px rgba( 0,0,0, 0.3);
    left: 16px; right: 16px;
    bottom: -45px; padding: 8px 16px;
}
.design-staff .staff-member .staff-profile .position {
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
    margin-bottom: 5px;
    font-size: 14px;
    white-space: nowrap;
}
.design-staff .staff-member .staff-profile .name {
    font-size: 18px;
    font-weight: bold;
    color: #707070;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .design-staff .staff-members {
        margin-left: -8px;
        margin-right: -8px;
    }
    .design-staff .staff-members .column {
        padding-left: 8px;
        padding-right: 8px;
    }
    .design-staff .staff-member .staff-profile {
        left: 8px; right: 8px;
        line-height: 1; bottom: -30px;
        padding: 8px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .design-staff .staff-member {
        margin-bottom: 72px;
    }
}


/** Design Staff
-------------------------------------------------------------------------- **/

.design-application .form {
    margin-top: 40px;
}

/* Modal Gallery */
.modal-gallery .modal-content {
    background: none;
    border: none;
}
.modal-gallery .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal-gallery .modal-body {
    padding-top: 40px;
}
.modal-gallery .btn-close {
    background: url(../../../imgs/ico-close.svg), #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -25px;
    cursor: pointer;
    opacity: 1;
}
.modal-gallery .btn-close {
    top: 0px;
    right: 14px;
}
body > .modal-backdrop {
    opacity:.9 !important;
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
@media (min-width: 768px) {
    .download-btn:hover {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .download-btn:hover {
        color: #fff;
    }
    #btn-show-sample.btn-show-sample {
        margin-bottom: 40px;
    }
    .download-pdf {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .design-format .format-entry {
        height: 243px;
    }
    .design-format .format-entries {
        margin-top: 32px;
    }
}
/* END Modal Gallery */
@media (max-width: 340px) {
    .design-award .award-intro .award-prize {
        font-size: 40px;
    }
    .design-award .award-intro .award-phase {
        font-size: 22px;
    }
    .entitle {
        font-size: 26px;
    }
}