@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
:root {
  --gothic:"游ゴシック体", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --yumincho:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P	Mincho","Times New Roman", serif;
  --noto-sans: NotoSansJP,'Noto Sans JP', sans-serif ; 
  --noto-serif: NotoSerifJP, 'Noto Serif JP', serif;
  --hiragino : Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3"; 
  --futura: Futura, Futura-Medium, "Futura Medium", 'Josefin Sans', sans-serif, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde"; 
  --helvetica: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
/*header*/
@media screen and (min-width:0px) {
  .lp-posture-1__header {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .lp-posture-1__header > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*mv-cta*/
@media screen and (max-width:767px) {
  .lp-posture-1__mv-cta {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-posture-1__mv-cta_content {
    position: absolute;
    top: min(80px + (180 - 80) * ((100vw - 320px) / (767 - 320)), 180px);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(369.6192/390 * 100%);
  }
  .lp-posture-1__mv-cta_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-posture-1__mv-cta_menu > li {
    display: block;
    width: calc(255.5834/370 * 100%);
  }
  .lp-posture-1__mv-cta_menu > li + li {
    margin-top: 13px;
  }
  .lp-posture-1__mv-cta_menu-link {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-posture-1__mv-cta_menu-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .lp-posture-1__mv-cta_menu-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: 0 3px 3px rgba(201,149,199,0.6);
  }
  .lp-posture-1__mv-cta_menu-link > picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
  }
  .lp-posture-1__mv-cta_menu-link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__txt {
    display: block;
    width: 100%;
    font-size:min(11px + (12 - 11) * ((100vw - 320px) / (390 - 320)), 12px);
    font-family: var(--noto-sans);
    line-height: 1.5;
    font-weight: 500;
    text-align: right;
    margin-top: min(15px + (30 - 20) * ((100vw - 320px) / (390 - 320)), 30px);
  }
  .lp-posture-1__txt > span {
    color: #9c702e;
  }
  .lp-posture-1__mv-cta_figure {
    display: block;
    width: 100%;
  }
  .lp-posture-1__mv-cta_figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__mv-cta {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-posture-1__mv-cta_content {
    position: absolute;
    top: min(110px + (380 - 110) * ((100vw - 768px) / (2550 - 768)), 380px);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(1085.9186/1366 * 100%);
  }
  .lp-posture-1__mv-cta_menu {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(42/1085.9186 * 100%);
  }
  .lp-posture-1__mv-cta_menu > li {
    display: block;
    width: 100%;
  }
  .lp-posture-1__mv-cta_menu-link {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-posture-1__mv-cta_menu-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .lp-posture-1__mv-cta_menu-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: 0 8px 6px rgba(201,149,199,0.6);
  }
  .lp-posture-1__mv-cta_menu-link > picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
  }
  .lp-posture-1__mv-cta_menu-link > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__txt {
    display: block;
    width: 100%;
    font-size:min(12px + (40 - 12) * ((100vw - 768px) / (2550 - 768)), 40px);
    font-family: var(--noto-sans);
    line-height: 1.5;
    font-weight: 500;
    text-align: right;
    margin-top: min(20px + (60 - 20) * ((100vw - 768px) / (2550 - 768)), 60px);
  }
  .lp-posture-1__txt .sp-only {
    display: none;
  }
  .lp-posture-1__txt > span {
    color: #9c702e;
  }
  .lp-posture-1__mv-cta_figure {
    display: block;
    width: 100%;
  }
  .lp-posture-1__mv-cta_figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*nayami*/
@media screen and (min-width:0px) {
  .lp-posture-1__nayami {
    display: block;
    width: 100%;
  }
  .lp-posture-1__nayami > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__nayami > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*bustup*/
@media screen and (min-width:0px) {
  .lp-posture-1__bustup {
    display: block;
    width: 100%;
  }
  .lp-posture-1__bustup > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__bustup > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*symptom*/
@media screen and (min-width:0px) {
  .lp-posture-1__symptom {
    display: block;
    width: 100%;
  }
  .lp-posture-1__symptom > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__symptom > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*treatment*/
@media screen and (min-width:0px) {
  .lp-posture-1__treatment {
    display: block;
    width: 100%;
  }
  .lp-posture-1__treatment > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__treatment > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*ba*/
@media screen and (max-width:767px) {
  .lp-posture-1__ba {
    display: block;
    width: 100%;
    padding: 50px 0 25px;
    background-image: url(../images/ba/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .lp-posture-1__ba_wrap {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .lp-posture-1__ba_box {
    display: block;
    width: 100%;
  }
  .lp-posture-1__ba_box + .lp-posture-1__ba_box {
    margin-top: 50px;
  }
  .lp-posture-1__ba_box > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__ba_banner {
    display: block;
    width: 100%;
    margin-top: 35px;
  }
  .lp-posture-1__ba_banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__ba {
    display: block;
    width: 100%;
    padding: 190px 0 min(60px + (105 - 60) * ((100vw - 768px) / (1920 - 768)), 105px);
    background-image: url(../images/ba/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .lp-posture-1__ba_wrap {
    display: block;
    max-width: 1276.6686px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-posture-1__ba_box {
    display: block;
    width: 100%;
  }
  .lp-posture-1__ba_box + .lp-posture-1__ba_box {
    margin-top: 100px;
  }
  .lp-posture-1__ba_box > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__ba_banner {
    display: block;
    width: 100%;
    margin-top: 55px;
  }
  .lp-posture-1__ba_banner > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*solution*/
@media screen and (max-width:767px) {
  .lp-posture-1__solution {
    display: block;
    width: 100%;
  }
  .lp-posture-1__solution > img {
    display: block;
    width: 100%;
    object-fit: contain;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__solution {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: calc(min(20px + (62 - 20) * ((100vw - 768px) / (2550 - 768)), 62px) * -1);
  }
  .lp-posture-1__solution > img {
    display: block;
    width: 100%;
    object-fit: contain;
  }
}
/*cta*/
@media screen and (max-width:767px) {
  .lp-posture-1__cta {
    display: block;
    width: 100%;
    padding: 80px 10px 70px;
    background-image: url(../images/cta/bg-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .lp-posture-1__cta_wrap {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding:55px 20px;
  }
  /*
  .lp-posture-1__cta_badge {
    position: absolute;
    top: calc((20/370 * 100%) * -1);
    left: 0;
    display: block;
    width: calc(76.7225/370 * 100%);
  }
  .lp-posture-1__cta_badge > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }*/
  .lp-posture-1__cta-brand {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 178.6183px;
  }
  .lp-posture-1__cta-brand__wrap {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-posture-1__cta-brand__wrap > p {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 43px;
  }
  /*title*/
  .lp-posture-1__cta-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding:  min(10px + (15 - 10) * ((100vw - 320px) / (390 - 320)), 15px);
    border-top: 2px solid #ff6700;
    border-bottom: 2px solid #ff6700;
    font-size: min(19px + (22 - 19) * ((100vw - 320px) / (390 - 320)), 22px);
    line-height: 1;
    font-weight: 500;
    color: #ff6700;
  }
  .lp-posture-1__cta-title > span {
    color: #a0722e;
  }
  .lp-posture-1__cta-title > em {
    color: #a0722e;    
  }
  .lp-posture-1__cta-title > em > i {
    position: relative;
    line-height: 1;
    line-height: 1;
    font-size: min(25px + (28.6 - 25) * ((100vw - 320px) / (390 - 320)), 28.6px);
  }
  .lp-posture-1__cta-title > em > i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background-color: #a0722e;
  }
  /**/
  .lp-posture-1__cta_content {
    display: block;
    width: 100%;
  }
  .lp-posture-1__cta_content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__cta_links {
    display: block;
    width: 100%;
    margin-top: 25px;
  }
  .lp-posture-1__cta_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-posture-1__cta_link > li {
    display: block;
    width: calc(255.5834/330 * 100%);
  }
  .lp-posture-1__cta_link > li + li {
    margin-top: 13px;
  }
  .lp-posture-1__cta_btn {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-posture-1__cta_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .lp-posture-1__cta_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: 0 3px 3px rgba(201,149,199,0.6);
  }
  .lp-posture-1__cta_btn > picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
  }
  .lp-posture-1__cta_btn > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1___cta_txt {
    display: block;
    width: 100%;
    font-size:min(9px + (12 - 9) * ((100vw - 320px) / (390 - 320)), 12px);
    font-family: var(--noto-sans);
    line-height: 1.5;
    font-weight: 500;
    text-align: right;
    margin-top: 35px;
  }
  .lp-posture-1___cta_txt > span {
    color: #9c702e;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__cta {
    display: block;
    width: 100%;
    padding: min(150px + (200 - 150) * ((100vw - 768px) / (1226 - 768)), 200px) 20px min(100px + (155 - 100) * ((100vw - 768px) / (1226 - 768)), 155px) 20px;
    background-image: url(../images/cta/bg-pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .lp-posture-1__cta_wrap {
    position: relative;
    display: block;
    max-width: 1226px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: min(50px + (90 - 50) * ((100vw - 768px) / (1226 - 768)), 90px) min(40px + (60 - 40) * ((100vw - 768px) / (1226 - 768)), 60px) min(30px + (70 - 30) * ((100vw - 768px) / (1226 - 768)), 70px);
  }
  /*
  .lp-posture-1__cta_badge {
    position: absolute;
    top: calc((66/1226 * 100%) * -1);
    left: -10px;
    display: block;
    width: calc(216/1226 * 100%);
  }
  .lp-posture-1__cta_badge > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }*/
  .lp-posture-1__cta-brand {
    position: absolute;
    top: calc(min(50px + (85 - 50) * ((100vw - 768px) / (1226 - 768)), 85px) * -1);
    left: calc(-45.1413/1226 * 100%);
    display: block;
    width: calc(501.9236/1226 * 100%);
  }
  .lp-posture-1__cta-brand__wrap {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-posture-1__cta-brand__wrap > p {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    font-size: min(35px + (55 - 35) * ((100vw - 768px) / (1226 - 768)), 55px);
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: min(70px + (115.6314 - 70) * ((100vw - 768px) / (1226 - 768)), 115.6314px);
  }
  /*title*/
  .lp-posture-1__cta-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(854/1106 * 100%);
    margin: 0 auto;
    padding:  min(25px + (30 - 25) * ((100vw - 768px) / (1226 - 768)), 30px) 0;
    border-top: 2px solid #ff6700;
    border-bottom: 2px solid #ff6700;
    font-size: min(35px + (55 - 35) * ((100vw - 768px) / (1226 - 768)), 55px);
    line-height: 1;
    font-weight: 500;
    color: #ff6700;
  }
  .lp-posture-1__cta-title > span {
    color: #a0722e;
  }
  .lp-posture-1__cta-title > em {
    color: #a0722e;    
  }
  .lp-posture-1__cta-title > em > i {
    position: relative;
    line-height: 1;
    line-height: 1;
    font-size: min(46.5px + (71.5 - 46.5) * ((100vw - 768px) / (1226 - 768)), 71.5px);
  }
  .lp-posture-1__cta-title > em > i::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #a0722e;
  }
  /*------------*/
  .lp-posture-1__cta_content {
    display: block;
    width: 100%;
  }
  .lp-posture-1__cta_content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__cta_links {
    display: block;
    width: 100%;
    margin-top: 40px;
  }
  .lp-posture-1__cta_link {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(52/1106 * 100%);
  }
  .lp-posture-1__cta_link > li {
    display: block;
    width: 100%;
  }
  .lp-posture-1__cta_btn {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-posture-1__cta_btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .lp-posture-1__cta_btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: 0 8px 6px rgba(201,149,199,0.6);
  }
  .lp-posture-1__cta_btn > picture {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
  }
  .lp-posture-1__cta_btn > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1___cta_txt {
    display: block;
    width: 100%;
    font-size:min(13px + (16 - 13) * ((100vw - 768px) / (1226 - 768)), 16px);
    font-family: var(--noto-sans);
    line-height: 1.5;
    font-weight: 500;
    text-align: right;
    margin-top: 30px;
  }
  .lp-posture-1___cta_txt .sp-only {
    display: none;
  }
  .lp-posture-1___cta_txt > span {
    color: #9c702e;
  }
}
/*rococo*/
@media screen and (min-width:0px) {
  .lp-posture-1__rococo {
    display: block;
    width: 100%;
  }
  .lp-posture-1__rococo > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__rococo > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*reason*/
@media screen and (min-width:0px) {
  .lp-posture-1__reason {
    display: block;
    width: 100%;
  }
  .lp-posture-1__reason-title {
    display: block;
    width: 100%;
  }
  .lp-posture-1__reason-title > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__reason-title > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:767px) {
  .lp-posture-1__reason-wrap {
    display: block;
    width: 100%;
    padding: 50px 0 85px;
    background-image: url(../images/reason/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .lp-posture-1__reason-container {
    display: block;
    max-width: 375px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
  }
  .lp-posture-1__reason-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .lp-posture-1__reason-box:nth-child(n+2) {
    margin-top: 50px;
  }
  .lp-posture-1__reason-box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    letter-spacing: 0.2rem;
  }
  .lp-posture-1__reason-box-title > picture {
    display: block;
    width: 79px;
  }
  .lp-posture-1__reason-box-title > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__reason-box-title > p {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    font-family: var(--noto-serif);
    margin-top: 20px;
    letter-spacing: 0.15rem;
  }
  .lp-posture-1__reason-box-title > p > span {
    font-size: 24px;
    color: #ff6700;
    font-weight: 500;
  }
  .lp-posture-1__reason-box-title > p > span > em {
    font-style: normal;
    font-size: 18px;
  }
  .lp-posture-1__reason-box-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .lp-posture-1__reason-box-col_figure {
    display: block;
    width: 100%;
    box-shadow: 6px 6px 0 rgba(255,155,0,0.4);
  }
  .lp-posture-1__reason-box-col_txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: var(--gothic);
    font-weight: 500;
    line-height: 27px;
    text-align: justify;
    word-break: break-all;
    margin-top: 30px;
    letter-spacing: 0.15rem;
  }
  .lp-posture-1__reason-box-col_txt > span {
    color: #ff6700;
    font-weight: 700;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__reason-wrap {
    display: block;
    width: 100%;
    padding: 55px 0 90px;
    background-image: url(../images/reason/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .lp-posture-1__reason-container {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-posture-1__reason-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .lp-posture-1__reason-box:nth-child(n+2) {
    margin-top: 30px;
  }
  .lp-posture-1__reason-box-title {
    display: flex;
    align-items: center;
    width: auto;
  }
  .lp-posture-1__reason-box-title > picture {
    display: block;
    width: 115px;
  }
  .lp-posture-1__reason-box-title > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__reason-box-title > p {
    display: block;
    width: auto;
    padding-left: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--noto-serif);
  }
  .lp-posture-1__reason-box-title > p > span {
    font-size: 30px;
    color: #ff6700;
    font-weight: 500;
  }
  .lp-posture-1__reason-box-title > p > .sp-only,
  .lp-posture-1__reason-box-title > p > span > .sp-only {
    display: none;
  }
  .lp-posture-1__reason-box-title > p > span > em {
    font-style: normal;
  }
  .lp-posture-1__reason-box:nth-of-type(even) > .lp-posture-1__reason-box-title {
    margin-left: auto;
  }
  .lp-posture-1__reason-box-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  .lp-posture-1__reason-box:nth-of-type(even) > .lp-posture-1__reason-box-cols {
    flex-direction: row-reverse;
  }
  .lp-posture-1__reason-box-col_figure {
    display: block;
    width: calc(300/900 * 100%);
    box-shadow: 6px 6px 0 rgba(255,155,0,0.4);
  }
  .lp-posture-1__reason-box-col_txt {
    display: block;
    width: calc(578/900 * 100%);
    font-size: 16px;
    font-family: var(--gothic);
    font-weight: 500;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
  }
  .lp-posture-1__reason-box-col_txt > span {
    color: #ff6700;
    font-weight: 700;
  }
}
/*compare*/
@media screen and (max-width:767px) {
  .lp-posture-1__compare {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
  }
  .lp-posture-1__compare-container {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .lp-posture-1__compare-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-posture-1__compare-header > span:nth-child(1) {
    font-size: 30px;
    font-family: var(--gothic);
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.5rem;
  }
  .lp-posture-1__compare-header > span:nth-child(2) {
    font-size: 50px;
    font-family: var(--yumincho);
    font-weight: 500;
    line-height: 65px;
    color: #ff6700;
  }
  .lp-posture-1__compare-txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: var(--gothic);
    line-height: 24px;
    font-weight: 500;
    margin-top: 30px;
  }
  .lp-posture-1__compare-txt > span {
    font-weight: 700;
    color: #ff6700;
  }
  .lp-posture-1__compare-txt .lg-only {
    display: none;
  }
  .lp-posture-1__compare-tbl-note {
    display: block;
    width: 100%;
    font-size: 11px;
    text-align: right;
    line-height: 1;
    font-family: var(--noto-serif);
    color: #888888;
    padding:0 20px;
    margin-top: 20px;
   }
  .lp-posture-1__compare-tbl-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .lp-posture-1__compare-tbl-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 200px;
    height: 100%;
    background-color: #FFFFFF
  }
  .lp-posture-1__compare-tbll {
    position: absolute;
    top:0;
    left: 20px;
    z-index: 2;
    display: block;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
  }
  .lp-posture-1__compare-tbll > picture {
    display: block;
    width: 700px;
  }
  .lp-posture-1__compare-tblr {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  
  .lp-posture-1__compare-tblr > picture {
    display: block;
    width: 700px;
  }
  .lp-posture-1__compare-tblr > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__compare-table-caption {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-family: var(--noto-serif);
    padding: 0 20px;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__compare {
    display: block;
    width: 100%;
    padding: 120px 0 150px;
    background-color: #FFFFFF;
  }
  .lp-posture-1__compare-container {
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-posture-1__compare-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-posture-1__compare-header > span:nth-child(1) {
    font-size: 24px;
    font-family: var(--gothic);
    font-weight: 500;
    line-height: 42px;
  }
  .lp-posture-1__compare-header > span:nth-child(2) {
    font-size: 65px;
    font-family: var(--yumincho);
    font-weight: 500;
    line-height: 65px;
    color: #ff6700;
  }
  .lp-posture-1__compare-txt {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: var(--gothic);
    line-height: 24px;
    font-weight: 500;
    margin-top: 30px;
  }
  .lp-posture-1__compare-txt > .sp-only {
    display: none;
  }
  .lp-posture-1__compare-txt > span {
    font-weight: 700;
    color: #ff6700;
  }
  .lp-posture-1__compare-tbl-note {
    display: none;
  }
  .lp-posture-1__compare-tbl-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .lp-posture-1__compare-tbll {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .lp-posture-1__compare-tbll > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__compare-tbll > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__compare-tblr {
    display: block;
    width: 100%;
  }  
  .lp-posture-1__compare-tblr > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__compare-tblr > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__compare-table-caption {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-family: var(--noto-serif);
  }
}
/*voice*/
@media screen and (min-width:0px) {
  .lp-posture-1__voice {
    display: block;
    width: 100%;
  }
  .lp-posture-1__voice > picture {
    display: block;
    width: 100%;
  }
  .lp-posture-1__voice > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*message*/
@media screen and (max-width:767px) {
  .lp-posture-1__message {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin-top: calc(min(13px + (30 - 13) * ((100vw - 320px) / (767 - 320)), 30px) * -1);
  }
  .lp-posture-1__message > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__message {
    display: block;
    width: 100%;
  }
  .lp-posture-1__message > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .lp-posture-1__flow {
    display: block;
    width: 100%;
    padding: 40px 0 60px;
    background-image: url(../images/flow/bg-sp.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: top center;
    background-size: 100% auto;
  }
  .lp-posture-1__flow-container {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-posture-1__flow-header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-family: var(--noto-serif);
    font-weight: 400;
    line-height: 40px;
    text-align: center;
  }
  .lp-posture-1__flow-header > span {
    color: #ff6700;
  }
  .lp-posture-1__flow-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .lp-posture-1__flow-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 317px;
    width: 100%;
    margin: 0 auto;
  }
  .lp-posture-1__flow-row + .lp-posture-1__flow-row {
    margin-top: 30px;
  }
  .lp-posture-1__flow-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;    
  }
  .lp-posture-1__flow-box:nth-child(n+2) {
    margin-top: 30px;
  }
  .lp-posture-1__flow-badge {
    display: block;
    width: calc(33/317 * 100%);
  }
  .lp-posture-1__flow-badge > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__flow-figure {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .lp-posture-1__flow-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__flow-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 74px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: var(--gothic);
    text-align: center;
    color: #ff6700;
    padding-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 0.2rem;
  }
  .lp-posture-1__flow-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: url(../images/flow/dots.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;    
  }
  .lp-posture-1__flow-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: var(--gothic);
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-top: 10px;
    letter-spacing: 0.15rem;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__flow {
    position: relative;
    display: block;
    width: 100%;
    padding: 70px 0 80px;
    background-image: url(../images/flow/bg-pc.jpg);
    background-repeat: no-repeat,no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
  .lp-posture-1__flow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/flow/bg-pc.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    pointer-events: none;
  }
  .lp-posture-1__flow-container {
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-posture-1__flow-header {
    display: block;
    width: 100%;
    font-size: 65px;
    font-family: var(--noto-serif);
    font-weight: 400;
    line-height: 70px;
    text-align: center;
  }
  .lp-posture-1__flow-header > span {
    color: #ff6700;
  }
  .lp-posture-1__flow-wrap {
    display: block;
    width: 100%;
    margin-top: 90px;
  }
  .lp-posture-1__flow-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .lp-posture-1__flow-row + .lp-posture-1__flow-row {
    margin-top: 20px;
  }
  .lp-posture-1__flow-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(246/1226 * 100%);
    margin-right: calc(80.6667/1226 * 100%); 
  }
  .lp-posture-1__flow-box:nth-child(4n) {
    margin-right: 0;
  }
  .lp-posture-1__flow-badge {
    display: block;
    width: calc(33/244 * 100%);
  }
  .lp-posture-1__flow-badge > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__flow-figure {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .lp-posture-1__flow-box:not(:last-child) .lp-posture-1__flow-figure:after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-49.166666/246 * 100%);
    display: block;
    width: 13px;
    height: 25px;
    background-image: url(../images/flow/icon-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .lp-posture-1__flow-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__flow-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 69px;
    font-size: min(20px,clamp(1rem, 1.389vw + 0.238rem, 2.143rem));
    line-height: 27px;
    font-weight: 700;
    font-family: var(--gothic);
    text-align: center;
    color: #ff6700;
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .lp-posture-1__flow-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-image: url(../images/flow/dots.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: contain;    
  }
  .lp-posture-1__flow-txt {
    display: block;
    width: 100%;
    font-size: min(16px,clamp(0.929rem, 1.476vw + 0.119rem, 2.143rem));
    font-family: var(--gothic);
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    padding-top: 10px;
  }
  .lp-posture-1__flow-box:nth-child(2) {
    margin-top: 25px;
  }
  .lp-posture-1__flow-box:nth-child(3) {
    margin-top: 50px;
  }
  .lp-posture-1__flow-box:nth-child(4) {
    margin-top: 75px;
  }
}
/*student*/
@media screen and (max-width:767px) {
  .lp-posture-1__student {
    display: block;
    width: 100%;
    padding: 65px 0 70px;
    background-color: #FFFFFF;
  }
  .lp-posture-1__student-container {
    display: block;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .lp-posture-1__student-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #f2e2bd;
    border-radius: 20px;
    padding: 50px 20px;
  }
  .lp-posture-1__student-header {
    display: block;
    width: 100%;
    font-size: 24px;
    font-family: var(--noto-serif);
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #040000;
  }
  .lp-posture-1__student-txt {
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: var(--gothic);
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 0.15rem;
    color: #040000;
  }
  .lp-posture-1__student-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 58px;
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #ff9248;
    box-shadow: 0 6px 6px rgba(74,34,64,0.6);
    margin-top: 30px;
    font-size: 24px;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 1;
    color: #040000;
  }
}
@media screen and (max-width:359px) {
  .lp-posture-1__student-header {
    font-size: 22px;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__student {
    display: block;
    width: 100%;
    padding: 90px 0 90px;
    background-color: #FFFFFF;
  }
  .lp-posture-1__student-container {
    display: block;
    max-width: 1027px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .lp-posture-1__student-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #f2e2bd;
    border-radius: 20px;
    padding: calc(50/987 * 100%);
  }
  .lp-posture-1__student-header {
    display: block;
    width: 100%;
    font-size: 45px;
    font-family: var(--noto-serif);
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #040000;
  }
  .lp-posture-1__student-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: var(--gothic);
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    color: #040000;
  }
  .lp-posture-1__student-txt > .sp {
    display: none;
  }
  .lp-posture-1__student-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(578/887 * 100%);
    height: 79px;
    background-color: #FFFFFF;
    border-radius: 40px;
    border: 1px solid #ff9248;
    box-shadow: 0 6px 6px rgba(74,34,64,0.6);
    margin-top: 30px;
    font-size: 34px;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 1;
    color: #040000;
  }
}
/*faq*/
@media screen and (max-width:767px) {
  .lp-posture-1__faq {
    display: block;
    width: 100%;
    padding: 50px 0 60px;
    background-color: #eaeeef;
  }
  .lp-posture-1__faq-container {
    display: block;
    max-width: 375px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .lp-posture-1__faq-header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .lp-posture-1__faq-header > picture {
    display: block;
    width: calc(172/345 * 100%);
  }
  .lp-posture-1__faq-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__faq-list {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .lp-posture-1__faq-list > li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 16px;
    background-color: #FFFFFF;
    border-radius: 30px;
  }
  .lp-posture-1__faq-list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .lp-posture-1__faq-list > li > p {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--gothic);
    text-align: justify;
    word-break: break-all;
    letter-spacing: 0.15rem;
    color: #514e4e;
  }
  .lp-posture-1__faq-list > li > p::before {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    font-size: 24px;
    font-family: var(--gothic);
    font-weight: 500;
    color: #FFFFFF;
  }
  .lp-posture-1__faq-list > li > p.question {
    padding: 7px 0 17px 50px;
    border-bottom: 1px solid #ff9248;
    font-weight: 700; 
  }
  .lp-posture-1__faq-list > li > p.question::before {
    content: "Q";
    background-color: #ff9248;
  }
  .lp-posture-1__faq-list > li > p.answer {
    padding: 7px 0 7px 50px;
    margin-top: 10px;
  }
  .lp-posture-1__faq-list > li > p.answer::before {
    content: "A";
    background-color: #babab9;
  }
  .lp-posture-1__faq-list > li > p.answer > span {
    font-weight: 700;
    color: #ff9248;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__faq {
    display: block;
    width: 100%;
    padding: 90px 0 70px;
    background-color: #eaeeef;
  }
  .lp-posture-1__faq-container {
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-posture-1__faq-header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .lp-posture-1__faq-header > picture {
    display: block;
    width: calc(237/1226 * 100%);
  }
  .lp-posture-1__faq-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__faq-list {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .lp-posture-1__faq-list > li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: calc(35/1226 * 100%) calc(70/1226 * 100%);
    background-color: #FFFFFF;
    border-radius: 30px;
  }
  .lp-posture-1__faq-list > li:nth-child(n+2) {
    margin-top: 60px;
  }
  .lp-posture-1__faq-list > li > p {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--gothic);
    text-align: justify;
    word-break: break-all;
    color: #514e4e;
  }
  .lp-posture-1__faq-list > li > p::before {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    font-size: 24px;
    font-family: var(--gothic);
    font-weight: 500;
    color: #FFFFFF;
  }
  .lp-posture-1__faq-list > li > p.question {
    padding: 7px 0 22px 50px;
    border-bottom: 1px solid #ff9248;  
    font-weight: 700;
    
  }
  .lp-posture-1__faq-list > li > p.question::before {
    content: "Q";
    background-color: #ff9248;
  }
  .lp-posture-1__faq-list > li > p.answer {
    padding: 7px 0 7px 50px;
    margin-top: 15px;
  }
  .lp-posture-1__faq-list > li > p.answer::before {
    content: "A";
    background-color: #babab9;
  }
  .lp-posture-1__faq-list > li > p.answer > span {
    font-weight: 700;
    color: #ff9248;
  }
}
/*warranty*/
@media screen and (max-width:767px) {
  .lp-posture-1__wrranty {
    display: block;
    width: 100%;
    background-color: #eaeeef;
    padding: 40px 0;
  }
  .lp-posture-1__wrranty-container {
    position: relative;
    display: block;
    max-width: 375px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .lp-posture-1__wrranty-badge {
    position: absolute;
    top: -30px;
    left: 0;
    display: block;
    width: calc(85/345 * 100%);
  }
  .lp-posture-1__wrranty-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-posture-1__wrranty-header {
    display: block;
    width: calc(100% - 80px);
    font-size: min(30px, 10.909vw - 0.779rem);
    font-family: var(--noto-serif);
    line-height: 1;
    font-weight: 500;
    color: #973426;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid #973426;
    letter-spacing: 0.3rem;
  }
  .lp-posture-1__wrranty-txt {
    display: block;
    width: calc(100% - 80px);
    font-size: min(16px,10vw - 1.814rem);
    font-family: var(--gothic);
    line-height: min(27px,14vw - 2.014rem);
    font-weight: 500;
    text-align: justify;
    word-break: break-all;
    margin-top: 10px;
    letter-spacing: 0.15rem;
  }
  .lp-posture-1__wrranty-txt > span {
    color: #973426;
    font-weight: 700;
  }
  .lp-posture-1__wrranty-bg {
    display: block;
    width: 100%;
  }
  .lp-posture-1__wrranty-bg > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__wrranty-caption {
    display: block;
    max-width: 375px;
    width: 100%;
    font-size: 14px;
    font-family: var(--gothic);
    line-height: 24px;
    font-weight: 500;
    text-align: right;
    padding: 10px 15px 0;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__wrranty {
    display: block;
    width: 100%;
    background-color: #eaeeef;
    padding: 80px 0;
  }
  .lp-posture-1__wrranty-container {
    position: relative;
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-posture-1__wrranty-badge {
    position: absolute;
    top: max(-80px,-6.55vw + 0.022rem);
    left: 0;
    display: block;
    width: calc(207/1266 * 100%);
  }
  .lp-posture-1__wrranty-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-posture-1__wrranty-header {
    display: block;
    width: calc(919/1226 * 100%);
    font-size: min(66px,4.803vw + 0.508rem);
    font-family: var(--noto-serif);
    line-height: 1;
    font-weight: 500;
    color: #973426;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #973426;
  }
  .lp-posture-1__wrranty-txt {
    display: block;
    width: calc(1085/1226 * 100%);
    font-size: min(24px, 1.747vw + 0.185rem);
    font-family: var(--gothic);
    line-height: min(36px,1.747vw + 1.042rem);
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
  }
  .lp-posture-1__wrranty-txt > span {
    color: #973426;
    font-weight: 700;
  }
  .lp-posture-1__wrranty-bg {
    display: block;
    width: 100%;
  }
  .lp-posture-1__wrranty-bg > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-posture-1__wrranty-caption {
    display: block;
    max-width: 1266px;
    width: 100%;
    font-size: 16px;
    font-family: var(--gothic);
    line-height: 24px;
    font-weight: 500;
    text-align: right;
    padding: 10px 20px 0;
    margin: 0 auto;
  }
}
/*footer*/
@media screen and (max-width:767px) {
  .lp-posture-1__footer {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
  }
  .lp-posture-1__footer__container {
    position: relative;
    display: block;
    max-width: 375px;
    width: 100%;
    height: 180px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .scroll-top {
    position: absolute;
    bottom: 30px;
    right: 15px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100px;
    width: 25px;
    cursor: pointer;
  }
  .scroll-top:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .scroll-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    background: #514e4e;
    transform: rotate(-45deg);
    transform-origin: top;
  }
  .scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #514e4e;
  }
  .scroll-top > span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    font-family: var(--noto-serif);
    font-weight: 700;
    word-break: keep-all;
    writing-mode: vertical-rl;
  }
  .lp-posture-1__footer__bottom {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #fdeeea;
  }
  .lp-posture-1__footer__bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 375px;
    width: 100%;
    height: 260px;
    margin: 0 auto;
  }
  .lp-posture-1__footer__bottom-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .lp-posture-1__footer__bottom-menu > li {
    display: block;
    width: auto;
    height: 15px;
  }
  .lp-posture-1__footer__bottom-menu > li:nth-child(1) {
    padding-right: 13.5px;
    border-right: 1px solid #514e4e;
  }
  .lp-posture-1__footer__bottom-menu > li:nth-child(2) {
    padding-left: 13.5px;
  }
  .lp-posture-1__footer__bottom-menu > li > a {
    display: block;
    width: auto;
    color: #514e4e;
    font-family: var(--noto-serif);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
  }
  .lp-posture-1__footer__bottom-menu > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .lp-posture-1__footer__rights {
    display: block;
    width: 100%;
    color: #514e4e;
    font-family: var(--noto-serif);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width:768px) {
  .lp-posture-1__footer {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
  }
  .lp-posture-1__footer__container {
    position: relative;
    display: block;
    max-width: 1266px;
    width: 100%;
    height: 270px;
    margin: 0 auto;
  }
  .scroll-top {
    position: absolute;
    bottom: 30px;
    right: 80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    height: 140px;
    width: 25px;
    cursor: pointer;
  }
  .scroll-top:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .scroll-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 12px;
    background: #514e4e;
    transform: rotate(-45deg);
    transform-origin: top;
  }
  .scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: #514e4e;
  }
  .scroll-top > span {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    font-family: var(--noto-serif);
    font-weight: 700;
    word-break: keep-all;
    writing-mode: vertical-rl;
  }
  .lp-posture-1__footer__bottom {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #fdeeea;
  }
  .lp-posture-1__footer__bottom-container {
    display: block;
    max-width: 1266px;
    width: 100%;
    margin: 0 auto;
  }
  .lp-posture-1__footer__bottom-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .lp-posture-1__footer__bottom-menu > li {
    display: block;
    width: auto;
    height: 15px;
  }
  .lp-posture-1__footer__bottom-menu > li:nth-child(1) {
    padding-right: 13.5px;
    border-right: 1px solid #514e4e;
  }
  .lp-posture-1__footer__bottom-menu > li:nth-child(2) {
    padding-left: 13.5px;
  }
  .lp-posture-1__footer__bottom-menu > li > a {
    display: block;
    width: auto;
    color: #514e4e;
    font-family: var(--noto-serif);
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
  }
  .lp-posture-1__footer__bottom-menu > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .lp-posture-1__footer__rights {
    display: block;
    width: 100%;
    color: #514e4e;
    font-family: var(--noto-serif);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    margin-top: 10px;
  }
}