@charset "UTF-8";
/**
  @example
```
@include media(large, medium){
  display: inline-block;
}
@include media(small){
  display: block;
}
```
 */
@media (min-width: 769px) {
  .forsp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .forpc {
    display: none;
  }
}

.lp-keizoku2024 {
  font-family: "TazuganeGothicStdN-Thin";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.lp-keizoku2024 a {
  font-family: "TazuganeGothicStdN-Thin" !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 769px) {
  .lp-keizoku2024 br.pc {
    display: block;
  }
  .lp-keizoku2024 br.sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024 br.pc {
    display: none;
  }
  .lp-keizoku2024 br.sp {
    display: block;
  }
}

/* bredcrumbs */
.lp-keizoku2024__breadcrumbs .lp-keizoku2024__breadcrumbs-inner {
  max-width: 1298px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .lp-keizoku2024__breadcrumbs .lp-keizoku2024__breadcrumbs-inner {
    padding: 10px 10px 17px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .lp-keizoku2024__breadcrumbs .lp-keizoku2024__breadcrumbs-inner {
    padding: calc(10 * 100vw / 1440) calc(10 * 100vw / 1440) calc(17 * 100vw / 1440);
    font-size: calc(14 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024__breadcrumbs .lp-keizoku2024__breadcrumbs-inner {
    padding: calc(10 * 100vw / 750) calc(40 * 100vw / 750);
    font-size: calc(20 * 100vw / 750);
  }
}

.lp-keizoku2024__breadcrumbs .lp-keizoku2024__breadcrumbs-inner a {
  padding-right: 0.5em;
  color: #000;
}

@media screen and (min-width: 769px) {
  .lp-keizoku2024__breadcrumbs .lp-keizoku2024__breadcrumbs-inner a {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .lp-keizoku2024__breadcrumbs .lp-keizoku2024__breadcrumbs-inner a {
    font-size: calc(14 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024__breadcrumbs .lp-keizoku2024__breadcrumbs-inner a {
    font-size: calc(20 * 100vw / 750);
  }
}

.lp-keizoku2024__breadcrumbs .lp-keizoku2024__breadcrumbs-inner span {
  font-family: "TazuganeGothicStdN-Book", sans-serif !important;
}

.lp-keizoku2024__breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
}

.lp-keizoku2024__breadcrumbs ul li + li {
  margin-left: 0.5em;
}

.lp-keizoku2024-header {
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .lp-keizoku2024-header {
    background-image: url("../contentassetimages/lp/24ss/keizoku2024/img_mv_pc.jpg?$staticlink$");
    background-size: cover;
    padding-top: 29.7%;
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-header {
    background-image: url("../contentassetimages/lp/24ss/keizoku2024/img_mv_sp.jpg?$staticlink$");
    background-size: contain;
    padding-top: 60%;
  }
}

.lp-keizoku2024-header__heading {
  display: none;
}

@media (min-width: 769px) {
  .lp-keizoku2024-content {
    padding: 100px 0 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-content {
    padding: 13.333vw  0 0;
  }
}

@media (min-width: 1116px) {
  .lp-keizoku2024-content__inner {
    max-width: 1075px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-content__inner {
    max-width: 1075px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-content__inner {
    margin-left: 10.6vw;
    margin-right: 10.6vw;
  }
}

.lp-keizoku2024-period {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "TazuganeGothicStdN-Thin" !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border: 1px solid #000;
}

@media (min-width: 769px) {
  .lp-keizoku2024-period {
    font-size: 16px;
    margin-bottom: 18px;
    padding: 10px 0 9px;
    width: 290px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-period {
    font-size: calc(16 * 100vw / 1440);
    margin-bottom: calc(18 * 100vw / 1440);
    padding: calc(10 * 100vw / 1440) 0 calc(9 * 100vw / 1440);
    width: calc(290 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-period {
    font-size: 3.5vw;
    padding: calc(15 * 100vw / 750);
    width: calc(474 * 100vw / 750);
  }
}

.lp-keizoku2024-ttl {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "TazuganeGothicStdN-Thin" !important;
  text-align: center;
}

@media (min-width: 769px) {
  .lp-keizoku2024-ttl {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 24px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-ttl {
    font-size: calc(40 * 100vw / 1440);
    line-height: calc(56 * 100vw / 1440);
    margin-bottom: calc(24 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-ttl {
    font-size: 5.3vw;
    line-height: 7.3vw;
    margin-top: calc(20 * 100vw / 750);
    margin-bottom: 6vw;
  }
}

.lp-keizoku2024-textbox p:not(:first-of-type) {
  margin-top: 1em;
}

@media (min-width: 769px) {
  .lp-keizoku2024-textbox {
    line-height: 1.666;
    text-align: center;
    max-width: 982px;
    font-size: 18px;
    margin: 0 auto 67px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-textbox {
    max-width: calc(982 * 100vw / 1440);
    font-size: calc(18 * 100vw / 1440);
    margin: 0 auto calc(67 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-textbox {
    font-size: 3.2vw;
    line-height: 4.8vw;
    letter-spacing: 0.14vw;
    margin-bottom: calc(72 * 100vw / 750);
    text-justify: inter-character;
  }
}

.lp-keizoku2024-bnr img {
  width: 100%;
  height: auto;
  opacity: 1.0;
  -webkit-transition: all 400ms 0s ease;
  transition: all 400ms 0s ease;
}

.lp-keizoku2024-bnr img:hover {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

@media (min-width: 1116px) {
  .lp-keizoku2024-bnr {
    width: 440px;
    height: 110px;
    margin-bottom: 80px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-bnr {
    width: 440px;
    height: 110px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-bnr {
    width: 100%;
    height: 22.667vw;
    margin-bottom: 13.333vw;
  }
}

.lp-keizoku2024-product-title {
  font-family: "TazuganeGothicStdN-Thin" !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
  text-align: center;
}

@media (min-width: 769px) {
  .lp-keizoku2024-product-title {
    font-size: 36px;
    margin-bottom: 70px;
    line-height: 1;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-product-title {
    font-size: calc(36 * 100vw / 1440);
    margin-bottom: calc(70 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-product-title {
    font-size: 5.3vw;
    margin-bottom: 6vw;
  }
}

@media (min-width: 1116px) {
  .lp-keizoku2024-special-section {
    padding: 0 0 120px;
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-special-section {
    padding: 0 0 calc(120 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-special-section {
    padding: 0 0 calc(120 * 100vw / 750);
  }
}

@media (min-width: 769px) {
  .lp-keizoku2024-special__inner {
    max-width: 1076px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-special__inner {
    max-width: calc(1076 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-special__inner {
    margin-left: calc(80 * 100vw / 750);
    margin-right: calc(80 * 100vw / 750);
  }
}

@media (min-width: 1116px) {
  .lp-keizoku2024-special_bnr {
    margin-top: 120px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-special_bnr {
    margin-top: calc(120 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-special_bnr {
    margin-top: calc(120 * 100vw / 750);
  }
}

/* キャンペーン */
.lp-keizoku2024-campaign {
  background-color: #d6001c;
}

@media (min-width: 769px) {
  .lp-keizoku2024-campaign {
    padding: 91px 0 80px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-campaign {
    padding: calc(91 * 100vw / 1440) 0 calc(70 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign {
    padding: calc(93 * 100vw / 750) 0 calc(100 * 100vw / 750);
  }
}

.lp-keizoku2024-campaign__hdg {
  color: #fff;
  font-family: "TazuganeGothicStdN-Thin", sans-serif !important;
  text-align: center;
}

@media (min-width: 769px) {
  .lp-keizoku2024-campaign__hdg {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-campaign__hdg {
    font-size: calc(40 * 100vw / 1440);
    margin-bottom: calc(50 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__hdg {
    font-size: 5.6vw;
    margin-bottom: 6.667vw;
    letter-spacing: -0.04em;
  }
}

.lp-keizoku2024-campaign__blk {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  background-color: #fff;
  z-index: 2;
}

.lp-keizoku2024-campaign__blk h4 {
  line-height: 1.454;
  font-family: "TazuganeGothicStdN-Book", sans-serif !important;
  text-transform: none;
}

.lp-keizoku2024-campaign__blk ul {
  list-style: none;
}

.lp-keizoku2024 .indent {
  text-indent: -1em;
  padding-left: 1em;
}

.lp-keizoku2024-campaign__blk .bold {
  font-family: "TazuganeGothicStdN-Bold" !important;
}

@media screen and (min-width: 769px) {
  .lp-keizoku2024-campaign__blk {
    padding: 70px;
    text-align: left;
  }
  .lp-keizoku2024-campaign__blk h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .lp-keizoku2024-campaign__blk ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
  }
  .lp-keizoku2024-campaign__blk ul li {
    text-align: left;
  }
  .lp-keizoku2024-campaign__blk p.stxt {
    font-size: 14px;
    line-height: 1.6em;
  }
  .lp-keizoku2024 .btn_twcp1 {
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-campaign__blk {
    padding: calc(70 * 100vw / 1440);
  }
  .lp-keizoku2024-campaign__blk h4 {
    font-size: calc(22 * 100vw / 1440);
    margin-bottom: calc(20 * 100vw / 1440);
  }
  .lp-keizoku2024-campaign__blk ul li:first-child {
    width: calc(130 * 100vw / 1440);
  }
  .lp-keizoku2024-campaign__blk ul li:last-child {
    width: calc(100% - 200px);
  }
  .lp-keizoku2024-campaign__blk ul li:first-child img {
    width: calc(130 * 100vw / 1440);
  }
  .lp-keizoku2024-campaign__blk p.stxt {
    font-size: calc(14 * 100vw / 1440);
  }
  .lp-keizoku2024-campaign__blk .btn_twcp1 {
    width: calc(340 * 100vw / 1440);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__blk {
    padding: calc(53 * 100vw / 750) 6.667vw calc(70 * 100vw / 750);
  }
  .gray_triangle + .lp-keizoku2024-campaign__blk {
    padding: calc(53 * 100vw / 750) 6.667vw calc(50 * 100vw / 750);
  }
  .lp-keizoku2024-campaign__blk h4 {
    font-size: 4vw;
    margin-bottom: 4.4vw;
  }
  .lp-keizoku2024-campaign__blk h4.indent {
    text-indent: 0;
    padding-left: 0;
    white-space: nowrap;
  }
  .lp-keizoku2024-campaign__blk p {
    font-size: 3.2vw;
    line-height: 1.6em;
    text-align: left;
  }
  .lp-keizoku2024-campaign__blk p.stxt {
    font-size: 3vw;
    text-align: left;
    line-height: 1.6em;
    margin-top: 0.3vw;
  }
  .lp-keizoku2024-campaign__blk .bold.-bold-sp {
    margin-left: -0.1em;
    letter-spacing: -0.04em;
  }
}

.gray_triangle {
  display: block;
  width: 100%;
  height: 33px;
  background-image: url("../contentassetimages/lp/24ss/keizoku2024/ico_triangle.png?$staticlink$");
  background-repeat: no-repeat;
  background-position: center top;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .gray_triangle {
    background-size: calc(130 * 100vw / 750) auto;
    background-position: center calc(8 * 100vw / 750);
    height: calc(50 * 100vw / 750);
  }
}

.lp-keizoku2024-campaign__paragraph2 {
  text-align: center;
  font-size: 18px;
  color: #d6001c;
  display: table;
  margin: 20px auto 0 auto;
  padding-right: 20px;
  background-image: url("../contentassetimages/lp/24ss/keizoku2024/drop_anker_red.png?$staticlink$");
  background-repeat: no-repeat;
  background-position: right center;
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-campaign__paragraph2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__paragraph2 {
    margin: 3vw auto 0 auto;
    padding-right: 6vw;
  }
}

.lp-keizoku2024-campaign__paragraph2 a {
  font-family: "TazuganeGothicStdN-Thin", sans-serif !important;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__paragraph2 a {
    font-size: 3.733vw;
  }
}

/* 応募規約 */
.lp-keizoku2024-campaign__frame {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 25px;
  height: 260px;
  font-size: 14px;
  line-height: 1.8em;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__frame {
    padding: 5.333vw 3.333vw;
    height: 56vw;
    font-size: 3.2vw;
    line-height: 1.8em;
  }
}

.lp-keizoku2024-campaign__frame__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  height: 100%;
  font-family: "TazuganeGothicStdN-Thin", sans-serif !important;
}

.lp-keizoku2024-campaign__frame__inner p, .lp-keizoku2024-campaign__frame__inner ul {
  margin-bottom: 1em;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-keizoku2024-campaign__frame__inner li {
  list-style-position: outside;
  margin-left: 14px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__frame__inner li {
    margin-left: 5.333vw;
  }
}

.lp-keizoku2024-campaign__frame__inner h4 {
  margin-top: 1.5em;
  font-size: 18px;
  font-family: "TazuganeGothicStdN-Book", sans-serif !important;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__frame__inner h4 {
    font-size: 4vw;
  }
}

.lp-keizoku2024-campaign__frame__inner h5 {
  margin-top: 1.5em;
  font-size: 16px;
  font-family: "TazuganeGothicStdN-Book", sans-serif !important;
  font-weight: normal !important;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__frame__inner h5 {
    font-size: 3.733vw;
  }
}

.lp-keizoku2024-campaign__frame__inner h6 {
  margin-top: 1.5em;
  font-size: 14px;
  font-family: "TazuganeGothicStdN-Book", sans-serif !important;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__frame__inner h6 {
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__frame__inner p, .lp-keizoku2024-campaign__frame__inner li {
    width: 90%;
    word-wrap: break-word;
  }
}

.lp-keizoku2024-campaign__frame__inner::-webkit-scrollbar {
  width: 5px;
  height: 20px;
}

.lp-keizoku2024-campaign__frame__inner::-webkit-scrollbar-track {
  background: #ccc;
}

.lp-keizoku2024-campaign__frame__inner::-webkit-scrollbar-thumb {
  background: #d6001c;
}

.lp-keizoku2024-campaign__contact {
  margin: 30px auto 0 auto;
  font-size: 14px;
  line-height: 1.6em;
  font-family: "TazuganeGothicStdN-Thin", sans-serif !important;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__contact {
    margin: 10.667vw auto 0 auto;
    font-size: 2.933vw;
  }
}

.lp-keizoku2024-campaign__contact h3 {
  font-size: 16px;
  line-height: 1.6em;
  font-family: "TazuganeGothicStdN-Book", sans-serif !important;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__contact h3 {
    font-size: 3.2vw;
  }
}

.lp-keizoku2024-campaign__contact ul {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__contact ul {
    margin: 4vw 0;
  }
}

.lp-keizoku2024-campaign__contact ul li {
  list-style: none;
  margin-bottom: 5px;
}

.lp-keizoku2024-campaign__contact dt {
  float: left;
  width: 16px;
}

.lp-keizoku2024-campaign__contact dd {
  margin-left: 16px;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-campaign__contact dt {
    float: left;
    width: 4vw;
  }
  .lp-keizoku2024-campaign__contact dd {
    margin-left: 4vw;
    margin-bottom: 1vw;
  }
}

.lp-keizoku2024-content-area, .lp-keizoku2024-content-area a {
  font-family: "TazuganeGothicStdN-Thin" !important;
  display: block;
}

@media screen and (min-width: 769px) {
  .lp-keizoku2024-content-area {
    width: 860px;
    margin: 0px auto;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-content-area {
    width: calc(860 * 100vw / 1115);
  }
}

@media (max-width: 768px) {
  .lp-keizoku2024-content-area {
    width: 88.8vw;
    padding: calc(110 * 100vw / 750) 0 0;
    margin: 0 auto;
  }
}

.lp-keizoku2024-content-title {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .lp-keizoku2024-content-title {
    font-size: 36px;
    margin: 125px 0 52px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-content-title {
    font-size: calc(36 * 100vw / 1115);
    margin: calc(125 * 100vw / 1115) 0 calc(52 * 100vw / 1115);
  }
}

@media (max-width: 768px) {
  .lp-keizoku2024-content-title {
    margin: 0 0 calc(35 * 100vw / 750);
  }
}

.lp-keizoku2024-detail-list li li::before {
  content: '・';
}

.lp-keizoku2024-detail-list li a, .lp-keizoku2024 .lp-keizoku2024-detail-list li.indent span {
  display: inline-block;
  vertical-align: top;
}

.lp-keizoku2024 .lp-keizoku2024-detail-list li.indent .lp-keizoku2024-detail-list-item-note {
  padding-top: 0.2em;
  padding-left: 0 !important;
}

.lp-keizoku2024 .lp-keizoku2024-detail-list li.indent a,
.lp-keizoku2024 .lp-keizoku2024-detail-list li.indent span {
  text-indent: 0;
}

.lp-keizoku2024-detail-list-item-note {
  font-size: .875em;
  padding-left: 2em !important;
}

@media (min-width: 769px) {
  .lp-keizoku2024-large-wrapper {
    padding: 30px;
    background-color: #f6f6f6;
  }
  .lp-keizoku2024-wrapper {
    background-color: #fff;
    padding: 50px;
  }
  .lp-keizoku2024-detail-list {
    list-style: none;
    font-size: 16px;
  }
  .lp-keizoku2024-detail-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lp-keizoku2024-detail-list li {
    list-style-type: none;
    line-height: 1.2;
  }
  .lp-keizoku2024-detail-list > li:not(:last-of-type) {
    margin-bottom: 38px !important;
  }
  .lp-keizoku2024-detail-list li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .lp-keizoku2024-detail-list li > div:nth-of-type(1) {
    width: 215px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "TazuganeGothicStdN-Book" !important;
  }
  .lp-keizoku2024-detail-list li > div:nth-of-type(2) {
    width: 640px;
  }
  .lp-keizoku2024-detail-list li a {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
  }
  .lp-keizoku2024-detail-list li a + span {
    display: block;
    margin-top: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-detail-list {
    font-size: calc(16 * 100vw / 1115);
  }
  .lp-keizoku2024-detail-list li:not(:last-of-type) {
    margin-bottom: calc(10 * 100vw / 1115);
  }
  .lp-keizoku2024-detail-list li > div:nth-of-type(1) {
    width: calc(215 * 100vw / 1115);
  }
  .lp-keizoku2024-detail-list li > div:nth-of-type(2) {
    width: calc(640 * 100vw / 1115);
  }
  .lp-keizoku2024-detail-list li a {
    font-size: calc(16 * 100vw / 1115);
  }
  .lp-keizoku2024-detail-list li a + span {
    display: block;
    margin-top: calc(10 * 100vw / 1115);
  }
}

@media (max-width: 768px) {
  .lp-keizoku2024-main-period {
    padding: 2.667vw;
    border: solid 1px #000;
    display: inline-block;
    margin: 6.667vw auto 5.333vw;
  }
  .lp-keizoku2024-large-wrapper {
    padding: calc(65 * 100vw / 750) calc(40 * 100vw / 750) calc(30 * 100vw / 750);
    background-color: #f6f6f6;
  }
  .lp-keizoku2024-wrapper {
    background-color: #fff;
    padding: calc(54 * 100vw / 750) calc(60 * 100vw / 750) calc(70 * 100vw / 750);
  }
  .lp-keizoku2024-detail-list {
    list-style: none;
    font-size: calc(24 * 100vw / 750);
  }
  .lp-keizoku2024-detail-list li {
    display: block;
  }
  .lp-keizoku2024-detail-list > li:not(:last-of-type) {
    margin-bottom: calc(40 * 100vw / 750) !important;
  }
  .lp-keizoku2024-detail-list li > div:nth-of-type(1) {
    display: block;
  }
  .lp-keizoku2024-detail-list li a {
    color: #000;
    text-decoration: underline;
    font-size: 4.267vw;
    margin-bottom: -1.333vw;
  }
  .lp-keizoku2024-detail-list {
    font-size: calc(24 * 100vw / 750);
  }
  .lp-keizoku2024-detail-list li:not(:last-of-type) {
    margin-bottom: calc(33 * 100vw / 750);
  }
  .lp-keizoku2024-detail-list li:not(.indent):not(:last-of-type) {
    margin-bottom: calc(10 * 100vw / 750);
  }
  .lp-keizoku2024-detail-list li div:nth-of-type(1) {
    margin-bottom: calc(5 * 100vw / 750);
  }
  .lp-keizoku2024-detail-list li a {
    font-size: calc(24 * 100vw / 750);
  }
  .lp-keizoku2024-detail-list li a + span {
    display: block;
    margin-top: calc(10 * 100vw / 750);
  }
}

/* 23ss */
.lp-keizoku2024-mileage__hdg {
  padding: 0 0 1.5em;
  text-align: center;
  color: #cf023a;
  font-family: "TazuganeGothicStdN-Book", sans-serif !important;
}

@media (min-width: 769px) {
  .lp-keizoku2024-mileage__hdg {
    font-size: 24px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-mileage__hdg {
    font-size: calc(24 * 100vw / 1440);
  }
}

@media screen and (max-width: 768px) {
  .lp-keizoku2024-mileage__hdg {
    margin-top: calc(35 * 100vw / 750) !important;
    font-size: calc(28 * 100vw / 750);
  }
}

.lp-keizoku2024-mileage_list {
  list-style-type: none;
}

.lp-keizoku2024-mileage_item_details_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.lp-keizoku2024-mileage_item_details_inner > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.lp-keizoku2024-mileage_list > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c8102e;
  border-left: 1px solid #c8102e;
  border-right: 1px solid #c8102e;
}

.lp-keizoku2024-mileage_item_img img {
  width: 100%;
}

.lp-keizoku2024-mileage_item_details_copy span, .lp-keizoku2024-mileage_item_details_title {
  color: #c8102e;
}

.lp-keizoku2024-mileage_copy {
  text-align: center;
}

.lp-keizoku2024-mileage_item_details_img {
  width: 100%;
  text-align: center;
}

.lp-keizoku2024-mileage_cta a {
  display: block;
  color: #000;
  font-family: "TazuganeGothicStdN-Bold" !important;
  text-align: center;
}

@media (min-width: 769px) {
  .lp-keizoku2024-mileage {
    max-width: 982px;
    margin: 0 auto 140px;
  }
  .lp-keizoku2024-mileage_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp-keizoku2024-mileage_list > li {
    width: 48.473%;
  }
  .lp-keizoku2024-mileage_list > li > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .lp-keizoku2024-mileage_item_details {
    padding: 41px 0 42px;
  }
  .lp-keizoku2024-mileage_item_details_title {
    font-size: 22px;
    line-height: 1.363;
  }
  .lp-keizoku2024-mileage_item_details_copy {
    font-size: 18px;
    line-height: 1.667;
    text-align: center;
    margin-top: 22px;
  }
  .lp-keizoku2024-mileage_copy {
    font-size: 24px;
    line-height: 1.5125;
    margin-top: 52px;
  }
  .lp-keizoku2024-mileage_cta {
    width: 380px;
    margin: 23px auto 0;
  }
  .lp-keizoku2024-mileage_cta a {
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    border: 2px solid #000;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-mileage {
    max-width: calc(982 * 100vw / 1440);
    margin: 0 auto calc(140 * 100vw / 1440);
  }
  .lp-keizoku2024-mileage_list > li:nth-of-type(1) .lp-keizoku2024-mileage_item_details_img img,
  .lp-keizoku2024-mileage_list > li:nth-of-type(2) .lp-keizoku2024-mileage_item_details_img img {
    width: calc(394 * 100vw / 1440);
  }
  .lp-keizoku2024-mileage_item_details {
    padding: calc(41 * 100vw / 1440) 0 calc(42 * 100vw / 1440);
  }
  .lp-keizoku2024-mileage_item_details_title {
    font-size: calc(22 * 100vw / 1440);
  }
  .lp-keizoku2024-mileage_item_details_copy {
    font-size: calc(18 * 100vw / 1440);
    margin-top: calc(22 * 100vw / 1440);
  }
  .lp-keizoku2024-mileage_copy {
    font-size: calc(24 * 100vw / 1440);
    margin-top: calc(52 * 100vw / 1440);
  }
  .lp-keizoku2024-mileage_cta {
    margin: calc(23 * 100vw / 1440) auto 0;
    text-align: center;
  }
  .lp-keizoku2024-mileage_cta a {
    display: inline-block;
    padding: 0 calc(38 * 100vw / 1440);
    height: calc(51 * 100vw / 1440);
    line-height: calc(51 * 100vw / 1440);
    font-size: calc(14 * 100vw / 1440);
    border: calc(2 * 100vw / 1440) solid #000;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .lp-keizoku2024-mileage {
    width: calc(590 * 100vw / 750);
    margin: 0 auto calc(120 * 100vw / 750);
  }
  .lp-keizoku2024-mileage_list > li:nth-of-type(1) .lp-keizoku2024-mileage_item_details_img img {
    width: calc(200 * 100vw / 750);
  }
  .lp-keizoku2024-mileage_list > li:nth-of-type(2) .lp-keizoku2024-mileage_item_details_img img {
    width: calc(200 * 100vw / 750);
  }
  .lp-keizoku2024-mileage_item_details {
    padding: calc(40 * 100vw / 750) 0 calc(40 * 100vw / 750);
  }
  .lp-keizoku2024-mileage_item_details_title {
    font-size: calc(24 * 100vw / 750);
    line-height: 1.5;
  }
  .lp-keizoku2024-mileage_list > li:not(:first-of-type) {
    margin-top: calc(40 * 100vw / 750);
  }
  .lp-keizoku2024-mileage_item_details_copy {
    font-size: calc(24 * 100vw / 750);
    line-height: 1.5;
    width: 100%;
    margin-top: calc(35 * 100vw / 750);
    padding: 0 calc(40 * 100vw / 750);
    text-align: center;
  }
  .lp-keizoku2024-mileage_copy {
    font-size: calc(28 * 100vw / 750);
    line-height: 1.286;
    margin-top: calc(58 * 100vw / 750);
  }
  .lp-keizoku2024-mileage_cta {
    width: calc(590 * 100vw / 750);
    margin: calc(32 * 100vw / 750) auto 0;
  }
  .lp-keizoku2024-mileage_cta a {
    height: calc(80 * 100vw / 750);
    line-height: calc(80 * 100vw / 750);
    font-size: calc(24 * 100vw / 750);
    border: 2px solid #000;
  }
}

/* product */
.lp-keizoku2024-product-area {
  position: relative;
}

.lp-keizoku2024-product-area::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}

.lp-keizoku2024-product_new {
  color: #c8102e;
}

.lp-keizoku2024-product_name, .lp-keizoku2024-product_prise, .lp-keizoku2024-product_cta a {
  font-family: "TazuganeGothicStdN-Book" !important;
}

.lp-keizoku2024-product_inner_title {
  font-family: "TazuganeGothicStdN-Thin" !important;
}

.lp-keizoku2024-product_inner_box p.lp-keizoku2024-product_name {
  line-height: 1.5;
}

.lp-keizoku2024-product_inner_box p {
  line-height: 1;
  letter-spacing: 0;
}

.lp-keizoku2024-product_cta a {
  display: block;
  color: #fff;
  background: #000;
  text-align: center;
}

.lp-keizoku2024-product_inner:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lp-keizoku2024-product_inner .lp-keizoku2024-note-list {
  list-style-type: none;
}

.lp-keizoku2024-product_inner .lp-keizoku2024-note-list li {
  color: #666;
  text-indent: -2em;
  margin-left: 2em;
}

@media (min-width: 769px) {
  .lp-keizoku2024-product-area_inner {
    width: 1076px;
    margin: 0 auto;
  }
  .lp-keizoku2024-product_details {
    position: relative;
  }
  .lp-keizoku2024-product_img {
    position: absolute;
    right: 0;
    top: 10px;
    width: 528px;
  }
  .lp-keizoku2024-product_inner_title {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .lp-keizoku2024-product_inner_copy {
    width: 439px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.5;
  }
  .lp-keizoku2024-product_inner_box {
    margin-top: 32px;
    font-size: 16px;
  }
  .lp-keizoku2024-product_brand {
    margin-top: 5px;
  }
  .lp-keizoku2024-product_name {
    margin-top: 5px;
  }
  .lp-keizoku2024-product_prise {
    margin-top: 10px;
  }
  .lp-keizoku2024-product_cta {
    width: 300px;
    margin-top: 22px;
  }
  .lp-keizoku2024-product_cta a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-product-area_inner {
    width: calc(1076 * 100vw / 1440);
  }
  .lp-keizoku2024-product_img {
    top: calc(10 * 100vw / 1440);
    width: calc(528 * 100vw / 1440);
  }
  .lp-keizoku2024-product_inner_title {
    font-size: calc(28 * 100vw / 1440);
  }
  .lp-keizoku2024-product_inner_copy {
    width: calc(439 * 100vw / 1440);
    margin-top: calc(28 * 100vw / 1440);
    font-size: calc(16 * 100vw / 1440);
  }
  .lp-keizoku2024-product_inner_box {
    margin-top: calc(32 * 100vw / 1440);
    font-size: calc(16 * 100vw / 1440);
  }
  .lp-keizoku2024-product_brand {
    margin-top: calc(5 * 100vw / 1440);
  }
  .lp-keizoku2024-product_name {
    margin-top: calc(5 * 100vw / 1440);
  }
  .lp-keizoku2024-product_prise {
    margin-top: calc(10 * 100vw / 1440);
  }
  .lp-keizoku2024-product_cta {
    width: calc(300 * 100vw / 1440);
    margin-top: calc(22 * 100vw / 1440);
  }
  .lp-keizoku2024-product_cta a {
    font-size: calc(16 * 100vw / 1440);
    height: calc(50 * 100vw / 1440);
    line-height: calc(50 * 100vw / 1440);
  }
}

@media (max-width: 768px) {
  .lp-keizoku2024-product-area::before {
    width: calc(460 * 100vw / 750);
    height: calc(920 * 100vw / 750);
    background: url("../contentassetimages/lp/24ss/keizoku2024/bg_sp.jpg?$staticlink$") no-repeat left top/cover;
    top: calc(-120 * 100vw / 750);
    left: 0;
  }
  .lp-keizoku2024-product_details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lp-keizoku2024-product_inner_title {
    width: 54%;
    padding-left: calc(80 * 100vw / 750);
  }
  .lp-keizoku2024-product_img {
    width: 41.333%;
  }
  .lp-keizoku2024-product_inner_title {
    padding-top: calc(32 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
    line-height: 1.5625;
    letter-spacing: -0.04em;
  }
  .lp-keizoku2024-product_inner_copy {
    width: 100%;
    padding: calc(54 * 100vw / 750) calc(80 * 100vw / 750) 0;
    font-size: calc(24 * 100vw / 750);
    line-height: 1.458;
  }
  .lp-keizoku2024-product_inner_box {
    width: 100%;
    margin-top: calc(15 * 100vw / 750);
    padding: 0 calc(80 * 100vw / 750);
    font-size: calc(24 * 100vw / 750);
  }
  .lp-keizoku2024-product_brand {
    margin-top: calc(13 * 100vw / 750);
  }
  .lp-keizoku2024-product_name {
    margin-top: calc(6 * 100vw / 750);
  }
  .lp-keizoku2024-product_prise {
    margin-top: calc(7 * 100vw / 750);
  }
  .lp-keizoku2024-product_cta {
    width: calc(590 * 100vw / 750);
    margin-top: calc(40 * 100vw / 750);
  }
  .lp-keizoku2024-product_cta a {
    font-size: calc(24 * 100vw / 750);
    height: calc(80 * 100vw / 750);
    line-height: calc(80 * 100vw / 750);
  }
  .lp-keizoku2024-product_inner .lp-keizoku2024-note-list {
    margin-top: calc(27 * 100vw / 750);
    width: 100%;
    padding: 0 calc(80 * 100vw / 750);
  }
  .lp-keizoku2024-product_inner .lp-keizoku2024-note-list li {
    font-size: calc(20 * 100vw / 750);
  }
}

/* note */
.lp-keizoku2024-note-area ul {
  list-style-type: none;
}

.lp-keizoku2024-note-title {
  line-height: 1;
  text-align: center;
  font-family: "TazuganeGothicStdN-Book" !important;
}

.lp-keizoku2024-note-list li {
  text-indent: -1em;
  margin-left: 1em;
}

.lp-keizoku2024-note-list li:not(:first-of-type) {
  margin-top: 0.4em;
}

@media (min-width: 769px) {
  .lp-keizoku2024-note-area {
    margin-top: 45px;
    padding-top: 35px;
    border-top: 1px solid #ccc;
  }
  .lp-keizoku2024-note-title {
    font-size: 18px;
  }
  .lp-keizoku2024-note-list {
    margin-top: 24px;
  }
  .lp-keizoku2024-note-list li {
    font-size: 14px;
    line-height: 1.571;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-note-area {
    margin-top: calc(45 * 100vw / 1115);
    padding-top: calc(35 * 100vw / 1115);
  }
  .lp-keizoku2024-note-title {
    font-size: calc(18 * 100vw / 1115);
  }
  .lp-keizoku2024-note-list {
    margin-top: calc(24 * 100vw / 1115);
  }
  .lp-keizoku2024-note-list li {
    font-size: calc(14 * 100vw / 1115);
  }
}

@media (max-width: 768px) {
  .lp-keizoku2024-note-area {
    margin-top: calc(55 * 100vw / 750);
    padding-top: calc(50 * 100vw / 750);
    border-top: 1px solid #ccc;
  }
  .lp-keizoku2024-note-title {
    font-size: calc(26 * 100vw / 750);
  }
  .lp-keizoku2024-note-list {
    margin-top: calc(35 * 100vw / 750);
  }
  .lp-keizoku2024-note-list li {
    font-size: calc(22 * 100vw / 750);
    line-height: 1.545;
  }
}

/* detail_cta */
.lp-keizoku2024-detail_cta a {
  display: block;
  color: #fff;
  background: #000;
  font-family: "TazuganeGothicStdN-Book";
  text-align: center;
}

@media (min-width: 769px) {
  .lp-keizoku2024-detail_cta {
    width: 300px;
    margin: 62px auto 0;
    padding-bottom: 110px;
  }
  .lp-keizoku2024-detail_cta a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}

@media (min-width: 769px) and (max-width: 1115px) {
  .lp-keizoku2024-detail_cta {
    width: calc(300 * 100vw / 1115);
    margin: calc(62 * 100vw / 1115) auto 0;
    padding-bottom: calc(120 * 100vw / 1115);
  }
  .lp-keizoku2024-detail_cta a {
    height: calc(60 * 100vw / 1115);
    line-height: calc(60 * 100vw / 1115);
    font-size: calc(16 * 100vw / 1115);
  }
}

@media (max-width: 768px) {
  .lp-keizoku2024-detail_cta {
    width: calc(590 * 100vw / 750);
    margin: calc(55 * 100vw / 750) auto 0;
    padding-bottom: calc(230 * 100vw / 750);
  }
  .lp-keizoku2024-detail_cta a {
    height: calc(80 * 100vw / 750);
    line-height: calc(80 * 100vw / 750);
    font-size: calc(24 * 100vw / 750);
  }
}
