/*body {*/
/*    background:url("../img/frame1-min.png") no-repeat;*/
/*    background-size: cover;*/
/*}*/
@font-face {
    font-family: 'kodukaGothic';
    src: url('../fonts/pr6n-r.ttf') format('truetype');
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
body {
    font-family: 'BIZ UDPGothic', sans-serif;
    margin: 0;
}

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.header {
    background:url("../img/header_1-min.png") no-repeat;
    background-size: cover;
    position: relative;
    min-height: 150px;
    z-index: 0;
}

.header::after {
    content: '';
    position: absolute;
    left:0;
    bottom: -130px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../img/header-4-min.png");
    transform: skewY(-2deg);
    transform-origin: top left;
}

.header-menu {
    padding: 0 40px;
}

.nav-list {
    float: left;
    width: 150px;
    text-align: center;
    margin-right: 50px;
}

.nav-list-link {
    display: block;
    padding: 30px 0;
    font-size: 50px;
    /*font-weight: bold;*/
    line-height: 0.7;
    color: #fff;
    text-decoration: none;
    font-weight: lighter;
}

.nav-list-link span {
    font-size: 16px;
    font-family: 'BIZ UDPGothic', sans-serif;
}

.header-nav-list {
    list-style: none;
}

.main-wrap {
    background:url("../img/main_back-min.png") no-repeat;
    background-size: cover;
    position: relative;
    height: 80vh;
}

.logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.logo-wrap img {
    margin: 0 auto;
    animation: fadeIn 2.0s ease-in 0s 1 normal;
}

.logo-wrap p {
    font-family: 'BIZ UDPGothic', sans-serif;
    font-size: 3.5vw;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    text-align: center;
}

.concept-wrap {
    background:url("../img/concept_back-min.png") no-repeat;
    background-size: cover;
    height: 1290px;
    position: relative;
    z-index: 1;
}

.concept-title-wrap {
    position: absolute;
    padding-top: 15%;
    left: 8%;
}

.concept-title {
    font-size: 120px;
    font-weight: lighter;
}

.concept-title-jpn {
    font-size: 38px;
    padding-left: 10px;
}

.about-concept {
    padding-left: 10px;
    font-size: 40px;
    margin-top: 50px;
}

.about-concept h2 {
    font-weight: lighter;
}

.concept-message {
    padding-left: 10px;
    margin-top: 30px;
    font-size: 30px;
    /*font-weight: bold;*/
    color: #000;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
}

.message-wrap {
    background:url("../img/main_back-min.png") no-repeat;
    background-size: cover;
    height: 1251px;
    width: 100vw;
    position: relative;
}

.message-title-wrap {
    color: #fff;
    float: right;
    padding: 30px;
    margin-right: 50px;
    position: relative;
    z-index: 2;
}

.message-title {
    font-size: 120px;
    font-weight: lighter;
}

.message-title-jpn {
    font-size: 38px;
    float: right;
}

.ceo-angle-wrap {
    height: 55%;
    transform: translate(-50%, -50%) skewY(5deg);
    top: 50%;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    position: absolute;
}

.ceo-message-wrap {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.ceo-message-title-and-content {
    -webkit-text-stroke: 0.5px #fff;
}

.ceo-message-title-and-content h3 {
    font-size: 2.6rem;
}

.ceo-message-title-and-content p {
    padding: 50px 50px 50px 0;
    font-size: 1.8rem;
}

.ceo-message-content {
    font-size: 1.8rem;
}

.ceo-message-content span {
    font-size: 2.8rem;
}

.product-wrap {
    background:url("../img/product_back3-min.png") no-repeat;
    /*一旦コメントアウト中*/
    /*background-size: cover;*/
    background-size: 100% 100%;
    /*一旦コメントアウト中*/
    /*height: 2721px;*/
    height: 1600px;
    position: relative;
}

.product-title-wrap {
    position: absolute;
    /*一旦コメントアウト中*/
    /*top: 10%;*/
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%) skew(-10deg);
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #dde1e1 50%, #dde1e1 100%);
    padding: 30px;
    width: 700px;
    text-align: center;
}

.product-title {
    font-size: 8rem;
    font-weight: lighter;
    transform: skew(10deg);
    white-space: nowrap;
}

.product-title-jpn {
    text-align: center;
    font-size: 2.3rem;
    transform: skew(10deg);
}

.product-image-area {
    position: absolute;
    top: 20%;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.product-image {
    background-color: #fff;
    padding: 20px 60px 20px 60px;
    border-radius: 12px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.other-product {
    display: flex;
    position: relative;
}

.other-product-wrap {
    position: absolute;
    /*一旦コメントアウト中*/
    /*top: 60%;*/
    top: 40%;
    left: 12%;
    width: 88%;
}

.other-product:nth-child(2) {
    margin-top: 100px;
}

.other-product-img {
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    width: 20rem;
    height: 20rem;
}

.explanation-wrap {
    position: absolute;
    top: 15%;
    left: 35%;
}

.explanation-title {
    /*background: #fff;*/
    padding: 20px 30px;
    position: relative;
    z-index: 1;
}

.explanation-title::before {
    transform: skewX(-20deg);
    content: ""; /*ボックスを作る*/
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#fff;
}

.explanation-content {
    margin-top: 50px;
    font-size: 25px;
    color: #000;
    -webkit-text-stroke: 0.5px #fff;
    text-stroke: 0.5px #fff;
    line-height: 45px;
}

.img-parts {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.about-company-wrap {
    background:url("../img/company_back-min.png") no-repeat;
    background-size: cover;
    height: 1271px;
    position: relative;
}

.info-wrap {
    background:url("../img/main_back-min.png") no-repeat;
    background-size: cover;
    color: #fff;
    height: 150px;
}

.info-link {
    border-bottom: 1px #fff solid;
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}

.info-link a {
    color: #fff;
    text-decoration: none;
    font-size: 35px;
}

.rights-paragraph {
    text-align: center;
    margin-top: 30px;
}

.company-area {
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.company-title-wrap {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company-title {
    font-size: 8rem;
    font-weight: lighter;
}

.company-title-jpn {
    text-align: center;
    font-size: 2.3rem;
}

.company-area tr {
    border-bottom: solid 2px #070507;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
}

.company-area th {
    width: 40%;
    font-size: 1.8rem;
    color: #484e6c;
}

.company-area td {
    width: 60%;
    font-size: 1.8rem;
}

.english {
    font-family: 'Dancing Script', cursive;
}

@media screen and (max-width:768px){
    body {
        width: 100%;
        min-height: 100%;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .header {
        background:url("../img/header1_sp-min.png") no-repeat;
        background-size: cover;
        position: relative;
        z-index: 0;
        min-height: 150px;
    }

    .header::after {
        content: '';
        position: absolute;
        left:0;
        bottom: -130px;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url("../img/header3_sp-min.png");
        transform: skewY(-5deg);
        transform-origin: top left;
    }

    .header-menu {
        padding: 0;
    }

    .nav-list {
        float: left;
        width: auto;
        text-align: center;
        margin-right: 15px;
    }

    .nav-list-link {
        display: block;
        padding: 30px 0;
        font-size: 30px;
        /*font-weight: bold;*/
        line-height: 0.7;
        color: #fff;
        text-decoration: none;
        font-weight: lighter;
    }

    .nav-list-link span {
        font-size: 16px;
        font-family: 'BIZ UDPGothic', sans-serif;
    }

    .header-nav-list {
        list-style: none;
    }

    .main-wrap {
        background:url("../img/main_back_sp-min.png") no-repeat;
        position: relative;
        height: 50vh;
    }

    .logo-wrap {
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 85%;
    }

    .logo-wrap img {
        animation: fadeIn 2.0s ease-in 0s 1 normal;
    }

    .logo-wrap p {
        font-family: 'BIZ UDPGothic', sans-serif;
        font-size: 3.5vw;
        font-weight: bold;
        white-space: nowrap;
        color: #fff;
        text-align: center;
        margin-top: 20px;
    }

    .concept-wrap {
        background:url("../img/concept_back_sp-min.png") no-repeat;
        background-size: auto 100%;
        position: relative;
        height: 510px;
        width: 100%;
    }

    .concept-title-wrap {
        position: absolute;
        top: 160px;
        left: 15px;
        padding-top: 0;
    }

    .concept-title {
        font-size: 10vw;
        font-weight: lighter;
    }

    .concept-title-jpn {
        font-size: 3vw;
        padding-left: 0;
    }

    .about-concept {
        padding-left: 0;
        font-size: 4vw;
        margin-top: 0;
    }

    .about-concept h2 {
        font-weight: lighter;
    }

    .concept-message {
        padding-left: 0;
        margin-top: 30px;
        font-size: 3.5vw;
        /*font-weight: bold;*/
        color: #000;
        -webkit-text-stroke: 0 #fff;
        text-stroke: 0 #fff;
    }

    .message-wrap {
        background:url("../img/main_back_sp-min.png") no-repeat;
        height: 835px;
        background-size: auto 100%;
        position: relative;
    }

    .message-title-wrap {
        color: #fff;
        float: right;
        padding: 30px;
        margin-right: 50px;
    }

    .message-title {
        font-size: 120px;
        font-weight: lighter;
    }

    .message-title-jpn {
        font-size: 38px;
        float: right;
    }

    .ceo-message-wrap {
        /*background-image: url("../img/message_sp-min.png");*/
        background-size: auto 100%;
        height: 100%;
    }

    .product-wrap {
        background:url("../img/product_back_sp-min.png") no-repeat;
        background-size: 100% 100%;
        height: 1025px;
        position: relative;
        width: 100%;
    }

    .product-title-wrap {
        position: absolute;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%) skew(-10deg);
        background: linear-gradient(180deg, #fff 0%, #fff 50%, #dde1e1 50%, #dde1e1 100%);
        padding: 0 30px;
        width: auto;
        text-align: center;
    }

    .product-title {
        font-size: 10vw;
        font-weight: lighter;
        transform: skew(10deg);
        white-space: nowrap;
    }

    .product-title-jpn {
        text-align: center;
        font-size: 2.2vw;
        transform: skew(10deg);
    }

    .product-image-area {
        position: absolute;
        top: 16%;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .product-image {
        background-color: #fff;
        padding: 20px;
        margin: 10px;
        border-radius: 12px;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    }

    .other-product {
        display: block;
        position: relative;
    }

    .other-product-wrap {
        position: absolute;
        /*一旦コメントアウト中*/
        /*top: 50%;*/
        top: 30%;
        left: 0;
        width: 100%;
    }

    .other-product:nth-child(2) {
        margin-top: 40px;
    }

    .other-product-img {
        background-color: #fff;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        position: relative;
        width: 25vw;
        height: 25vw;
        transform: translate(-50%, -15%);
        top: 50%;
        left: 50%;
    }

    .explanation-wrap {
        position: static;
        width: 70%;
        margin: 0 auto;
    }

    .explanation-title {
        /*background: #fff;*/
        text-align: center;
        padding: 10px 20px;
        position: relative;
        z-index: 1;
        font-size: 2vw;
        color: #fff;
    }

    .explanation-title::before {
        transform: skewX(-20deg);
        content: ""; /*ボックスを作る*/
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: -1;
        background-color:#000000;
    }

    .explanation-content {
        margin-top: 20px;
        font-size: 2vw;
        color: #000;
        -webkit-text-stroke: 0 #fff;
        text-stroke: 0 #fff;
        line-height: 20px;
    }

    .img-parts {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .about-company-wrap {
        background:url("../img/company_back_sp-min.png") no-repeat;
        background-size: cover;
        height: 640px;
        position: relative;
    }

    .company-area {
        position: static;
        transform: none;
        margin: 0 auto;
        width: 80%;
    }

    .company-title-wrap {
        position: static;
        transform: none;
        text-align: center;
        margin: 0 auto;
        padding: 30px;
    }

    .company-title {
        font-size: 10vw;
        font-weight: lighter;
    }

    .company-title-jpn {
        text-align: center;
        font-size: 4vw;
    }

    .company-area tr {
        border-bottom: solid 2px #070507;
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: flex;
    }

    .company-area th {
        width: 40%;
        font-size: 1rem;
        color: #484e6c;
    }

    .company-area td {
        width: 60%;
        font-size: 1rem;
    }

    .info-wrap {
        background:url("../img/main_back-min.png") no-repeat;
        color: #fff;
        height: auto;
        max-height: 150px;
    }

    .info-link {
        border-bottom: 1px #fff solid;
        max-width: 250px;
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }

    .info-link a {
        color: #fff;
        text-decoration: none;
        font-size: 20px;
    }

    .rights-paragraph {
        text-align: center;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .message-wrap {
        background:url("../img/main_back_sp-min.png") no-repeat;
        height: 750px;
        position: relative;
    }

    .message-title-wrap {
        color: #fff;
        float: right;
        padding: 0;
        margin-right: 20px;
        position: relative;
        z-index: 2;
    }

    .message-title {
        font-size: 60px;
        font-weight: lighter;
    }

    .message-title-jpn {
        font-size: 20px;
        float: right;
    }

    .ceo-angle-wrap {
        height: 55%;
        transform: translate(-50%, -50%) skewY(5deg);
        top: 50%;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        position: absolute;
    }

    .ceo-message-wrap {
        /*background: url("../img/message_sp-min.png") no-repeat;*/
        background-color: #fff;
        background-size: auto 100%;
        height: 80%;
        /*transform: translate(-50%, -50%) skewY(5deg);*/
        transform: translate(-50%, -50%);
        top: 50%;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        position: absolute;
    }

    .ceo-message-title-and-content {
        position: static;
        /*top: 50%;*/
        /*left: 0;*/
        width: auto;
        /*margin: 0 auto;*/
        -webkit-text-stroke: 0 #fff;
        text-stroke: 0 #fff;
        transform: none;
        text-align: center;
        margin: 0 auto;
        padding-top: 40%;
    }

    .ceo-message-title-and-content h3 {
        font-size: 3vw;
        white-space: nowrap;
    }

    .ceo-message-title-and-content p {
        padding: 20px;
        font-size: 2vw;
    }

    .ceo-message-content {
        font-size: 1.5vw;
    }

    .ceo-message-content span {
        font-size: 2.1vw;
    }

    .ceo-message-wrap::before {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        background:url("../img/main_back-min.png") no-repeat;
        -webkit-transform: skewY(5deg);
        transform: skewY(5deg);
        z-index: 1;
        top: -220px;
        transform-origin: top left;
        background-size: cover;
    }

    .ceo-message-wrap::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        background:url("../img/main_back-min.png") no-repeat;
        -webkit-transform: skewY(5deg);
        transform: skewY(5deg);
        z-index: 1;
        bottom: -220px;
        transform-origin: bottom right;
        background-size: cover;
    }
}