@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-sayusa-1__header {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__header > picture {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*nayami*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__nayami {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    /*max-width: calc(325px + 40px);*/
    width: 100%;
    /*padding: 0 20px;*/
    margin: 0 auto;
  }
  .lp-sayusa-1__content {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__bg {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: min(735px + (775 - 735) * ((100vw - 320px) / (767 - 320)), 775px);
    overflow: hidden;
    margin-top: -5px;
  }
  .lp-sayusa-1__bg > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__nayami {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: calc(1226px + 40px);
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-1__content {
    display: block;
    width: calc(1190.3695/1226 * 100%);
    margin-left: auto;
  }
  .lp-sayusa-1__content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__bg {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: min(500px + (820 - 500) * ((100vw - 768px) / (1366 - 768)), 820px);
    overflow: hidden;
  }
  .lp-sayusa-1__bg > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .lp-sayusa-1__container {
    top: 25px;
  }
}
/*causes*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__causes {
    display: block;
    width: 100%;
    background-image: url(../images/causes/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .lp-sayusa-1__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: -20px auto 0;
  }
  .lp-sayusa-1__content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__causes {
    display: block;
    width: 100%;
    background-image: url(../images/causes/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .lp-sayusa-1__content {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 1366px;
    width: 100%;
    margin: -40px auto 0;
  }
  .lp-sayusa-1__content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*omakase*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__omakase {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__omakase-popup {
    position: absolute;
    top: -55px;
    left: calc(50% + 5px);
    transform: translateX(-50%);
    display: block;
    max-width: 350px;
    width: 100%;
  }
  .lp-sayusa-1__omakase-content {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__omakase-content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__omakase {
    position: relative;
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__omakase-popup {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(476/1366 * 100%);
  }
  .lp-sayusa-1__omakase-content {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__omakase-content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .lp-sayusa-1__omakase-popup {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width:min(360px + (476 - 360) * ((100vw - 768px) / (1366 - 768)), 476px)/* min(476px,calc(476/1024 * 100%));*/
  }
}
/*cv1*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__cv1 {
    position: relative;
    display: block;
    width: 100%;
    background-image: url(../images/cv/cv-bg-sp1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
  .lp-sayusa-1__cv1-bg-top {
    position: absolute;
    top: calc(min(80px + (100 - 80) * ((100vw - 320px) / (370 - 320)), 100px) * -1);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 370px;
    width: 100%;
    pointer-events: none;
  }
  .lp-sayusa-1__cv1-bg-btm {
    position: absolute;
    bottom: -50px;/*calc(min(50px + (100 - 50) * ((100vw - 320px) / (370 - 320)), 100px) * -1);*/
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 370px;
    width: 100%;
    pointer-events: none;
  }
  .lp-sayusa-1__cv1-bg-top > img,
  .lp-sayusa-1__cv1-bg-btm > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__cv1-container {
    display: block;
    max-width: calc(350px + 20px);
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .lp-sayusa-1__cv1-inner {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
  }
  .lp-sayusa-1__cv-top {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__cv-top > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
  }
  .lp-sayusa-1__links > a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-image: url(../images/cv/btn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 1;
    color: #443216;
    box-shadow: 0 8px 6px rgba(55,55,55,60%);
  }
  .lp-sayusa-1__links > a:nth-child(n+2){
    margin-top: 20px;
  }
   .lp-sayusa-1__txt {
    display: block;
    width: 100%;
    padding: 0 calc(70/1226 * 100%) 0;
    background-color: #FFFFFF;
    font-size:10px;
    font-family: var(--gothic);
    line-height: 16px;
    font-weight: 500;
    text-align: right;
    padding-top: 20px;
  }
  .lp-sayusa-1__txt .sp-only {
    display: none;
  }
  .lp-sayusa-1__txt > span {
    color: #9c702e;
  }
  .lp-sayusa-1__cv-btm {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__cv-btm > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__cv1 {
    position: relative;
    display: block;
    width: 100%;
    background-image: url(../images/cv/cv-bg-pc1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
  .lp-sayusa-1__cv1-bg-top {
    position: absolute;
    top: calc(min(140px + (220 - 140) * ((100vw - 768px) / (1366 - 768)), 220px) * -1);/*-140px -220px*/
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 1366px;
    width: 100%;
    pointer-events: none;
  }
  .lp-sayusa-1__cv1-bg-btm {
    position: absolute;
    bottom: calc(min(95px + (150 - 95) * ((100vw - 768px) / (1366 - 768)), 150px) * -1);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 1366px;
    width: 100%;
    pointer-events: none;
  }
  .lp-sayusa-1__cv1-bg-top > img,
  .lp-sayusa-1__cv1-bg-btm > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__cv1-container {
    display: block;
    max-width: calc(1226px + 40px);
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-1__cv1-inner {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
  }
  .lp-sayusa-1__cv-top {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__cv-top > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__links {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: calc(42/1226 * 100%);
    width: 100%;
    padding: 0 calc(70/1226 * 100%) 40px;
    margin: 0 auto;
    background-color: #FFFFFF;
  }
  .lp-sayusa-1__links > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 79px;
    border-radius: 40px;
    background-image: url(../images/cv/btn-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 34px;
    font-weight: 500;
    font-family: var(--noto-serif);
    line-height: 1;
    color: #443216;
    box-shadow: 0 8px 6px rgba(55,55,55,60%);
  }
   .lp-sayusa-1__txt {
    display: block;
    width: 100%;
    padding: 0 calc(70/1226 * 100%) 0;
    background-color: #FFFFFF;
    font-size: min(14px + (16 - 14) * ((100vw - 768px) / (1366 - 768)), 16px);
    font-family: var(--gothic);
    line-height: 24px;
    font-weight: 500;
    text-align: right;
  }
  .lp-sayusa-1__txt .sp-only {
    display: none;
  }
  .lp-sayusa-1__txt > span {
    color: #9c702e;
  }
  .lp-sayusa-1__cv-btm {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__cv-btm > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) and (max-width:820px) {
  .lp-sayusa-1__links > a {
    height: 60px;
    border-radius: 30px;
    font-size: 24px;
    color: #443216;
    box-shadow: 0 8px 6px rgba(55,55,55,60%);
  }
}
/*sayusanonai*/
@media screen and (min-width:0px) {
  .lp-sayusa-1__sayusanonai {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__sayusanonai-content {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__sayusanonai-content > img {
    display: block;
    width: 100%;object-fit: cover;
  }
}
/*bnr1*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__bnr1 {
    display: block;
    width: 100%;
    padding: 75px 0 55px;
    background-color: #FFFFFF;
  }
  .lp-sayusa-1__bnr1-wrap {
    display: block;
    max-width: calc(520px + 20px);
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .lp-sayusa-1__bnr1-blk {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__bnr1-blk > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__bnr1 {
    display: block;
    width: 100%;
    padding: min(80px + (120 - 80) * ((100vw - 768px) / (1366 - 768)), 120px) 0 min(100px + (135 - 100) * ((100vw - 768px) / (1366 - 768)), 135px);
    background-color: #FFFFFF;
  }
  .lp-sayusa-1__bnr1-wrap {
    display: block;
    max-width: calc(1112.3505px + 40px);
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-1__bnr1-blk {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__bnr1-blk > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*yakumoku*/
@media screen and (min-width:0px) {
  .lp-sayusa-1__yakumoku {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__yakumoku-content {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__yakumoku-content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*reason*/
@media screen and (min-width:0px) {
  .lp-sayusa-1__reason {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__reason-title {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__reason-title > picture {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__reason-title > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:767px) {
  .lp-sayusa-1__reason-wrap {
    display: block;
    width: 100%;
    padding: 50px 0 85px;
    background-image: url(../images/reason/reason-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .lp-sayusa-1__reason-container {
    display: block;
    max-width: 375px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
  }
  .lp-sayusa-1__reason-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .lp-sayusa-1__reason-box:nth-child(n+2) {
    margin-top: 50px;
  }
  .lp-sayusa-1__reason-box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    letter-spacing: 0.2rem;
  }
  .lp-sayusa-1__reason-box-title > picture {
    display: block;
    width: 79px;
  }
  .lp-sayusa-1__reason-box-title > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__reason-box-title > p {
    display: flex;
    flex-direction: column;
    align-items: center;
    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-sayusa-1__reason-box-title > p > span {
    font-size: 24px;
    color: #913560;
    font-weight: 500;
  }
  .lp-sayusa-1__reason-box-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .lp-sayusa-1__reason-box-col_figure {
    display: block;
    width: 100%;
    box-shadow: 6px 6px 0 rgba(167,88,140,0.4);
  }
  .lp-sayusa-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-sayusa-1__reason-box-col_txt > span {
    color: #913560;
    font-weight: 700;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__reason-wrap {
    display: block;
    width: 100%;
    padding: 55px 0 90px;
    background-image: url(../images/reason/reason-bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .lp-sayusa-1__reason-container {
    display: block;
    max-width: 900px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-1__reason-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .lp-sayusa-1__reason-box:nth-child(n+2) {
    margin-top: 30px;
  }
  .lp-sayusa-1__reason-box-title {
    display: flex;
    align-items: center;
    width: auto;
  }
  .lp-sayusa-1__reason-box-title > picture {
    display: block;
    width: 117px;
  }
  .lp-sayusa-1__reason-box-title > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-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-sayusa-1__reason-box-title > p > span {
    font-size: 30px;
    color: #913560;
    font-weight: 500;
  }
  .lp-sayusa-1__reason-box:nth-of-type(even) > .lp-sayusa-1__reason-box-title {
    margin-left: auto;
  }
  .lp-sayusa-1__reason-box-cols {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }
  .lp-sayusa-1__reason-box:nth-of-type(even) > .lp-sayusa-1__reason-box-cols {
    flex-direction: row-reverse;
  }
  .lp-sayusa-1__reason-box-col_figure {
    display: block;
    width: calc(300/900 * 100%);
    box-shadow: 6px 6px 0 rgba(167,88,140,0.4);
  }
  .lp-sayusa-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-sayusa-1__reason-box-col_txt > span {
    color: #913560;
    font-weight: 700;
  }
}
/*compare*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__compare {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
  }
  .lp-sayusa-1__compare-container {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .lp-sayusa-1__compare-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-sayusa-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-sayusa-1__compare-header > span:nth-child(2) {
    font-size: 50px;
    font-family: var(--yumincho);
    font-weight: 500;
    line-height: 65px;
    color: #a7588c;
  }
  .lp-sayusa-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-sayusa-1__compare-txt > span {
    font-weight: 700;
    color: #a7588c;
  }
  .lp-sayusa-1__compare-txt .pc {
    display: none;
  }
  .lp-sayusa-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-sayusa-1__compare-tbl-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }
  .lp-sayusa-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-sayusa-1__compare-tbll {
    position: absolute;
    top:0;
    left: 20px;
    z-index: 2;
    display: block;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
  }
  .lp-sayusa-1__compare-tbll > picture {
    display: block;
    width: 700px;
  }
  .lp-sayusa-1__compare-tblr {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  
  .lp-sayusa-1__compare-tblr > picture {
    display: block;
    width: 700px;
  }
  .lp-sayusa-1__compare-tblr > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-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-sayusa-1__compare {
    display: block;
    width: 100%;
    padding: 80px 0;
    background-color: #FFFFFF;
  }
  .lp-sayusa-1__compare-container {
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-1__compare-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-sayusa-1__compare-header > span:nth-child(1) {
    font-size: 24px;
    font-family: var(--gothic);
    font-weight: 500;
    line-height: 42px;
  }
  .lp-sayusa-1__compare-header > span:nth-child(2) {
    font-size: 65px;
    font-family: var(--yumincho);
    font-weight: 500;
    line-height: 65px;
    color: #a7588c;
  }
  .lp-sayusa-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-sayusa-1__compare-txt > .sp {
    display: none;
  }
  .lp-sayusa-1__compare-txt > span {
    font-weight: 700;
    color: #a7588c;
  }
  .lp-sayusa-1__compare-tbl-note {
    display: none;
  }
  .lp-sayusa-1__compare-tbl-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .lp-sayusa-1__compare-tbll {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .lp-sayusa-1__compare-tbll > picture {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__compare-tbll > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__compare-tblr {
    display: block;
    width: 100%;
  }  
  .lp-sayusa-1__compare-tblr > picture {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__compare-tblr > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-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 (max-width:767px) {
  .lp-sayusa-1__voice {
    display: block;
    width: 100%;
    padding: 60px 0 0 0;
    background-image: url(../images/voice/bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: 30px;
  }
  .lp-sayusa-1__voice-header {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__voice-header > picture {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__voice-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__voice-content {
    position: relative;
    z-index: 3;
    display: block;
    /*max-width: 375px;*/
    width: 100%;
    margin: 0 auto;
  }
  .lp-sayusa-1__voice-content > picture {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__voice-content > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__voice {
    display: block;
    width: 100%;
    padding: 75px 0 0 0;
    background-image: url(../images/voice/bg-pc.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  .lp-sayusa-1__voice-header {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__voice-header > picture {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__voice-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__voice-content {
    display: block;
    max-width: 1412px;
    width: 100%;
    margin: 0 auto 0;
  }
  .lp-sayusa-1__voice-content > picture {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__voice-content > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*cv2*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__cv2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0 65px;
    background-image: url(../images/cv/cv-bg-sp2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
  .lp-sayusa-1__cv2-bg-top {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
     max-width: 370px;
    width: 100%;
    pointer-events: none;
  }
  .lp-sayusa-1__cv2-bg-btm {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
     max-width: 370px;
    width: 100%;
    pointer-events: none;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__cv2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 90px 0 min(160px + (190 - 160) * ((100vw - 768px) / (1366 - 768)), 190px);
    background-image: url(../images/cv/cv-bg-pc2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
  }
  .lp-sayusa-1__cv2-bg-top {
    position: absolute;
    top: calc(min(10px + (40 - 10) * ((100vw - 768px) / (1366 - 768)), 40px) * -1);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 1366px;
    width: 100%;
    pointer-events: none;
  }
  .lp-sayusa-1__cv2-bg-btm {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 1366px;
    width: 100%;
    pointer-events: none;
  }
}
/*staff*/
@media screen and (min-width:0px) {
  .lp-sayusa-1__staff {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__staff-content {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__staff-content > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*flow*/
@media screen and (max-width:767px) {
  .lp-sayusa-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-sayusa-1__flow-container {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-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-sayusa-1__flow-header > span {
    color: #a7588c;
  }
  .lp-sayusa-1__flow-wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .lp-sayusa-1__flow-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 317px;
    width: 100%;
    margin: 0 auto;
  }
  .lp-sayusa-1__flow-row + .lp-sayusa-1__flow-row {
    margin-top: 30px;
  }
  .lp-sayusa-1__flow-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;    
  }
  .lp-sayusa-1__flow-box:nth-child(n+2) {
    margin-top: 30px;
  }
  .lp-sayusa-1__flow-badge {
    display: block;
    width: calc(33/317 * 100%);
  }
  .lp-sayusa-1__flow-badge > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__flow-figure {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .lp-sayusa-1__flow-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-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: #a7588c;
    padding-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 0.2rem;
  }
  .lp-sayusa-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-sayusa-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-sayusa-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-sayusa-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-sayusa-1__flow-container {
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-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-sayusa-1__flow-header > span {
    color: #a7588c;
  }
  .lp-sayusa-1__flow-wrap {
    display: block;
    width: 100%;
    margin-top: 90px;
  }
  .lp-sayusa-1__flow-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .lp-sayusa-1__flow-row + .lp-sayusa-1__flow-row {
    margin-top: 20px;
  }
  .lp-sayusa-1__flow-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(244/1226 * 100%);    
  }
  .lp-sayusa-1__flow-badge {
    display: block;
    width: calc(33/244 * 100%);
  }
  .lp-sayusa-1__flow-badge > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__flow-figure {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .lp-sayusa-1__flow-box:not(:last-child) .lp-sayusa-1__flow-figure:after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-50.166666/244 * 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-sayusa-1__flow-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-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: #a7588c;
    padding-bottom: 5px;
    padding-top: 10px;
  }
  .lp-sayusa-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-sayusa-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-sayusa-1__flow-box:nth-child(2) {
    margin-top: 25px;
  }
  .lp-sayusa-1__flow-box:nth-child(3) {
    margin-top: 50px;
  }
  .lp-sayusa-1__flow-box:nth-child(4) {
    margin-top: 75px;
  }
}
/*student*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__student {
    display: block;
    width: 100%;
    padding: 65px 0 70px;
    background-color: #FFFFFF;
  }
  .lp-sayusa-1__student-container {
    display: block;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .lp-sayusa-1__student-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #e2c7d5;
    border-radius: 20px;
    padding: 50px 20px;
  }
  .lp-sayusa-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-sayusa-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-sayusa-1__student-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 58px;
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #9b6187;
    box-shadow: 0 6px 6px #4a2240;
    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-sayusa-1__student-header {
    font-size: 22px;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__student {
    display: block;
    width: 100%;
    padding: 90px 0 90px;
    background-color: #FFFFFF;
  }
  .lp-sayusa-1__student-container {
    display: block;
    max-width: 1027px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .lp-sayusa-1__student-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #e2c7d5;
    border-radius: 20px;
    padding: calc(50/987 * 100%);
  }
  .lp-sayusa-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-sayusa-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-sayusa-1__student-txt > .sp {
    display: none;
  }
  .lp-sayusa-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 #9b6187;
    box-shadow: 0 6px 6px #4a2240;
    margin-top: 30px;
    font-size: 34px;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 1;
    color: #040000;
  }
}
/*bnr2*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__bnr2 {
    display: block;
    width: 100%;
    padding: 0 0 55px;
    background-color: #FFFFFF;
  }
  .lp-sayusa-1__bnr2-wrap {
    display: block;
    max-width: calc(520px + 20px);
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  .lp-sayusa-1__bnr2-blk {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__bnr2-blk > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__bnr2 {
    display: block;
    width: 100%;
    padding: 40px 0 80px;
    background-color: #FFFFFF;
  }
  .lp-sayusa-1__bnr2-wrap {
    display: block;
    max-width: calc(1112.3505px + 40px);
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-1__bnr2-blk {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__bnr2-blk > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
/*faq*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__faq {
    display: block;
    width: 100%;
    padding: 50px 0 60px;
    background-color: #eaeeef;
  }
  .lp-sayusa-1__faq-container {
    display: block;
    max-width: 375px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .lp-sayusa-1__faq-header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .lp-sayusa-1__faq-header > picture {
    display: block;
    width: calc(172/345 * 100%);
  }
  .lp-sayusa-1__faq-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__faq-list {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  .lp-sayusa-1__faq-list > li {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 16px;
    background-color: #FFFFFF;
    border-radius: 30px;
  }
  .lp-sayusa-1__faq-list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .lp-sayusa-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-sayusa-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-sayusa-1__faq-list > li > p.question {
    padding: 7px 0 17px 50px;
    border-bottom: 1px solid #a7588c;
    font-weight: 700; 
  }
  .lp-sayusa-1__faq-list > li > p.question::before {
    content: "Q";
    background-color: #a7588c;
  }
  .lp-sayusa-1__faq-list > li > p.answer {
    padding: 7px 0 7px 50px;
    margin-top: 10px;
  }
  .lp-sayusa-1__faq-list > li > p.answer::before {
    content: "A";
    background-color: #babab9;
  }
  .lp-sayusa-1__faq-list > li > p.answer > span {
    font-weight: 700;
    color: #a7588c;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__faq {
    display: block;
    width: 100%;
    padding: 90px 0 70px;
    background-color: #eaeeef;
  }
  .lp-sayusa-1__faq-container {
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-1__faq-header {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .lp-sayusa-1__faq-header > picture {
    display: block;
    width: calc(237/1226 * 100%);
  }
  .lp-sayusa-1__faq-header > picture > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-1__faq-list {
    display: block;
    width: 100%;
    margin-top: 70px;
  }
  .lp-sayusa-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-sayusa-1__faq-list > li:nth-child(n+2) {
    margin-top: 60px;
  }
  .lp-sayusa-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-sayusa-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-sayusa-1__faq-list > li > p.question {
    padding: 7px 0 22px 50px;
    border-bottom: 1px solid #a7588c;  
    font-weight: 700;
    
  }
  .lp-sayusa-1__faq-list > li > p.question::before {
    content: "Q";
    background-color: #a7588c;
  }
  .lp-sayusa-1__faq-list > li > p.answer {
    padding: 7px 0 7px 50px;
    margin-top: 15px;
  }
  .lp-sayusa-1__faq-list > li > p.answer::before {
    content: "A";
    background-color: #babab9;
  }
  .lp-sayusa-1__faq-list > li > p.answer > span {
    font-weight: 700;
    color: #a7588c;
  }
}
/*warranty*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__wrranty {
    display: block;
    width: 100%;
    background-color: #eaeeef;
    padding: 40px 0;
  }
  .lp-sayusa-1__wrranty-container {
    position: relative;
    display: block;
    max-width: 375px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .lp-sayusa-1__wrranty-badge {
    position: absolute;
    top: -30px;
    left: 0;
    display: block;
    width: calc(85/345 * 100%);
  }
  .lp-sayusa-1__wrranty-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-sayusa-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-sayusa-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-sayusa-1__wrranty-txt > span {
    color: #973426;
    font-weight: 700;
  }
  .lp-sayusa-1__wrranty-bg {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__wrranty-bg > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-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-sayusa-1__wrranty {
    display: block;
    width: 100%;
    background-color: #eaeeef;
    padding: 80px 0;
  }
  .lp-sayusa-1__wrranty-container {
    position: relative;
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-1__wrranty-badge {
    position: absolute;
    top: max(-80px,-6.55vw + 0.022rem);
    left: 0;
    display: block;
    width: calc(207/1266 * 100%);
  }
  .lp-sayusa-1__wrranty-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-sayusa-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-sayusa-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-sayusa-1__wrranty-txt > span {
    color: #973426;
    font-weight: 700;
  }
  .lp-sayusa-1__wrranty-bg {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__wrranty-bg > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .lp-sayusa-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;
  }
}
/*salon*/
@media screen and (max-width:767px) {
  .lp-sayusa-1__salon {
    display: block;
    width: 100%;
    background-image:linear-gradient(#eaeeef, #FFFFFF);
  }
  .lp-sayusa-1__salon-container {
    position: relative;
    display: block;
    max-width: 375px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .lp-sayusa-1__salon-header {
    display: block;
    width: 100%;
    font-size: 30px;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 40px;
    text-align: center;
  }
  .lp-sayusa-1__salon-txt {
    display: block;
    width: 100%;
    font-size: 11px;
    font-family: var(--gothic);
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 50px;
  }
  .lp-sayusa-1__salon-link {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .lp-sayusa-1__salon-figure {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__salon-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width:768px) {
  .lp-sayusa-1__salon {
    display: block;
    width: 100%;
    background-image:linear-gradient(#eaeeef, #FFFFFF);
  }
  .lp-sayusa-1__salon-container {
    position: relative;
    display: block;
    max-width: 1266px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .lp-sayusa-1__salon-header {
    display: block;
    width: 100%;
    font-size: 65px;
    font-family: var(--noto-serif);
    font-weight: 500;
    line-height: 70px;
    text-align: center;
  }
  .lp-sayusa-1__salon-txt {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: var(--gothic);
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 40px;
  }
  .lp-sayusa-1__salon-link {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .lp-sayusa-1__salon-figure {
    display: block;
    width: 100%;
  }
  .lp-sayusa-1__salon-figure > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width:767px) {
  .acup-footer {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
  }
  .acup-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;
  }
  .acup-footer__bottom {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #fdeeea;
  }
  .acup-footer__bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 375px;
    width: 100%;
    height: 260px;
    margin: 0 auto;
  }
  .acup-footer__bottom-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .acup-footer__bottom-menu > li {
    display: block;
    width: auto;
    height: 15px;
  }
  .acup-footer__bottom-menu > li:nth-child(1) {
    padding-right: 13.5px;
    border-right: 1px solid #514e4e;
  }
  .acup-footer__bottom-menu > li:nth-child(2) {
    padding-left: 13.5px;
  }
  .acup-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;
  }
  .acup-footer__bottom-menu > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .acup-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) {
  .acup-footer {
    display: block;
    width: 100%;
    background-color: #FFFFFF;
  }
  .acup-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;
  }
  .acup-footer__bottom {
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #fdeeea;
  }
  .acup-footer__bottom-container {
    display: block;
    max-width: 1266px;
    width: 100%;
    margin: 0 auto;
  }
  .acup-footer__bottom-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .acup-footer__bottom-menu > li {
    display: block;
    width: auto;
    height: 15px;
  }
  .acup-footer__bottom-menu > li:nth-child(1) {
    padding-right: 13.5px;
    border-right: 1px solid #514e4e;
  }
  .acup-footer__bottom-menu > li:nth-child(2) {
    padding-left: 13.5px;
  }
  .acup-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;
  }
  .acup-footer__bottom-menu > li > a:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .acup-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;
  }
}