@charset "UTF-8"; /* CSS Document */
html {
    scroll-behavior: smooth;
}

a:hover {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
    zoom:1;}

.cb {
    clear: both;
}

.plg_Raku2_LC_Page_Products_Detail #container {
    width: 100%;
    max-width: 100%;
    min-width: 1000px;
}

.teiki_second_total {
    display: none;
}

#logo_area_lp img {
    width: 130px;
    max-height: 190px;
    margin: 30px auto 0;
}

.uservoice {
    width: 100%;
    margin: 70px auto 0;
    padding: 50px 0;
    text-align: center;
    background-color: #EEEDE6;
}

.uservoice>.uservoice_inner {
    width: 600px;
    margin: 0 auto;
    padding: 0;
}

.uservoice>.uservoice_inner>img {
    width: 100%;
}

.photo img, .sub_photo img {
    border: none;
}

#fixed_link {
    right: 0;
    transition: 0.5s;
}

ul#fixed_link li a {
    border-radius: 0;
    　font-size: 14px;
}

/*　Effect　*/
.slidein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.0s;
    &.slidein-left {
        transform: translate(-50%,0);
    }

    &.slidein-right {
        transform: translate(50%,0);
    }

    &.slidein-up {
        transform: translate(0,-50%);
    }

    &.slidein-bottom {
        transform: translate(0,50%);
    }

    &.scrollin {
        transform: translate(0, 0)!important;
        opacity: 1!important;
    }
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-time02 {
    animation-delay: 0.2s;
}

.delay-time03 {
    animation-delay: 0.3s;
}

.delay-time04 {
    animation-delay: 0.4s;
}

.delay-time05 {
    animation-delay: 0.5s;
}

.delay-time06 {
    animation-delay: 0.6s;
}

.delay-time07 {
    animation-delay: 0.7s;
}

.delay-time08 {
    animation-delay: 0.8s;
}

.delay-time09 {
    animation-delay: 0.9s;
}

.delay-time10 {
    animation-delay: 1.0s;
}

.pcbr {
    display: block;
}

/* PC改行*/
.spbr {
    display: none;
}

/* スマホ改行解除*/
@media screen and (max-width: 1000px) {
    .pcbr {
        display: none;
    }

    /* PC改行解除*/
    .spbr {
        display: block;
    }

    /* スマホ改行*/
}

/*////////////// font //////////////*/
@font-face {
    font-family: 'GT Walsheim Pro Medium';
    font-weight: 500;
    font-style: normal;
    src: url('https://with-dr.influencer-d.com/user_data/packages/raku2pc/img/lp/sebumserum/font/GTWalsheimPro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'DINOT-Medium';
    font-weight: 400;
    font-style: normal;
    src: url('https://with-dr.influencer-d.com/user_data/packages/raku2pc/fonts/DINOT/DINOT-Medium.ttf') format('truetype');
}

/*////////////// Design //////////////*/
#tranlp {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0;
}

.notesWrap {
    width: 1000px;
    margin: 0 auto 10px;
    padding: 0;
}

.notesWrap>.notes {
    margin: 0 auto 0;
    color: #55565a;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}

.arrow {
    margin: 0 auto 0;
    padding: 0;
    position: relative;
}

.arrow>.arrow_center01 {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 80px;
    margin-right: 29px;
    background-color: #000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow>.arrow_center02 {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 80px;
    margin-right: 29px;
    background-color: #000000;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
}

.arrow>.arrow_left {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 80px;
    margin-right: 29px;
    background-color: #000000;
    top: 50%;
    left: 39%;
    transform: translate(-50%, -50%);
}

.arrow>.arrow_right {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 80px;
    margin-right: 29px;
    background-color: #000000;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.arrow>.arrow_center01::before, .arrow>.arrow_center02::before, .arrow>.arrow_left::before, .arrow>.arrow_right::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 0px);
    width: 1px;
    height: 20px;
    background-color: #000000;
    transform: rotate(45deg);
    transform-origin: 50% calc(100% - 1px);
}

.marker {
    font-weight: 600;
    background: linear-gradient(transparent 60%, #ffff7c 60%);
}

.bk-marker {
    padding: 0 8px 2px;
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(#333333 100%, #333333 0);
}

.stripe-marker {
    font-weight: 600;
    background-image: repeating-linear-gradient(-45deg, #55565a 0, #55565a 1px, transparent 2px, transparent 3px);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 0.2em;
}

sup {
    font-size: 60%;
    font-weight: 400;
}

@media screen and (max-width: 1000px) {
    .notesWrap {
        width: 90%;
    }

    .notesWrap>.notes {
        text-align: justify;
    }
}

#tranlp #fv {
    width: 100%;
    margin: 10px auto 100px;
    padding: 0 0 0;
}

#tranlp #fv .fvWrap {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 0 0;
    z-index: -1;
    position: relative;
}

#tranlp #fv .fvWrap>h2 {
    margin: 0 auto;
    padding: 0;
}

#tranlp #fv .fvWrap>h2>img {
    width: 140px;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

#tranlp #fv .fvWrap>h3 {
    margin: 0 auto -15px;
    color: #333333;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.0;
}

#tranlp #fv .fvWrap>h3>span {
    display: inline-block;
    margin-left: 5px;
    padding: 5px;
    border: 1px solid #333333;
}

#tranlp #fv .fvWrap>h3::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 5px;
    background-image: url(/user_data/packages/raku2pc/img/lp/tranrich/heading02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

#tranlp #fv .fvWrap .fvkv {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: -1;
}

#tranlp #fv .fvWrap .fvkv>img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}

#tranlp #fv .fvWrap .fvkv>.fvcomp {
    width: 450px;
    margin: 0 auto;
    position: absolute;
    top: 200px;
    left: 10%;
    z-index: 2;
}

#tranlp #fv .fvWrap .fvkv>.fvcomp>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#tranlp #fv .fvWrap .fvkv>.fvcomp>img.fvcomp-multiply {
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#tranlp #fv .product {
    width: 500px;
    margin: 50px auto 0;
    padding: 0;
    text-align: center;
}

#tranlp #fv .product>p {
    color: #55565a;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.03em;
}

#tranlp #fv .product>.category {
    display: inline-block;
    width: 150px;
    margin: 0 auto 10px;
    padding: 6px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.0;
    border: 1px solid #55565a;
}

#tranlp #fv .product>.quasi {
    display: inline-block;
    width: 150px;
    margin: 0 auto 10px;
    padding: 6px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.0;
    border: 1px solid #55565a;
    background-color: #55565a;
}

#tranlp #fv .product>.brand {
    margin: 20px auto 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.0;
}

#tranlp #fv .product>.name {
    margin: 0 auto 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
}

#tranlp #fv .product>.name>span {
    display: block;
    font-size: 40%;
}

#tranlp #fv .product>.capacity {
    margin: 0 auto 25px;
    font-size: 18px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#tranlp #fv .product>.price {
    margin: 0 auto 0;
    font-weight: 700;
    font-size: 25px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
    line-height: 1.0;
}

#tranlp #fv .product>.price>span {
    font-size: 70%;
}

#tranlp #fv .fvWrapsp {
    display: none;
}

@media screen and (max-width: 1250px) {
    #tranlp #fv .fvWrap .fvkv>.fvcomp {
        width: 420px;
        margin: 0 auto;
        position: absolute;
        top: 180px;
        left: 5%;
        z-index: 2;
    }
}

@media screen and (max-width: 1000px) {
    #tranlp #fv .fvWrap {
        display: none;
    }

    #tranlp #fv .fvWrapsp {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #tranlp #fv .fvWrapsp>img {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #tranlp #fv .product>.brand {
        font-size: 13px;
    }

    #tranlp #fv .product>.name {
        font-size: 20px;
    }

    #tranlp #fv .product>.capacity {
        font-size: 16px;
    }

    #tranlp #fv .product>.price {
        font-size: 18px;
    }
}

#tranlp #doctormessage {
    width: 700px;
    margin: 0 auto 100px;
    padding: 0 0 0;
    position: relative;
}

#tranlp #doctormessage>.contentsWrap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

#tranlp #doctormessage>.contentsWrap .doctor {
    width: 240px;
    float: left;
    margin-right: 30px;
    margin-bottom: 90px;
}

#tranlp #doctormessage>.contentsWrap .doctor .doctorimg {
    width: 100%;
    margin: 0 auto 10px;
}

#tranlp #doctormessage>.contentsWrap .doctor .profile {
    margin: 0 auto 0;
    color: #232323;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.8;
}

#tranlp #doctormessage>.contentsWrap .doctor .profile>span {
    display: block;
    font-size: 70%;
}

/*#tranlp #doctormessage>.contentsWrap>.textWrap {margin-right: 65px;}*/
#tranlp #doctormessage>.contentsWrap>.textWrap>h4 {
    margin: 0 auto 20px;
    color: #a28bb4;
    font-size: 18px;
    font-family: 'GT Walsheim Pro Medium', sans-serif;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.05em;
    line-height: 1.0;
}

#tranlp #doctormessage>.contentsWrap>.textWrap>.headline {
    margin: 0 auto 15px;
    color: #a28bb4;
    font-size: 23px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

#tranlp #doctormessage>.contentsWrap>.textWrap>.lead {
    margin: 0 auto 20px;
    font-size: 14px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.9;
    text-align: justify;
}

#tranlp #doctormessage>.contentsWrap .career {
    width: 75%;
    margin: 20px auto 0;
    padding: 5px 2% 5px;
    border-left: 1px solid #232323;
}

#tranlp #doctormessage>.contentsWrap .career>p {
    margin: 0 auto 10px;
    color: #232323;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

#tranlp #doctormessage>.contentsWrap .career>.text01 {
    font-size: 15px;
}

#tranlp #doctormessage>.contentsWrap .career>.text02 {
    font-size: 13px;
}

#tranlp #doctormessage>.contentsWrap .career>.text03 {
    font-size: 12px;
}

@media screen and (max-width: 800px) {
    #tranlp #doctormessage {
        width: 92%;
        margin: 0 auto 80px;
    }

    #tranlp #doctormessage>.contentsWrap .doctor {
        width: 80%;
        float: none;
        margin: 0 auto 20px;
    }

    #tranlp #doctormessage>.contentsWrap .doctor .profile {
        font-size: 16px;
    }

    #tranlp #doctormessage>.contentsWrap>.textWrap {
        width: 80%;
        margin: 0 auto 20px;
    }

    #tranlp #doctormessage>.contentsWrap>.textWrap>h4 {
        font-size: 16px;
    }

    #tranlp #doctormessage>.contentsWrap>.textWrap>.headline {
        font-size: 18px;
    }

    #tranlp #doctormessage>.contentsWrap>.textWrap>.lead {
        font-size: 14px;
    }

    #tranlp #doctormessage>.contentsWrap .career>.text01 {
        font-size: 13px;
    }

    #tranlp #doctormessage>.contentsWrap .career>.text02 {
        font-size: 12px;
    }

    #tranlp #doctormessage>.contentsWrap .career>.text03 {
        font-size: 11px;
    }
}

#tranlp #future {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
}

#tranlp #future>.contents01 {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
    background-color: #a79992;
}

#tranlp #future>.contents01>.content {
    width: 900px;
    margin: 0 auto 0;
    padding: 0;
}

#tranlp #future>.contents01>.content>.headline {
    width: 500px;
    margin: 0 auto 50px;
    padding: 0 0 15px;
    color: #ffffff;
    font-size: 26px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.0;
    position: relative;
    border-bottom: 2px solid #ffffff;
}

#tranlp #future>.contents01>.content>.headline::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 20px;
    border-right: 2px solid #ffffff;
    background-color: #a79992;
    content: "";
}

#tranlp #future>.contents01>.content>.bottomline {
    margin: 0 auto;
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.0;
}

#tranlp #future>.contents01>.content>.nayamiWrap {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#tranlp #future>.contents01>.content>.nayamiWrap>div {
    display: inline-block;
    width: 25%;
    width : -webkit-calc(100% / 4);
    width : calc(100% / 4 - 5px);
    margin: 0 auto 0;
    padding: 0;
    position: relative;
}

#tranlp #future>.contents01>.content>.nayamiWrap>div>img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#tranlp #future>.contents01>.content>.nayamiWrap>div>.nayami {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#tranlp #future>.contents01>.content>.nayamiWrap>div>.nayami>p {
    margin: 0 auto 3px;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

#tranlp #future>.contents01>.content>.nayamiWrap>div>.nayami>p.trouble {
    font-size: 130%;
    font-weight: 500;
}

#tranlp #future>.contents02 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
    text-align: center;
    background-color: #ffffff;
}

#tranlp #future>.contents02>.content {
    width: 900px;
    margin: 0 auto 0;
    padding: 0;
}

#tranlp #future>.contents02>.content>.headline {
    margin: 0 auto 30px;
    color: #333333;
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.8;
}

#tranlp #future>.contents02>.content>.headline>span {
    display: inline;
    padding: 0 0 5px;
    font-size: 120%;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
}

#tranlp #future>.contents02>.content>.lead {
    margin: 0 auto 20px;
    color: #333333;
    font-size: 18px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2.0;
    text-align: center;
}

#tranlp #future>.contents02>.content>.headline>span {
    display: inline;
    padding: 0 0 5px;
    font-size: 120%;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
}

#tranlp #future>.contents02>.content>.skinWrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#tranlp #future>.contents02>.content>.skinWrap>div {
    display: inline-block;
    width: 45%;
    width : -webkit-calc(100% / 2);
    width : calc(100% / 2 - 20px);
    margin: 0 auto 0;
    padding: 0;
    position: relative;
}

#tranlp #future>.contents02>.content>.skinWrap>div>img {
    width: 100%;
}

#tranlp #future>.contents02>.content>.skinWrap>div>p {
    margin: 0 auto 20px;
    color: #333333;
    font-size: 18px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.9;
    text-align: center;
}

#tranlp #future>.contents02>.content>.skinWrap>div>.skin {
    margin: 0 auto 10px;
    padding: 10px 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
    text-align: center;
    border-radius: 50px;
}

#tranlp #future>.contents02>.content>.skinWrap>div>.skin>span {
    display: block;
    padding: 0;
    font-size: 80%;
}

#tranlp #future>.contents02>.content>.skinWrap>div>.pink {
    background-color: #ec908c;
}

#tranlp #future>.contents02>.content>.skinWrap>div>.brown {
    background-color: #584b46;
}

#tranlp #future>.contents03 {
    width: 100%;
    margin: -80px auto 0;
    padding: 120px 0 0;
    text-align: center;
    background-color: #e6eeef;
}

#tranlp #future>.contents03>.content {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    position: relative;
}

#tranlp #future>.contents03>.content>p {
    margin: 0 auto;
    color: #333333;
    font-size: 22px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.9;
    position: relative;
    z-index: 1;
}

#tranlp #future>.contents03>.content>p>.bk-marker {
    font-size: 26px;
    font-weight: 500;
}

#tranlp #future>.contents03>.content>img.pc-img {
    width: 100%;
    margin: -50px auto 0;
    padding: 0;
}

#tranlp #future>.contents03>.content>img.sp-img {
    display: none;
}

#tranlp #future>.contents03>.content>h3 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0;
    color: #666464;
    font-size: 28px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: left;
    top: 200px;
    right: 25%;
    letter-spacing: 0.01em;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
}

#tranlp #future>.contents03>.content>h3>span {
    font-size: 150%;
}

#tranlp #future>.contents03>.content>h3>sup, #tranlp #future>.contents03>.content>h3>span>sup {
    font-size: 40%;
    text-combine-upright: all;
}

#tranlp #future>.contents03>.content>.future {
    width: 400px;
    padding: 0;
    top: 150px;
    left: 18%;
    position: absolute;
}

#tranlp #future>.contents03>.content>.future>img {
    width: 100%;
}

@media screen and (max-width: 1400px) {
    #tranlp #future>.contents03>.content>h3 {
        font-size: 26px;
        top: 180px;
        right: 20%;
    }

    #tranlp #future>.contents03>.content>.future {
        width: 350px;
        top: 150px;
        left: 18%;
    }
}

@media screen and (max-width: 1200px) {
    #tranlp #future>.contents03>.content>h3 {
        font-size: 25px;
        top: 150px;
        right: 15%;
    }

    #tranlp #future>.contents03>.content>.future {
        width: 320px;
        top: 120px;
        left: 15%;
    }
}

@media screen and (max-width: 1000px) {
    #tranlp #future>.contents01>.content, #tranlp #future>.contents02>.content {
        width: 90%;
    }

    #tranlp #future>.contents01>.content>.nayamiWrap>div {
        display: inline-block;
        width: 45%;
        width : -webkit-calc(100% / 2);
        width : calc(100% / 2 - 10px);
        margin: 0 auto 0;
        padding: 0;
        position: relative;
    }

    #tranlp #future>.contents03>.content>img.pc-img {
        display: none;
    }

    #tranlp #future>.contents03>.content>img.sp-img {
        display: block;
        width: 100%;
        margin: -50px auto 0;
        padding: 0;
    }

    #tranlp #future>.contents03>.content>h3 {
        writing-mode: revert;
        padding: 0;
        color: #666464;
        font-size: 22px;
        font-family: YakuHanMP, 'Noto Serif JP', serif;
        font-weight: 300;
        text-align: center;
        top: 0;
        right: auto;
        letter-spacing: 0.01em;
        line-height: 1.5;
        position: relative;
    }

    #tranlp #future>.contents03>.content>h3>span {
        font-size: 120%;
    }

    #tranlp #future>.contents03>.content>.future {
        display: none;
    }
}

#tranlp #future>.contents04 {
    width: 100%;
    margin: -30px auto 0;
    padding: 0 0 80px;
    text-align: center;
    background-color: #e6eeef;
}

#tranlp #future>.contents04>.content {
    width: 900px;
    margin: 0 auto 80px;
    padding: 0;
    position: relative;
}

#tranlp #future>.contents04>.content>img {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
}

#tranlp #future>.contents04>.content>img.sp-img {
    display: none;
}

#tranlp #future>.contents04>.content>.concept {
    width: 90%;
    margin: 0 auto 0;
    padding: 20px 5% 0;
    background-color: #fafcfc;
    position: relative;
}

#tranlp #future>.contents04>.content>.concept>h3 {
    margin: 0 auto 0 0;
    color: #333333;
    font-size: 24px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.0;
    text-align: center;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

#tranlp #future>.contents04>.content>.concept>h3>span {
    font-size: 80%;
}

#tranlp #future>.contents04>.content>.concept>.lead {
    width: 70%;
    margin: 0 auto 0 0;
    color: #333333;
    font-size: 15px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2.0;
    text-align: justify;
}

#tranlp #future>.contents04>.content>.concept>.futureimg {
    width: 300px;
    position: absolute;
    top: 20px;
    right: -50px;
    z-index: 2;
}

#tranlp #future>.contents04>.content>.concept>.futureimg-multiply {
    width: 300px;
    mix-blend-mode: multiply;
    position: absolute;
    top: 20px;
    right: -50px;
    z-index: 1;
}

#tranlp #future>.contents04>.content:nth-of-type(2)>.concept>.lead {
    width: 70%;
    margin: 0 0 0 auto;
    color: #333333;
    font-size: 15px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2.0;
    text-align: justify;
}

#tranlp #future>.contents04>.content:nth-of-type(2)>.concept>.futureimg {
    width: 200px;
    position: absolute;
    top: -80px;
    left: 30px;
    z-index: 2;
}

@media screen and (max-width: 1400px) {
    #tranlp #future>.contents04 {
        margin: 0 auto 0;
    }
}

@media screen and (max-width: 1100px) {
    #tranlp #future>.contents04 {
        padding: 40px 0 80px;
    }
}

@media screen and (max-width: 1000px) {
    #tranlp #future>.contents04>.content {
        width: 100%;
    }

    #tranlp #future>.contents04>.content>img {
        display: none;
    }

    #tranlp #future>.contents04>.content>.concept {
        display: none;
    }

    #tranlp #future>.contents04>.content>img.sp-img {
        display: block;
        width: 100%;
        margin: -50px auto 0;
        padding: 0;
    }
}

#tranlp #future>.contents05 {
    width: 100%;
    margin: -30px auto 0;
    padding: 0 0 550px;
    text-align: center;
    background-color: #e6eeef;
}

#tranlp #future>.contents05>.content {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0;
    position: relative;
}

#tranlp #future>.contents05>.content>div {
    display: inline-block;
    width: 320px;
    height: 60px;
    margin: 0 -2px;
    padding: 0 0 10px;
}

#tranlp #future>.contents05>.content>.wactive {
    background: linear-gradient(90deg, rgb(164 118 180), rgb(114 177 198));
}

#tranlp #future>.contents05>.content>.protection {
    background-color: #ffffff;
}

#tranlp #future>.contents05>.content>div>h3 {
    display: inline-block;
    margin: 0 auto;
    padding: 8px 20px 10px;
    font-size: 40px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.0;
    text-align: center;
}

#tranlp #future>.contents05>.content>.wactive>h3 {
    color: #ffffff;
}

#tranlp #future>.contents05>.content>.protection>h3 {
    background: linear-gradient(90deg, rgb(164 118 180), rgb(114 177 198));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#tranlp #future>.contents05>.content>div>h3>span {
    font-size: 120%;
}

#tranlp #future>.contents05>.content>.lead {
    margin: 40px auto 0;
    color: #333333;
    font-size: 16px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2.0;
    text-align: center;
}

#tranlp #future>.contents05>.content>.headline {
    margin: 20px auto 80px;
    padding: 0;
    color: #333333;
    font-size: 26px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

#tranlp #future>.contents05>.content>.compArea {
    width: 900px;
    margin: 0 auto 80px;
    padding: 0;
    position: relative;
}

#tranlp #future>.contents05>.content>.compArea>.headline {
    width: 400px;
    margin: 0 auto 30px;
    padding: 0 0 15px;
    color: #333333;
    font-size: 20px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.0;
    position: relative;
    border-bottom: 2px solid #333333;
}

#tranlp #future>.contents05>.content>.compArea>.headline::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 20px;
    border-right: 2px solid #333333;
    background-color: #e6eeef;
    content: "";
}

#tranlp #future>.contents05>.content>.compArea>h3 {
    margin: 0 auto;
    padding: 0;
    font-size: 45px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.0;
    text-align: center;
    background: linear-gradient(90deg, rgb(164 118 180), rgb(114 177 198));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#tranlp #future>.contents05>.content>.compArea>.comp {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#tranlp #future>.contents05>.content>.compArea>.comp>div {
    display: inline-block;
    width: 45%;
    width : -webkit-calc(100% / 2);
    width : calc(100% / 2 - 10px);
    margin: 0 auto 0;
    padding: 0;
}

#tranlp #future>.contents05>.content>.compArea>.comp>div>img {
    width: 70%;
    margin: 0 auto 10px;
    padding: 0;
}

#tranlp #future>.contents05>.content>.compArea>.comp>.traneacid {
    position: absolute;
    top: 20px;
    left: 90px;
}

#tranlp #future>.contents05>.content>.compArea>.comp>.glycyracid {
    position: absolute;
    top: 60px;
    right: 90px;
}

#tranlp #future>.contents05>.content>.compArea>.comp>.traneacid>.bihaku {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px 5px 20px;
    color: #ffffff;
    font-size: 40px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    text-align: left;
    top: 20px;
    left: 60px;
    letter-spacing: 0.01em;
    line-height: 1.0;
    position: absolute;
    z-index: 1;
    background-color: rgba(162, 139, 180, 1.0);
}

#tranlp #future>.contents05>.content>.compArea>.comp>.traneacid>.valid {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px 5px;
    color: #ffffff;
    font-size: 24px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    text-align: left;
    top: 20px;
    left: 15px;
    letter-spacing: 0.01em;
    line-height: 1.0;
    position: absolute;
    z-index: 1;
    background-color: rgba(162, 139, 180, 1.0);
}

#tranlp #future>.contents05>.content>.compArea>.comp>.glycyracid>.hadaare {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px 5px 20px;
    color: #ffffff;
    font-size: 40px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    text-align: left;
    top: 20px;
    right: 15px;
    letter-spacing: 0.01em;
    line-height: 1.0;
    position: absolute;
    z-index: 1;
    background-color: rgba(162, 139, 180, 1.0);
}

#tranlp #future>.contents05>.content>.compArea>.comp>.glycyracid>.valid {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px 5px;
    color: #ffffff;
    font-size: 24px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    text-align: left;
    top: 20px;
    right: 75px;
    letter-spacing: 0.01em;
    line-height: 1.0;
    position: absolute;
    z-index: 1;
    background-color: rgba(162, 139, 180, 1.0);
}

#tranlp #future>.contents05>.content>.compArea>.comp>.traneacid>.bihaku>sup, #tranlp #future>.contents05>.content>.compArea>.comp>.glycyracid>.hadaare>sup {
    font-size: 30%;
    text-combine-upright: all;
    position: absolute;
    right: 15px;
    transform: scale(1.4, 1);
}

#tranlp #future>.contents05>.content>.compArea>.comp>div>.compname {
    margin: 0 auto 12px;
    color: #a28bb4;
    font-size: 30px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.0;
    text-align: center;
}

#tranlp #future>.contents05>.content>.compArea>.comp>div>.compname>sup {
    font-size: 40%;
}

#tranlp #future>.contents05>.content>.compArea>.comp>div>.lead {
    margin: 0 auto 0;
    color: #333333;
    font-size: 18px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.7;
    text-align: center;
}

#tranlp #future>.contents05>img.sp-img {
    display: none;
}

@media screen and (max-width: 1000px) {
    #tranlp #future>.contents05>.content>.compArea {
        width: 100%;
    }

    #tranlp #future>.contents05>.content>.compArea>.comp>div>img {
        width: 90%;
    }

    #tranlp #future>.contents05>.content>.compArea>.comp>.traneacid {
        left: 3%;
    }

    #tranlp #future>.contents05>.content>.compArea>.comp>.glycyracid {
        right: 3%;
    }

    #tranlp #future>.contents05>.content>.compArea>.comp>.traneacid>.bihaku {
        top: 20px;
        left: 20px;
    }

    #tranlp #future>.contents05>.content>.compArea>.comp>.traneacid>.valid {
        top: 20px;
        left: 0;
    }

    #tranlp #future>.contents05>.content>.compArea>.comp>.glycyracid>.hadaare {
        top: 20px;
        right: 0;
    }

    #tranlp #future>.contents05>.content>.compArea>.comp>.glycyracid>.valid {
        top: 20px;
        right: 70px
    }
}

@media screen and (max-width: 800px) {
    #tranlp #future>.contents05 {
        padding: 0 0 80px;
    }

    #tranlp #future>.contents05>.content {
        display: none;
    }

    #tranlp #future>.contents05>img.sp-img {
        display: block;
        width: 100%;
        margin: 0 auto 0;
        padding: 0;
    }
}

#tranlp #future>.contents06 {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 10px;
    text-align: center;
    background-color: #e6eeef;
}

#tranlp #future>.contents06>.content {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0;
    position: relative;
}

#tranlp #future>.contents06>.content>.compArea>.headline {
    width: 400px;
    margin: 0 auto 30px;
    padding: 0 0 15px;
    color: #333333;
    font-size: 20px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.0;
    position: relative;
    border-bottom: 2px solid #333333;
}

#tranlp #future>.contents06>.content>.compArea>.headline::before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 20px;
    border-right: 2px solid #333333;
    background-color: #e6eeef;
    content: "";
}

#tranlp #future>.contents06>.content>.compArea>h3 {
    margin: 0 auto 60px;
    padding: 0;
    font-size: 45px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.0;
    text-align: center;
    background: linear-gradient(90deg, rgb(164 118 180), rgb(114 177 198));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#tranlp #future>.contents06>.content>div>h3>span {
    font-size: 120%;
}

#tranlp #future>.contents06>.content>.compArea>.protection01 {
    width: 70%;
    margin: 0 0 80px auto;
    padding: 0 0;
    background-color: #ffffff;
    text-align: left;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp {
    width: 750px;
    margin: 0 auto 0 0;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp>div {
    display: inline-block;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp>.img-content {
    width: 30%;
    margin: 0 auto 0 0;
    padding: 0 0;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp>.img-content>img {
    width: 100%;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp>.text-content {
    width: 65%;
    margin: 0 ;
    padding: 35px 0 0;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp>.text-content>p {
    padding: 0;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    text-align: justify;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp>.text-content>h4 {
    margin: 0 auto 20px;
    font-size: 30px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.0;
    letter-spacing: 0.02em;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp>.text-content>.compname {
    margin: 0 auto 15px;
    font-size: 24px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #a28bb4;
    line-height: 1.0;
    letter-spacing: 0.02em;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp>.text-content>.lead {
    margin: 0 auto;
    font-size: 16px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

#tranlp #future>.contents06>.content>.compArea>.protection01>.comp>.compno {
    margin: 0 auto;
    font-size: 100px;
    font-family: "DINOT-Medium", sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.0;
    letter-spacing: -0.01em;
    position: absolute;
    top: -40px;
    left : -25px;
}

#tranlp #future>.contents06>.content>.compArea>.protection02 {
    width: 70%;
    margin: 0 auto 80px 0;
    padding: 0 0;
    background-color: #ffffff;
    text-align: left;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp {
    width: 750px;
    margin: 0 0 0 auto;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp>div {
    display: inline-block;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp>.img-content {
    width: 30%;
    margin: 0 0 0 auto;
    padding: 0 0;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp>.img-content>img {
    width: 100%;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp>.text-content {
    width: 65%;
    margin: 0 ;
    padding: 35px 0 0;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp>.text-content>p {
    padding: 0;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    text-align: justify;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp>.text-content>h4 {
    margin: 0 auto 20px;
    font-size: 30px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.0;
    letter-spacing: 0.02em;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp>.text-content>.compname {
    margin: 0 auto 15px;
    font-size: 24px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #a28bb4;
    line-height: 1.0;
    letter-spacing: 0.02em;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp>.text-content>.lead {
    margin: 0 auto;
    font-size: 16px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

#tranlp #future>.contents06>.content>.compArea>.protection02>.comp>.compno {
    margin: 0 auto;
    font-size: 100px;
    font-family: "DINOT-Medium", sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.0;
    letter-spacing: -0.01em;
    position: absolute;
    top: -40px;
    right : -40px;
}

#tranlp #future>.contents06>.content>.compArea>.protection03 {
    width: 70%;
    margin: 0 0 100px auto;
    padding: 0 0;
    background-color: #ffffff;
    text-align: left;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp {
    width: 750px;
    margin: 0 auto 0 0;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp>div {
    display: inline-block;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp>.img-content {
    width: 30%;
    margin: 0 auto 0 0;
    padding: 0 0;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp>.img-content>img {
    width: 100%;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp>.text-content {
    width: 65%;
    margin: 0 ;
    padding: 35px 0 0;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp>.text-content>p {
    padding: 0;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    text-align: justify;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp>.text-content>h4 {
    margin: 0 auto 20px;
    font-size: 30px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.0;
    letter-spacing: 0.02em;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp>.text-content>.compname {
    margin: 0 auto 15px;
    font-size: 24px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    color: #a28bb4;
    line-height: 1.0;
    letter-spacing: 0.02em;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp>.text-content>.lead {
    margin: 0 auto;
    font-size: 16px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

#tranlp #future>.contents06>.content>.compArea>.protection03>.comp>.compno {
    margin: 0 auto;
    font-size: 100px;
    font-family: "DINOT-Medium", sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.0;
    letter-spacing: -0.01em;
    position: absolute;
    top: -40px;
    left : -25px;
}

@media screen and (max-width: 1100px) {
    #tranlp #future>.contents06>.content>.compArea>.protection01, #tranlp #future>.contents06>.content>.compArea>.protection02, #tranlp #future>.contents06>.content>.compArea>.protection03 {
        width: 90%;
    }

    #tranlp #future>.contents06>.content>.compArea>.protection01>.comp, #tranlp #future>.contents06>.content>.compArea>.protection02>.comp, #tranlp #future>.contents06>.content>.compArea>.protection03>.comp {
        width: 95%;
    }
}

#tranlp #management {
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 0 0;
    background-color: #e7e5e6;
    position: relative;
}

#tranlp #management>.contentsWrap {
    width: 800px;
    margin: 0 auto;
    padding: 50px 0 80px;
    background-color: #ffffff;
    text-align: center;
}

#tranlp #management>.contentsWrap>h4 {
    margin: 0 auto 30px;
    color: #55565a;
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

#tranlp #management>.contentsWrap>h4>.jp {
    display: block;
    font-size: 60%;
}

#tranlp #management>.contentsWrap>h4>.en {
    display: block;
    margin: 5px auto 0;
    color: #a28bb4;
    font-size: 70%;
    font-family: 'GT Walsheim Pro Medium', sans-serif;
    letter-spacing: 0.05em;
}

#tranlp #management>.contentsWrap>.management_lead {
    margin: 0 auto 40px;
    color: #55565a;
    font-size: 14px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: center;
}

#tranlp #management>.contentsWrap>.contents01 {
    width: 680px;
    margin: 0 auto 80px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tranlp #management>.contentsWrap>.contents02 {
    width: 680px;
    margin: 0 auto 80px;
    padding: 0;
}

#tranlp #management>.contentsWrap>.contents03 {
    width: 600px;
    margin: 0 auto 80px;
    padding: 0;
}

#tranlp #management>.contentsWrap>.contents04 {
    width: 600px;
    margin: 0 auto 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tranlp #management>.contentsWrap>.management_head {
    width: 90%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
}

#tranlp #management>.contentsWrap>.management_head>h5 {
    width: 400px;
    margin: 0 auto;
    padding: 10px 0;
    color: #ffffff;
    font-size: 17px;
    font-family: 'GT Walsheim Pro Medium', sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.0;
    background-color: #55565a;
    text-align: center;
    border-radius: 20px;
}

#tranlp #management>.contentsWrap>.management_head:before, #tranlp #management>.contentsWrap>.management_head:after {
    content: "";
    flex-grow: 1;
    height: 2px;
    background: #55565a;
    display: block;
}

#tranlp #management>.contentsWrap>.contents01>.image-content {
    max-width: 200px;
    margin-left: 30px;
}

#tranlp #management>.contentsWrap>.contents01>.image-content>img {
    max-width: 100%;
}

#tranlp #management>.contentsWrap>.contents01>.text-content {
    flex: 1;
}

#tranlp #management>.contentsWrap>.contents01>.text-content>p {
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #55565a;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: justify;
}

#tranlp #management>.contentsWrap>.contents02>.lab {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tranlp #management>.contentsWrap>.contents02>.lab>.image-content {
    max-width: 200px;
    margin-right: 30px;
}

#tranlp #management>.contentsWrap>.contents02>.lab>.image-content>img {
    max-width: 100%;
}

#tranlp #management>.contentsWrap>.contents02>.lab>.text-content {
    flex: 1;
}

#tranlp #management>.contentsWrap>.contents02>.lab>.text-content>p {
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #55565a;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: justify;
}

#tranlp #management>.contentsWrap>.contents02>.lead {
    margin: 0 auto 0;
    color: #55565a;
    font-size: 15px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 2.0;
    text-align: justify;
}

#tranlp #management>.contentsWrap>.contents02>.headline {
    width: 300px;
    margin: 40px auto 20px;
    padding: 10px 0;
    color: #55565a;
    font-size: 18px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.0;
    text-align: center;
    border: 2px solid #55565a;
    border-radius: 30px;
}

#tranlp #management>.contentsWrap>.contents02 .managementimg02 {
    width: 580px;
    margin: 0 auto 30px;
    padding: 0;
}

#tranlp #management>.contentsWrap>.contents03>.headline {
    margin: 0 auto 30px;
    color: #55565a;
    font-size: 18px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.5;
    text-align: center;
}

#tranlp #management>.contentsWrap>.contents03 .freeWrap {
    width: 450px;
    margin: 0 auto 15px;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#tranlp #management>.contentsWrap>.contents03 .freeWrap>div {
    width: 180px;
    margin: 0 auto 20px;
    padding: 20px 0;
    background-color: #dedede;
    border-radius: 10px;
    color: #55565a;
    font-size: 15px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.0;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#tranlp #management>.contentsWrap>.contents03 .freeWrap>div::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(-18deg);
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 3px solid #ffffff;
    margin: auto;
    padding: 0;
    transform-origin: center center;
    z-index: -1;
}

#tranlp #management>.contentsWrap>.contents04>.image-content {
    max-width: 220px;
    margin-right: 30px;
}

#tranlp #management>.contentsWrap>.contents04>.image-content>img {
    max-width: 100%;
}

#tranlp #management>.contentsWrap>.contents04>.text-content {
    flex: 1;
}

#tranlp #management>.contentsWrap>.contents04>.text-content>p {
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #55565a;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: justify;
}

#tranlp #management>.contentsWrap>.contents04>.text-content>.headline {
    margin: 0 auto 10px;
    font-size: 20px;
    font-weight: 500;
    color: #55565a;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 800px) {
    #tranlp #management {
        width: 100%;
        margin: 0 auto 80px;
    }

    #tranlp #management>.contentsWrap {
        width: 92%;
        padding: 40px 0 40px;
    }

    #tranlp #management>.contentsWrap>h4 {
        font-size: 22px;
    }

    #tranlp #management>.contentsWrap>.contents01 {
        width: 92%;
        margin: 0 auto 60px;
        padding: 0;
    }

    #tranlp #management>.contentsWrap>.contents02 {
        width: 92%;
        margin: 0 auto 60px;
        padding: 0;
    }

    #tranlp #management>.contentsWrap>.contents03 {
        width: 92%;
        margin: 0 auto 60px;
        padding: 0;
    }

    #tranlp #management>.contentsWrap>.contents04 {
        width: 92%;
        margin: 0 auto 0;
        padding: 0;
    }

    #tranlp #management>.contentsWrap>.contents02 .managementimg01 {
        width: 45%;
        margin-right: 5%x;
    }

    #tranlp #management>.contentsWrap>.contents02>.lead {
        font-size: 14px;
    }

    #tranlp #management>.contentsWrap>.contents02>.headline {
        width: 70%;
        margin: 30px auto 20px;
        font-size: 17px;
    }

    #tranlp #management>.contentsWrap>.contents02 .managementimg02 {
        width: 85%;
    }

    #tranlp #management>.contentsWrap>.contents03>h5, #tranlp #management>.contentsWrap>.contents03>h5 {
        font-size: 24px;
    }

    #tranlp #management>.contentsWrap>.contents03>h5>.jp, #tranlp #management>.contentsWrap>.contents04>h5>.jp {
        font-size: 15px;
    }

    #tranlp #management>.contentsWrap>.contents03>.headline, #tranlp #management>.contentsWrap>.contents04>.headline {
        font-size: 17px;
    }

    #tranlp #management>.contentsWrap>.contents03 .freeWrap01 {
        width: 92%;
    }

    #tranlp #management>.contentsWrap>.contents03 .freeWrap02 {
        width: 70%;
    }

    #tranlp #management>.contentsWrap>.contents03 .freeWrap01>div, #tranlp #management>.contentsWrap>.contents03 .freeWrap02>div {
        font-size: 13px;
    }
}

#tranlp #howtouse {
    width: 700px;
    margin: 0 auto 80px;
    padding: 0 0 0;
    text-align: center;
    position: relative;
}

#tranlp #howtouse>h4 {
    margin: 0 auto 30px;
    padding: 0 0 10px;
    color: #55565a;
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5;
    border-bottom: 1px solid #55565a;
}

#tranlp #howtouse>p {
    margin: 20px auto 50px;
    color: #55565a;
    font-size: 23px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: 1.5
}

#tranlp #howtouse>.en {
    margin: 0 auto 10px;
    color: #55565a;
    font-size: 18px;
    font-family: 'GT Walsheim Pro Medium', sans-serif;
    letter-spacing: 0.05em;
}

#tranlp #howtouse>.en::before {
    content: "／";
    margin-right: 5px;
}

#tranlp #howtouse>.en::after {
    content: "／";
    margin-left: 5px;
}

#tranlp #howtouse>.min {
    margin: 10px auto 20px;
    font-size: 16px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
}

#tranlp #howtouse>.howtostep01 {
    width: 600px;
    margin: 0 auto 50px;
    padding: 0;
}

#tranlp #howtouse>.howtostep02 {
    width: 600px;
    margin: 0 auto 0;
    padding: 0;
}

#tranlp #howtouse>.contentsWrap {
    width: 100%;
    margin: 60px auto 0;
    padding: 0;
    text-align: center;
}

#tranlp #howtouse>.contentsWrap>.step {
    width: 460px;
    margin: 0 auto 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tranlp #howtouse>.contentsWrap>.step>.image-content {
    max-width: 160px;
    margin-left: 20px;
}

#tranlp #howtouse>.contentsWrap>.step>.image-content>img {
    max-width: 100%;
}

#tranlp #howtouse>.contentsWrap>.step>.text-content {
    flex: 1;
}

#tranlp #howtouse>.contentsWrap>.step>.text-content>p {
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    color: #55565a;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-align: justify;
}

#tranlp #howtouse>.contentsWrap>.step>.text-content>.min {
    margin: 5px auto 0;
    font-size: 12px;
}

#tranlp #howtouse>.contentsWrap>.step>.text-content>.headline {
    margin: 0 auto 10px;
    color: #55565a;
    font-size: 28px;
    font-family: "DINOT-Medium", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.0;
    text-align: left;
}

#tranlp #howtouse>.contentsWrap>.step>.text-content>.headline>span {
    font-size: 60%;
}

#tranlp #howtouse>.contentsWrap>.howtopoint {
    width: 400px;
    margin: 30px auto 0;
    padding: 10px 5% 12px;
    border-bottom: 1px solid #55565a;
    border-top: 1px solid #55565a;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

#tranlp #howtouse>.contentsWrap>.howtopoint>div {
    display: inline-block;
}

#tranlp #howtouse>.contentsWrap>.howtopoint>.img-content {
    width: 10%;
    margin: 0 auto 0 0;
    padding: 0 0;
    align-content: center;
}

#tranlp #howtouse>.contentsWrap>.howtopoint>.img-content>img {
    width: 100%;
}

#tranlp #howtouse>.contentsWrap>.howtopoint>.text-content {
    width: 80%;
    margin: 0 auto 0 0;
    padding: 0 0;
}

#tranlp #howtouse>.contentsWrap>.howtopoint>.text-content>p {
    margin: 0 auto 0;
    color: #55565a;
    font-size: 14px;
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.8;
    text-align: justify;
}

@media screen and (max-width: 800px) {
    #tranlp #howtouse {
        width: 95%;
        margin: 0 auto 80px;
    }

    #tranlp #howtouse>h4 {
        font-size: 22px;
    }

    #tranlp #howtouse>.contentsWrap>.howtopoint {
        width: 85%;
        margin: 0 auto;
    }

    #tranlp #howtouse>.howtostep01, #tranlp #howtouse>.howtostep02 {
        width: 90%;
    }

    #tranlp #howtouse>.contentsWrap>.step {
        width: 90%;
    }

    #tranlp #howtouse>.contentsWrap>.howtopoint {
        width: 80%;
    }
}

#tranlp #lv {
    width: 100%;
    margin: 20px auto 100px;
    padding: 0 0 0;
}

#tranlp #lv .lvWrap {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 0 0;
    z-index: -1;
    position: relative;
}

#tranlp #lv .lvWrap>.lvcatch {
    position: absolute;
    top: 100px;
    left: 20%;
    z-index: 1;
}

#tranlp #lv .lvWrap>.lvcatch>h2 {
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto;
    padding: 0;
    color: #ffffff;
    font-size: 38px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 1.0;
    vertical-align: top;
}

#tranlp #lv .lvWrap>.lvcatch>h2>.whitemaker {
    display: inline-block;
    font-size: 100%;
    margin: 2px auto;
    padding: 5px 1px;
    color: #bcc3cf;
    background-color: #ffffff;
}

#tranlp #lv .lvWrap>.lvcatch>h2>.whitemaker>sup {
    font-size: 30%;
    text-combine-upright: all;
    position: relative;
    right: 5px;
    transform: scale(1.4, 1);
}

#tranlp #lv .lvWrap>.lvcatch>p {
    display: inline-block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 0 0 15px;
    padding: 0;
    color: #ffffff;
    font-size: 25px;
    font-family: YakuHanMP, 'Noto Serif JP', serif;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.03em;
    line-height: 1.0;
    vertical-align: top;
}

#tranlp #lv .lvWrap .lvkv {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: -1;
}

#tranlp #lv .lvWrap .lvkv>img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

#tranlp #lv .lvWrap .lvkv>.lvcomp {
    width: 450px;
    margin: 0 auto;
    position: absolute;
    top: 160px;
    left: 35%;
    z-index: 2;
}

#tranlp #lv .lvWrap .lvkv>.lvcomp>img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#tranlp #lv .lvWrap .lvkv>.lvcomp>img.lvcomp-multiply {
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#tranlp #lv .product {
    width: 500px;
    margin: 50px auto 0;
    padding: 0;
    text-align: center;
}

#tranlp #lv .product>p {
    color: #55565a;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.03em;
}

#tranlp #lv .product>.category {
    display: inline-block;
    width: 150px;
    margin: 0 auto 10px;
    padding: 6px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.0;
    border: 1px solid #55565a;
}

#tranlp #lv .product>.quasi {
    display: inline-block;
    width: 150px;
    margin: 0 auto 10px;
    padding: 6px 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.0;
    border: 1px solid #55565a;
    background-color: #55565a;
}

#tranlp #lv .product>.brand {
    margin: 20px auto 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.0;
}

#tranlp #lv .product>.name {
    margin: 0 auto 15px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
}

#tranlp #lv .product>.name>span {
    display: block;
    font-size: 40%;
}

#tranlp #lv .product>.capacity {
    margin: 0 auto 25px;
    font-size: 18px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#tranlp #lv .product>.price {
    margin: 0 auto 0;
    font-weight: 700;
    font-size: 25px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic Medium", YuGothicMedium, Verdana, Meiryo, "M+ 1p", sans-serif;
    line-height: 1.0;
}

#tranlp #lv .product>.price>span {
    font-size: 70%;
}

#tranlp #lv .lvWrapsp {
    display: none;
}

@media screen and (max-width: 1200px) {
    #tranlp #lv .lvWrap>.lvcatch {
        top: 100px;
        left: 10%;
    }

    #tranlp #lv .lvWrap .lvkv>.lvcomp {
        width: 420px;
        margin: 0 auto;
        position: absolute;
        top: 160px;
        left: 35%;
        z-index: 2;
    }
}

@media screen and (max-width: 1000px) {
    #tranlp #lv .lvWrap {
        display: none;
    }

    #tranlp #lv .lvWrapsp {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #tranlp #lv .lvWrapsp>img {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    #tranlp #lv .product>.brand {
        font-size: 13px;
    }

    #tranlp #lv .product>.name {
        font-size: 20px;
    }

    #tranlp #lv .product>.capacity {
        font-size: 16px;
    }

    #tranlp #lv .product>.price {
        font-size: 18px;
    }
}
