﻿@charset "utf-8";

/* CSS Document */


/*
    モバイルファーストのレイアウト
    スマートフォン・タブレット縦 ===> スマホ用のスタイルシートを使用
    タブレット横・PC以上 ===> PC用のスタイルシートを使用
    スマホとPCのcssの切替はjavascriptで行う。
*/


/******************************************　すべて　*************************************************/

html {
    height: 100%;
    width: 100%;
    background: #8a8a8a;
}

body {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-family: Meiryo, 'Meiryo UI', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overscroll-behavior-x: none;
    /*-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;*/
}

#ajax-global-section {
    width: 100%;
    height: 100%;
    position: relative;
}

.container-pagesize1 {
    margin: 0 auto;
    background-repeat: no-repeat;
}

.none-copy,
body,
div,
table,
p,
a,
img {
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.none-heighlight {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.scroll-touch {
    -webkit-overflow-scrolling: touch;
}

.deray001 {
    transition: all .1s;
    -webkit-transition: all .1s;
}

.deray002 {
    transition: all .2s;
    -webkit-transition: all .2s;
}

.deray005 {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.deray006 {
    transition: all .6s;
    -webkit-transition: all .6s;
}

.deray008 {
    transition: all .8s;
    -webkit-transition: all .8s;
}


/*::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}*/

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(224, 224, 224);
    border-radius: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

.hideMust {
    display: none !important;
}


/*------------- about position ( position - height - width ) ------------------------*/

.p-column {
    display: flex;
    flex-direction: column;
}

.p-column-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.p-column-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.p-row-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.p-row-nowrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.p-row-around {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.p-top-right {
    display: flex;
    align-items: flex-end;
}

.p-middle-middle {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.p-middle-column {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.p-middle-top {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.p-middle-bottom {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

.p-middle-left {
    display: flex;
    align-items: center;
}

.p-middle-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-end;
}

.p-bottom-left {
    display: flex;
    align-items: flex-end;
}

.p-bottom-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.pab-middle-middle {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

.box-bbox * {
    box-sizing: border-box;
}


/**************************************　テキスト　*************************************/

.font1 {
    font-family: fot-matisse-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('../../barber2/fonts/Oswald-ExtraLight.ttf');
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('../../barber2/fonts/Oswald-Light.ttf');
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../../barber2/fonts/Oswald-Regular.ttf');
}

@font-face {
    font-family: 'Oswald-Medium';
    src: url('../../barber2/fonts/Oswald-Medium.ttf');
}

@font-face {
    font-family: 'Oswald-SemiBold';
    src: url('../../barber2/fonts/Oswald-SemiBold.ttf');
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../../barber2/fonts/Teko-Bold.ttf');
}

.font-Oswald-ExtraLight {
    font-family: 'Oswald-ExtraLight', sans-serif;
}

.font-Oswald-Light {
    font-family: 'Oswald-Light', sans-serif;
}

.font-Oswald-Regular {
    font-family: 'Oswald-Regular', sans-serif;
}

.font-Oswald-Medium {
    font-family: 'Oswald-Medium', sans-serif;
}

.font-Oswald-SemiBold {
    font-family: 'Oswald-SemiBold', sans-serif;
}

.font-Oswald-Bold {
    font-family: 'Oswald-Bold', sans-serif;
}

@font-face {
    font-family: 'Teko-Light';
    src: url('../../barber2/fonts/Teko-Light.ttf');
}

@font-face {
    font-family: 'Teko-Regular';
    src: url('../../barber2/fonts/Teko-Regular.ttf');
}

@font-face {
    font-family: 'Teko-Medium';
    src: url('../../barber2/fonts/Teko-Medium.ttf');
}

@font-face {
    font-family: 'Teko-SemiBold';
    src: url('../../barber2/fonts/Teko-SemiBold.ttf');
}

@font-face {
    font-family: 'Teko-Bold';
    src: url('../../barber2/fonts/Teko-Bold.ttf');
}

.font-Teko-Light {
    font-family: 'Teko-Light', sans-serif;
}

.font-Teko-Regular {
    font-family: 'Teko-Regular', sans-serif;
}

.font-Teko-Medium {
    font-family: 'Teko-Medium', sans-serif;
}

.font-Teko-SemiBold {
    font-family: 'Teko-SemiBold', sans-serif;
}

.font-Teko-Bold {
    font-family: 'Teko-Bold', sans-serif;
}

@font-face {
    font-family: 'Anton-Regular';
    src: url('../../barber2/fonts/Anton-Regular.ttf');
}

.font-Anton-Regular {
    font-family: 'Anton-Regular', sans-serif;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-28 {
    font-size: 28px;
}

.font-32 {
    font-size: 32px;
}

.font-36 {
    font-size: 36px;
}

.font-40 {
    font-size: 40px;
}

.font-44 {
    font-size: 44px;
}

.font-48 {
    font-size: 48px;
}

.font-60 {
    font-size: 60px;
}

.font-92 {
    font-size: 92px;
}

.font-78 {
    font-size: 78px;
}

.font-150 {
    font-size: 150px;
}

.font-200 {
    font-size: 200px;
}

@media(max-width:1024px) {
    .font-150 {
        font-size: 110px;
    }
}

@media(max-width:768px) {
    .font-18 {
        font-size: 14px;
    }
    .font-20 {
        font-size: 16px;
    }
    .font-24 {
        font-size: 18px;
    }
    .font-28 {
        font-size: 20px;
    }
    .font-32 {
        font-size: 24px;
    }
    .font-36 {
        font-size: 28px;
    }
    .font-48 {
        font-size: 38px;
    }
    .font-60 {
        font-size: 50px;
    }
    .font-92 {
        font-size: 66px;
    }
    .font-150 {
        font-size: 95px;
    }
}

@media(max-width:480px) {
    .font-12 {
        font-size: 8px;
    }
    .font-18 {
        font-size: 10px;
    }
    .font-20 {
        font-size: 16px;
    }
    .font-24 {
        font-size: 16px;
    }
    .font-28 {
        font-size: 18px;
    }
    .font-32 {
        font-size: 22px;
    }
    .font-36 {
        font-size: 24px;
    }
    .font-40 {
        font-size: 28px;
    }
    .font-48 {
        font-size: 28px;
    }
    .font-60 {
        font-size: 40px;
    }
    .font-78 {
        font-size: 48px;
    }
    .font-92 {
        font-size: 52px;
    }
    .font-150 {
        font-size: 70px;
    }
    .font-200 {
        font-size: 100px;
    }
}

.bolder {
    font-weight: bolder;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.not-link-deco1 {
    text-decoration: none;
    color: #fff;
}

.not-link-deco1:link,
.not-link-deco1:visited,
.not-link-deco1:active,
.not-link-deco1:hover {
    color: #fff;
}


/************************************* IME 操作　******************************************/

.ime-zen {
    ime-mode: active;
}

.ime-ham {
    ime-mode: inactive;
}


/************************************** table **********************/


/* header 固定 */

.sticky-table thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
}

.sticky-table th:first-child {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.sticky-table thead th:first-child {
    /* ヘッダー行内の他のセルより手前に表示する */
    z-index: 2;
}


/************************************** フォーカス時　アウトライン **********************/

input[class="input-invalid"] {
    background: rgb(255, 221, 221) !important;
    -webkit-box-shadow: inset 0px 0px 1px 0px #f00, 0px 0px 3px 1px #f00 !important;
    box-shadow: inset 0px 0px 1px 0px #f00, 0px 0px 3px 1px #f00 !important;
}

input[type="text"],
input[type="checkbox"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="file"],
textarea {
    background: transparent;
    border: none;
    border-bottom: solid 2px #fff;
    outline: none;
    padding: 7px 7px;
    color: #fff;
    border-radius: 0px;
}

input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="radio"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    background: transparent;
}

select {
    border: none;
    outline: none;
    padding-left: 7px;
    padding-right: 7px;
}

body:focus,
button:focus,
a:focus,
input:focus,
.btn {
    outline: none;
}

.not-focus:focus {
    outline: none;
}


/************************************** btn css ****************************************/

button {
    font-family: inherit;
    background: transparent;
    border: none;
}

.btn-opa {
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .2s;
    transition: .2s;
}

.btn-opa:hover {
    opacity: .7;
}

@media(max-width:1300px) {
    .btn-opa:hover {
        opacity: 1;
    }
}

.btn-opa:active {
    -webkit-transition: none;
    transition: none;
    opacity: .4;
}

.btn-pointer {
    cursor: pointer;
}

.btn-notlink-w {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn-notlink-w:visited {
    color: #fff;
}

.btn-notlink-w:hover {
    opacity: .7;
}

@media(max-width:1300px) {
    .btn-notlink-w:hover {
        opacity: 1;
    }
}

.btn-notlink-w:active {
    opacity: .4;
}

.btn-notlink-r {
    color: #FF2B2B;
    text-decoration: none;
}

.btn-notlink-r:visited {
    color: #FF2B2B;
}

.btn-notlink-r:hover {
    opacity: .7;
}

@media(max-width:1300px) {
    .btn-notlink-r:hover {
        opacity: 1;
    }
}

.btn-notlink-r:active {
    opacity: .4;
}


/*********************************　iframe　**********************************************/


/********************************* ラベル **********************************************/


/********************************* フォーム　*******************************************/


/********************************* input candidate　*******************************************/

.bottom-candidate1 {
    width: 100%;
    height: 370px;
    z-index: 10;
    box-shadow: 0 6px 16px 0px #000;
    -webkit-box-shadow: 0 6px 16px 0px #000;
    background: #fcffdf;
    position: absolute;
    display: none;
}

.bottom-candidate1-list {
    height: 230px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.bottom-candidate1-createset {
    height: 140px;
}

.bottom-candidate1-createset input {
    width: 97%;
    font-size: 32px;
}


/**********************************　モーダルウィンドウ　*********************************************/

#cover-pagechange {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 35;
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
}

#cover-clear {
    width: 100%;
    height: 100%;
    z-index: 36;
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
}

#cover-usepart {
    z-index: 37;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
}

#cover-pagechange img,
#cover-usepart img {
    background: #fff;
    border-radius: 90px;
    box-shadow: 0px 0px 66px 33px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 66px 33px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 66px 33px rgba(0, 0, 0, 0.35);
}

.modal-back-color {
    width: 100%;
    height: 100%;
    z-index: 40;
    display: flex;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.65);
    justify-content: center;
    align-content: center;
    align-items: center;
}

.modal-body-color {
    background-color: rgba(0, 0, 0, 0.92);
    position: relative;
    color: #fff;
    width: 90%;
    max-width: 700px;
    min-height: 200px;
    -webkit-box-shadow: 0px 0px 5px 0px #fff;
    box-shadow: 0px 0px 5px 0px #fff;
}

.modal-title1 {
    width: 100%;
    margin: 10px 0px;
}

.modal-body1 {
    width: 100%;
    margin-bottom: 70px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/******************************** table *****************************************/

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table td {
    padding: 0px;
}

table thead {
    height: 0px;
}

table thead th {
    padding: 0px;
}

.table-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}