.l-kv {
  padding: 4rem 0 6rem;
  text-align: center;
}

.l-kv img {
  display: block;
  width: 29.9rem;
    height: auto;
  margin: 0 auto;
}

.l-lineup {
  padding-bottom: 9.8rem;
}

.l-lineup_ttl {
  width: 37.6rem;
  margin: 0 auto 3.3rem;
}

.l-lineup_item {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.l-lineup_item_wrapper {
  gap: 0 5.6rem;
  display: grid;
  grid-template: 1fr/repeat(4, auto);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-lineup_item.is-new {
  position: relative;
}

.l-lineup_item_img {
  display: block;
  width: auto;
  height: 16.5rem;
  margin: 0 auto 2.5rem;
}

.l-lineup_item_img_new {
  z-index: -1;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 7rem;
  -webkit-transform: translateX(98%);
  transform: translateX(98%);
}

.l-lineup_item_link {
  display: block;
  position: relative;
  padding-bottom: 4rem;
  color: var(--main-color);
}

.l-lineup_item_link.is-bukkomi {
  -webkit-background-clip: text;
  background-clip: text;
  background-color: #241f17;
  background-position: -53.3rem 17.8rem;
  background-size: 92.4rem 61.3rem;
  color: transparent;
}

.l-lineup_item_link.is-bukkomi::before {
  background-color: #241f17;
  background-position: -62.3rem -6.8rem;
  background-size: 92.4rem 61.3rem;
}
.l-lineup_item_link.is-taiwan {
  -webkit-background-clip: text;
  background-clip: text;
  background-color: #241f17;
  background-position: -53.3rem 17.8rem;
  background-size: 92.4rem 61.3rem;
  color: transparent;
}

.l-lineup_item_link.is-taiwan::before {
  background-color: #241f17;
  background-position: -62.3rem -6.8rem;
  background-size: 92.4rem 61.3rem;
}
.l-lineup_item_link::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.4rem;
  height: 1.7rem;
  margin: 0 auto;
  background: var(--main-color);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.l-lineup_item_rub[data-ruby] {
  position: relative;
}

.l-lineup_item_rub[data-ruby]::before {
  position: absolute;
  top: -.5em;
  right: -2em;
  left: -2em;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  content: attr(data-ruby);
}

.l-lineup_item_rt {
  display: none;
}

.l-carry_head {
  z-index: 2;
  position: relative;
}

.l-carry_head::after {
  aspect-ratio: 1440 / 144;
  display: block;
  z-index: 3;
  position: relative;
  width: 100%;
  margin-top: -0.1rem;
  background: #c1ab04;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}

.l-carry_ttl {
  padding-top: 7.2rem;
  background: #c1ab04;
}

.l-carry_ttl_img {
  display: block;
  width: 22.4rem;
  height: auto;
  margin: 0 auto;
}

.l-carry_product03_ttl {
  margin-right: -2.8rem;
  font-size: clamp(2.7rem, 2.98vw, 4.3rem);
  white-space: nowrap;
}

.l-carry_product05_ttl {
  margin-right: -2.2rem;
  font-size: clamp(2.7rem, 2.98vw, 4.3rem);
  white-space: nowrap;
}
.l-homura_product01_ttl,
.l-carry_product12_ttl {
  margin-right: -2.8rem;
  font-size: clamp(2.7rem, 2.98vw, 4.3rem);
  white-space: nowrap;
}

@media screen and (max-width: 48em){
  .l-homura_product01_ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 20em){
  .l-homura_product01_ttl {
    font-size: 2rem;
  }
}



.l-carry_product_img_wrapper::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  background: #b39a03;
  content: "";
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-osya::before {
  aspect-ratio: 10 / 1;
  display: block;
  z-index: 3;
  position: relative;
  width: 100%;
  margin-bottom: -0.1rem;
  background: #e1c0af;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}

.l-osya_head {
  z-index: 2;
  position: relative;
}

.l-osya_head::after {
  aspect-ratio: 10 / 1;
  display: block;
  z-index: 3;
  position: relative;
  width: 100%;
  margin-top: -0.1rem;
  background: #e1c0af;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}

.l-osya_ttl {
  background: #e1c0af;
}

.l-osya_ttl_img {
  display: block;
  width: 22.4rem;
  margin: 0 auto;
}

.l-osya_product:last-of-type {
  margin-bottom: 5rem;
}

.l-osya_product02_ttl_sub {
  font-size: clamp(2.3rem, 1vw, 2.4rem);
  white-space: nowrap;
}

.l-osya_product_img_wrapper::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  background: #d6ad99;
  content: "";
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-homura::before {
  aspect-ratio: 10 / 1;
  display: block;
  z-index: 3;
  position: relative;
  width: 100%;
  margin-bottom: -0.1rem;
  background: #000;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}

.l-homura_head {
  z-index: 2;
  position: relative;
}

.l-homura_head::after {
  aspect-ratio: 1440 / 144;
  display: block;
  z-index: 3;
  position: relative;
  width: 100%;
  margin-top: -0.1rem;
  background: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}

.l-homura_ttl {
  position: relative;
  background: #000;
}

.l-homura_ttl_img {
  display: block;
  width: 22.5rem;
  height: auto;
  margin: 0 auto;
}

.l-homura_ttl_img02 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 26.85rem;
  height: auto;
  max-width: 100%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.l-homura_product:last-of-type {
  margin-bottom: 5.2rem;
}

.l-homura_product01_ttl_rub[data-ruby] {
  position: relative;
}

.l-homura_product01_ttl_rub[data-ruby]::before {
  position: absolute;
  top: -.4em;
  right: -2em;
  left: -2em;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  content: attr(data-ruby);
}

.l-homura_product01_ttl_rt {
  display: none;
}

.l-homura_product02_ttl_sub {
  white-space: nowrap;
}

.l-homura_product_img_wrapper::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  background: #111111;
  content: "";
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-bukkomi {
  margin-bottom: 13rem;
}

.l-bukkomi_head {
  z-index: 2;
  position: relative;
}

.l-bukkomi_ttl {
  aspect-ratio: 2880 / 1233;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../../img/l-bukkomi_bg_pc.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.l-bukkomi_ttl_img {
  display: block;
  width: 45rem;
  height: auto;
  margin: 0 auto;
}

.l-bukkomi_product01_ttl_sub {
  padding: 0 0 .5rem;
}

.l-bukkomi_product_img_wrapper::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  background: #915100;
  content: "";
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* taiwan */
.l-taiwan {
  margin-bottom: 13rem;
}

.l-taiwan_head {
  z-index: 2;
  position: relative;
}

.l-taiwan_ttl {
  aspect-ratio: 2880 / 1233;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../../img/l-taiwan_bg_pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.l-taiwan_ttl_img {
  display: block;
  width: min( 28% , 40.5rem );
  height: auto;
  margin: 0 auto;
}

.l-taiwan_product01_ttl_sub {
  padding: 0 0 .5rem;
}

.l-taiwan_product_img_wrapper::before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
  background: #915100;
  content: "";
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* end taiwan */
.l-technology {
  width: min(76.52%, 110.2rem);
  margin: 0 auto 12rem;
}

.faction-v2 {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 13rem;
}

.faction-v2 h2.technic {
  width: 84.8rem;
  margin: 0 auto;
  -webkit-transform: translatex(0.9rem);
  transform: translatex(0.9rem);
}

.faction-v2 h3.technic {
  width: 66.7rem;
  margin: -5.6rem auto 0;
  -webkit-transform: translatex(0.4rem);
  transform: translatex(0.4rem);
}

.faction-v2 .technic-5min {
  width: 21.7rem;
  margin: -4.5rem auto 0;
  -webkit-transform: translatex(0.4rem);
  transform: translatex(0.4rem);
}

.faction-v2 .technic-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  max-width: 120rem;
  margin: 3rem auto 0;
  padding: 0 4rem;
}

.faction-v2 .step {
  z-index: 1;
  position: relative;
  width: 25.6rem;
  margin-right: 3.2rem;
}

.faction-v2 .step:last-of-type {
  margin-right: 0;
}

.faction-v2 .step:last-of-type::after {
  display: none;
}

.faction-v2 .step::after {
  z-index: 2;
  position: absolute;
  top: 31rem;
  right: -4.3rem;
  width: 4rem;
  height: 5rem;
  background: transparent url(../../img/ico-arrow.png) center center no-repeat;
  background-size: contain;
  content: '';
}

.l-bnr {
  display: block;
  position: relative;
  width: 63.2rem;
  height: 21rem;
  margin: 0 auto 8rem;
  -webkit-transform: skewX(-4deg);
  transform: skewX(-4deg);
  border: 1px solid #000;
  border-bottom: 8px solid #000;
  -webkit-transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-bnr:hover {
  background: #000;
}

.l-bnr:hover path {
  fill: #fff100;
}

.l-bnr_content {
  gap: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transform: skewX(4deg);
  transform: skewX(4deg);
}

.l-bnr path {
  -webkit-transition: fill 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-bnr_img {
  width: 14.4rem;
  height: auto;
}

.l-bnr_img_txt {
  width: 37.8rem;
  height: 9rem;
}

.l-share {
  margin-bottom: 12rem;
}

.l-share_ttl {
  width: 16.5rem;
  margin: 0 auto 3.2rem;
}

.l-share_item_wrapper {
  gap: 0 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-share_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12.7rem;
  height: 12.7rem;
  -webkit-transform: skewX(-4deg);
  transform: skewX(-4deg);
  border: 1px solid #000;
  background: #000;
  -webkit-transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-share_item_link:hover {
  background: #fff100;
}

.l-share_item_link:hover path {
  fill: #000;
}

.l-share_item_link_icn path {
  -webkit-transition: fill 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-share_item_link_icn.is-tw {
  width: 5.9rem;
  height: 4.8rem;
}

.l-share_item_link_icn.is-fb {
  width: 3.2rem;
  height: 5.8rem;
}

.l-share_item_link_wrapper {
  -webkit-transform: skewX(4deg);
  transform: skewX(4deg);
}

.l-pagetop {
  display: block;
  z-index: 999;
  position: relative;
  right: 0;
  bottom: 0;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 0 0 auto;
  border: 1px solid #000;
  background: #000;
  -webkit-transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-pagetop::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 1.1rem;
  height: 1.3rem;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  -webkit-transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-pagetop:hover {
  background: #fff100;
}

.l-pagetop:hover::before {
  background: #000;
}

@media screen and (max-width: 75em) {/*! tablet */
  .l-lineup_item_wrapper {
    gap: 3rem 0;
    grid-template: 1fr 1fr / 50% 50%;
    width: min(83.3333%, 120rem);
    margin: 0 auto;
  }
  .l-carry_product03_ttl {
    margin-right: 0;
  }
  .l-carry_product05_ttl {
    margin-right: 0;
  }
  .l-carry_product12_ttl {
    margin-right: 0;
  }
  .l-homura_ttl_img02 {
    width: 20rem;
    -webkit-transform: translate(70%, 50%);
    transform: translate(70%, 50%);
  }
  .l-homura_product01_ttl_rub[data-ruby]::before {
    font-size: 1.2rem;
  }
  .faction-v2 h2.technic {
    width: 70.66667vw;
    -webkit-transform: translatex(0.75vw);
    transform: translatex(0.75vw);
  }
  .faction-v2 h3.technic {
    width: 55.33333vw;
    margin: -4.66667vw auto 0;
    -webkit-transform: translatex(0.33333vw);
    transform: translatex(0.33333vw);
  }
  .faction-v2 .technic-5min {
    width: 18.08333vw;
    margin: -3.75vw auto 0;
    -webkit-transform: translatex(0.33333vw);
    transform: translatex(0.33333vw);
  }
  .faction-v2 .technic-steps {
    margin: 2.5vw auto 0;
    padding: 0 3.33333vw;
  }
  .faction-v2 .step {
    width: 21.33333vw;
    margin-right: 2.5vw;
  }
}

@media screen and (max-width: 48em) {/*! $breakpoint */
  .l-kv img {
    width: 17.9rem;
  }
  .l-lineup {
    padding-bottom: 4rem;
  }
  .l-lineup_ttl {
    width: 18.5rem;
    margin-bottom: 2rem;
  }
  .l-lineup_item {
    font-size: 2.4rem;
  }
  .l-lineup_item_wrapper {
    gap: 3rem 0;
    grid-template: 1fr 1fr / 50% 50%;
    width: 100%;
    padding: 0 2rem;
  }
  .l-lineup_item_img {
    height: 9.9rem;
    margin: 0 auto 1.5rem;
  }
  .l-lineup_item_img_new {
    top: -1.5rem;
    width: 5.3rem;
    -webkit-transform: translateX(75%);
    transform: translateX(75%);
  }
  .l-lineup_item_link {
    padding-bottom: 2rem;
  }
  .l-lineup_item_link.is-bukkomi {
    background-color: #241f17;
    background-position: -26.7rem .5rem;
    background-size: 46.2rem 30.6rem;
  }
  .l-lineup_item_link.is-bukkomi::before {
    background-color: #241f17;
    background-position: -26.7rem .5rem;
    background-size: 46.2rem 30.6rem;
  }
  .l-lineup_item_link.is-taiwan {
    background-color: #241f17;
    background-position: -26.7rem .5rem;
    background-size: 46.2rem 30.6rem;
  }
  .l-lineup_item_link.is-taiwan::before {
    background-color: #241f17;
    background-position: -26.7rem .5rem;
    background-size: 46.2rem 30.6rem;
  }
  .l-lineup_item_link::before {
    width: .9rem;
    height: 1.1rem;
  }
  .l-lineup_item_rub[data-ruby]::before {
    font-size: 1rem;
  }
  .l-carry_ttl {
    aspect-ratio: 750 / 410;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0 1rem;
  }
  .l-carry_ttl_img {
    width: 11.2rem;
    height: auto;
  }
  .l-carry_product03_ttl {
    margin-right: 0;
    font-size: 2.7rem;
  }
  .l-carry_product05_ttl {
    margin-right: 0;
    font-size: 2.7rem;
  }
  .l-carry_product12_ttl {
    margin-right: 0;
    font-size: 2.7rem;
  }
  .l-osya::before {
    display: none;
  }
  .l-osya_ttl {
    aspect-ratio: 750 / 410;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0 1rem;
  }
  .l-osya_ttl_img {
    width: 11.2rem;
  }
  .l-osya_product02_ttl_sub {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  }
  .l-homura::before {
    display: none;
  }
  .l-homura_ttl {
    aspect-ratio: 750 / 410;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0 1rem;
  }
  .l-homura_ttl_img {
    width: 11.2rem;
    height: auto;
  }
  .l-homura_ttl_img02 {
    width: 11.1rem;
    -webkit-transform: translate(60%, 50%);
    transform: translate(60%, 50%);
  }
  .l-homura_product01_ttl_rub[data-ruby]::before {
    top: -.3em;
    font-size: 1rem;
  }
  .l-bukkomi {
    margin-bottom: 4.6875vw;
  }
  .l-bukkomi_ttl {
    aspect-ratio: 750 / 483;
    background: url(../../img/l-bukkomi_bg_sp.png) no-repeat;
    background-size: contain;
  }
  .l-bukkomi_ttl_img {
    width: 22.5rem;
    height: auto;
  }
  .l-taiwan_ttl {
    aspect-ratio: 750 / 483;
    background: url(../../img/l-taiwan_bg_sp.png) no-repeat;
    background-size: contain;
  }
  .l-taiwan_ttl_img {
    width: 22.5rem;
    height: auto;
  }
  .l-technology {
    width: 100%;
    margin-bottom: 8rem;
    padding: 0 2rem;
  }
  .faction-v2 {
    margin-bottom: 4.6875vw;
    padding: 0 2rem;
  }
  .faction-v2 h2.technic {
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translatex(0);
    transform: translatex(0);
    text-align: center;
  }
  .faction-v2 h3.technic {
    width: 85vw;
    margin: 0 auto;
    -webkit-transform: translatex(0);
    transform: translatex(0);
    text-align: center;
  }
  .faction-v2 .technic-5min {
    -webkit-transform: translatex(0);
    width: 37.65625vw;
    transform: translatex(0);
    text-align: center;
  }
  .faction-v2 .technic-steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 6.25vw auto 0;
    padding: 0;
  }
  .faction-v2 .step {
    width: 42.96875vw;
    margin-right: 0;
    margin-bottom: 12.5vw;
    text-align: center;
  }
  .faction-v2 .step::after {
    display: none;
  }
  .faction-v2 .step-1 img {
    width: 39.21875vw;
    margin: 0 auto;
  }
  .faction-v2 .step-2 img {
    width: 39.53125vw;
    margin: 0 auto;
  }
  .faction-v2 .step-3 img {
    width: 41.40625vw;
    margin: 0 auto;
  }
  .faction-v2 .step-4 img {
    width: 42.65625vw;
    margin: 0 auto;
  }
  .l-bnr {
    width: 100%;
    height: 12rem;
    margin-bottom: 6rem;
  }
  .l-bnr_wrapper {
    padding: 0 2rem;
  }
  .l-bnr_img {
    width: 8.4rem;
    height: auto;
  }
  .l-bnr_img_txt {
    width: 18rem;
    height: 4.4rem;
  }
  .l-share {
    margin-bottom: 8rem;
  }
  .l-share_ttl {
    width: 10.3rem;
    height: 3rem;
    margin-bottom: 2rem;
  }
  .l-share_item_wrapper {
    gap: 0 3.5rem;
  }
  .l-share_item_link {
    width: 8rem;
    height: 8rem;
  }
  .l-share_item_link_icn.is-tw {
    width: 3.7rem;
    height: 3rem;
  }
  .l-share_item_link_icn.is-fb {
    width: 2rem;
    height: 3.6em;
  }
  .l-pagetop {
    width: 4rem;
    height: 4rem;
  }
  .l-pagetop::before {
    width: 0.7rem;
    height: .9rem;
  }
}

@media screen and (max-width: 20em) {
  .l-lineup_item {
    font-size: 2rem;
  }
  .l-lineup_item_img_new {
    top: -2rem;
    width: 4rem;
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
  }
  .l-carry_product03_ttl {
    font-size: 2rem;
  }
  .l-carry_product05_ttl {
    font-size: 2.2rem;
  }
  .l-carry_product12_ttl {
    font-size: 2rem;
  }
  .l-osya_product02_ttl_sub {
    font-size: 1rem;
  }
  .l-homura_ttl_img02 {
    width: 8rem;
    height: auto;
    -webkit-transform: translate(80%, 50%);
    transform: translate(80%, 50%);
  }
  .l-bnr_img {
    width: 6.4rem;
    height: auto;
  }
  .l-bnr_img_txt {
    width: 15rem;
    height: 3.8rem;
  }
}

@media (max-width: 1199px) {
  .faction-v2 .step::after {
    top: 25.83333vw;
    right: -3.58333vw;
    width: 3.33333vw;
    height: 4.16667vw;
  }
}


.c-new {
  position: relative;
}
.c-new:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 47%;
  height: 0;
  padding-top: 36%;
  margin: -45% 0 0 -23%;
  background: url("../../img/p-product_content_head_img_new.png") no-repeat top left;
  background-size: contain;
}


@media screen and (max-width: 75em) {
  .c-new:before {
    margin-top: -1.9em;
  }
}
@media screen and (max-width: 48em) {
}

.l-lineup_item .c-new {
  display: inline-block;
}
.l-lineup_item .c-new:before {
  z-index: 2;
  left: auto;
  right: 0;
  width: min( 47%, 80px );
  margin: -1em -1em 0 0;
}

/* taiwan */
.l-taiwan .p-product_content_head_ttl {
  line-height: 1.4;
}
.l-taiwan_product01_ttl_rub[data-ruby] {
  line-height: 0;
}
