@charset "UTF-8";

@font-face {
  font-family: 'Neura Display';
  src: url('../fonts//NeuraDisplayVariable[wght].ttf') format('truetype');
  font-weight: 400 700;
  font-display: swap;
}
:root {
   --color-black: #2D2D2D;
   --color-white: #FFFFFF;
   --color-gray: #807E7B;
   --color-navy: #1D4984;
   --color-pink: #DBB7C3;
   --color-gold: #BD9E85;
}

/*============================
全体
============================*/
html {
  font-size: 10px;
}
body {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-black);
  letter-spacing: 0;
  width: 100%;
}
main {
  overflow-x: hidden;
}
a {
  color: var(--color-black);
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
li {
  list-style: none;
}
.neura-display {
  font-family: 'Neura Display', sans-serif;
}
.serif {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  /* コンテンツ幅 */
  .wrapper {
    width: 100%;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}
/*============================
共通
============================*/
.product__section-title-box {
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.product__section-title-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  width: 21.3rem;
  height: 2px;
  background: var(--color-navy);
}
.product__section-title {
  color: var(--color-navy);
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: left;
}
.product__section-subtitle {
  color: var(--color-gray);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .product__section-title-box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    width: 18rem;
    height: 1px;
    background: var(--color-navy);
  }
  .product__section-title {
    color: var(--color-navy);
  }
  .product__section-subtitle {
    color: var(--color-gray);
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  
}
/*============================
プロダクト・ファーストビュー
============================*/
#product__fv {
  position: relative;
  width: 100%;
  height: 40.2rem;
  background: url("../img/product-fv.jpg") center / cover no-repeat;
  margin-top: 14.1rem;
  padding: 11.6rem 0;
}
.product__fv-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product__title-box {
  text-align: center;
}
.product__title {
  position: relative;
  display: inline-block;
  color: var(--color-navy);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
  margin-bottom: 1.1rem;
}
.product__title::after {
  content: "";
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 21.3rem;
  height: 2px;
  background-color: var(--color-navy);
}
.product__subtitle {
  color: var(--color-white);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  text-shadow: 2px 2px 2px #688D6F;
  margin-bottom: .7rem;
}
.product__txt {
  color: var(--color-white);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
  text-shadow: 2px 2px 2px #688D6F;
}
@media screen and (max-width: 767px) {
  #product__fv {
    width: 100%;
    height: auto;
    background: url("../img/product-fv_sp.jpg") center / cover no-repeat;
    margin-top: 0;
    padding: 40rem 0 8rem;
  }
  .product__title {
    font-size: 4.8rem;
    margin-bottom: .6rem;
  }
  .product__title::after {
    bottom: .5rem;
    width: 17rem;
    height: 1px;
  }
  .product__subtitle {
    font-size: 2.2rem;
    margin-bottom: .4rem;
  }
  .product__txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  
}

/*============================
プロダクト・フレーバー
============================*/
#product-flavor {
  background: url("../img/product_flavor-bg.png") left / contain no-repeat;
  padding: 9.6rem 0 11.1rem;
}
.product-flavor__inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.flavor-title {
  max-width: 28rem;
  margin: 0 auto 4.8rem 0;
}
.product-flavor__content {
  width: calc(100vw - ( (100vw - 108rem) / 2 ));
  margin-left: auto;
  margin-bottom: 4rem;
}
.product-flavor__list {
  background-color: #F4FEFF;
  display: flex;
  gap: .8rem;
  padding: 2.4rem 0 3.2rem 2rem;
  align-items: stretch;
}
.product-flavor__img {
  flex: 0 0 40%;
}
.product-flavor__txt-content {
  flex: 0 0 50%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  margin-top: .8rem;
}
.product-flavor__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .05em;
  margin-bottom: .4rem;
}
.product-flavor__main-txt {
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .05em;
  margin-bottom: 1.2rem;
  white-space: nowrap;
}
.product-flavor__txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-bottom: 1.2rem;
}
.product-flavor__ingredient {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .05em;
}
.product-flavor__purchase-btn {
  color: var(--color-navy);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: auto;
  margin-bottom: 2.4rem;
  padding: .3rem .4rem;
  border: 1px solid var(--color-navy);
  transition: .3s;
}
.cafelatte {
  color: #DBA73F;
}
.cola {
  color: #7E3218;
}
.mint {
  color: #06C770;
}
.greentea {
  color: #03973F;
}
.muscat {
  color: #47B35A;
}
.jasmine {
  color: #53A693;
}
.pineapple {
  color: #CEAA35;
}
.melon {
  color: #EE906E;
}
.mango {
  color: #FF520F;
}
.watermelon {
  color: #CF2A2A;
}
#product-flavor__splide .splide__slide {
  height: auto;
}
.splide__arrow {
  width: 36px;
  height: 36px;
  background: var(--color-white);
  border-radius: 50%;
  opacity: 1;
  border: 1px solid var(--color-navy);
  transition: .3s;
}
.splide__arrow svg {
  display: none;
}
/* 矢印の線を作る */
.splide__arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-navy);
  border-right: 1px solid var(--color-navy);
  display: block;
  transition: .3s;
}
/* 向き */
.splide__arrow--next::before {
  transform: rotate(45deg);
}
.splide__arrow--prev::before {
  transform: rotate(-135deg);
}
.splide__arrow--prev {
  left: -2.4rem;
}
.splide__arrow--next {
  right: 24rem;
}
.product-flavor__btn {
  display: block;
  margin: 0 auto;
  color: var(--color-navy);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  width: 16rem;
  padding: .8rem 0 .9rem;
  text-align: center;
  border: 1px solid var(--color-navy);
  transition: .3s;
}
@media screen and (max-width: 1200px) {
  #product-flavor {
    background: url("../img/product_flavor-bg_tablet.png") left / contain no-repeat;
    padding: 4.8rem 0 6rem;
  }
  .product-flavor__content {
    width: calc(100vw - ( (100vw - 76.8rem) / 2 ));
    margin-left: auto;
    margin-bottom: 4rem;
  }
  .splide__arrow--next {
    right: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  #product-flavor {
    background: url("../img/product_flavor-bg_sp.png") left / contain no-repeat;
    padding: 4rem 0 5.6rem;
  }
  .product-flavor__inner {
    max-width: 108rem;
    padding: 0 2rem;
  }
  .flavor-title {
    max-width: 20rem;
    margin: 0 auto 3.2rem 0;
  }
  .product-flavor__content {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .product-flavor__list {
    padding: 1.6rem 0 2.4rem 1.6rem;
  }
  .product-flavor__img {
    flex: 0 0 40%;
  }
  .product-flavor__txt-content {
    flex: 0 0 50%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    margin-top: .8rem;
  }
  .product-flavor__title {
    font-size: 1.6rem;
  }
  .product-flavor__main-txt {
    font-size: 1.4rem;
  }
  .product-flavor__txt {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .product-flavor__ingredient {
    font-size: 1rem;
  }
  .product-flavor__purchase-btn {
    color: var(--color-navy);
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
  .splide__arrow--prev {
    left: -1.6rem;
  }
  .splide__arrow--next {
    right: -1.6rem;
  }
  .product-flavor__btn {
    font-size: 1.4rem;
    width: 12rem;
    padding: .6rem 0 .7rem;
  }
}
@media screen and (min-width: 768px) {
  .product-flavor__purchase-btn:hover,
  .product-flavor__btn:hover  {
    color: var(--color-white);
    background-color: var(--color-navy);
  }
}
/*============================
プロダクト・デバイス
============================*/
#product-device {
  background-color: #F4FEFF;
  padding: 9.6rem 0 16.8rem;
}
.product-device__inner {
  max-width: 102rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.device-title {
  max-width: 28rem;
  margin: 0 auto 8rem;
}
.product-device__content {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 5.6rem;
}
.product-device__list {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.product-device__img {
  width: 26rem;
  height: auto;
}
.product-device__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .05em;
}
.navy-device__txt {
  color: var(--color-navy);
}
.pink-device__txt {
  color: var(--color-pink);
}
.black-device__txt {
  color: var(--color-black);
}
.gold-device__txt {
  color: var(--color-gold);
}
.white-device__txt {
  color: var(--color-white);
  text-shadow: 2px 2px 1px rgba(157, 155, 155, .77);
}
.product-device__txt-box {
  margin-top: 2.4rem;
  position: relative;
}
.product-device__main-txt {
  color: var(--color-navy);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .05em;
  margin-bottom: 1.6rem;
}
.product-device__txt {
  line-height: 1.5;
  letter-spacing: .05em;
  white-space: nowrap;
  margin-bottom: .8rem;
}
.product-device__subtxt {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}
.product-device__more-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  width: fit-content;
  cursor: pointer;
}
.product-device__more-btn-icon {
  width: 11.8rem;
  height: auto;
  transition: transform .3s ease;
}
@media screen and (max-width: 1200px) {
  #product-device {
    padding: 4.8rem 0 9.6rem;
  }
  .product-device__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 4rem;
  }
  .product-device__txt-box {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #product-device {
    padding: 4rem 0 12rem;
  }
  .product-device__inner {
    padding: 0 2rem;
  }
  .device-title {
    max-width: 20rem;
    margin: 0 auto 4rem;
  }
  .product-device__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
  }
  .product-device__img {
    width: 30rem;
    height: auto;
  }
  .product-device__txt-box {
    margin: 0 auto;
  }
  .product-device__main-txt {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .product-device__txt {
    font-size: 1.4rem;
	margin-bottom: .4rem;
  }
  .product-device__subtxt {
    font-size: 1rem;
  }
  .product-device__more-btn {
    left: auto;
    right: -1.6rem;
    bottom: -3.6rem;
  }
  .product-device__more-btn-icon {
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
    .product-device__more-btn:hover .more-btn__text.is-front{
    animation: textOutUp .35s ease forwards;
  }
  .product-device__more-btn:hover .more-btn__text.is-back{
    animation: textInUp .35s ease forwards;
  }
  .product-device__more-btn:not(:hover) .more-btn__text.is-front{
    animation: textInUp .35s ease forwards;
  }
  .product-device__more-btn:not(:hover) .more-btn__text.is-back{
    animation: textOutUp .35s ease forwards;
  }

  @keyframes textOutUp{
    from { transform:translateY(0);     opacity:1; }
    to   { transform:translateY(-110%); opacity:0; }
  }
  @keyframes textInUp{
    from { transform:translateY(110%);  opacity:0; }
    to   { transform:translateY(0);     opacity:1; }
  }
  .product-device__more-btn:hover .product-device__more-btn-icon {
    transform: translateX(10px);
  }
}
/*============================
プロダクト・使い切りタイプ
============================*/
#product-singleuse {
  background-color: #F8F5EB;
  padding: 9.6rem 0;
}
.product-singleuse__inner {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 4rem;
}
.singleuse-title {
  max-width: 40rem;
  margin: 0 auto 8rem;
}
.product-singleuse__content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15rem;
}
.product-singleuse__device-img {
  width: 36rem;
  height: 100%;
}
.product-singleuse__txt-box {
  position: relative;
  margin-bottom: 4.6rem;
}
.product-singleuse__main-txt {
  color: var(--color-navy);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .05em;
  margin-bottom: 1.6rem;
}
.product-singleuse__txt {
  line-height: 1.7;
  letter-spacing: .05em;
  white-space: nowrap;
}
.product-singleuse__more-btn {
  position: absolute;
  right: -25.4rem;
  bottom: -4.6rem;
  display: flex;
  flex-flow: column;
  width: fit-content;
  cursor: pointer;
}
.more-btn__text-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 1.4em;
  margin-bottom: -.4rem;
  padding-left: .4rem;
}
.more-btn__text{
  position: absolute;
  left: .4rem;
  top: 0;
  color: var(--color-navy);
  font-size: 2.4rem;
  line-height: 1.2;
  white-space: nowrap;
  transition: transform .35s ease, opacity .35s ease;
}
/* 最初に見える文字 */
.more-btn__text.is-front{
  transform: translateY(0);
  opacity: 1;
}
/* 下から出てくる文字（初期は下に待機） */
.more-btn__text.is-back{
  transform: translateY(110%);
  opacity: 0;
}
.more-btn__icon{
  width: 11.8rem;
  height: auto;
  transition: transform .3s ease;
}
@media screen and (max-width: 1200px) {
  #product-singleuse {
    padding: 4.8rem 0;
  }
  .product-singleuse__content {
    justify-content: space-around;
    gap: 0;
  }
  .product-singleuse__more-btn {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #product-singleuse {
    padding: 4rem 0 6.4rem;
  }
  .product-singleuse__inner {
    padding: 0 2rem;
  }
  .singleuse-title {
    max-width: 28rem;
    margin: 0 auto 4rem;
  }
  .product-singleuse__content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
  .product-singleuse__device-img {
    width: 30rem;
  }
  .product-singleuse__txt-box {
    margin-bottom: 0;
  }
  .product-singleuse__main-txt {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
  .product-singleuse__txt {
    font-size: 1.4rem;
  }
  .product-singleuse__more-btn {
    right: -2.4rem;
    bottom: -2.4rem;
  }
  .more-btn__text{
    font-size: 2rem;
  }
  .more-btn__icon{
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .product-singleuse__more-btn:hover .more-btn__text.is-front{
    animation: textOutUp .35s ease forwards;
  }
  .product-singleuse__more-btn:hover .more-btn__text.is-back{
    animation: textInUp .35s ease forwards;
  }
  .product-singleuse__more-btn:not(:hover) .more-btn__text.is-front{
    animation: textInUp .35s ease forwards;
  }
  .product-singleuse__more-btn:not(:hover) .more-btn__text.is-back{
    animation: textOutUp .35s ease forwards;
  }

  @keyframes textOutUp{
    from { transform:translateY(0);     opacity:1; }
    to   { transform:translateY(-110%); opacity:0; }
  }
  @keyframes textInUp{
    from { transform:translateY(110%);  opacity:0; }
    to   { transform:translateY(0);     opacity:1; }
  }
  .product-singleuse__more-btn:hover .more-btn__icon {
    transform: translateX(10px);
  }
}

/*============================
スターターキット
============================*/
#lp {
    background: url(../img/lp_bg.png) center top no-repeat;
    background-size: cover;
    width: 100%;
    padding: 65px 0 167px;
}

.lp_content {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
}

.lp_inner {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    margin-bottom: 40px;
}

.lp_inner1 {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
}

.lp_inner2 {
    display: flex;
    justify-content: space-between;
}

.lp_title {
    color: #1d4984;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.lp_title span {
    color: #1d4984;
    font-size: 6.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

.lp_sub_title {
    display: flex;
    margin-bottom: 25px;
}

.lp_sub_title1 {
    background-color: #CEAA35;
    border-radius: 40px;
    padding: 5px 0;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5;
    width: 113px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
}

.lp_sub_title2 {
    background-color: #1d4984;
    border-radius: 50px;
    padding: 5px 0;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5;
    width: 200px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
}

.lp_inner1_left_text {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #2d2d2d;
}

.lp_inner1_left_text span {
    color: #1d4984;
    font: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.lp_inner1_right {
    flex: 1;
    margin: 0 auto;
}

.lp_inner1_right img {
    width: 100%;
    object-fit: cover;
}

.lp_inner2_left {
    width: 50%;
}

.lp_inner2_left_text {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #2d2d2d;
}

.lp_inner2_left_text span {
    color: #1d4984;
    font: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.lp_inner2_right {
    width: 50%;
    margin-right: 0;
}

.lp_inner2_right img {
    width: 100%;
    object-fit: cover;
}

.lp_btn_area {
    background-color: #1d4984;
    width: 443px;
    border-radius: 8px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    padding: 30px 65px;
    align-items: baseline;
}

.lp_btn {
    color: #fff;
    margin: 0 auto;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #lp {
      background: url(../img/lp_bg.png) center top no-repeat;
      background-size: cover;
      width: 100%;
      padding: 65px 0 167px;
  }

  .lp_content {
      width: 90%;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 20px;
  }

  .lp_inner {
      width: 100%;
      margin: 0 auto;
      padding: 20px 0;
      margin-bottom: 40px;
  }

  .lp_inner1 {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-bottom: 0;
  }

  .lp_inner2 {
      display: flex;
      flex-direction: column-reverse;
      justify-content: space-between;
  }

  .lp_title {
      color: #1d4984;
      font-size: 2.8rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 1.4;
  }

  .lp_title span {
      color: #1d4984;
      font-size: 3.8rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      line-height: 1.4;
  }

  .lp_sub_title {
      display: flex;
      margin-bottom: 25px;
      margin-top: 20px;
  }

  .lp_sub_title1 {
      background-color: #CEAA35;
      border-radius: 40px;
      padding: 5px 0;
      color: #fff;
      font-size: 1.4rem;
      letter-spacing: 0;
      line-height: 1.8;
      width: 113px;
      height: 40px;
      text-align: center;
      margin-right: 5px;
  }

  .lp_sub_title2 {
      background-color: #1d4984;
      border-radius: 50px;
      padding: 5px 0;
      color: #fff;
      font-size: 1.4rem;
      letter-spacing: 0;
      line-height: 1.8;
      width: 200px;
      height: 40px;
      text-align: center;
      margin-right: 5px;
  }

  .lp_inner1_left_text {
      font-family: "LINE Seed JP", sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 1.6;
      color: #2d2d2d;
      margin-bottom: 20px;
  }

  .lp_inner1_left_text span {
      color: #1d4984;
      font: 1.8rem;
      letter-spacing: 0.05em;
      line-height: 1.6;
  }

  .lp_inner1_right {
      width: 100%;
      margin: 0 auto;
  }

  .lp_inner1_right img {
      width: 100%;
      object-fit: cover;
  }

  .lp_inner2_left {
      width: 100%;
      margin-top: 20px;
  }

  .lp_inner2_left_text {
      font-family: "LINE Seed JP", sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 1.6;
      color: #2d2d2d;
  }

  .lp_inner2_left_text span {
      color: #1d4984;
      font: 1.8rem;
      letter-spacing: 0.05em;
      line-height: 1.6;
  }

  .lp_inner2_right {
      width: 100%;
      margin-right: 0;
  }

  .lp_inner2_right img {
      width: 100%;
      object-fit: cover;
  }

  .lp_btn_area {
      background-color: #1d4984;
      width: 80%;
      border-radius: 8px;
      height: 80px;
      margin: 0 auto;
      display: flex;
      padding: 30px 65px;
      align-items: baseline;
  }

  .lp_btn {
      color: #fff;
      margin: 0 auto;
      font-family: "LINE Seed JP", sans-serif;
      font-weight: 700;
      font-size: 2rem;
      line-height: 1.2;
  }
}