html {
  font-size: 62.5%;
}

/* @media only screen and (max-width: 1400px) and (min-width: 767px) {
  html {
    font-size: 0.7142857143vw;
  }
} */
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                SETTING
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB1226 {
  --color-white: #fff;
  --color-black: #000;
  --bg-black: rgba(0,0,0,0.2);
  --bg-pink: rgba(216,197,210,0.2);
  --bg-yellow: rgba(223,239,132,0.2);
  --bg-mix: #f9f9f7;
  --color-black: #000;
  --color-pink: #d8c5d2;
  --color-yellow: #dfef84;
  --color-mix: #88bcb8;
  --font-gothic-txt: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", "Meiryo", sans-serif;
  --font-goldenbook-txt: "goldenbook", serif;
  width: 100%;
  overflow: hidden;
}
.LB1226 picture {
  width: 100%;
  height: 100%;
}
.LB1226 img,
.LB1226 video,
.LB1226 svg {
  display: block;
  width: 100%;
  height: auto;
}
.LB1226 .font_ja {
  font-family: var(--font-gothic-txt);
  font-weight: 500;
  font-feature-settings: "palt";
}
.LB1226 .font_en {
  font-family: var(--font-goldenbook-txt);
  font-weight: 400;
}
.LB1226 figure[data-bg="bg-white"],
.LB1226 [data-btn="btn-black"] {
  position: relative;
  z-index: 2;
}
.LB1226 figure[data-bg="bg-white"]::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: -1;
  pointer-events: none;
}
.LB1226 [data-btn="btn-black"] {
  display: flex;
  align-items: center;
  margin-inline: auto;
  color: var(--color-white);
  background-color: var(--color-black);
  border-radius: 2rem;
}
.LB1226 [data-btn="btn-black"] > a::before,
.LB1226 [data-btn="btn-black"] > a::after {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  right: 2.9rem;
  transform: rotate(-45deg);
  border-right: 0.1rem solid var(--color-white);
  border-bottom: 0.1rem solid var(--color-white);
  pointer-events: none;
}
.LB1226 [data-btn="btn-black"] > a::after {
  right: 2.4rem;
}
.LB1226 [data-btn="btn-black"] > a,
.LB1226 [data-btn="btn-black"] > div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .LB1226 [data-btn="btn-black"] {
    border-radius: 2rem;
    border-radius: calc(20*100vw/1400);;
  }
  .LB1226 [data-btn="btn-black"] > a::before,
  .LB1226 [data-btn="btn-black"] > a::after {
    width: calc(10*100vw/1400);;
    height: calc(10*100vw/1400);;
    right: calc(29*100vw/1400);;
    border-right: calc(1*100vw/1400) solid var(--color-white);
    border-bottom: calc(1*100vw/1400) solid var(--color-white);
  }
  .LB1226 [data-btn="btn-black"] > a::after {
    right: calc(24*100vw/1400);;
  }
}
@media screen and (min-width: 768px) {
  .LB1226 .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .LB1226 .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .main-area .main-inner {
    width: 100%;
  }
  .LB1226 {
    margin-bottom: calc(182*100vw/750);
    padding-bottom: calc(14*100vw/750);
  }
  .LB1226 [data-btn="btn-black"] > a {
    border-radius: calc(40*100vw/750);
  }
  .LB1226 [data-btn="btn-black"] > a::before,
  .LB1226 [data-btn="btn-black"] > a::after {
    width: calc(20*100vw/750);;
    height: calc(20*100vw/750);;
    right: calc(49*100vw/750);
    border-right: calc(2*100vw/750) solid var(--color-white);
    border-bottom: calc(2*100vw/750) solid var(--color-white);
  }
  .LB1226 [data-btn="btn-black"] > a::after {
    right: calc(41*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                FIRSTVIEW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB1226 .fv {
  width: 96rem;
  margin-inline: auto;
  text-align: center;
}
.LB1226 .fv_lead {
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 2.2666666667;
  letter-spacing: 0.08em;
}
.LB1226 .fv_descitem {
  width: 58rem;
  margin: 6.1rem auto 0;
  padding: 3.6rem 9.5rem 3.5rem;
  background-image: url(../img/pc/SVG/desc_frame.svg);
  background-repeat: no-repeat;
}
.LB1226 .fv_descitem-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 5rem;
}
.LB1226 .fv_descitems-nameprice {
  margin-top: 1rem;
}
.LB1226 .fv_descitems-nameprice > span {
  display: block;
}
.LB1226 .fv_descitems-name {
  margin-top: 2.2rem;
  font-size: 1.5rem;
  line-height: 2.2666666667;
  letter-spacing: 0.08em;
}
.LB1226 .fv_descitems-price {
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: underline 0.1rem solid #000;
  text-decoration-skip-ink: none;
}
_:lang(x)+_:-webkit-full-screen-document, body .LB1226 .fv_descitems-price {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.LB1226 .fv_descitems-buy {
  width: 12rem;
  height: 3rem;
  margin-top: 1.7rem;
  font-size: 2rem;
}
.LB1226 .fv_descitems-buy > a {
  padding-left: 3rem;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .LB1226 .fv {
    width: calc(960*100vw/1400);;
  }
  .LB1226 .fv_lead {
    margin-top: calc(40*100vw/1400);;
    font-size: calc(15*100vw/1400);;
  }
  .LB1226 .fv_descitem {
    width: calc(580*100vw/1400);;
    margin-top: calc(61*100vw/1400);;
    padding: calc(36*100vw/1400) calc(95*100vw/1400) calc(35*100vw/1400);
  }
  .LB1226 .fv_descitem-img {
    column-gap: calc(50*100vw/1400);;
  }
  .LB1226 .fv_descitems-nameprice {
    margin-top: calc(10*100vw/1400);;
  }
  .LB1226 .fv_descitems-name {
    margin-top: calc(22*100vw/1400);;
    font-size: calc(15*100vw/1400);;
  }
  .LB1226 .fv_descitems-price {
    font-size: calc(20*100vw/1400);;
    text-decoration: underline calc(1*100vw/1400) solid #000;
  }
  _:lang(x)+_:-webkit-full-screen-document, body .LB1226 .fv_descitems-price {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
  .LB1226 .fv_descitems-buy {
    width: calc(120*100vw/1400);;
    height: calc(30*100vw/1400);;
    margin-top: calc(17*100vw/1400);;
    font-size: calc(20*100vw/1400);;
  }
  .LB1226 .fv_descitems-buy > a {
    padding-left: calc(30*100vw/1400);;
    margin-top: calc(2*100vw/1400);;
  }
}
@media screen and (max-width: 767px) {
  .LB1226 .fv {
    width: calc(750*100vw/750);;
  }
  .LB1226 .fv_lead {
    margin-top: calc(74*100vw/750);
    font-size: calc(26*100vw/750);;
    line-height: 2.2692307692;
    letter-spacing: 0.025em;
  }
  .LB1226 .fv_descitem {
    width: calc(690*100vw/750);;
    margin-top: calc(102*100vw/750);
    padding: 3.6rem 9.5rem 3.5rem;
    padding: calc(37*100vw/750) calc(55*100vw/750) calc(57*100vw/750);
    background-image: url(../img/sp/SVG/desc_frame.svg);
  }
  .LB1226 .fv_descitem-img {
    column-gap: calc(20*100vw/750);
  }
  .LB1226 .fv_descitem-img > h3 {
    margin-top: calc(150*100vw/750);
  }
  .LB1226 .fv_descitem-img > h3:nth-of-type(2) {
    margin-top: calc(0*100vw/750);;
  }
  .LB1226 .fv_descitems-nameprice {
    margin-top: calc(20*100vw/750);
  }
  .LB1226 .fv_descitems-name {
    margin-top: calc(25*100vw/750);
    font-size: calc(26*100vw/750);
    line-height: 2.2338461538;
  }
  .LB1226 .fv_descitems-price {
    font-size: 2rem;
    font-size: calc(34*100vw/750);;
    line-height: 1.2;
    text-decoration: underline;
  }
  .LB1226 .fv_descitems-buy {
    width: calc(200*100vw/750);
    height: calc(54*100vw/750);
    margin-top: calc(26*100vw/750);
    font-size: calc(34*100vw/750);
  }
  .LB1226 .fv_descitems-buy > a {
    padding-left: calc(46*100vw/750);
    margin-top: calc(0*100vw/750);;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                COMMON
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB1226 .article_section {
  position: relative;
  z-index: 2;
  margin-inline: auto;
}
.LB1226 .article_section-inner::before,
.LB1226 .article_section-inner::after {
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
  pointer-events: none;
}
.LB1226 .article_section-inner {
  position: relative;
  width: 140rem;
  margin-inline: auto;
}
.LB1226 .article_modelitem-wrapper {
  position: relative;
  margin-inline: auto;
}
.LB1226 .article_ttl {
  position: absolute;
  display: flex;
  align-items: flex-end;
  font-size: 5.8rem;
  z-index: 5;
  pointer-events: none;
}
.LB1226 .article_ttl-large {
  position: relative;
  top: 0.7rem;
  font-size: 9.2rem;
}
.LB1226 .article_modelitem-price {
  margin-top: 2.5rem;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
.LB1226 .article_modelitem-price > span {
  display: block;
  text-decoration: underline 0.1rem solid #000;
  text-decoration-skip-ink: none;
}
_:lang(x)+_:-webkit-full-screen-document, body .LB1226 .article_modelitem-price > span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .LB1226 .article_section-inner {
    width: calc(1400*100vw/1400);;
  }
  .LB1226 .article_ttl {
    font-size: calc(58*100vw/1400);;
  }
  .LB1226 .article_ttl-large {
    top: calc(7*100vw/1400);;
    font-size: calc(92*100vw/1400);;
  }
  .LB1226 .article_modelitem-price {
    margin-top: calc(25*100vw/1400);;
    font-size: calc(13*100vw/1400);;
  }
  .LB1226 .article_modelitem-price > span {
    text-decoration: underline calc(1*100vw/1400) solid #000;
  }
  _:lang(x)+_:-webkit-full-screen-document, body .LB1226 .article_modelitem-price > span {
    text-decoration: underline;
    text-decoration-thickness: 1px;
  }
}
@media screen and (max-width: 767px) {
  .LB1226 .article_section-inner {
    width: calc(750*100vw/750);
  }
  .LB1226 .article_ttl {
    font-size: calc(87*100vw/750);
  }
  .LB1226 .article_ttl-large {
    top: calc(15*100vw/750);
    font-size: calc(138*100vw/750);
  }
  .LB1226 .article_modelitem-price {
    margin-top: calc(29*100vw/750);
    font-size: calc(26*100vw/750);
  }
  .LB1226 .article_modelitem-price > span {
    text-decoration: underline;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                BLACK
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB1226 .article_section-black {
  margin-top: 10rem;
}
.LB1226 .article_section-black .article_section-inner::before,
.LB1226 .article_section-black .article_section-inner::after {
  background-color: var(--bg-black);
}
.LB1226 .article_section-black .article_section-inner::before {
  width: 32rem;
  height: 53rem;
  top: 22.5rem;
  right: 30.5rem;
}
.LB1226 .article_section-black .article_section-inner::after {
  width: 8rem;
  height: 24rem;
  top: 40rem;
  left: 27rem;
}
.LB1226 .article_section-black .article_ttl {
  top: 46.4rem;
  left: 32.6rem;
}
.LB1226 .article_section-black .article_modelitem-wrapper {
  width: 47rem;
}
.LB1226 .article_section-black .article_modelitem-price {
  position: absolute;
  bottom: -0.5rem;
  left: -13rem;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .LB1226 .article_section-black {
    margin-top: calc(100*100vw/1400);;
  }
  .LB1226 .article_section-black .article_section-inner::before {
    width: calc(320*100vw/1400);;
    height: calc(530*100vw/1400);;
    top: calc(225*100vw/1400);;
    right: calc(305*100vw/1400);;
  }
  .LB1226 .article_section-black .article_section-inner::after {
    width: calc(80*100vw/1400);;
    height: calc(240*100vw/1400);;
    top: calc(400*100vw/1400);;
    left: calc(270*100vw/1400);;
  }
  .LB1226 .article_section-black .article_ttl {
    top: calc(464*100vw/1400);;
    left: calc(326*100vw/1400);;
  }
  .LB1226 .article_section-black .article_modelitem-wrapper {
    width: calc(470*100vw/1400);;
  }
  .LB1226 .article_section-black .article_modelitem-price {
    bottom: calc(-5*100vw/1400);;
    left: calc(-130*100vw/1400);;
  }
}
@media screen and (max-width: 767px) {
  .LB1226 .article_section-black {
    margin-top: calc(266*100vw/750);
  }
  .LB1226 .article_section-black .article_section-inner::before {
    width: calc(320*100vw/750);;
    height: calc(600*100vw/750);;
    top: calc(-116*100vw/750);;
    right: calc(0*100vw/750);;
  }
  .LB1226 .article_section-black .article_section-inner::after {
    width: calc(150*100vw/750);;
    height: calc(520*100vw/750);;
    top: calc(720*100vw/750);;
    left: calc(0*100vw/750);;
  }
  .LB1226 .article_section-black .article_ttl {
    top: calc(-128*100vw/750);
    left: calc(42*100vw/750);
  }
  .LB1226 .article_section-black .article_modelitem-wrapper {
    width: calc(690*100vw/750);
  }
  .LB1226 .article_section-black .article_modelitem-price {
    position: static;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                PINK
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB1226 .article_section-pink {
  margin-top: 21rem;
}
.LB1226 .article_section-pink .article_section-inner::before,
.LB1226 .article_section-pink .article_section-inner::after {
  background-color: var(--bg-pink);
}
.LB1226 .article_section-pink .article_section-inner::before {
  width: 22rem;
  height: 54rem;
  top: -6rem;
  right: 16.5rem;
}
.LB1226 .article_section-pink .article_section-inner::after {
  width: 19rem;
  height: 50rem;
  top: 25rem;
  left: 18.5rem;
}
.LB1226 .article_section-pink .article_modelitem-wrapper {
  width: 83rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.LB1226 .article_section-pink .article_ttl {
  color: var(--color-pink);
  right: 23.6rem;
}
.LB1226 .article_section-pink .article_ttl-large {
  margin-left: 1rem;
}
.LB1226 .article_section-pink .article_modelitem-wrapper .article_modelitem-col:first-of-type {
  width: 42rem;
  margin-top: 10.9rem;
}
.LB1226 .article_section-pink .article_modelitem-wrapper .article_modelitem-col:nth-of-type(2) {
  width: 40rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .LB1226 .article_section-pink {
    margin-top: calc(210*100vw/1400);;
  }
  .LB1226 .article_section-pink .article_section-inner::before {
    width: calc(220*100vw/1400);;
    height: calc(540*100vw/1400);;
    top: calc(-60*100vw/1400);;
    right: calc(165*100vw/1400);;
  }
  .LB1226 .article_section-pink .article_section-inner::after {
    width: calc(190*100vw/1400);;
    height: calc(500*100vw/1400);;
    top: calc(250*100vw/1400);;
    left: calc(185*100vw/1400);;
  }
  .LB1226 .article_section-pink .article_modelitem-wrapper {
    width: calc(830*100vw/1400);;
  }
  .LB1226 .article_section-pink .article_ttl {
    right: calc(236*100vw/1400);;
  }
  .LB1226 .article_section-pink .article_ttl-large {
    margin-left: calc(10*100vw/1400);;
  }
  .LB1226 .article_section-pink .article_modelitem-wrapper .article_modelitem-col:first-of-type {
    width: calc(420*100vw/1400);;
    margin-top: calc(109*100vw/1400);;
  }
  .LB1226 .article_section-pink .article_modelitem-wrapper .article_modelitem-col:nth-of-type(2) {
    width: calc(400*100vw/1400);;
  }
}
@media screen and (max-width: 767px) {
  .LB1226 .article_section-pink {
    margin-top: calc(300*100vw/750);
  }
  .LB1226 .article_section-pink .article_section-inner::before {
    width: calc(340*100vw/750);;
    height: calc(700.1752*100vw/750);
    top: calc(-162*100vw/750);
    right: calc(0*100vw/750);;
  }
  .LB1226 .article_section-pink .article_section-inner::after {
    width: calc(250*100vw/750);;
    height: calc(650*100vw/750);;
    top: calc(1317*100vw/750);;
    left: calc(30*100vw/750);;
  }
  .LB1226 .article_section-pink .article_modelitem-wrapper {
    display: block;
    width: calc(750*100vw/750);
  }
  .LB1226 .article_section-pink .article_ttl {
    top: calc(-140*100vw/750);;
    right: calc(29*100vw/750);
  }
  .LB1226 .article_section-pink .article_ttl-large {
    margin-left: calc(17*100vw/750);
  }
  .LB1226 .article_section-pink .article_modelitem-wrapper .article_modelitem-col:first-of-type {
    width: calc(600*100vw/750);;
    margin-top: calc(0*100vw/750);;
    margin-left: calc(30*100vw/750);;
  }
  .LB1226 .article_section-pink .article_modelitem-wrapper .article_modelitem-col:nth-of-type(2) {
    width: calc(520*100vw/750);
    margin-top: calc(60*100vw/750);
    margin-left: calc(200*100vw/750);;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                YELLOW
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB1226 .article_section-yellow {
  margin-top: 20.3rem;
}
.LB1226 .article_section-yellow .article_section-inner::before {
  background-color: var(--bg-yellow);
}
.LB1226 .article_section-yellow .article_section-inner::before {
  width: 26rem;
  height: 54rem;
  top: -10.3rem;
  right: 32.5rem;
}
.LB1226 .article_section-yellow .article_modelitem-wrapper {
  width: 45rem;
}
.LB1226 .article_section-yellow .article_ttl {
  color: var(--color-yellow);
  top: -7.3rem;
  right: 43.9rem;
}
.LB1226 .article_section-yellow .article_ttl-large {
  margin-right: -0.8rem;
}
.LB1226 .article_section-yellow .article_modelitem-price {
  position: absolute;
  bottom: -0.5rem;
  left: -17.3rem;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .LB1226 .article_section-yellow {
    margin-top: calc(203*100vw/1400);;
  }
  .LB1226 .article_section-yellow .article_section-inner::before {
    width: calc(260*100vw/1400);;
    height: calc(540*100vw/1400);;
    top: calc(-103*100vw/1400);;
    right: calc(325*100vw/1400);;
  }
  .LB1226 .article_section-yellow .article_modelitem-wrapper {
    width: calc(450*100vw/1400);;
  }
  .LB1226 .article_section-yellow .article_ttl {
    top: calc(-73*100vw/1400);;
    right: calc(439*100vw/1400);;
  }
  .LB1226 .article_section-yellow .article_ttl-large {
    margin-right: calc(-8*100vw/1400);;
  }
  .LB1226 .article_section-yellow .article_modelitem-price {
    bottom: calc(-5*100vw/1400);;
    left: calc(-173*100vw/1400);;
  }
}
@media screen and (max-width: 767px) {
  .LB1226 .article_section-yellow {
    margin-top: calc(342*100vw/750);
  }
  .LB1226 .article_section-yellow .article_section-inner::before {
    width: calc(325.1671*100vw/750);;
    height: calc(675.347*100vw/750);;
    top: calc(-143*100vw/750);
    right: calc(0*100vw/750);;
  }
  .LB1226 .article_section-yellow .article_modelitem-wrapper {
    width: calc(640*100vw/750);;
    margin-left: calc(35*100vw/750);;
  }
  .LB1226 .article_section-yellow .article_ttl {
    top: calc(-133*100vw/750);
    right: calc(30*100vw/750);
  }
  .LB1226 .article_section-yellow .article_ttl-large {
    margin-right: calc(0*100vw/750);;
  }
  .LB1226 .article_section-yellow .article_modelitem-price {
    position: static;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                MIX
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB1226 .article_section-mix {
  margin-top: 18rem;
  padding-block: 6.3rem 10rem;
  background-color: var(--bg-mix);
}
.LB1226 .article_section-mix .article_lead {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.2666666667;
  letter-spacing: 0.08em;
}
.LB1226 .article_section-mix .article_modelitem-wrapper {
  display: grid;
  grid-template-rows: 19rem 37rem 5.5rem 11.5rem 4rem 37.5rem 13.5rem;
  grid-template-columns: 13rem 28rem 6rem 1rem 32rem 7rem 29rem;
  width: 116rem;
  height: 128rem;
  margin-top: 6rem;
}
.LB1226 .article_section-mix .article_modelitem-col:first-of-type {
  grid-row: 1/4;
  grid-column: 1/3;
}
.LB1226 .article_section-mix .article_modelitem-col:nth-of-type(2) {
  grid-row: 2/5;
  grid-column: 6/8;
}
.LB1226 .article_section-mix .article_modelitem-col:nth-of-type(3) {
  grid-row: 3/7;
  grid-column: 5/7;
}
.LB1226 .article_section-mix .article_modelitem-col:nth-of-type(4) {
  position: relative;
  grid-row: 6/8;
  grid-column: 2/4;
}
.LB1226 .article_section-mix .article_modelitem-col:nth-of-type(2) .article_modelitem-price {
  margin-left: 24.3rem;
  white-space: nowrap;
}
.LB1226 .article_section-mix .article_modelitem-col:nth-of-type(4) .article_modelitem-price {
  position: absolute;
  bottom: -0.5rem;
  right: -17.1rem;
  z-index: 2;
}
.LB1226 .article_section-mix .article_ttl {
  color: var(--color-mix);
  left: 50%;
  transform: translate(-50%);
  top: -9.1rem;
  font-size: 6.3rem;
}
.LB1226 .article_section-mix .article_ttl-mix {
  margin-inline: 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .LB1226 .article_section-mix {
    margin-top: calc(180*100vw/1400);;
    padding-block: calc(63*100vw/1400) calc(100*100vw/1400);
  }
  .LB1226 .article_section-mix .article_lead {
    font-size: calc(15*100vw/1400);;
  }
  .LB1226 .article_section-mix .article_modelitem-wrapper {
    grid-template-rows: calc(190*100vw/1400) calc(370*100vw/1400) calc(55*100vw/1400) calc(115*100vw/1400) calc(40*100vw/1400) calc(375*100vw/1400) calc(135*100vw/1400);
    grid-template-columns: calc(130*100vw/1400) calc(280*100vw/1400) calc(60*100vw/1400) calc(10*100vw/1400) calc(320*100vw/1400) calc(70*100vw/1400) calc(290*100vw/1400);
    width: calc(1160*100vw/1400);;
    height: calc(1280*100vw/1400);;
    margin-top: calc(60*100vw/1400);;
  }
  .LB1226 .article_section-mix .article_modelitem-col:nth-of-type(2) .article_modelitem-price {
    margin-left: calc(243*100vw/1400);;
  }
  .LB1226 .article_section-mix .article_modelitem-col:nth-of-type(4) .article_modelitem-price {
    bottom: calc(-5*100vw/1400);;
    right: calc(-171*100vw/1400);;
  }
  .LB1226 .article_section-mix .article_ttl {
    top: calc(-91*100vw/1400);;
    font-size: calc(63*100vw/1400);;
  }
  .LB1226 .article_section-mix .article_ttl-mix {
    margin-inline: calc(13*100vw/1400);;
  }
}
@media screen and (max-width: 767px) {
  .LB1226 .article_section-mix {
    margin-top: calc(235*100vw/750);
    padding-block: calc(108*100vw/750) calc(150*100vw/750);
  }
  .LB1226 .article_section-mix .article_lead {
    font-size: calc(26*100vw/750);;
    line-height: 2.2692307692;
    letter-spacing: 0.025em;
  }
  .LB1226 .article_section-mix .article_modelitem-wrapper {
    display: block;
    width: calc(750*100vw/750);;
    height: initial;
    margin-top: calc(0*100vw/750);
  }
  .LB1226 .article_section-mix .article_modelitem-col:first-of-type {
    width: calc(580*100vw/750);
    margin-top: calc(103*100vw/750);
    margin-left: calc(30*100vw/750);
  }
  .LB1226 .article_section-mix .article_modelitem-col:nth-of-type(2) {
    position: relative;
    width: calc(520*100vw/750);
    margin-top: calc(87*100vw/750);
    margin-left: auto;
  }
  .LB1226 .article_section-mix .article_modelitem-col:nth-of-type(3) {
    width: calc(590*100vw/750);;
    margin-top: calc(100*100vw/750);;
  }
  .LB1226 .article_section-mix .article_modelitem-col:nth-of-type(4) {
    width: calc(480*100vw/750);
    margin-top: calc(-85*100vw/750);
    margin-left: auto;
  }
  .LB1226 .article_section-mix .article_modelitem-col:nth-of-type(2) .article_modelitem-price {
    position: absolute;
    margin-left: calc(10*100vw/750);
    bottom: calc(-10*100vw/750);
    left: calc(-210*100vw/750);
    z-index: 3;
  }
  .LB1226 .article_section-mix .article_modelitem-col:nth-of-type(4) .article_modelitem-price {
    bottom: calc(-10*100vw/750);
    right: initial;
    left: calc(-240*100vw/750);
  }
  .LB1226 .article_section-mix .article_ttl {
    top: calc(-164*100vw/750);
    font-size: calc(100*100vw/750);
    left: calc(55*100vw/750);
    transform: initial;
  }
  .LB1226 .article_section-mix .article_ttl-mix {
    margin-inline: calc(22*100vw/750) calc(21*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                CHECK ITEM
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB1226 .article_btn {
  width: 42rem;
  height: 7.4rem;
  margin-block: 10rem 15rem;
  border-radius: 4rem;
}
.LB1226 .article_btn > a::before,
.LB1226 .article_btn > a::after {
  top: 2.7rem;
  width: 1.3rem;
  height: 1.3rem;
}
.LB1226 .article_btn > a::before {
  right: 9rem;
}
.LB1226 .article_btn > a::after {
  right: 8.5rem;
}
.LB1226 .article_btn > a > div {
  display: flex;
  font-size: 2rem;
}
.LB1226 .article_btn > a {
  padding-left: 10rem;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .LB1226 .article_btn {
    width: calc(420*100vw/1400);;
    height: calc(74*100vw/1400);;
    margin-block: calc(100*100vw/1400) calc(150*100vw/1400);
    border-radius: calc(40*100vw/1400);;
  }
  .LB1226 .article_btn > a::before,
  .LB1226 .article_btn > a::after {
    top: calc(27*100vw/1400);;
    width: calc(13*100vw/1400);;
    height: calc(13*100vw/1400);;
  }
  .LB1226 .article_btn > a::before {
    right: calc(90*100vw/1400);;
  }
  .LB1226 .article_btn > a::after {
    right: calc(85*100vw/1400);;
  }
  .LB1226 .article_btn > a > div {
    font-size: calc(20*100vw/1400);;
  }
  .LB1226 .article_btn > a {
    padding-left: calc(100*100vw/1400);;
  }
}
@media screen and (max-width: 767px) {
  .LB1226 .article_btn {
    width: 42rem;
    width: calc(675*100vw/750);
    height: 7.4rem;
    height: calc(146*100vw/750);
    margin-block: 10rem 15rem;
    margin-block: calc(180*100vw/750) calc(0*100vw/750);
    border-radius: 4rem;
    border-radius: calc(70*100vw/750);
  }
  .LB1226 .article_btn > a::before,
  .LB1226 .article_btn > a::after {
    top: 2.7rem;
    width: 1.3rem;
    height: 1.3rem;
    top: calc(58*100vw/750);
    width: calc(30*100vw/750);
    height: calc(30*100vw/750);
  }
  .LB1226 .article_btn > a::before {
    right: 9rem;
    right: calc(140*100vw/750);
  }
  .LB1226 .article_btn > a::after {
    right: 8.5rem;
    right: calc(130*100vw/750);
  }
  .LB1226 .article_btn > a > div {
    font-size: calc(36*100vw/750);
  }
  .LB1226 .article_btn > a {
    padding-left: calc(155*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                ANNIMATION
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.LB1226 .js-fade {
  opacity: 0;
  transition-duration: 1.2s;
}
.LB1226 .js-fade.active {
  opacity: 1;
}

.LB1226 .js-show {
  overflow: hidden;
}
.LB1226 .js-show span {
  transform: translateY(110%);
}
.LB1226 .js-show.active span {
  animation: 0.35s font-animation linear forwards;
}
.LB1226 .js-show.active span:nth-child(1) {
  animation-delay: 0s;
}
.LB1226 .js-show.active span:nth-child(2) {
  animation-delay: 0.05s;
}
.LB1226 .js-show.active span:nth-child(3) {
  animation-delay: 0.1s;
}
.LB1226 .js-show.active span:nth-child(4) {
  animation-delay: 0.15s;
}
.LB1226 .js-show.active span:nth-child(5) {
  animation-delay: 0.2s;
}
.LB1226 .js-show.active span:nth-child(6) {
  animation-delay: 0.25s;
}
.LB1226 .js-show.active span:nth-child(7) {
  animation-delay: 0.3s;
}
.LB1226 .js-show.active span:nth-child(8) {
  animation-delay: 0.35s;
}
.LB1226 .js-show.active span:nth-child(9) {
  animation-delay: 0.4s;
}
.LB1226 .js-show.active span:nth-child(10) {
  animation-delay: 0.45s;
}
.LB1226 .js-show.active span:nth-child(11) {
  animation-delay: 0.5s;
}
.LB1226 .js-show.active span:nth-child(12) {
  animation-delay: 0.55s;
}
.LB1226 .js-show.active span:nth-child(13) {
  animation-delay: 0.6s;
}
@keyframes font-animation {
  0% {
    transform: translateY(110%);
  }
  
  100% {
    transform: translateY(0);
  }
}