@charset "utf-8";

html {
    /* max-width: 192rem; */
    margin: 0 auto;
    font-size: 62.5%;

}
body {
    font-family: "ヒラギノ角ゴシック", "sans-serif";
    margin: 0;
    max-width: 100%;
}

.wrap{
	position: relative;
	width: 92%;
    /* height: 100%; */
	max-width: 100rem;
	margin:0 auto;
}

h2 {
    font-size: 3.43rem;
    color: #425B72;
    text-align: center;
    letter-spacing: 0.081rem;
    line-height: calc(102 / 60);
    margin: 0;
    letter-spacing: 0.081rem;
    font-weight: 600;
}
h2 .title-emphasis {
    font-size: 4.23rem;
    font-weight: 700;
}
hr {
    width: 72.86rem;
    height: 0.2rem;
    border: none;
}
hr.yellow {
    background: linear-gradient(
        to right,
        #F7E528 0%,
        #F7E528 50%,
        black 50%,
        black 100%
    );
}
hr.white {
    background: linear-gradient(
        to right,
        white 0%,
        white 50%,
        black 50%,
        black 100%
    );
}
a {
    text-decoration: none;
}

.center {
    text-align: center;
}

.catch-copy-left {
    font-size: 2.91rem;
    letter-spacing: 0.086rem;
    line-height: calc(82 / 51);
    margin-left: calc(10rem - 4%);
    padding-top: 3.77rem;
    background-image: url('lx610_lp01_lx610body.png');
    background-size: 58%;
    background-repeat: no-repeat;
    background-position-x: 120%;
    background-position-y: 2.7rem;
    position: relative;
    height: 27.37rem;
}
.catch-copy-left span {
    font-size: 5.14rem;
    letter-spacing: 0;
    line-height: 1.2;
    color: #425B72;
}
.catch-copy-left span strong {
    font-size: 8.57rem;
    letter-spacing: 0;
}
.catch-copy-left img {
    width: 11.26rem;
    height: auto;
}

.catch-copy {
    font-size: 2.91rem;
    letter-spacing: 0.086rem;
    line-height: calc(82 / 51);
    font-weight: 600;
    margin-bottom: 6.4rem;
}
.catch-copy span {
    font-size: 5.14rem;
    letter-spacing: 0;
    line-height: 1.2;
    color: #425B72;
}
.catch-copy span strong {
    font-size: 8.57rem;
    letter-spacing: 0;
}

#eye-catch {
    background-color: #FFFBD5;
    width: auto;
    height: 55.6rem;
    background-image: url('lx610_lp01_magazines-on-a-wooden-chair-1_2x.png'), url('lx610_lp01_path51.png');
    background-size: 62.17rem, 100%;
    background-repeat: no-repeat;
    background-position-x: calc(50% + 57.31rem), left;
    background-position-y: -12rem, 0;
    font-weight: 600;
}

.present-message {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.8rem;
    letter-spacing: 0.15rem;
    color: white;
    border-color: #425B72;
    background-color: #425B72;
    margin-bottom: 4rem;
    line-height: calc(51 / 49);
    position: relative;
    font-weight: 600;
}
.baloon {
    width: 89%;
    min-height: 9.71rem;

}
.inner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.present-message #present-emphasis {
    color: #F7E528;
}
.present-message #present-memo {
    font-size: 2rem;
}
.baloon::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1.8rem;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #425B72 transparent transparent transparent;
    border-width: 2.28rem 2.28rem 0 2.28rem;
}

.goto-wrapper {
    height: 8.69rem;
    position: relative;
}
.goto-inquiry {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #199819;
    width: 40.74rem;
    height: 7.8rem;
    font-size: 2.86rem;
    color: white;
    border-radius: 4.35rem;
    margin: 0 auto;
    box-shadow: 0rem 0.91rem 0rem 0rem #056705;
    font-weight: 600;
}
.goto-inquiry:hover {
    background-color: #22bb22;
    box-shadow: 0rem 0.91rem 0rem 0rem #099109;
}
.goto-wrapper img {
    position: absolute;
    left: calc(50% + 16rem);
    top: 4.5rem;
    width: 6.08rem;
}

#trouble-point {
    margin-top: 2rem;
    height: 29.89rem;
}
#trouble-point ul {
    font-size: 2.4rem;
    width: fit-content;
    margin: auto;
}
#trouble-point li {
    padding-left: 6rem;
    line-height: calc(90 / 42);
    list-style-type: none;
    background-image: url('lx610_lp01_check.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 2.4rem;
}

#hope {
    background-color: #FFFBD5;
    width: 100%;
    height: 31.71rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -200;
    position: relative;
}
#hope::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20.4rem;
    background: linear-gradient(
        to right,
        #FFFBD5 0%,
        #FFFBD5 30%,
        white 50%
    );
}
#hope img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-110%);
    width: 44.11rem;
}
#hope div#hope-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 1.94rem;
    font-weight: 600;
    width: fit-content;
    line-height: 4rem;
}
#hope span {
    font-size: 2.86rem;
    color: #425B72;
}
#hope span#black {
    color: black;
}
#fade-image {
    width: 100%;
    height: 20rem;
    z-index: 200;
    background-image: url('lx610_lp01_fade.png');
    background-position-y: -3rem;
    background-repeat: repeat-x;
    background-size: contain;
}

.product-info {
    padding-left: 52%;
    font-size: 2.06rem;
    height: 43.77rem;
    /* background-color: #FFFBD5; */
    font-weight: 300;
    /* line-height: 4rem; */
}
.product-info .product-text{
    line-height: 4rem;
}
.product-info img {
    position: absolute;
    width: 77%;
    left: -11.9rem;
    margin-top: -1.74rem;
    z-index: 0;
}
.product-info span.tax {
    font-size: 1.6rem;
    color: #425B72;
    font-weight: bold;
    position: absolute;
    margin-top: 0.5rem;
}
.product-info .product-emphasis-big {
    font-size: 8.57rem;
    height: auto;
    margin: 4.8rem auto 2rem auto;
    font-weight: bold;
    color: #425B72;
}
.product-info .price {
    font-size: 5.71rem;
    color: #425B72;
    font-weight: bold;
    margin-top: 1rem;
}
.product-info div#info-text {
    z-index: 300;
    /* padding-top: 4.74rem; */
}
[ruby-top] {
    position: relative;
}
[ruby-top]::before {
    position: absolute;
    content: attr(ruby-top);
    top: -1.2em;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 1.6rem;
}

#product-top {
    height: 90.43rem;
    position: relative;
    z-index: 20;
    margin-top: 9.14rem;
    padding-top: 14rem;
}
#product-top .wrap {
    height: 21rem;
}
#product-top::before {
    transform: skewY(-6deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -20;
    background-color:#F7E528;
}
#product-top .goto-wrapper {
    margin-top: 6.26rem;
}
.back-belt {
    position: absolute;
    width: 100%;
    height: 43.77rem;
    background-color: #FFFBD5;
}

#product-point h3 {
    margin: auto;
    font-size: 4.74rem;
    line-height: 1.5;
    font-weight: normal;
}
#product-point .point-emphasis {
    font-size: 6.29rem;
    color: #425B72;
    font-weight: bold;
}
#product-point {
    font-size: 2.06rem;
    line-height: calc(79 / 36);
    padding-top: 18rem;
}
#product-point ol {
    margin-top: 6.86rem;
    list-style: none;
    counter-reset: count;
    position: relative;
}
#product-point ol li div {
    height: 37.94rem;
    padding-left: 15.03rem;
    background-repeat: no-repeat;
    background-size: 39.02rem 31.37rem;
    background-position-x: right;
}
#product-point ol li#point1 div {
    background-image: url('lx610_lp01_photo-6_2x.png');
}
#product-point ol li#point2 div {
    background-image: url('lx610_lp01_industry-1_2x.png');
}
#product-point ol li#point3 div {
    background-image: url('lx610_lp01_397333001_2x.png');
}
#product-point ol li::before {
    counter-increment: count;
    content: counter(count);
    position: absolute;
    color: #F7E528;
    opacity: 0.2;
    width: 26%;
    height: 37.94rem;
    font-size: 37.94rem;
    font-weight: bold;
    line-height: 0.9;
    left: 1rem;
    z-index: -200;
}

#movie {
    margin-top: 6.8rem;
    padding-top: 7.54rem;
    background-color: #FFFBD5;
    padding-bottom: 8.2rem;
}
.movie-wrapper {
    width: 56rem;
    margin: auto;
    margin-top: 5.2rem;
    text-align: center;
}
.iframe-wrapper iframe {
  width:560px;
  height:315px;
}
@media screen and (max-width: 560px) {
  .iframe-wrapper {
    position:relative;
    width:100%;
    height:0;
    padding-top:56.3%;
  }
  .iframe-wrapper + .iframe-wrapper{
    margin-top:16px;
  }
  .iframe-wrapper iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
  }
}
#movie .goto-wrapper {
    margin-top: 8rem;
}

#users-voice {
    margin-top: 7.83rem;
    font-size: 1.6rem;
    line-height: calc(62 / 28);
}
#users-voice .user-wrap {
	position: relative;
	/* width: 92%; */
    height: 100%;
	max-width: 109.71rem;
	margin:0 auto;
}
#users-voice span.name {
    font-size: 4.11rem;
    line-height: 1;
    font-weight: 600;
    margin: 0;
}
#users-voice span#smaller {
    font-size: 3.43rem;
}
#users-voice span {
    font-size: 3.14rem;
    margin: 0;
}
[ruby-bottom] {
    position: relative;
}
#users-voice span#name-small {
    top: 2em;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 2.51rem;
}
#users-voice ul {
    padding-left: 9.54rem;
    list-style: none;
}
#users-voice li .users-text {
    width: 45%;
    font-size: 1.6rem;
    position: relative;
    margin: auto 0;
}
#users-voice li {
    margin-top: 9.6rem;
    height: 33.09rem;
    /* background-size: 46%; */
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 50.97rem;
}
#users-voice li#user1 {
    background-image: url('lx610_lp01_Image-3_2x.png');
}
#users-voice li#user2 {
    background-image: url('lx610_lp01_Image-1_2x.png');
}
#users-voice li#user3 {
    background-image: url('lx610_lp01_Image-2_2x.png');
}
#users-voice #users-voice-movie {
    margin-top: 10.69rem;
    text-align: center;
    font-size: 3.43rem;
    color: #425B72;
    font-weight: 600;
    line-height: calc(102 / 60);
    letter-spacing: 0.081em;
}
#users-voice .goto-inquiry {
    margin-top: 5.6rem;
}

#faq {
    font-size: 1.6rem;
    background-color: #FFFBD5;
    margin-top: 5.7rem;
    padding-top: 6.69rem;
    height: 136.51rem;
}
#faq table {
    width: 72.86%;
    margin: 0 auto;
    padding-top: 2.2rem;
    border-spacing: 0rem 2rem;
    border-collapse: unset;
}
#faq td {
    background-color: white;
    padding: 1.83rem;
    box-shadow: 0rem 0.1rem 0.4rem 0rem #707070;
}
.faq-title {
    font-size: 2.29rem;
    font-weight: bold;
    color: #425B72;
}
#faq p {
    margin: 1.6rem 3.2rem;
    line-height: calc(48 / 28);
}

#product-bottom {
    height: 98.86rem;
    position: relative;
    z-index: 20;
    margin-top: -12rem;
    padding-top: 15rem;
}
#product-bottom::before {
    transform: skewY(-6deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -20;
    background-color:#F7E528;
}
#product-bottom .present-message{
    height: 18.97rem;
    font-size: 3.66rem;
}
#product-bottom .inner-text {
    margin: auto;
}
#product-bottom .present-message #present-memo{
    font-size: 2.63rem;
}
.bottom-wrap {
    height: 18rem;
}

#inquiry-form {
    margin-top: 18rem;
}

footer {
    margin-top: 8.91rem;
    font-size: 1.49rem;
    text-align: center;
    height: 15.26rem;
    background-color: #F7E528;
    position: relative;
}
#footer-wrap {
    padding-top: 3.09rem;
    text-align: center;
}
footer img {
    position: inherit;
    width: 16.23rem;
    margin-bottom: 2rem;
}

.sp {
    display: none;
}

.form{
    margin-top: 60px;
}

.form-text{
    font-size: 24px;
}

@media (min-width: 1111px) {
    .right-pc-only {
        margin-left: 1em !important;
    }
    .top-padding-pc-only {
        padding-top: 2.8rem !important;
    }
}

@media screen and (max-width: 1110px) {

    hr {
        width: 100%;
    }

    #users-voice .user-wrap {
        width: 96%;
    }
    #users-voice span.name {
        font-size: 3rem;
    }
    #users-voice span#smaller {
        font-size: 2.5rem;
    }
    #users-voice span#name-small {
        font-size: 1.8rem;
    }
    #users-voice ul {
        padding-left: 0;
        text-align: center;
    }
    #users-voice li .users-text {
        width: 100%;
        padding-top: 26rem;
    }
    #users-voice li .users-text div {
        text-align: left;
        width: 50%;
        margin: auto;
    }
    #users-voice li {
        margin-top: 3rem;
        height: fit-content;
        background-size: 35.5rem;
        background-position-x: center;
    }
    #users-voice #users-voice-movie {
        margin-top: 5rem;
    }
    #users-voice .goto-inquiry {
        margin-top: 2.5rem;
    }

    #product-point ol li {
        height: fit-content;
        margin-bottom: 10rem;
    }
    #product-point ol li div {
        width: fit-content;
        height: fit-content;
        margin: auto;
        padding-top: 32rem;
        background-position-x: center;
        background-size: 35.55rem;
    }
    #product-point ol li#point2 div {
        padding-left: 25%;
    }
    #product-point ol li#point3 div {
        padding-left: 25%;
    }
    #product-point ol li::before {
        left: calc(50% - 25rem);
        margin-top: 32rem;
    }
}

@media screen and (max-width: 920px) {
    .tb {
        display: block !important;
    }

    #hope {
        height: 50rem;
    }
    #hope::before {
        height: 50rem;
        background: linear-gradient(
            to bottom,
            #FFFBD5 0%,
            #FFFBD5 30%,
            white 50%
        );
    }
    #hope img {
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-75%) translateX(-50%);
        width: 50%;
    }
    #hope div#hope-text {
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(65%) translateX(-50%);
    }
    #fade-image {
        height: 7rem;
        background-size: 60rem;
    }

    .product-info {
        padding-left: 0;
        /* font-size: 1.4rem; */
        height: fit-content;
    }
    .product-info .product-text{
        /* line-height: 2.2rem; */
        width: fit-content;
        margin: auto;
    }
    .product-info img {
        width: 30rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin-top: 8rem;
    }
    .product-info span.tax {
        /* font-size: 1rem; */
    }
    .product-info .product-emphasis-big {
        /* font-size: 5.75rem; */
        text-align: center;
        margin: 2rem auto 20.5rem auto;
    }
    .product-info .price {
        /* font-size: 3.6rem; */
        width: fit-content;
        margin: auto;
    }
    .product-info div#info-text {
        z-index: 300;
    }
    [ruby-top]::before {
        /* font-size: 0.8rem; */
    }
    .back-belt {
        height: 55rem;
    }
    #product-bottom {
        height: 105rem;
    }
}

@media screen and (max-width: 560px) {
    body{
        width: 100%;
        max-width: 100%;
        font-size: 10vw !important;
	}
    h2 {
        font-size: 1.7rem;
    }
    h2 .title-emphasis {
        font-size: 2.1rem;
    }

    .sp {
        display: block !important;
    }

    .catch-copy-left {
        font-size: 2.2rem;
        margin-left: 0;
        background-image: none;
        z-index: 100;
    }
    .catch-copy-left span {
        font-size: 3.7rem;
    }
    .catch-copy-left span strong {
        font-size: 6.2rem;
    }
    .catch-copy-left img {
        margin-bottom: 2.5rem;
    }

    #eye-catch {
        height: 55.6rem;
        background-image: url('lx610_lp01_lx610body.png'), url('lx610_lp01_magazines-on-a-wooden-chair-1_2x.png');
        background-size: 31.2rem, 25.75rem;
        background-repeat: no-repeat;
        background-position-x: calc(100% + 7.5rem), calc(100% + 5.5rem);
        background-position-y: 3rem, -8rem;
    }
    #eye-catch::before {
        content: "";
        position: absolute;
        background-color: #F7E528;
        transform: skewY(-9deg);
        top: -50rem;
        bottom: 50rem;
        left: 0;
        right: 0;
        z-index: 0;
    }
    #eye-catch::after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 50rem;
        background-image: url('lx610_lp01_lx610body.png'), url('lx610_lp01_magazines-on-a-wooden-chair-1_2x.png');
        background-size: 35rem, 25.75rem;
        background-repeat: no-repeat;
        background-position-x: calc(100% + 7.5rem), calc(100% + 5.5rem);
        background-position-y: 3rem, -8rem;
        z-index: 50;
    }

    .present-message {
        font-size: 1.6rem;
        letter-spacing: 0.3rem;
        margin-bottom: 4rem;
        line-height: 1.2;
    }
    .baloon {
        width: 100%;
    }
    .present-message #present-memo {
        font-size: 1rem;
    }
    .baloon::after {
        border-width: 2.28rem 1.28rem 0 1.28rem;
    }

    .goto-wrapper {
        height: 6.6rem;
        z-index: 300;
    }
    .goto-inquiry {
        width: 31rem;
        height: 6.6rem;
        font-size: 2.15rem;
        box-shadow: 0rem 0.7rem 0rem 0rem #056705;
    }
    .goto-wrapper img {
        left: calc(50% + 12rem);
        top: 4rem;
        width: 4.6rem;
    }

    #trouble-point {
        margin-top: 2rem;
        height: 18rem;
    }
    #trouble-point ul {
        font-size: 1.2rem;
    }
    #trouble-point li {
        padding-left: 3rem;
        background-size: 1.2rem;
    }

    #hope {
        height: 33rem;
    }
    #hope::before {
        height: 30rem;
        background: linear-gradient(
            to bottom,
            #FFFBD5 0%,
            #FFFBD5 30%,
            white 50%
        );
    }
    #hope img {
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-75%) translateX(-50%);
        width: 25.5rem;
    }
    #hope div#hope-text {
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(65%) translateX(-50%);
        font-size: 1.35rem;
        line-height: 2.5rem;
    }
    #hope span {
        font-size: 1.95rem;
    }
    #fade-image {
        height: 7rem;
        background-size: 50rem;
    }

    #product-top {
        height: 75rem;
        margin-top: 3rem;
        padding-top: 5rem;
    }
    #product-top .wrap {
        height: 13rem;
    }
    #product-top::before {
        transform: skewY(-9deg);
    }
    #product-top .goto-wrapper {
        margin-top: 0.2rem;
    }

    .catch-copy {
        font-size: 1.65rem;
        letter-spacing: 0rem;
        margin-bottom: 2rem;
    }
    .catch-copy span {
        font-size: 3rem;
    }
    .catch-copy span strong {
        font-size: 4rem;
    }

    .product-info {
        padding-left: 0;
        font-size: 1.4rem;
        margin-bottom: 5rem;
    }
    .product-info .product-text{
        line-height: 2.2rem;
        width: fit-content;
        margin: auto;
    }
    .product-info img {
        width: 22rem;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin-top: 8rem;
    }
    .product-info span.tax {
        font-size: 1rem;
    }
    .product-info .product-emphasis-big {
        font-size: 5.75rem;
        text-align: center;
        margin: 2rem auto 20.5rem auto;
    }
    .product-info .price {
        font-size: 3.6rem;
        width: fit-content;
        margin: auto;
    }
    .product-info div#info-text {
        z-index: 300;
    }
    [ruby-top]::before {
        font-size: 0.8rem;
    }
    .back-belt {
        height: 43.77rem;
    }

    #product-point h2,
    #movie h2 {
        font-size: 3rem;
    }
    #product-point h2 span.title-emphasis,
    #movie h2 span.title-emphasis {
        font-size: 4rem;
        line-height: 1rem;
    }
    #product-point h3 {
        font-size: 3rem;
    }
    #product-point .point-emphasis {
        font-size: 4rem;
    }
    #product-point {
        font-size: 1.3rem;
        padding-top: 7.5rem;
    }
    #product-point ol li {
        margin-bottom: auto;
    }
    #product-point ol li div {
        height: 25rem;
        padding-left: 15%;
        padding-top: 32rem;
        background-position-x: center;
        background-size: 35.55rem;
    }
    #product-point ol li#point2 div {
        padding-left: 25%;
    }
    #product-point ol li#point3 div {
        padding-left: 25%;
    }
    #product-point ol li::before {
        font-size: 24rem;
        left: -1rem;
        margin-top: 32rem;
    }
    #product-point ol li#point1::before {
        left: -3rem;
    }

    #movie {
        margin-top: 5rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .movie-wrapper {
        width: 100%;
        margin-top: 4rem;
    }
    #movie .goto-wrapper {
        margin-top: 3rem;
    }

    #users-voice h2 {
        font-size: 2.1rem;
    }
    #users-voice h2 span.title-emphasis {
        font-size: 2.1rem;
        font-weight: bold;
    }
    #users-voice .user-wrap {
        width: 96%;
    }
    #users-voice span.name {
        font-size: 3rem;
    }
    #users-voice span#smaller {
        font-size: 2.5rem;
    }
    #users-voice span {
        font-size: 2.1rem;
    }
    #users-voice span#name-small {
        font-size: 1.8rem;
    }
    #users-voice ul {
        padding-left: 0;
        text-align: center;
    }
    #users-voice li .users-text {
        width: 100%;
        font-size: 1.2rem;
        padding-top: 26rem;
    }
    #users-voice li .users-text div {
        text-align: left;
        width: 80%;
    }
    #users-voice li {
        margin-top: 3rem;
        height: fit-content;
        background-size: 35.5rem;
        background-position-x: center;
    }
    #users-voice #users-voice-movie {
        font-size: 2rem;
    }
    #users-voice .goto-inquiry {
        margin-top: 2.5rem;
    }

    #faq {
        font-size: 1.4rem;
        font-weight: 300;
        padding-top: 3rem;
        padding-bottom: 12rem;
        height: 130rem;
    }
    #faq h2 {
        font-size: 3rem;
    }
    #faq table {
        width: 100%;
    }
    #faq td {
        padding: 1rem;
    }
    .faq-title {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 2.5rem;
    }
    #faq p {
        margin: 1rem 0 0 0;
    }

    #product-bottom {
        padding-top: 10rem;
        height: 95rem;
    }
    #product-bottom::before {
        transform: skewY(-9deg);
    }
    #product-bottom .present-message{
        font-size: 3rem;
    }
    #product-bottom .present-message #present-smaller{
        font-size: 2.5rem;
    }
    #product-bottom .present-message #present-memo{
        font-size: 1.6rem;
    }
    .bottom-wrap {
        height: 10rem;
    }

    #inquiry-form {
        margin-top: 9rem;
    }
    #inquiry-form h2 {
        font-size: 3rem;
    }

    .form-text{
        font-size: 20px;
    }

    footer {
        font-size: 1rem;
    }
    footer img {
        width: 14rem;
    }
}