/* header, .contents_block, .mv-bg02, .contents_blocks {
border:1px solid red !important;}
#contents_box, .footer_contents, .block-triple2 {
border: 1px solid limegreen !important;}
#contents, .block-triple, .container-magic-grid, .container-magic-grid div {
border: 1px solid lightblue !important;} */

/*loading*/
#loader-bg {
    background: rgba(8, 8, 8, 1);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 900;
}

#loader-bg .bouncingLoader {
    background: rgba(8, 8, 8, 1);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 910;
}

.bouncingLoader>div,
.bouncingLoader:before,
.bouncingLoader:after {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: rgba(13, 134, 60, 1);
    margin-bottom: -5px;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}

.bouncingLoader>div,
.bouncingLoader:before,
.bouncingLoader:after {
    content: "";
}

.bouncingLoader>div {
    margin: 0 5px;
}

.bouncingLoader>div {
    animation-delay: 0.2s;
}

.bouncingLoader:after {
    animation-delay: 0.4s;
}

@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -16px, 0);
    }
}

/*3つの円が上下に動くためのアニメーション*/

/*font-styles*/
.bold {
    font-weight: bold !important;
}

.large {
    font-size: 200% !important;
}

.middle {
    font-size: 80% !important;
}

.small {
    font-size: 60% !important;
}

.center {
    text-align: center !important;
}

/*font-change*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Urbanist:wght@200&display=swap');

.ft_en1 {
    font-family: 'Montserrat', sans-serif;
}

.ft_jp1 {
    font-family: 'Shippori Antique B1', sans-serif;
}

/*font-color*/
.tx_KEY {
    color: rgb(7, 12, 71) !important;
}

.tx_bk {
    color: rgb(0, 0, 0) !important;
}

.tx_pk {
    color: rgb(229, 0, 127) !important;
}

.tx_lg {
    color: rgb(166, 128, 66) !important;
}

.tx_wt {
    color: rgb(255, 255, 255) !important;
}

.tx_lw {
    color: rgb(216, 214, 213) !important;
}

/*background-color*/
.bg_fr {
    border: 1px solid rgb(255, 255, 255)
}

.bg_fri {
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -3vh;
}

.bg_wt {
    background-color: rgb(255, 255, 255) !important;
}

.bg_bk {
    background-color: rgb(0, 0, 0) !important;
}

.bg_gr {
    background-color: rgb(48, 47, 43) !important;
}

.bg_dg {
    background-color: rgb(53, 58, 77) !important;
}

.bg_lg {
    background-color: rgb(166, 128, 66) !important;
}

.bg_stn {
    background: repeating-linear-gradient(45deg, #fdf3f0 0px, #fdf3f0 .5vw, transparent .5vw, transparent .6vw);
}

.bg_stg {
    background: repeating-linear-gradient(-45deg, rgb(144, 13, 255) 0, rgb(144, 13, 255) .2vw, transparent .2vw, transparent 3vw);
}

.bg_pp {
    background-color: rgba(183, 90, 145, .8) !important;
}

.bg_grd {
    background: -moz-linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(137, 209, 239) 30%, rgb(0, 170, 209) 50%);
    background: -webkit-linear-gradient(-45deg, rgb(255, 255, 255) 0%, rgb(137, 209, 239) 30%, rgb(0, 170, 209) 50%);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(137, 209, 239) 30%, rgb(0, 170, 209) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00aad1', GradientType=1);
}

.bg_blr {
    -webkit-backdrop-filter: blur(2vw);
    backdrop-filter: blur(2vw);
}

.bg_dtw {
    background-image: radial-gradient(rgba(220, 5, 12, .8) 25%, transparent 0%),
        radial-gradient(rgba(220, 5, 12, .8) 25%, transparent 0%);
    background-size: .5vh .5vh;
    background-position: 0 0, .25vh .25vh;
}

.bg_dtwl {
    background-image:
        radial-gradient(rgb(7, 12, 71) 25%, transparent 0%),
        radial-gradient(rgb(7, 12, 71) 25%, transparent 0%);
    background-size: 200px 200px;
    background-position: 0 0, 100px 100px;
}

.tx_sdwg {
    text-shadow: 0 0 2px rgb(13, 134, 60), 0 0 .3em rgb(7, 12, 71);
}

/*round-corner*/
.bg_1r {
    border-radius: 1vw;
}

.bg_hr {
    border-radius: .5vw;
    overflow: hidden;
}

.bg_grdKEY {
    background-color: #070c47;
    background-image: linear-gradient(350deg, #070c47 0%, #dc0515 10%, #dc0515 45%, #ffffff 85%, #fdf3f0 90%);
}

.arrow_box {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(60, 132, 66);
    padding: 20px;
    text-align: center;
    color: #666666;
    font-size: 20px;
}

.arrow_box:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(60, 132, 66, 0);
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 25px;
    border-right-width: 25px;
    margin-left: -25px;
    border-top-color: rgb(60, 132, 66);
    top: 100%;
    left: 50%;
}

/*wording-rule*/
.main-catch {
    font-size: 5.5vh;
    line-height: 1.6em;
    font-weight: bold;

    width: 100%;
    max-width: 720px;
    margin: 0 0 2vh 0;
}

.catch {
    font-size: 4.6vh;
    line-height: 1.6em;
    font-weight: bold;
    width: 100%;
    max-width: 720px;
    margin: 0 0 2vh 0;
}

.sub-catch {
    font-size: 2vh;
    line-height: 1.4em;
    font-weight: bold;
    width: 100%;
    max-width: 720px;
    margin: 0 0 2vh 0;
}

.lead {
    font-size: min(18px, 2vh);
    line-height: 2.4em;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: bold;
    width: 100%;
    max-width: 720px;
    margin: 0 0 6vh 0;
}

.heading {
    font-size: 4vh;
    line-height: 1.2em;
}

.heading-box {
    font-size: 2.4vh;
    line-height: 1em;
    padding: 4.6vh;
}

.letter {
    font-size: 2vh;
    line-height: 1.8em;
}

.top-bodytext {
    font-size: 2.4vh;
    line-height: 2.4em;
    padding: 0 0 0 5vh;
}

.top-namebody {
    font-size: 8vh;
    line-height: 1em;
    padding: 0;
    margin: 30vh 0 0;
}

.top-jobcredit {
    font-size: 3vh;
    line-height: 2.4em;
}

.bodytext {
    font-size: min(16px, 1.8vh);
    line-height: 2em;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
    width: 100%;
    max-width: 720px;
    margin: 0 0 2vh 0;
}

.bodytext:last-child,
.lead:last-child {
    margin: 0;
}

/*wording-decolation*/
.centering {
    margin: 0 auto 2vh !important;
    overflow: hidden;
}

.small-width {
    width: 50%;
    max-width: 300px;
}

.side-line10 {
    padding: 0 0 0 2vw !important;
    border-left: 10px solid rgb(255, 255, 255);
}

.side-line5 {
    padding: 0 0 0 2vh !important;
    border-left: 5px solid rgb(216, 214, 213);
}

.bottom-line1 {
    padding: 0 0 1vh 0 !important;
    margin: 0 auto 4vh !important;
    border-bottom: 1px solid rgb(255, 255, 255);
}

/*image-layout*/
.coverimg {
    margin: 12vh auto 6vh;
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: block;
}

.coverimg source,
.coverimg img {
    max-height: 640px;
}

.block-image {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 2vh;
    text-align: center;
    overflow: hidden;
}

.circle-image {
    margin: 0 auto 2vh;
    position: relative;
    width: 100%;
    max-width: 160px;
    overflow: hidden;
    background: rgba(120, 120, 120, .5);
    border-radius: 50%;
}

.square-image {
    margin: 0 auto 2vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgba(120, 120, 120, .5);
}

.square-image::before,
.circle-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-image img,
.circle-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.block-image:last-child {
    margin: 0 auto;
}

.block-image img {
    height: auto;
    max-width: 100%;
}

.catchimg figcaption,
.inline-box figcaption,
.sqimg figcaption,
.boximg figcaption,
.boximg-h figcaption {
    font-size: 1.8vh;
    line-height: 1.8em;
    text-align: justify;
    text-justify: inter-ideograph;
    padding: 2vh;
}

.inline-box {
    position: relative;
    width: 100%;
    margin: 0 auto 4vh;
}

.inline-box:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.inline-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* table set */
tr {
    margin: 0;
    overflow: hidden;
}

tr:nth-child(even) {
    background-image: radial-gradient(rgba(60, 132, 66, .8) 25%, transparent 0%),
        radial-gradient(rgba(60, 132, 66, .8) 25%, transparent 0%);
    background-size: .5vh .5vh;
    background-position: 0 0, .25vh .25vh;
}

th {
    color: rgba(7, 12, 71, 0);
    border-bottom: 1px solid rgb(255, 255, 255);
}

td {
    color: rgb(7, 12, 71);
    padding: 1.5vh;
    border-bottom: 1px dotted rgb(255, 255, 255);
}

td:nth-of-type(1) {
    width: 15%;
    font-size: 1.8vh;
    font-weight: bold;
}

td:nth-of-type(2) {
    width: 40%;
    font-weight: bold;
}

td:nth-of-type(3) {
    width: 25%;
    font-size: 1.8vh;
}

td:nth-of-type(4) {
    width: 20%;
    font-size: 1.6vh;
}

/*cover slider*/
.slider {
    position: absolute;
    top: 20vh;
    left: 0;
    bottom: 0;
    right: 0;
}

.slide-part {
    position: relative;
}

.slide-part figure {
    height: 100%;
}

.slider-txt {
    color: rgb(255, 255, 255);
    font-size: 3vh;
    font-weight: bold;
    line-height: 1.6em;

    position: absolute;
    inset: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 110;
}

.slick-arrow:before {
    content: "" !important;
}

.zoom {
    overflow: hidden;
}

.zoom img {
    width: 100%;
    height: auto;
    animation: animationZoom 10s ease-in-out infinite;
}

@keyframes animationZoom {
    50% {
        transform: scale(1.1)
    }
}

/* init */
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.show .background {
    opacity: 1;
}

.wrap {
    position: relative;
    overflow: hidden;
    z-index: 100;
}

/* design*/
#content00_bg {
    background-color: rgba(255, 255, 255, 1);
}

#content01_bg {
    background-color: rgba(0, 0, 0, 1);
}

#content02_bg {
    background-color: rgba(255, 255, 255, 1);
}

#content03_bg {
    background-color: rgba(255, 255, 255, 1);
}

#content04_bg {
    background-color: rgba(255, 255, 255, 1);
}

#content00 .wrap {
    padding: 14vh 0 0;
    height: 100vh;
    margin: 0 0 10vh;
}

#content01 .wrap {
    padding: 0;
    height: 100%;
}

#content02 .wrap {
    padding: 0;
}

#content03 .wrap {
    margin: 10vh 0 0;
    padding: 10vh 0;
    background-image: url(../images/tx-profile.svg);
    background-size: 100px;
    background-attachment: scroll;
    background-position: left center;
    background-repeat: no-repeat;
}

#content04 .wrap {
    padding: 10vh 0 20vh;
    background-image: url(../images/tx-works.svg);
    background-size: 150px;
    background-attachment: scroll;
    background-position: right top;
    background-repeat: no-repeat;
}

#content05 .wrap {
    padding: 5vh 0;
    background-image: url(../images/bg-05.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mv-bg03 {
    position: relative;
    border-top: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
}

.video-area03 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.video-area03:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.video03 {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

@media screen and (max-width:479px) {
    .slider {
        position: absolute;
        top: 10vh;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .top-namebody {
        font-size: 6vh;
        line-height: 1em;
        padding: 0 0 0 5vh;
        margin: 13vh 0 0;
    }

    .top-jobcredit {
        font-size: 3vh;
        line-height: 2.4em;
        padding: 0 0 0 5vh;
    }
}