@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 768px), print {
  body {
    margin: 0;
  }
  body #lp_contents {
    font-family: "Noto Sans JP", sans-serif;
  }
  body #lp_contents .en {
    font-family: "EB Garamond",serif;
  }
  #lp_contents img, #lp_contents svg {
    max-width: 100%;
    height: auto;
  }
  #lp_contents * {
    box-sizing: border-box;
  }
  #lp_contents .pc {
    display: block;
  }
  #lp_contents .sp {
    display: none;
  }
  #lp_contents dl {
    margin: 1.71429rem 0;
  }
  #lp_contents main {
    font-family: "Noto Sans JP", sans-serif;
  }
  #lp_contents .main {
    padding: 85px 0 125px;
    background-image: url(../images/lp/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #lp_contents .main_wrap {
    display: flex;
    width: 1000px;
    margin: auto;
  }
  #lp_contents .main .txt_wrap {
    width: 426px;
    flex-shrink: 0;
  }
  #lp_contents .main .txt_wrap .img_box {
    width: 295px;
    margin: auto;
  }
  #lp_contents .main .txt_wrap .tit {
    margin-top: 55px;
    color: #366659;
  }
  #lp_contents .main .txt_wrap .tit h2 {
    margin: 0 0 15px;
    font-size: 58px;
    line-height: 1.08;
  }
  #lp_contents .main .txt_wrap .tit h2 span {
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 34px;
  }
  #lp_contents .main .txt_wrap .tit h2 sup {
    font-size: 0.5em;
  }
  #lp_contents .main .txt_wrap .tit::before, #lp_contents .main .txt_wrap .tit::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c3a74b;
  }
  #lp_contents .main .txt_wrap .txt {
    color: #366659;
  }
  #lp_contents .main .txt_wrap .txt h3 {
    font-size: 26px;
  }
  #lp_contents .main .txt_wrap .txt p {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  #lp_contents .main .img_wrap {
    width: 610px;
    margin-top: 10px;
  }
  #lp_contents .product_features {
    padding: 90px 0;
    padding-bottom: 490px;
    background-image: url(../images/lp/product_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #lp_contents .product_features .tit .img_box {
    width: 184px;
    margin: auto;
  }
  #lp_contents .product_features .tit h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.045em;
    color: #366659;
    margin-top: 10px;
  }
  #lp_contents .product_features .tit h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 32px auto 0;
    background-image: url(../images/lp/bg2.png);
  }
  #lp_contents .product_features .product {
    width: 1000px;
    margin: auto;
    position: relative;
  }
  #lp_contents .product_features .product .modal_wrap {
    display: none;
  }
  #lp_contents .product_features .product .item_box {
    width: 1000px;
    margin: auto;
    margin-top: -75px;
  }
  #lp_contents .product_features .product .txt_wrap dl {
    position: absolute;
    width: 330px;
  }
  #lp_contents .product_features .product .txt_wrap dl dt {
    font-size: 22px;
    color: #366659;
    display: flex;
    align-items: center;
    line-height: 1.3;
  }
  #lp_contents .product_features .product .txt_wrap dl dt span {
    display: flex;
    font-size: 19px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    color: #fff;
    position: relative;
    z-index: 0;
    margin-right: 8px;
  }
  #lp_contents .product_features .product .txt_wrap dl dt span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    margin: auto;
    background-color: #366659;
    transform: rotate(45deg);
  }
  #lp_contents .product_features .product .txt_wrap dl dt sup {
    font-size: 0.7em;
    top: -0.2em;
  }
  #lp_contents .product_features .product .txt_wrap dl dd {
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block {
    margin-top: 15px;
    padding: 14px;
    font-size: 14px;
    color: #366659;
    position: relative;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .tit {
    line-height: 1;
    font-weight: 600;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl {
    display: flex;
    margin-top: 10px;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl p {
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl .img_box {
    display: flex;
    align-items: flex-end;
    width: 97px;
    flex-shrink: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl::before {
    content: "";
    display: block;
    width: calc(100% - 12px);
    height: 1px;
    background-color: #366659;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 6px;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl::after {
    content: "";
    display: block;
    width: calc(100% - 12px);
    height: 1px;
    background-color: #366659;
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    left: 6px;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl .border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl .border::before {
    content: "";
    display: block;
    height: calc(100% - 12px);
    width: 1px;
    background-color: #366659;
    opacity: 0.4;
    position: absolute;
    top: 6px;
    left: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl .border::after {
    content: "";
    display: block;
    height: calc(100% - 12px);
    width: 1px;
    background-color: #366659;
    opacity: 0.4;
    position: absolute;
    top: 6px;
    right: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(1) {
    top: 60px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(2) {
    top: 212px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(3) {
    top: 561px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(3) dd {
    display: flex;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(3) dd .img_box {
    width: 115px;
    flex-shrink: 0;
    margin-left: 10px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(4) {
    width: 290px;
    right: 0;
    top: 62px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(4) dd .img_box {
    width: 290px;
    margin: 10px 0 8px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(5) {
    width: 290px;
    right: 0;
    top: 401px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(6) {
    width: 290px;
    right: 0;
    top: 743px;
  }
  #lp_contents .product_features .product .att {
    font-size: 12px;
    line-height: 1.4;
  }
  #lp_contents .product_features .product > .att {
    margin-top: 70px;
  }
  #lp_contents .features {
    width: 90%;
    max-width: 1162px;
    margin: auto;
    margin-top: -358px;
    padding: clamp(40px, 7vw, 80px);
    background: linear-gradient(45deg, transparent 15px, #366659 15px), linear-gradient(315deg, transparent 15px, #366659 15px), linear-gradient(225deg, transparent 15px, #366659 15px), linear-gradient(135deg, transparent 15px, #366659 15px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    position: relative;
  }
  #lp_contents .features .subtit {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }
  #lp_contents .features ul {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    margin-top: 50px;
  }
  #lp_contents .features ul li {
    width: 320px;
    background-color: #fff;
    list-style: none;
    padding: 25px;
  }
  #lp_contents .features ul li dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    height: 100%;
  }
  #lp_contents .features ul li dl dt {
    font-size: 22px;
    font-weight: 500;
    color: #366659;
    text-align: center;
  }
  #lp_contents .features ul li dl dt span {
    display: block;
    font-size: 16px;
    color: #abb339;
  }
  #lp_contents .features ul li dl dd {
    margin: 0;
    font-size: 16px;
    height: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #lp_contents .features ul li dl dd span {
    word-break: break-all;
  }
  #lp_contents .features ul li dl dd .img_box {
    margin-top: 10px;
  }
  #lp_contents .features ul li dl dd .img_box img {
    display: block;
  }
  #lp_contents .features ul li dl dd .img_box.double {
    display: flex;
    gap: 5px;
  }
  #lp_contents .features ul li dl dd .img_box.double .item {
    width: 50%;
    border: solid 0.25px #376659;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #lp_contents .features ul li dl dd .img_box.double .item p {
    text-align: center;
    color: #366659;
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 10px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lp_contents .features::before {
    content: "";
    display: block;
    width: calc(100% - 48px);
    height: 1px;
    background-color: #dfead3;
    position: absolute;
    top: 7px;
    left: 24px;
  }
  #lp_contents .features::after {
    content: "";
    display: block;
    width: calc(100% - 48px);
    height: 1px;
    background-color: #dfead3;
    position: absolute;
    bottom: 7px;
    left: 24px;
  }
  #lp_contents .features .border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  #lp_contents .features .border::before {
    content: "";
    display: block;
    height: calc(100% - 48px);
    width: 1px;
    background-color: #dfead3;
    position: absolute;
    top: 24px;
    left: 7px;
  }
  #lp_contents .features .border::after {
    content: "";
    display: block;
    height: calc(100% - 48px);
    width: 1px;
    background-color: #dfead3;
    position: absolute;
    top: 24px;
    right: 7px;
  }
  #lp_contents .project {
    margin-top: 145px;
    padding: 115px 0 95px;
    position: relative;
    z-index: 0;
  }
  #lp_contents .project .txt_wrap {
    width: 1000px;
    margin: auto;
    z-index: 0;
  }
  #lp_contents .project .txt_wrap .txt {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    padding: 45px;
    background-color: #fff;
  }
  #lp_contents .project .txt_wrap .txt h3 {
    color: #366659;
    margin: 0;
    font-size: 27px;
    font-weight: 400;
  }
  #lp_contents .project .txt_wrap .txt::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/lp/bg1.png);
  }
  #lp_contents .project .txt_wrap .txt::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 45px;
    left: -80px;
    background-image: url(../images/lp/project_bg.jpg);
    z-index: -1;
  }
  #lp_contents .project .txt_wrap .txt a {
    display: block;
    text-align: center;
    background-color: #abb339;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    position: relative;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }
  #lp_contents .project .txt_wrap .txt a::after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22px;
    transform: skew(45deg);
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transition: 0.4s;
  }
  #lp_contents .project .txt_wrap .txt a:hover::after {
    right: 15px;
  }
  #lp_contents .project::after {
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
    background-image: url(../images/lp/project_pht.jpg);
    background-size: cover;
  }
  #lp_contents .video {
    margin-top: 145px;
    padding-bottom: 105px;
    margin-bottom: 0 !important;
    background-image: url(../images/lp/video_bg.jpg);
    background-size: 100% calc(100% - 69px);
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #lp_contents .video::before {
    content: "";
    display: block;
    width: 418px;
    margin: auto;
    height: 70px;
    background-image: url(../images/lp/video_frame.png);
  }
  #lp_contents .video .tit h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.045em;
    color: #366659;
    margin-top: -15px;
  }
  #lp_contents .video .tit h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 32px auto 0;
    background-image: url(../images/lp/bg2.png);
  }
  #lp_contents .video p {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    color: #366659;
  }
  #lp_contents .video .movie_wrap {
    width: 80%;
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
    position: relative;
    z-index: 0;
    background-color: #000;
  }
  #lp_contents .video .movie_wrap img {
    display: block;
  }
  #lp_contents .video .movie_wrap.movie_on .img_box {
    opacity: 0;
    visibility: hidden;
  }
  #lp_contents .video .movie_wrap .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #lp_contents .range {
    padding: 150px;
    background-image: url(../images/lp/range_bg.jpg);
    background-size: cover;
    position: relative;
  }
  #lp_contents .range .tit h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.045em;
    color: #366659;
    margin-top: -15px;
    line-height: 1.2;
  }
  #lp_contents .range .tit h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 32px auto 0;
    background-image: url(../images/lp/bg2.png);
  }
  #lp_contents .range .tit sup {
    font-size: 0.5em;
  }
  #lp_contents .range .logo_box {
    width: 258px;
    position: absolute;
    top: 200px;
    left: calc(50% - 500px);
  }
  #lp_contents .range ul {
    display: flex;
    gap: 50px;
    max-width: 1000px;
    margin: auto;
    margin-top: 105px;
  }
  #lp_contents .range ul li {
    list-style: none;
  }
  #lp_contents .range ul li p {
    text-align: center;
    color: #366659;
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0;
  }
  #lp_contents .range ul li p span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8em;
  }
  #lp_contents .range ul li.border {
    width: 1px;
    background-color: #376659;
    opacity: 0.5;
  }
  #lp_contents .range .txt_wrap {
    max-width: 1000px;
    margin: auto;
    margin-top: 75px;
    z-index: 0;
  }
  #lp_contents .range .txt_wrap .txt {
    position: relative;
    padding: 45px;
    background-color: #fff;
  }
  #lp_contents .range .txt_wrap .txt p {
    text-align: center;
    color: #366659;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
  }
  #lp_contents .range .txt_wrap .txt::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/lp/bg1.png);
  }
  #lp_contents .range .txt_wrap .txt .link_box {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  #lp_contents .range .txt_wrap .txt a {
    display: flex;
    text-align: center;
    background-color: #abb339;
    text-decoration: none;
    color: #fff;
    padding: 20px 0;
    position: relative;
    letter-spacing: 0.1em;
    margin-top: 30px;
    font-size: 18px;
    gap: 25px;
    justify-content: center;
  }
  #lp_contents .range .txt_wrap .txt a::after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22px;
    transform: skew(45deg);
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transition: 0.4s;
  }
  #lp_contents .range .txt_wrap .txt a:hover::after {
    right: 15px;
  }
  #lp_contents .range .txt_wrap01 a {
    width: 535px;
  }
  #lp_contents .range .txt_wrap02 {
    margin-top: 35px;
  }
  #lp_contents .range .txt_wrap02 a {
    width: 210px;
  }
  #lp_contents.lang_de .product_features .product .txt_wrap dl:nth-child(2) {
    top: 295px;
  }
  #lp_contents.lang_de .product_features .product .txt_wrap dl:nth-child(3) {
    top: 710px;
  }
  #lp_contents.lang_de .product_features .product .txt_wrap dl:nth-child(5) {
    top: 460px;
  }
  #lp_contents.lang_de .product_features .product .txt_wrap dl:nth-child(6) {
    top: 830px;
  }
  #lp_contents.lang_es .product_features .product .txt_wrap dl:nth-child(2) {
    top: 295px;
  }
  #lp_contents.lang_es .product_features .product .txt_wrap dl:nth-child(3) {
    top: 710px;
  }
  #lp_contents.lang_es .product_features .product .txt_wrap dl:nth-child(5) {
    top: 460px;
  }
  #lp_contents.lang_es .product_features .product .txt_wrap dl:nth-child(6) {
    top: 830px;
  }
  #lp_contents.lang_fr .product_features .product .txt_wrap dl:nth-child(2) {
    top: 295px;
  }
  #lp_contents.lang_fr .product_features .product .txt_wrap dl:nth-child(3) {
    top: 710px;
  }
  #lp_contents.lang_fr .product_features .product .txt_wrap dl:nth-child(5) {
    top: 460px;
  }
  #lp_contents.lang_fr .product_features .product .txt_wrap dl:nth-child(6) {
    top: 830px;
  }
  .footer {
    margin-top: 105px;
  }
}
/* 調整用追記 */
@media screen and (max-width:1199px) {
  #lp_contents .product_features .product {
    max-width: 100%;
  }
  #lp_contents .project {
    max-width: 100%;
  }
}
@media screen and (max-width:991px) {
  #lp_contents .product_features .product {
    max-width: 100%;
  }
  #lp_contents .project {
    max-width: 100%;
  }
}
@media screen and (max-width:767px) {
  body #lp_contents {
    font-family: "Noto Sans JP", sans-serif;
  }
  body #lp_contents .en {
    font-family: "EB Garamond",serif;
  }
  #lp_contents .product_features .product {
    max-width: 100%;
  }
  #lp_contents .project {
    max-width: 100%;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    タブレット    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  body {
    margin: 0;
  }
  #lp_contents {
    /* 各言語調整
    --------------------------------------- */
  }
  #lp_contents .main {
    padding: 70px 5% 125px;
    background-image: url(../images/lp/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #lp_contents .main_wrap {
    display: flex;
    width: auto;
    max-width: 1000px;
    margin: auto;
  }
  #lp_contents .main .txt_wrap {
    max-width: 426px;
    width: 42%;
    flex-shrink: 0;
  }
  #lp_contents .main .txt_wrap .img_box {
    max-width: 295px;
    margin: auto;
    width: 55%;
  }
  #lp_contents .main .txt_wrap .tit {
    margin-top: 30px;
    color: #366659;
  }
  #lp_contents .main .txt_wrap .tit h2 {
    margin: 0 0 15px;
    font-size: 38px;
    line-height: 1.08;
  }
  #lp_contents .main .txt_wrap .tit h2 span {
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 22px;
  }
  #lp_contents .main .txt_wrap .tit h2 sup {
    font-size: 0.5em;
  }
  #lp_contents .main .txt_wrap .tit::before, #lp_contents .main .txt_wrap .tit::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c3a74b;
  }
  #lp_contents .main .txt_wrap .txt {
    color: #366659;
  }
  #lp_contents .main .txt_wrap .txt h3 {
    font-size: 20px;
    margin: 15px 0 5px;
  }
  #lp_contents .main .txt_wrap .txt p {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  #lp_contents .main .img_wrap {
    width: 610px;
    margin-top: 10px;
  }
  #lp_contents .features ul li dl dd {
    display: block;
  }
  #lp_contents .features ul li dl dd .img_box.double .item p {
    font-size: 12px;
  }
  #lp_contents .product_features .product {
    width: auto;
  }
  #lp_contents .product_features .product > .att {
    width: 750px;
    margin: auto;
  }
  #lp_contents .product_features .product .att {
    font-size: 10px;
  }
  #lp_contents .product_features .product .item_box {
    width: 760px;
  }
  #lp_contents .product_features .product .txt_wrap dl {
    width: 245px;
  }
  #lp_contents .product_features .product .txt_wrap dl dt {
    font-size: 16px;
    line-height: 1.2;
  }
  #lp_contents .product_features .product .txt_wrap dl dt span {
    font-size: 15px;
    width: 20px;
    height: 20px;
  }
  #lp_contents .product_features .product .txt_wrap dl dt span::before {
    width: 16px;
    height: 16px;
  }
  #lp_contents .product_features .product .txt_wrap dl dd {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block {
    margin-top: 10px;
    padding: 9px;
    font-size: 10px;
    color: #366659;
    position: relative;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl {
    gap: 5px;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl p {
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-size: 12px;
  }
  #lp_contents .product_features .product .txt_wrap dl dd .block .fl .img_box {
    display: flex;
    align-items: flex-end;
    width: 30%;
    flex-shrink: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(1) {
    top: 40px;
    right: calc(50% + 125px);
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(2) {
    top: 168px;
    right: calc(50% + 125px);
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(3) {
    top: 423px;
    right: calc(50% + 125px);
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(4) {
    width: 210px;
    left: calc(50% + 160px);
    top: 37px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(4) dd .img_box {
    width: 100%;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(5) {
    width: 210px;
    left: calc(50% + 160px);
    top: 300px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(6) {
    width: 210px;
    left: calc(50% + 160px);
    top: 560px;
  }
  #lp_contents .range {
    padding: 150px 5%;
  }
  #lp_contents .range .tit h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.045em;
    color: #366659;
    margin-top: -15px;
    line-height: 1.2;
  }
  #lp_contents .range .tit h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 32px auto 0;
    background-image: url(../images/lp/bg2.png);
  }
  #lp_contents .range .tit sup {
    font-size: 0.5em;
  }
  #lp_contents .range .logo_box {
    max-width: 258px;
    width: 24%;
    left: 3%;
    top: 220px;
  }
  #lp_contents.lang_de .product_features .product .item_box {
    padding-bottom: 60px;
  }
  #lp_contents.lang_de .product_features .product .txt_wrap dl:nth-child(2) {
    top: 205px;
  }
  #lp_contents.lang_de .product_features .product .txt_wrap dl:nth-child(3) {
    top: 531px;
  }
  #lp_contents.lang_de .product_features .product .txt_wrap dl:nth-child(5) {
    top: 343px;
  }
  #lp_contents.lang_de .product_features .product .txt_wrap dl:nth-child(6) {
    top: 626px;
  }
  #lp_contents.lang_es .product_features .product .item_box {
    padding-bottom: 60px;
  }
  #lp_contents.lang_es .product_features .product .txt_wrap dl:nth-child(2) {
    top: 218px;
  }
  #lp_contents.lang_es .product_features .product .txt_wrap dl:nth-child(3) {
    top: 534px;
  }
  #lp_contents.lang_es .product_features .product .txt_wrap dl:nth-child(5) {
    top: 345px;
  }
  #lp_contents.lang_es .product_features .product .txt_wrap dl:nth-child(6) {
    top: 625px;
  }
  #lp_contents.lang_fr .product_features .product .item_box {
    padding-bottom: 60px;
  }
  #lp_contents.lang_fr .product_features .product .txt_wrap dl:nth-child(2) {
    top: 218px;
  }
  #lp_contents.lang_fr .product_features .product .txt_wrap dl:nth-child(3) {
    top: 533px;
  }
  #lp_contents.lang_fr .product_features .product .txt_wrap dl:nth-child(5) {
    top: 42px;
  }
  #lp_contents.lang_fr .product_features .product .txt_wrap dl:nth-child(5) {
    top: 345px;
  }
  #lp_contents.lang_fr .product_features .product .txt_wrap dl:nth-child(6) {
    top: 617px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 767px) {
  body {
    margin: 0;
  }
  #lp_contents {
    /* 各言語調整
    --------------------------------------- */
  }
  #lp_contents img, #lp_contents svg {
    max-width: 100%;
    height: auto;
  }
  #lp_contents * {
    box-sizing: border-box;
  }
  #lp_contents .pc {
    display: none;
  }
  #lp_contents .sp {
    display: block;
  }
  #lp_contents body {
    margin: 0;
  }
  #lp_contents main {
    font-family: "Noto Sans JP", sans-serif;
  }
  #lp_contents .main {
    padding: 70px 5% 55px;
    background-image: url(../images/lp/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #lp_contents .main .txt_wrap .img_box {
    max-width: 295px;
    width: 70%;
    margin: auto;
  }
  #lp_contents .main .txt_wrap .tit {
    margin-top: 35px;
    color: #366659;
  }
  #lp_contents .main .txt_wrap .tit h2 {
    margin: 10px 0;
    font-size: 38px;
    line-height: 1.1;
  }
  #lp_contents .main .txt_wrap .tit h2 span {
    letter-spacing: 0.02em;
    font-weight: 400;
    font-size: 24px;
    display: block;
  }
  #lp_contents .main .txt_wrap .tit h2 sup {
    font-size: 0.5em;
  }
  #lp_contents .main .txt_wrap .tit::before, #lp_contents .main .txt_wrap .tit::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c3a74b;
  }
  #lp_contents .main .txt_wrap .txt {
    color: #366659;
  }
  #lp_contents .main .txt_wrap .txt h3 {
    font-size: 26px;
  }
  #lp_contents .main .txt_wrap .txt p {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
  #lp_contents .main .img_wrap {
    width: 100%;
    margin-top: 30px;
  }
  #lp_contents .product_features {
    padding: 70px 0;
    padding-bottom: 430px;
    background-image: url(../images/lp/product_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  #lp_contents .product_features .tit .img_box {
    width: 145px;
    margin: auto;
  }
  #lp_contents .product_features .tit h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.045em;
    color: #366659;
    margin-top: 10px;
  }
  #lp_contents .product_features .tit h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 16px auto 0;
    background-image: url(../images/lp/bg2.png);
  }
  #lp_contents .product_features .product {
    position: relative;
  }
  #lp_contents .product_features .product .item_box {
    width: 50%;
    margin-top: 40px;
  }
  #lp_contents .product_features .product .item_box img {
    max-width: 165px;
    margin-left: auto;
    position: relative;
    right: 10px;
  }
  #lp_contents .product_features .product .modal_wrap div {
    width: 160px;
    font-size: 13px;
    color: #366659;
    align-items: center;
    background-color: #fff;
    padding: 4px 6px;
    line-height: 1.4;
    position: relative;
    position: absolute;
    left: calc(50% - 16px);
  }
  #lp_contents .product_features .product .modal_wrap div span {
    display: inline-block;
    position: relative;
  }
  #lp_contents .product_features .product .modal_wrap div sup {
    font-size: 0.7em;
    top: -0.2em;
  }
  #lp_contents .product_features .product .modal_wrap div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -7px;
    margin: auto;
    width: 15px;
    height: 15px;
    background-color: #abb339;
  }
  #lp_contents .product_features .product .modal_wrap div::after {
    content: "";
    display: block;
    width: 8px;
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -3px;
    transform: skew(45deg);
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transition: 0.4s;
  }
  #lp_contents .product_features .product .modal_wrap div:nth-child(1) {
    top: -5px;
  }
  #lp_contents .product_features .product .modal_wrap div:nth-child(2) {
    top: 33px;
  }
  #lp_contents .product_features .product .modal_wrap div:nth-child(3) {
    top: 83px;
  }
  #lp_contents .product_features .product .modal_wrap div:nth-child(4) {
    top: 115px;
  }
  #lp_contents .product_features .product .modal_wrap div:nth-child(5) {
    top: 147px;
  }
  #lp_contents .product_features .product .modal_wrap div:nth-child(6) {
    top: 204px;
  }
  #lp_contents .product_features .product .txt_wrap dl {
    display: none;
    padding: 20px;
  }
  #lp_contents .product_features .product .txt_wrap dl .modal-close {
    display: none;
  }
  #lp_contents .product_features .product .txt_wrap dl .modal-close::before {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #lp_contents .product_features .product .txt_wrap dl .modal-close::after {
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #lp_contents .product_features .product .txt_wrap dl.on {
    position: fixed;
    top: 50%;
    left: 5%;
    z-index: 100;
    display: block;
    width: 90%;
    background-color: #fff;
    margin: auto;
    transform: translateY(-50%);
  }
  #lp_contents .product_features .product .txt_wrap dl.on .modal-close {
    display: block;
    position: fixed;
    top: -32px;
    right: -3px;
    width: 30px;
    height: 30px;
  }
  #lp_contents .product_features .product .txt_wrap dl dt {
    font-size: 20px;
    color: #366659;
    text-indent: -1em;
    padding-left: 1em;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #lp_contents .product_features .product .txt_wrap dl dt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #abb339;
    opacity: 0.5;
    /* margin: 10px 0; */
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl dt span::after {
    content: ". ";
  }
  #lp_contents .product_features .product .txt_wrap dl dd {
    font-size: 14px;
    line-height: 1.8;
    margin-left: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl sup {
    font-size: 0.7em;
    top: -0.2em;
  }
  #lp_contents .product_features .product .txt_wrap dl .block {
    position: relative;
    margin: 0;
    margin-top: 10px;
    padding: 10px;
    color: #366659;
    position: relative;
  }
  #lp_contents .product_features .product .txt_wrap dl .block .tit {
    font-weight: 600;
  }
  #lp_contents .product_features .product .txt_wrap dl .block .fl {
    display: flex;
    gap: 10px;
    margin-top: 5px;
  }
  #lp_contents .product_features .product .txt_wrap dl .block .fl p {
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
  #lp_contents .product_features .product .txt_wrap dl .block .fl .img_box {
    width: 97px;
    margin-top: 5px;
    flex-shrink: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl .block::before {
    content: "";
    display: block;
    width: calc(100% - 12px);
    height: 1px;
    background-color: #366659;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 6px;
  }
  #lp_contents .product_features .product .txt_wrap dl .block::after {
    content: "";
    display: block;
    width: calc(100% - 12px);
    height: 1px;
    background-color: #366659;
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    left: 6px;
  }
  #lp_contents .product_features .product .txt_wrap dl .block .border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl .block .border::before {
    content: "";
    display: block;
    height: calc(100% - 12px);
    width: 1px;
    background-color: #366659;
    opacity: 0.4;
    position: absolute;
    top: 6px;
    left: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl .block .border::after {
    content: "";
    display: block;
    height: calc(100% - 12px);
    width: 1px;
    background-color: #366659;
    opacity: 0.4;
    position: absolute;
    top: 6px;
    right: 0;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(3) dd {
    display: flex;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(3) dd .img_box {
    width: 115px;
    flex-shrink: 0;
    margin-left: 10px;
  }
  #lp_contents .product_features .product .txt_wrap dl:nth-child(4) dd .img_box {
    width: 290px;
    margin: 10px 0 8px;
  }
  #lp_contents .product_features .product .att {
    font-size: 12px;
    line-height: 1.4;
  }
  #lp_contents .product_features .product > .att {
    padding: 5%;
    margin-top: 0px;
    display: flex;
    justify-content: center;
  }
  #lp_contents #modal-bg {
    display: none;
  }
  #lp_contents #modal-bg.on {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #626262;
    mix-blend-mode: multiply;
  }
  #lp_contents .features {
    width: 90%;
    max-width: 1162px;
    margin: auto;
    margin-top: -358px;
    padding: 30px;
    padding-top: 50px;
    background: linear-gradient(45deg, transparent 15px, #366659 15px), linear-gradient(315deg, transparent 15px, #366659 15px), linear-gradient(225deg, transparent 15px, #366659 15px), linear-gradient(135deg, transparent 15px, #366659 15px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 51% 51%;
    background-repeat: no-repeat;
    position: relative;
  }
  #lp_contents .features .subtit {
    font-size: 26px;
    line-height: 1.1;
    font-weight: 500;
    color: #fff;
    text-align: center;
  }
  #lp_contents .features ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 0;
    margin-top: 35px;
  }
  #lp_contents .features ul li {
    width: 100%;
    background-color: #fff;
    list-style: none;
    padding: 25px;
  }
  #lp_contents .features ul li dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    height: 100%;
  }
  #lp_contents .features ul li dl dt {
    font-size: 22px;
    font-weight: 500;
    color: #366659;
    text-align: center;
  }
  #lp_contents .features ul li dl dt span {
    display: block;
    font-size: 16px;
    color: #abb339;
  }
  #lp_contents .features ul li dl dd {
    margin: 0;
    font-size: 16px;
    margin-top: 10px;
  }
  #lp_contents .features ul li dl dd .img_box {
    margin-top: 10px;
  }
  #lp_contents .features ul li dl dd .img_box img {
    display: block;
  }
  #lp_contents .features ul li dl dd .img_box.double {
    display: flex;
    gap: 5px;
  }
  #lp_contents .features ul li dl dd .img_box.double .item {
    width: 50%;
    border: solid 0.25px #376659;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #lp_contents .features ul li dl dd .img_box.double .item p {
    text-align: center;
    color: #366659;
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 10px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lp_contents .features::before {
    content: "";
    display: block;
    width: calc(100% - 48px);
    height: 1px;
    background-color: #dfead3;
    position: absolute;
    top: 7px;
    left: 24px;
  }
  #lp_contents .features::after {
    content: "";
    display: block;
    width: calc(100% - 48px);
    height: 1px;
    background-color: #dfead3;
    position: absolute;
    bottom: 7px;
    left: 24px;
  }
  #lp_contents .features .border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  #lp_contents .features .border::before {
    content: "";
    display: block;
    height: calc(100% - 48px);
    width: 1px;
    background-color: #dfead3;
    position: absolute;
    top: 24px;
    left: 7px;
  }
  #lp_contents .features .border::after {
    content: "";
    display: block;
    height: calc(100% - 48px);
    width: 1px;
    background-color: #dfead3;
    position: absolute;
    top: 24px;
    right: 7px;
  }
  #lp_contents .project {
    margin-top: 145px;
    padding: 165px 5% 95px;
    position: relative;
    z-index: 0;
  }
  #lp_contents .project .txt_wrap {
    width: 90%;
    margin-left: auto;
    z-index: 0;
  }
  #lp_contents .project .txt_wrap .txt {
    position: relative;
    padding: 20px;
    background-color: #fff;
  }
  #lp_contents .project .txt_wrap .txt h3 {
    color: #366659;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
  }
  #lp_contents .project .txt_wrap .txt::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/lp/bg1.png);
  }
  #lp_contents .project .txt_wrap .txt::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: -20px;
    background-image: url(../images/lp/project_bg.jpg);
    z-index: -1;
  }
  #lp_contents .project .txt_wrap .txt a {
    display: block;
    text-align: center;
    background-color: #abb339;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    position: relative;
    letter-spacing: 0.1em;
    margin-top: 30px;
  }
  #lp_contents .project .txt_wrap .txt a::after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22px;
    transform: skew(45deg);
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transition: 0.4s;
  }
  #lp_contents .project .txt_wrap .txt a:hover::after {
    right: 15px;
  }
  #lp_contents .project::after {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
    background-image: url(../images/lp/project_pht.jpg);
    background-size: cover;
    background-position: center;
  }
  #lp_contents .video {
    padding-bottom: 55px;
    background-image: url(../images/lp/video_bg.jpg);
    background-size: 100% calc(100% - 41px);
    background-position: bottom;
    background-repeat: no-repeat;
  }
  #lp_contents .video::before {
    content: "";
    display: block;
    width: 250px;
    margin: auto;
    height: 42px;
    background-image: url(../images/lp/video_frame.png);
    background-size: contain;
  }
  #lp_contents .video .tit h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.045em;
    color: #366659;
    margin-top: -15px;
  }
  #lp_contents .video .tit h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 16px auto 0;
    background-image: url(../images/lp/bg2.png);
  }
  #lp_contents .video p {
    padding: 0 5%;
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
    letter-spacing: 0.05em;
    color: #366659;
  }
  #lp_contents .video .movie_wrap {
    width: 90%;
    margin: auto;
    margin-top: 40px;
    position: relative;
    z-index: 0;
    background-color: #000;
  }
  #lp_contents .video .movie_wrap img {
    display: block;
  }
  #lp_contents .video .movie_wrap.movie_on .img_box {
    opacity: 0;
    visibility: hidden;
  }
  #lp_contents .video .movie_wrap .youtube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #lp_contents .range {
    padding: 70px 5%;
    background-image: url(../images/lp/range_bg.jpg);
    background-size: cover;
    position: relative;
  }
  #lp_contents .range .tit h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.045em;
    color: #366659;
    margin-top: 10px;
  }
  #lp_contents .range .tit h3::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 16px auto 0;
    background-image: url(../images/lp/bg2.png);
  }
  #lp_contents .range .tit sup {
    font-size: 0.5em;
  }
  #lp_contents .range .logo_box {
    width: 145px;
    margin: auto;
  }
  #lp_contents .range ul {
    gap: 50px;
    width: 80%;
    max-width: 1000px;
    margin: auto;
    margin-top: 55px;
    padding: 0;
  }
  #lp_contents .range ul li {
    list-style: none;
  }
  #lp_contents .range ul li p {
    text-align: center;
    color: #366659;
    font-size: 24px;
    font-weight: 400;
    margin: 10px 0;
  }
  #lp_contents .range ul li p span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8em;
  }
  #lp_contents .range ul li .img_box {
    width: 70%;
    margin: auto;
  }
  #lp_contents .range ul li.border {
    width: 100%;
    height: 1px;
    background-color: #376659;
    opacity: 0.5;
  }
  #lp_contents .range ul li + li {
    margin: 20px 0;
  }
  #lp_contents .range .txt_wrap {
    max-width: 1000px;
    margin: auto;
    margin-top: 75px;
    z-index: 0;
  }
  #lp_contents .range .txt_wrap .txt {
    position: relative;
    padding: 45px;
    background-color: #fff;
  }
  #lp_contents .range .txt_wrap .txt p {
    text-align: center;
    color: #366659;
    margin: 0;
    font-size: 28px;
    font-weight: 400;
  }
  #lp_contents .range .txt_wrap .txt::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/lp/bg1.png);
  }
  #lp_contents .range .txt_wrap .txt .link_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
  #lp_contents .range .txt_wrap .txt a {
    display: block;
    text-align: center;
    background-color: #abb339;
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 18px;
  }
  #lp_contents .range .txt_wrap .txt a::after {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 22px;
    transform: skew(45deg);
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    transition: 0.4s;
  }
  #lp_contents .range .txt_wrap .txt a:hover::after {
    right: 15px;
  }
  #lp_contents .range .txt_wrap01 a span {
    display: block;
  }
  #lp_contents .range .txt_wrap02 {
    margin-top: 35px;
  }
  #lp_contents.lang_de .product_features .product .modal_wrap div:nth-child(2) {
    top: 43px;
  }
  #lp_contents.lang_de .product_features .product .modal_wrap div:nth-child(3) {
    top: 109px;
  }
  #lp_contents.lang_de .product_features .product .modal_wrap div:nth-child(4) {
    top: 139px;
  }
  #lp_contents.lang_de .product_features .product .modal_wrap div:nth-child(5) {
    top: 187px;
  }
  #lp_contents.lang_de .product_features .product .modal_wrap div:nth-child(6) {
    top: 235px;
  }
  #lp_contents.lang_es .product_features .product .modal_wrap div {
    font-feature-settings: "palt";
  }
  #lp_contents.lang_es .product_features .product .modal_wrap div:nth-child(2) {
    top: 43px;
  }
  #lp_contents.lang_es .product_features .product .modal_wrap div:nth-child(3) {
    top: 128px;
  }
  #lp_contents.lang_es .product_features .product .modal_wrap div:nth-child(4) {
    top: 158px;
  }
  #lp_contents.lang_es .product_features .product .modal_wrap div:nth-child(5) {
    top: 206px;
  }
  #lp_contents.lang_es .product_features .product .modal_wrap div:nth-child(6) {
    top: 254px;
  }
  #lp_contents.lang_fr .product_features .product .modal_wrap div:nth-child(2) {
    top: 43px;
  }
  #lp_contents.lang_fr .product_features .product .modal_wrap div:nth-child(3) {
    top: 110px;
  }
  #lp_contents.lang_fr .product_features .product .modal_wrap div:nth-child(4) {
    top: 140px;
  }
  #lp_contents.lang_fr .product_features .product .modal_wrap div:nth-child(5) {
    top: 188px;
  }
  #lp_contents.lang_fr .product_features .product .modal_wrap div:nth-child(6) {
    top: 236px;
  }
  .footer {
    margin-top: 105px;
  }
}/*# sourceMappingURL=style.css.map */