@charset "UTF-8";

/* CSS Document */

/*====================================

    main

====================================*/

main {
}

/*====================================

    #fv

====================================*/

#fv {
    width: 100%;
    height: 40vh;
    overflow: hidden;
}
#fv .inner {
    background: url(../images/fv.webp) bottom center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform: scale(1);
    transition: transform 3s ease;
}
#fv.is-open .inner {
    transform: scale(1.01);
}
#fv .inner .text {
    position: absolute;
    top: 80px;
    right: 200px;
    z-index: 2;
    display: none;
}
#fv .inner .text p {
    writing-mode: vertical-rl;
    color: #fff;
    margin: 0 auto;
    font-size: 90%;
    line-height: 1.85em;
    letter-spacing: .2em;
}
#fv .inner .text .fv_line {
    display: inline-block;
    opacity: 0;
    filter: blur(12px);
    transition: opacity 1.4s ease, filter 1.4s ease;
}
#fv.is-open .inner .text .fv_line:nth-child(1) {
    transition-delay: 0s;
}
#fv.is-open .inner .text .fv_line:nth-child(3) {
    transition-delay: .8s;
}
#fv.is-open .inner .text .fv_line:nth-child(5) {
    transition-delay: 1.6s;
}
#fv.is-open .inner .text .fv_line:nth-child(7) {
    transition-delay: 2.4s;
}
#fv.is-open .inner .text .fv_line:nth-child(9) {
    transition-delay: 3.2s;
}
#fv.is-open .inner .text .fv_line {
    opacity: 1;
    filter: blur(0);
}

/*====================================

    .container

====================================*/

.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.background {
    position: absolute;
    inset: 0;
    overflow: hidden;
}
.jumbo {
    position: absolute;
    inset: -10px;
    opacity: 50%;
    background-image: repeating-linear-gradient(100deg, #000 0%, #000 7%, transparent 10%, transparent 12%, #000 16%), repeating-linear-gradient(100deg, #fff 10%, #fff 15%, #fff 20%, #fff 25%, #fff 30%);
    background-size: 300%, 200%;
    background-position: center;
    filter: blur(10px) opacity(50%) saturate(200%);
    mask-image: radial-gradient(ellipse at 100% 0%, black 40%, transparent 70%);
    pointer-events: none;
}
.jumbo::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: 200%, 100%;
    animation: jumbo 60s linear infinite;
    background-attachment: fixed;
    mix-blend-mode: difference;
}
@keyframes jumbo {
    from {
        background-position: center;
    }
    to {
        background-position: 350% center;
    }
}


/*====================================

    section

====================================*/

main section {
    scroll-margin-top: 20px;
    padding: 40px 20px;
}
main section .inner {
}
main section .inner .sec_ttl {
    margin-bottom: 20px;
}
main section .inner .sec_ttl h2 {
    font-size: 200%;
}
main section .inner .sec_ttl h2 span {
    font-size: 50%;
    display: block;
    line-height: 1em;
    padding: .6em 0 0 0;
    color: rgba(255, 255, 255, .6);
}

/*====================================

    #wp_pillar

====================================*/

#wp_pillar {
}
#wp_pillar .inner {
}
#wp_pillar .inner .sec_ttl {
}
#wp_pillar .inner .sec_ttl h2 {
}
#wp_pillar .inner .sec_ttl h2 span {
}
#wp_pillar .inner .sec_content {
}
#wp_pillar .inner .sec_content ul {
    width: 100%;
}
#wp_pillar .inner .sec_content ul li {
    border-bottom: 1px solid var(--main-color);
    padding: 20px 0;
}
#wp_pillar .inner .sec_content ul li:last-child {
    border-bottom: none;
}
#wp_pillar .inner .sec_content ul li .number {
    color: var(--main-color);
}
#wp_pillar .inner .sec_content ul li .ttl {
    color: var(--main-color);
    font-size: 160%;
}
#wp_pillar .inner .sec_content ul li .ex {
    color: var(--main-color);
    font-size: 90%;
}
#wp_pillar .inner .sec_content ul li p {
    margin-top: 1rem;
}

/*====================================

    .wp_ph_01

====================================*/

.wp_ph_01 {
}
.wp_ph_01 .inner {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wp_ph_01 .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
    will-change: transform;
}

/*====================================

    #wp_products

====================================*/

#wp_products {
}
#wp_products .inner {
}
#wp_products .inner .sec_ttl {
}
#wp_products .inner .sec_ttl h2 {
}
#wp_products .inner .sec_ttl h2 span {
}
#wp_products .inner .sec_content {
}
#wp_products .inner .sec_content .ex {
    margin-bottom: 40px;
}
#wp_products .inner .sec_content .ex h3 {
    color: var(--main-color);
    font-size: 140%;
    margin-bottom: 20px;
}
#wp_products .inner .sec_content .ex p {
}
#wp_products .inner .sec_content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#wp_products .inner .sec_content ul li {
    width: 32%;
}
#wp_products .inner .sec_content ul li .ph {
    margin-bottom: -30px;
}
#wp_products .inner .sec_content ul li .text {
    padding: 0 0 0 60%;
}

/*====================================

    #wp_orthes

====================================*/

#wp_orthes {
    color: #000;
}
#wp_orthes .inner {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .4);
    padding: 60px 20px;
}
#wp_orthes .inner .sec_ttl {
}
#wp_orthes .inner .sec_ttl img {
    width: 300px;
    margin: 0 auto;
}
#wp_orthes .inner .sec_ttl p {
    width: 100%;
    text-align: center;
    font-size: 105%;
    color: #000;
    font-weight: bold;
    line-height: 1.85em;
    margin: 40px 0;
}
#wp_orthes .inner .sec_content {
}
#wp_orthes .inner .sec_content .box_science,
#wp_orthes .inner .sec_content .box_component {
    background: rgba(255, 255, 255, .7);
    padding: 40px 20px;
    margin-bottom: 20px;
}
#wp_orthes .inner .sec_content .box h4 {
    font-size: 150%;
    margin-bottom: 20px;
}
#wp_orthes .inner .sec_content .box h4 span {
    font-size: 60%;
    display: block;
    padding: .75em 0 0 0;
}

/* box_science */

#wp_orthes .inner .sec_content .box_science ul {
    width: 100%;
}
#wp_orthes .inner .sec_content .box_science ul li {
    margin-bottom: 20px;
}
#wp_orthes .inner .sec_content .box_science ul li:last-child {
    margin-bottom: 0px;
}
#wp_orthes .inner .sec_content .box_science ul li .ph {
}
#wp_orthes .inner .sec_content .box_science ul li .text {
    margin-top: 20px;
}

/* box_component */

#wp_orthes .inner .sec_content .box_component .text {
    margin-top: 30px;
}
#wp_orthes .inner .sec_content .box_science ul li .text h5,
#wp_orthes .inner .sec_content .box_component h5 {
    font-size: 120%;
    color: var(--main-color);
    margin-bottom: 20px;
}
#wp_orthes .inner .sec_content .box_component .list {
    width: 100%;
    margin-top: 30px;
}
#wp_orthes .inner .sec_content .box_component .list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#wp_orthes .inner .sec_content .box_component .list dl dt {
    width: 50px;
}
#wp_orthes .inner .sec_content .box_component .list dl dd {
    flex: 1;
    padding: 0 0 0 20px;
}
#wp_orthes .inner .sec_content .box_component .list dl dd .number {
    color: var(--main-color);
    font-size: 80%;
}
#wp_orthes .inner .sec_content .box_component .list dl dd h3 {
    font-size: 120%;
    border-bottom: 1px solid var(--main-color);
}
#wp_orthes .inner .sec_content .box_component .list dl dd h3 span {
    display: block;
    font-size: 70%;
}
#wp_orthes .inner .sec_content .box_component .list dl dd p {
    font-size: 90%;
    line-height: 1.65em;
}
#wp_orthes .inner .sec_content .product_list {
}
#wp_orthes .inner .sec_content .product_list ul {
}
#wp_orthes .inner .sec_content .product_list ul li {
    background: rgba(255, 255, 255, 1);
    border: 1px solid var(--main-color);
    padding: 40px 20px;
    margin-bottom: 20px;
}
#wp_orthes .inner .sec_content .product_list ul li:last-child {
    margin-bottom: 0px;
}
#wp_orthes .inner .sec_content .product_list ul li h3 {
    color: var(--main-color);
    font-size: 150%;
    margin-bottom: 10px;
}
#wp_orthes .inner .sec_content .product_list ul li h3 span {
    font-size: 70%;
    padding-top: .5em;
    display: block;
}
#wp_orthes .inner .sec_content .product_list ul li .text_ph {
    width: 100%;
}
#wp_orthes .inner .sec_content .product_list ul li .text_ph .ph {
    margin-bottom: 20px;
}
#wp_orthes .inner .sec_content .product_list ul li .text_ph .ph h4 {
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 10px;
}
#wp_orthes .inner .sec_content .product_list ul li .text_ph .ph .price {
    border-top: 1px solid #ccc;
    text-align: right;
    margin-top: 20px;
}
#wp_orthes .inner .sec_content .product_list ul li .text_ph .text {
}
#wp_orthes .inner .sec_content .product_list ul li .text_ph .text .base {
    margin-bottom: 20px;
}
#wp_orthes .inner .sec_content .product_list ul li .text_ph .text .base h6 {
    text-decoration: underline;
    font-size: 100%;
    color: #000;
}
#wp_orthes .inner .sec_content .product_list ul li .text_ph .text .base p {
    font-size: 90%;
    line-height: 1.65em;
}
#wp_orthes .inner .sec_content .product_list ul li .step {
}
#wp_orthes .inner .sec_content .product_list ul li .step dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    margin-bottom: -1px;
}
#wp_orthes .inner .sec_content .product_list ul li .step dl dt {
    width: 60px;
}
#wp_orthes .inner .sec_content .product_list ul li .step dl dd {
    flex: 1;
    padding: 0 0 0 20px;
}
#wp_orthes .inner .sec_content .product_list ul li .step dl dd p {
    font-size: 90%;
    line-height: 1.65em;
}

/*====================================

    #wp_ambassador

====================================*/

#wp_ambassador {
}
#wp_ambassador .inner {
}
#wp_ambassador .inner .sec_ttl {
}
#wp_ambassador .inner .sec_ttl h2 {
}
#wp_ambassador .inner .sec_ttl h2 span {
}
#wp_ambassador .inner .sec_content {
}
#wp_ambassador .inner .sec_content .cell {
    margin-bottom: 60px;
}
#wp_ambassador .inner .sec_content .cell .text_ph {
}
#wp_ambassador .inner .sec_content .cell .text_ph .ph {
    margin-bottom: 60px;
}
#wp_ambassador .inner .sec_content .cell .text_ph .ph img {
    width: 100%;
}
#wp_ambassador .inner .sec_content .cell .text_ph .text {
}
#wp_ambassador .inner .sec_content .cell .text_ph .text h3 {
    color: var(--main-color);
    font-size: 200%;
    margin-bottom: 20px;
}
#wp_ambassador .inner .sec_content .cell .text_ph .text h3 span {
    display: inline-block;
    font-size: 60%;
    padding: 0 0 0 1em;
}
#wp_ambassador .inner .sec_content .cell:first-child .text_ph .text p {
    font-size: 100%;
    line-height: 1.8em;
}
#wp_ambassador .inner .sec_content .cell:last-child .text_ph .text p {
    text-align: right;
    font-size: 100%;
    line-height: 1.8em;
}
#wp_ambassador .inner .plofile {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 20px;
}
#wp_ambassador .inner .plofile h4 {
    color: var(--main-color);
    font-size: 120%;
    margin-bottom: 10px;
}
#wp_ambassador .inner .plofile .box_list {
}
#wp_ambassador .inner .plofile .box_list .box {
    margin: 0;
    padding: 0;
}
#wp_ambassador .inner .plofile .box_list .box:first-child {
    margin-bottom: 20px;
}
#wp_ambassador .inner .plofile .box_list .box:last-child {
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding-top: 20px;
}
#wp_ambassador .inner .plofile .box_list .box h5 {
    color: var(--main-color);
}

/*====================================

    #wp_company

====================================*/

#wp_company {
}
#wp_company .inner {
}
#wp_company .inner .sec_ttl {
}
#wp_company .inner .sec_ttl h2 {
}
#wp_company .inner .sec_ttl h2 span {
}
#wp_company .inner .sec_content {
}
#wp_company .inner .sec_content .ex {
    margin-bottom: 40px;
}
#wp_company .inner .sec_content .ex p {
    color: var(--main-color);
    font-size: 110%;
    line-height: 1.85em;
}
#wp_company .inner .sec_content .list_message {
    width: 100%;
}
#wp_company .inner .sec_content .list_message .list {
    margin-bottom: 20px;
}
#wp_company .inner .sec_content .list_message .list dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 10px 0;
}
#wp_company .inner .sec_content .list_message .list dl:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#wp_company .inner .sec_content .list_message .list dl dt {
    width: 120px;
}
#wp_company .inner .sec_content .list_message .list dl dd {
    flex: 1;
}
#wp_company .inner .sec_content .list_message .message {
    background: rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 20px;
}
#wp_company .inner .sec_content .list_message .message h3 {
    margin-bottom: 20px;
    font-size: 120%;
    color: var(--main-color);
}
#wp_company .inner .sec_content .list_message .message h3 span {
    display: inline-block;
    font-size: 70%;
    padding: 0 0 0 1em;
}
#wp_company .inner .sec_content .list_message .message p {
    margin: 0;
}
#wp_company .inner .sec_content .list_message .message p img {
    float: right;
    width: 140px;
    margin: 0 0 20px 20px;
}
#wp_company .inner .sec_content .list_message .message p .name {
    font-size: 70%;
    display: block;
    text-align: right;
}

/*====================================

    @media

====================================*/

@media (max-width: 767px) {
    .box {
        padding: 20px;
    }
}
















































