@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.4;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

em {
  color: black;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.content {
  margin-top: 0;
}

.wrap {
  width: 100%;
}

.main {
  padding: 0;
  border-radius: 0;
  border: none;
}

.mysyle {
  overflow: hidden;
}

a {
  text-decoration: none;
}

input[type=submit],
input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.pc-layout {
  display: block;
}

.sp-layout {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc-layout {
    display: none !important;
  }
  .sp-layout {
    display: block !important;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Bold";
  src: url("../font/Futura Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Futura-Medium";
  src: url("../font/Futura Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "poppin";
  src: url("../font/POPPINS-SEMIBOLD.woff") format("woff"), url("../font/Poppins-SemiBold.ttf") format("truetype");
  font-weight: semibold;
  font-style: normal;
}
html.active,
body.active {
  overflow: hidden;
}

.LP {
  background-color: #ffffff;
  overflow: hidden;
}
.LP .logo {
  display: flex;
  width: 100%;
  height: 15vw;
  padding: 2vw 40.75vw;
  align-items: center;
  justify-content: space-around;
  background-color: #ffffff;
}
@media screen and (min-width: 550px) {
  .LP .logo {
    height: 10.9090909091vw;
    padding: 1.4545454545vw 29.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .logo {
    height: 84px;
    padding: 11.2px 228.2px;
    width: 525px;
    margin: 0 auto;
  }
}
.LP .logo .imgArea {
  width: 10.75vw;
  height: 10.75vw;
}
@media screen and (min-width: 550px) {
  .LP .logo .imgArea {
    width: 7.8181818182vw;
    height: 7.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .logo .imgArea {
    width: 60.2px;
    height: 60.2px;
  }
}
.LP .logo .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .header {
  width: 100%;
  position: relative;
  height: 125vw;
}
@media screen and (min-width: 550px) {
  .LP .header {
    height: 118.1818181818vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .header {
    height: 700px;
    width: 525px;
    margin: 0 auto;
  }
}
.LP .header .imgArea {
  width: 100%;
  height: 100%;
}
.LP .header .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .header .FV {
  gap: 3vw;
  position: absolute;
  bottom: 10%;
  left: 0;
  text-align: center;
  color: #ffffff;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 550px) {
  .LP .header .FV {
    gap: 2.1818181818vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .header .FV {
    gap: 16.8px;
  }
}
.LP .header .FV .frame {
  padding: 1.5vw 5vw 2vw;
  font-size: 8vw;
  line-height: 10vw;
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  color: #244c65;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: bold;
}
@media screen and (min-width: 550px) {
  .LP .header .FV .frame {
    padding: 1.0909090909vw 3.6363636364vw 1.4545454545vw;
    font-size: 5.8181818182vw;
    line-height: 7.2727272727vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .header .FV .frame {
    padding: 8.4px 28px 11.2px;
    font-size: 44.8px;
    line-height: 56px;
  }
}
.LP .CTA {
  gap: 5.75vw;
  padding: 5vw 6vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  background-color: #ffd56c;
}
@media screen and (min-width: 550px) {
  .LP .CTA {
    gap: 4.1818181818vw;
    padding: 3.6363636364vw 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .CTA {
    gap: 32.2px;
    padding: 28px 33.6px;
    width: 525px;
    margin: 0 auto;
  }
}
.LP .CTA .frame-2 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.LP .CTA .frame-2 .text-wrapper-2 {
  font-size: 6vw;
  line-height: 7.75vw;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #966c00;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .CTA .frame-2 .text-wrapper-2 {
    font-size: 4.3636363636vw;
    line-height: 5.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .CTA .frame-2 .text-wrapper-2 {
    font-size: 33.6px;
    line-height: 43.4px;
  }
}
.LP .CTA .frame-2 .text-wrapper-3 {
  font-size: 5vw;
  line-height: 6.5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #966c00;
}
@media screen and (min-width: 550px) {
  .LP .CTA .frame-2 .text-wrapper-3 {
    font-size: 3.6363636364vw;
    line-height: 4.7272727273vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .CTA .frame-2 .text-wrapper-3 {
    font-size: 28px;
    line-height: 36.4px;
  }
}
.LP .CTA .button {
  height: 12.25vw;
  padding: 2vw 5vw;
  border-radius: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #966c00;
  transition: all 0.3s ease;
}
@media screen and (min-width: 550px) {
  .LP .CTA .button {
    height: 8.9090909091vw;
    padding: 1.4545454545vw 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .CTA .button {
    height: 68.6px;
    padding: 11.2px 28px;
  }
}
.LP .CTA .button:hover {
  background-color: #7a5200;
}
.LP .CTA .button .text-wrapper-4 {
  font-size: 4vw;
  line-height: 5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .CTA .button .text-wrapper-4 {
    font-size: 2.9090909091vw;
    line-height: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .CTA .button .text-wrapper-4 {
    font-size: 22.4px;
    line-height: 28px;
  }
}
.LP .CTA .button .arrowImg {
  display: block;
  width: 1.75vw;
  height: 2.5vw;
}
@media screen and (min-width: 550px) {
  .LP .CTA .button .arrowImg {
    width: 1.2727272727vw;
    height: 1.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .CTA .button .arrowImg {
    width: 9.8px;
    height: 14px;
  }
}
.LP .CTA .button .arrowImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .CTA .imgArea {
  position: absolute;
  width: 33vw;
  height: 26vw;
  top: -18%;
  left: 7%;
}
.LP .CTA .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .CTA .imgArea {
    width: 24vw;
    height: 18.9090909091vw;
    top: -18%;
    left: 7%;
  }
}
@media screen and (min-width: 768px) {
  .LP .CTA .imgArea {
    width: 184.8px;
    height: 145.6px;
    top: -18%;
    left: 7%;
  }
}
.LP .CTA.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.LP .view {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .LP .view {
    width: 525px;
    margin: 0 auto;
  }
}
.LP .view .view-2 {
  gap: 10vw;
  padding: 15vw 6vw;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  background-color: #244c65;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 550px) {
  .LP .view .view-2 {
    gap: 7.2727272727vw;
    padding: 10.9090909091vw 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view .view-2 {
    gap: 56px;
    padding: 84px 33.6px;
  }
}
.LP .view .view-2 .text-wrapper-5 {
  font-size: 8vw;
  line-height: 10vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view .view-2 .text-wrapper-5 {
    font-size: 5.8181818182vw;
    line-height: 7.2727272727vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view .view-2 .text-wrapper-5 {
    font-size: 44.8px;
    line-height: 56px;
  }
}
.LP .view .view-2 .frame-3 {
  gap: 5vw;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 550px) {
  .LP .view .view-2 .frame-3 {
    gap: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view .view-2 .frame-3 {
    gap: 28px;
  }
}
.LP .view .view-2 .frame-3 .frame-4 {
  gap: 3vw;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 550px) {
  .LP .view .view-2 .frame-3 .frame-4 {
    gap: 2.1818181818vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view .view-2 .frame-3 .frame-4 {
    gap: 16.8px;
  }
}
.LP .view .view-2 .frame-3 .frame-4 .checkbox {
  width: 6vw;
  height: 6vw;
}
@media screen and (min-width: 550px) {
  .LP .view .view-2 .frame-3 .frame-4 .checkbox {
    width: 4.3636363636vw;
    height: 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view .view-2 .frame-3 .frame-4 .checkbox {
    width: 33.6px;
    height: 33.6px;
  }
}
.LP .view .view-2 .frame-3 .frame-4 .checkbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .view .view-2 .frame-3 .frame-4 .text-wrapper-6 {
  font-size: 5vw;
  line-height: 6.5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view .view-2 .frame-3 .frame-4 .text-wrapper-6 {
    font-size: 3.6363636364vw;
    line-height: 4.7272727273vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view .view-2 .frame-3 .frame-4 .text-wrapper-6 {
    font-size: 28px;
    line-height: 36.4px;
  }
}
.LP .view .polygon {
  width: 100%;
  height: 22.5vw;
  margin-top: -2.5vw;
}
@media screen and (min-width: 550px) {
  .LP .view .polygon {
    height: 16.3636363636vw;
    margin-top: -1.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view .polygon {
    height: 126px;
    margin-top: -14px;
  }
}
.LP .view .polygon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .view-3 {
  padding: 15vw 6vw;
  gap: 15vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 550px) {
  .LP .view-3 {
    padding: 10.9090909091vw 4.3636363636vw;
    gap: 10.9090909091vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 {
    padding: 84px 33.6px;
    gap: 84px;
    width: 525px;
    margin: 0 auto;
  }
}
.LP .view-3 .frame-6 {
  width: 72vw;
  gap: 2.5vw;
  padding: 3vw 5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #244c65;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .frame-6 {
    width: 52.3636363636vw;
    gap: 1.8181818182vw;
    padding: 2.1818181818vw 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .frame-6 {
    width: 403.2px;
    gap: 14px;
    padding: 16.8px 28px;
  }
}
.LP .view-3 .frame-6 .text-wrapper-10 {
  font-size: 4vw;
  line-height: 6vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .frame-6 .text-wrapper-10 {
    font-size: 2.9090909091vw;
    line-height: 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .frame-6 .text-wrapper-10 {
    font-size: 22.4px;
    line-height: 33.6px;
  }
}
.LP .view-3 .frame-6 .div-3 {
  font-size: 3.5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .frame-6 .div-3 {
    font-size: 2.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .frame-6 .div-3 {
    font-size: 19.6px;
  }
}
.LP .view-3 .frame-6 .div-3 .span {
  font-size: 3.5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .frame-6 .div-3 .span {
    font-size: 2.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .frame-6 .div-3 .span {
    font-size: 19.6px;
  }
}
.LP .view-3 .frame-6 .div-3 .text-wrapper-13 {
  font-size: 3vw;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .frame-6 .div-3 .text-wrapper-13 {
    font-size: 2.1818181818vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .frame-6 .div-3 .text-wrapper-13 {
    font-size: 16.8px;
  }
}
.LP .view-3 .div-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.LP .view-3 .div-2 .text-wrapper-7 {
  font-size: 6vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #244c65;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .div-2 .text-wrapper-7 {
    font-size: 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .div-2 .text-wrapper-7 {
    font-size: 33.6px;
  }
}
.LP .view-3 .div-2 .text-wrapper-8 {
  font-size: 10.75vw;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #ffd56c;
  text-align: center;
  line-height: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .div-2 .text-wrapper-8 {
    font-size: 7.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .div-2 .text-wrapper-8 {
    font-size: 60.2px;
  }
}
.LP .view-3 .div-2 .text-wrapper-9 {
  font-size: 6vw;
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #244c65;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .div-2 .text-wrapper-9 {
    font-size: 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .div-2 .text-wrapper-9 {
    font-size: 33.6px;
  }
}
.LP .view-3 .div-2 .frame-5 {
  width: 50vw;
  height: 66.75vw;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .div-2 .frame-5 {
    width: 36.3636363636vw;
    height: 48.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .div-2 .frame-5 {
    width: 280px;
    height: 373.8px;
  }
}
.LP .view-3 .div-2 .frame-5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .view-3 .div-2 .frame-wrapper {
  gap: 2.5vw;
  margin-top: -8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .div-2 .frame-wrapper {
    gap: 1.8181818182vw;
    margin-top: -5.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .div-2 .frame-wrapper {
    gap: 14px;
    margin-top: -44.8px;
  }
}
.LP .view-3 .div-2 .text-wrapper-11 {
  font-size: 16vw;
  line-height: 18vw;
  position: absolute;
  top: 0%;
  right: 0%;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #ffd56c;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .div-2 .text-wrapper-11 {
    font-size: 11.6363636364vw;
    line-height: 13.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .div-2 .text-wrapper-11 {
    font-size: 89.6px;
    line-height: 100.8px;
  }
}
.LP .view-3 .div-2 .frame-8 {
  width: 50vw;
  height: 66.75vw;
}
.LP .view-3 .div-2 .frame-8 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .div-2 .frame-8 {
    width: 36.3636363636vw;
    height: 48.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .div-2 .frame-8 {
    width: 280px;
    height: 373.8px;
  }
}
.LP .view-3 .item-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
.LP .view-3 .item-2 .frame-7 {
  width: 50vw;
  height: 66.75vw;
}
.LP .view-3 .item-2 .frame-7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .item-2 .frame-7 {
    width: 36.3636363636vw;
    height: 48.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .item-2 .frame-7 {
    width: 280px;
    height: 373.8px;
  }
}
.LP .view-3 .item-2 .div-wrapper {
  gap: 2.5vw;
  margin-top: -8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .item-2 .div-wrapper {
    gap: 1.8181818182vw;
    margin-top: -5.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .item-2 .div-wrapper {
    gap: 14px;
    margin-top: -44.8px;
  }
}
.LP .view-3 .item-2 .text-wrapper-12 {
  font-size: 16vw;
  line-height: 18vw;
  position: absolute;
  top: 0%;
  left: 0%;
  color: #ffd56c;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .item-2 .text-wrapper-12 {
    font-size: 11.6363636364vw;
    line-height: 13.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .item-2 .text-wrapper-12 {
    font-size: 89.6px;
    line-height: 100.8px;
  }
}
.LP .view-3 .item-2 .frame-9 {
  width: 50vw;
  height: 66.75vw;
}
.LP .view-3 .item-2 .frame-9 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-3 .item-2 .frame-9 {
    width: 36.3636363636vw;
    height: 48.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-3 .item-2 .frame-9 {
    width: 280px;
    height: 373.8px;
  }
}
.LP .div-4 {
  gap: 10vw;
  padding: 15vw 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ffd56c;
}
@media screen and (min-width: 550px) {
  .LP .div-4 {
    gap: 7.2727272727vw;
    padding: 10.9090909091vw 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 {
    gap: 56px;
    padding: 84px 33.6px;
    width: 525px;
    margin: 0 auto;
  }
}
.LP .div-4 .title {
  gap: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .title {
    gap: 1.4545454545vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .title {
    gap: 11.2px;
  }
}
.LP .div-4 .title .frame-10 {
  gap: 2.5vw;
  padding: 0px 2.5vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e3b030;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .title .frame-10 {
    gap: 1.8181818182vw;
    padding: 0px 1.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .title .frame-10 {
    gap: 14px;
    padding: 0px 14px;
  }
}
.LP .div-4 .title .frame-10 .text-wrapper-14 {
  font-size: 3.5vw;
  letter-spacing: 0.5vw;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .title .frame-10 .text-wrapper-14 {
    font-size: 2.5454545455vw;
    letter-spacing: 0.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .title .frame-10 .text-wrapper-14 {
    font-size: 19.6px;
    letter-spacing: 2.8px;
  }
}
.LP .div-4 .title .text-wrapper-15 {
  display: block;
  width: 100%;
}
.LP .div-4 .title .text-wrapper-15 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .div-4 .title .text-wrapper-15.next {
  width: 70%;
}
.LP .div-4 .frame-11 {
  width: 78.75vw;
  gap: 8vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-11 {
    width: 57.2727272727vw;
    gap: 5.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-11 {
    width: 441px;
    gap: 44.8px;
  }
}
.LP .div-4 .frame-11 .frame-12 {
  box-shadow: 0px 0px 5vw rgba(206, 148, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-11 .frame-12 {
    box-shadow: 0px 0px 3.6363636364vw rgba(206, 148, 0, 0.2);
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-11 .frame-12 {
    box-shadow: 0px 0px 28px rgba(206, 148, 0, 0.2);
  }
}
.LP .div-4 .frame-11 .frame-12 .frame-13 {
  display: block;
  width: 100%;
  height: 100%;
}
.LP .div-4 .frame-11 .frame-12 .frame-13 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
.LP .div-4 .frame-11 .frame-12 .frame-15 {
  display: block;
  width: 100%;
  height: 100%;
}
.LP .div-4 .frame-11 .frame-12 .frame-15 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
.LP .div-4 .frame-11 .frame-12 .frame-14 {
  gap: 3vw;
  padding: 5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-11 .frame-12 .frame-14 {
    gap: 2.1818181818vw;
    padding: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-11 .frame-12 .frame-14 {
    gap: 16.8px;
    padding: 28px;
  }
}
.LP .div-4 .frame-11 .frame-12 .frame-14 .text-wrapper-16 {
  font-size: 4vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-11 .frame-12 .frame-14 .text-wrapper-16 {
    font-size: 2.9090909091vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-11 .frame-12 .frame-14 .text-wrapper-16 {
    font-size: 22.4px;
  }
}
.LP .div-4 .frame-11 .frame-12 .frame-14 .text-wrapper-17 {
  font-size: 3.5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-11 .frame-12 .frame-14 .text-wrapper-17 {
    font-size: 2.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-11 .frame-12 .frame-14 .text-wrapper-17 {
    font-size: 19.6px;
  }
}
.LP .div-4 .frame-16 {
  width: 78.5vw;
  gap: 7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-16 {
    width: 57.0909090909vw;
    gap: 5.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-16 {
    width: 439.6px;
    gap: 39.2px;
  }
}
.LP .div-4 .frame-16 .text-wrapper-18 {
  line-height: 8vw;
  font-size: 5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #244c65;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-16 .text-wrapper-18 {
    font-size: 3.6363636364vw;
    line-height: 5.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-16 .text-wrapper-18 {
    font-size: 28px;
    line-height: 44.8px;
  }
}
.LP .div-4 .frame-16 .frame-17 {
  width: 100%;
}
.LP .div-4 .frame-16 .frame-17 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .div-4 .frame-31 {
  width: 78.75vw;
  gap: 5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 {
    width: 57.2727272727vw;
    gap: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 {
    width: 441px;
    gap: 28px;
  }
}
.LP .div-4 .frame-31 .frame-32 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background-color: #ffffff;
}
.LP .div-4 .frame-31 .frame-32 .frame-33 {
  gap: 3vw;
  padding: 5vw;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #eaeaea;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 {
    gap: 2.1818181818vw;
    padding: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 {
    gap: 16.8px;
    padding: 28px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-33 .frame-34 {
  width: 6vw;
  height: 6vw;
  gap: 2.5vw;
  padding: 0.25vw 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #244c65;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 .frame-34 {
    width: 4.3636363636vw;
    height: 4.3636363636vw;
    gap: 1.8181818182vw;
    padding: 0.1818181818vw 1.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 .frame-34 {
    width: 33.6px;
    height: 33.6px;
    gap: 14px;
    padding: 1.4px 8.4px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-33 .frame-34 .text-wrapper-29 {
  font-size: 3.5vw;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 .frame-34 .text-wrapper-29 {
    font-size: 2.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 .frame-34 .text-wrapper-29 {
    font-size: 19.6px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-33 .text-wrapper-30 {
  font-size: 4vw;
  line-height: 5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #101010;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 .text-wrapper-30 {
    font-size: 2.9090909091vw;
    line-height: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 .text-wrapper-30 {
    font-size: 22.4px;
    line-height: 28px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-33 .text-wrapper-32 {
  font-size: 4vw;
  line-height: 5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #101010;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 .text-wrapper-32 {
    font-size: 2.9090909091vw;
    line-height: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-33 .text-wrapper-32 {
    font-size: 22.4px;
    line-height: 28px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-35 {
  gap: 3vw;
  padding: 5vw;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 {
    gap: 2.1818181818vw;
    padding: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 {
    gap: 16.8px;
    padding: 28px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-35 .frame-36 {
  width: 6vw;
  height: 6vw;
  gap: 2.5vw;
  padding: 0.25vw 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #e3b030;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 .frame-36 {
    width: 4.3636363636vw;
    height: 4.3636363636vw;
    gap: 1.8181818182vw;
    padding: 0.1818181818vw 1.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 .frame-36 {
    width: 33.6px;
    height: 33.6px;
    gap: 14px;
    padding: 1.4px 8.4px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-35 .frame-36 .text-wrapper-31 {
  font-size: 3.5vw;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 .frame-36 .text-wrapper-31 {
    font-size: 2.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 .frame-36 .text-wrapper-31 {
    font-size: 19.6px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-35 .element-CPI {
  font-size: 3.5vw;
  line-height: 4.5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #101010;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 .element-CPI {
    font-size: 2.5454545455vw;
    line-height: 3.2727272727vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 .element-CPI {
    font-size: 19.6px;
    line-height: 25.2px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-35 .text-wrapper-34 {
  font-size: 3.5vw;
  line-height: 6vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #101010;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 .text-wrapper-34 {
    font-size: 2.5454545455vw;
    line-height: 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-35 .text-wrapper-34 {
    font-size: 19.6px;
    line-height: 33.6px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-37 {
  gap: 3vw;
  padding: 5vw;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-37 {
    gap: 2.1818181818vw;
    padding: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-37 {
    gap: 16.8px;
    padding: 28px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-37 .frame-36 {
  width: 6vw;
  height: 6vw;
  gap: 2.5vw;
  padding: 0.25vw 1.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #e3b030;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-37 .frame-36 {
    width: 4.3636363636vw;
    height: 4.3636363636vw;
    gap: 1.8181818182vw;
    padding: 0.1818181818vw 1.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-37 .frame-36 {
    width: 33.6px;
    height: 33.6px;
    gap: 14px;
    padding: 1.4px 8.4px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-37 .frame-36 .text-wrapper-31 {
  font-size: 3.5vw;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-37 .frame-36 .text-wrapper-31 {
    font-size: 2.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-37 .frame-36 .text-wrapper-31 {
    font-size: 19.6px;
  }
}
.LP .div-4 .frame-31 .frame-32 .frame-37 .text-wrapper-33 {
  font-size: 3.5vw;
  line-height: 4.5vw;
  flex: 1;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 400;
  color: #101010;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .div-4 .frame-31 .frame-32 .frame-37 .text-wrapper-33 {
    font-size: 2.5454545455vw;
    line-height: 3.2727272727vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .div-4 .frame-31 .frame-32 .frame-37 .text-wrapper-33 {
    font-size: 19.6px;
    line-height: 25.2px;
  }
}
.LP .view-4 {
  gap: 10vw;
  padding: 15vw 6vw;
  width: 100%;
  align-items: center;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 550px) {
  .LP .view-4 {
    gap: 7.2727272727vw;
    padding: 10.9090909091vw 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 {
    gap: 56px;
    padding: 84px 33.6px;
    width: 525px;
    margin: 0 auto;
  }
}
.LP .view-4 .title {
  gap: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .title {
    gap: 1.4545454545vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .title {
    gap: 11.2px;
  }
}
.LP .view-4 .title .frame-10 {
  gap: 2.5vw;
  padding: 0px 2.5vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e3b030;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .title .frame-10 {
    gap: 1.8181818182vw;
    padding: 0px 1.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .title .frame-10 {
    gap: 14px;
    padding: 0px 14px;
  }
}
.LP .view-4 .title .frame-10 .text-wrapper-14 {
  font-size: 3.5vw;
  letter-spacing: 0.5vw;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .title .frame-10 .text-wrapper-14 {
    font-size: 2.5454545455vw;
    letter-spacing: 0.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .title .frame-10 .text-wrapper-14 {
    font-size: 19.6px;
    letter-spacing: 2.8px;
  }
}
.LP .view-4 .title .text-wrapper-19 {
  font-size: 8vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: #244c65;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .title .text-wrapper-19 {
    font-size: 5.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .title .text-wrapper-19 {
    font-size: 44.8px;
  }
}
.LP .view-4 .div-5 {
  gap: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 {
    gap: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 {
    gap: 28px;
  }
}
.LP .view-4 .div-5 .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
}
.LP .view-4 .div-5 .frame-18 .frame-19 {
  gap: 2.5vw;
  padding: 5vw;
  border-radius: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #244c65;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .frame-18 .frame-19 {
    gap: 1.8181818182vw;
    padding: 3.6363636364vw;
    border-radius: 2.9090909091vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .frame-18 .frame-19 {
    gap: 14px;
    padding: 28px;
    border-radius: 22.4px;
  }
}
.LP .view-4 .div-5 .frame-18 .frame-19 .text-wrapper-20 {
  font-size: 3.5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .frame-18 .frame-19 .text-wrapper-20 {
    font-size: 2.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .frame-18 .frame-19 .text-wrapper-20 {
    font-size: 19.6px;
  }
}
.LP .view-4 .div-5 .frame-18 .vector-wrapper {
  gap: 2.5vw;
  padding: 0px 0px 0px 15vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .frame-18 .vector-wrapper {
    gap: 1.8181818182vw;
    padding: 0px 0px 0px 10.9090909091vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .frame-18 .vector-wrapper {
    gap: 14px;
    padding: 0px 0px 0px 84px;
  }
}
.LP .view-4 .div-5 .frame-18 .vector-wrapper .vector-2 {
  width: 8vw;
  height: 4.5vw;
  display: block;
}
.LP .view-4 .div-5 .frame-18 .vector-wrapper .vector-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .frame-18 .vector-wrapper .vector-2 {
    width: 5.8181818182vw;
    height: 3.2727272727vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .frame-18 .vector-wrapper .vector-2 {
    width: 44.8px;
    height: 25.2px;
  }
}
.LP .view-4 .div-5 .voice-item {
  gap: 3vw;
  padding: 0px 0px 10vw 5vw;
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .voice-item {
    gap: 2.1818181818vw;
    padding: 0px 0px 7.2727272727vw 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .voice-item {
    gap: 16.8px;
    padding: 0px 0px 56px 28px;
  }
}
.LP .view-4 .div-5 .voice-item .ellipse {
  width: 18vw;
  height: 18vw;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.LP .view-4 .div-5 .voice-item .ellipse img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .voice-item .ellipse {
    width: 13.0909090909vw;
    height: 13.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .voice-item .ellipse {
    width: 100.8px;
    height: 100.8px;
  }
}
.LP .view-4 .div-5 .voice-item .ellipse-3 {
  width: 18vw;
  height: 18vw;
  bottom: 0%;
  left: 0%;
  position: absolute;
}
.LP .view-4 .div-5 .voice-item .ellipse-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .voice-item .ellipse-3 {
    width: 13.0909090909vw;
    height: 13.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .voice-item .ellipse-3 {
    width: 100.8px;
    height: 100.8px;
  }
}
.LP .view-4 .div-5 .voice-item-2 {
  gap: 3vw;
  padding: 0px 5vw 10vw 0px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .voice-item-2 {
    gap: 2.1818181818vw;
    padding: 0px 3.6363636364vw 7.2727272727vw 0px;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .voice-item-2 {
    gap: 16.8px;
    padding: 0px 28px 56px 0px;
  }
}
.LP .view-4 .div-5 .voice-item-2 .img-wrapper {
  gap: 2.5vw;
  padding: 0px 15vw 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .voice-item-2 .img-wrapper {
    gap: 1.8181818182vw;
    padding: 0px 10.9090909091vw 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .voice-item-2 .img-wrapper {
    gap: 14px;
    padding: 0px 84px 0px 0px;
  }
}
.LP .view-4 .div-5 .voice-item-2 .img-wrapper .vector-2 {
  width: 8vw;
  height: 4.5vw;
  display: block;
}
.LP .view-4 .div-5 .voice-item-2 .img-wrapper .vector-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .voice-item-2 .img-wrapper .vector-2 {
    width: 5.8181818182vw;
    height: 3.2727272727vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .voice-item-2 .img-wrapper .vector-2 {
    width: 44.8px;
    height: 25.2px;
  }
}
.LP .view-4 .div-5 .voice-item-2 .ellipse-2 {
  width: 18vw;
  height: 18vw;
  bottom: 0%;
  right: 0%;
  position: absolute;
  display: block;
}
.LP .view-4 .div-5 .voice-item-2 .ellipse-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-4 .div-5 .voice-item-2 .ellipse-2 {
    width: 13.0909090909vw;
    height: 13.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-4 .div-5 .voice-item-2 .ellipse-2 {
    width: 100.8px;
    height: 100.8px;
  }
}
.LP .view-5 {
  gap: 10vw;
  padding: 15vw 6vw;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  position: relative;
  background-color: #244c65;
}
@media screen and (min-width: 550px) {
  .LP .view-5 {
    gap: 7.2727272727vw;
    padding: 10.9090909091vw 4.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 {
    gap: 56px;
    padding: 84px 33.6px;
    width: 525px;
    margin: 0 auto;
  }
}
.LP .view-5 .title {
  gap: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .title {
    gap: 1.4545454545vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .title {
    gap: 11.2px;
  }
}
.LP .view-5 .title .frame-10 {
  gap: 2.5vw;
  padding: 0px 2.5vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e3b030;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .title .frame-10 {
    gap: 1.8181818182vw;
    padding: 0px 1.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .title .frame-10 {
    gap: 14px;
    padding: 0px 14px;
  }
}
.LP .view-5 .title .frame-10 .text-wrapper-14 {
  font-size: 3.5vw;
  letter-spacing: 0.5vw;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .title .frame-10 .text-wrapper-14 {
    font-size: 2.5454545455vw;
    letter-spacing: 0.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .title .frame-10 .text-wrapper-14 {
    font-size: 19.6px;
    letter-spacing: 2.8px;
  }
}
.LP .view-5 .title .text-wrapper-21 {
  font-size: 8vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 900;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .title .text-wrapper-21 {
    font-size: 5.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .title .text-wrapper-21 {
    font-size: 44.8px;
  }
}
.LP .view-5 .div-5 {
  gap: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 {
    gap: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 {
    gap: 28px;
  }
}
.LP .view-5 .div-5 .lineup-item {
  gap: 4vw;
  padding: 5vw;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item {
    gap: 2.9090909091vw;
    padding: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item {
    gap: 22.4px;
    padding: 28px;
  }
}
.LP .view-5 .div-5 .lineup-item:hover {
  background-color: #f5f5f5;
}
.LP .view-5 .div-5 .lineup-item .item-wrapper {
  width: 30vw;
  height: 30vw;
  display: block;
}
.LP .view-5 .div-5 .lineup-item .item-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item .item-wrapper {
    width: 21.8181818182vw;
    height: 21.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item .item-wrapper {
    width: 168px;
    height: 168px;
  }
}
.LP .view-5 .div-5 .lineup-item .frame-18 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  flex-grow: 1;
}
.LP .view-5 .div-5 .lineup-item .frame-18 .frame-20 {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.LP .view-5 .div-5 .lineup-item .frame-18 .frame-20 .text-wrapper-22 {
  font-size: 8vw;
  color: #000000;
  line-height: normal;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-20 .text-wrapper-22 {
    font-size: 5.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-20 .text-wrapper-22 {
    font-size: 44.8px;
  }
}
.LP .view-5 .div-5 .lineup-item .frame-18 .frame-20 .text-wrapper-23 {
  font-size: 5vw;
  line-height: 9vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-20 .text-wrapper-23 {
    font-size: 3.6363636364vw;
    line-height: 6.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-20 .text-wrapper-23 {
    font-size: 28px;
    line-height: 50.4px;
  }
}
.LP .view-5 .div-5 .lineup-item .frame-18 .frame-21 {
  gap: 0.5vw;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-21 {
    gap: 0.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-21 {
    gap: 2.8px;
  }
}
.LP .view-5 .div-5 .lineup-item .frame-18 .frame-21 .text-wrapper-24 {
  font-size: 5vw;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-21 .text-wrapper-24 {
    font-size: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-21 .text-wrapper-24 {
    font-size: 28px;
  }
}
.LP .view-5 .div-5 .lineup-item .frame-18 .frame-21 .text-wrapper-25 {
  font-size: 3vw;
  line-height: 5.5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-21 .text-wrapper-25 {
    font-size: 2.1818181818vw;
    line-height: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item .frame-18 .frame-21 .text-wrapper-25 {
    font-size: 16.8px;
    line-height: 30.8px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 {
  gap: 4vw;
  padding: 5vw;
  display: flex;
  align-items: flex-end;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 {
    gap: 2.9090909091vw;
    padding: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 {
    gap: 22.4px;
    padding: 28px;
  }
}
.LP .view-5 .div-5 .lineup-item-2:hover {
  background-color: #f5f5f5;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-23 {
  width: 30vw;
  height: 30vw;
  display: block;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-23 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-23 {
    width: 21.8181818182vw;
    height: 21.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-23 {
    width: 168px;
    height: 168px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .frame-25 {
  gap: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .frame-25 {
    gap: 0.7272727273vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .frame-25 {
    gap: 5.6px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .frame-25 .frame-26 {
  width: 100%;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .frame-25 .frame-26 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .frame-25 .frame-27 {
  display: block;
  width: 100%;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .frame-25 .frame-27 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-20 {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-20 .text-wrapper-22 {
  font-size: 8vw;
  color: #000000;
  line-height: normal;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-20 .text-wrapper-22 {
    font-size: 5.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-20 .text-wrapper-22 {
    font-size: 44.8px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-20 .text-wrapper-23 {
  font-size: 5vw;
  line-height: 9vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-20 .text-wrapper-23 {
    font-size: 3.6363636364vw;
    line-height: 6.5454545455vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-20 .text-wrapper-23 {
    font-size: 28px;
    line-height: 50.4px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 {
  gap: 2vw;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 {
    gap: 1.4545454545vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 {
    gap: 11.2px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-29 {
  gap: 0.5vw;
  display: inline-flex;
  align-items: flex-end;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-29 {
    gap: 0.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-29 {
    gap: 2.8px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-29 .text-wrapper-24 {
  font-size: 5vw;
  font-family: "Futura-Bold", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-29 .text-wrapper-24 {
    font-size: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-29 .text-wrapper-24 {
    font-size: 28px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-29 .text-wrapper-25 {
  font-size: 3vw;
  line-height: 5.5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-29 .text-wrapper-25 {
    font-size: 2.1818181818vw;
    line-height: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-29 .text-wrapper-25 {
    font-size: 16.8px;
    line-height: 30.8px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 {
  gap: 2.5vw;
  padding: 0px 0px 0.5vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 {
    gap: 1.8181818182vw;
    padding: 0px 0px 0.3636363636vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 {
    gap: 14px;
    padding: 0px 0px 2.8px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 .text-wrapper-28 {
  font-size: 2.5vw;
  font-family: "Futura-Medium", Helvetica;
  font-weight: 500;
  color: #e3b030;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 .text-wrapper-28 {
    font-size: 1.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 .text-wrapper-28 {
    font-size: 14px;
  }
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 .vector-3 {
  width: 9.5vw;
  height: 0.25vw;
  position: absolute;
  top: 1%;
  left: 0;
}
.LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 .vector-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 .vector-3 {
    width: 6.9090909091vw;
    height: 0.1818181818vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .div-5 .lineup-item-2 .frame-24 .div-2 .frame-28 .frame-30 .vector-3 {
    width: 53.2px;
    height: 1.4px;
  }
}
.LP .view-5 .frame-38 {
  gap: 3.5vw;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .frame-38 {
    gap: 2.5454545455vw;
    padding: 2.1818181818vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .frame-38 {
    gap: 19.6px;
    padding: 16.8px;
  }
}
.LP .view-5 .frame-38 .frame-39 {
  display: block;
  width: 100%;
}
.LP .view-5 .frame-38 .frame-39 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
.LP .view-5 .frame-38 .vital-collagen {
  font-size: 5vw;
  line-height: 7vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .frame-38 .vital-collagen {
    font-size: 3.6363636364vw;
    line-height: 5.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .frame-38 .vital-collagen {
    font-size: 28px;
    line-height: 39.2px;
  }
}
.LP .view-5 .frame-38 .button-2 {
  height: 12.25vw;
  padding: 2vw 5vw;
  border-radius: 1.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #e3b030;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .frame-38 .button-2 {
    height: 8.9090909091vw;
    padding: 1.4545454545vw 3.6363636364vw;
    border-radius: 1.0909090909vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .frame-38 .button-2 {
    height: 68.6px;
    padding: 11.2px 28px;
    border-radius: 8.4px;
  }
}
.LP .view-5 .frame-38 .button-2:hover {
  transition: all 0.3s ease;
  background-color: #b27a00;
}
.LP .view-5 .frame-38 .button-2 .text-wrapper-4 {
  font-size: 4vw;
  line-height: 5vw;
  font-family: "Noto Sans JP", Helvetica;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .frame-38 .button-2 .text-wrapper-4 {
    font-size: 2.9090909091vw;
    line-height: 3.6363636364vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .frame-38 .button-2 .text-wrapper-4 {
    font-size: 22.4px;
    line-height: 28px;
  }
}
.LP .view-5 .frame-38 .button-2 .arrowImg {
  width: 1.75vw;
  height: 2.5vw;
  display: block;
}
.LP .view-5 .frame-38 .button-2 .arrowImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (min-width: 550px) {
  .LP .view-5 .frame-38 .button-2 .arrowImg {
    width: 1.2727272727vw;
    height: 1.8181818182vw;
  }
}
@media screen and (min-width: 768px) {
  .LP .view-5 .frame-38 .button-2 .arrowImg {
    width: 9.8px;
    height: 14px;
  }
}

html,
body {
  background: #fff;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1vw;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 2vw;
  }
}/*# sourceMappingURL=style.css.map */