@charset "UTF-8";

html,
body,
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 {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-align: left;
    zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    border-collapse: collapse;
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: 16px;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}

th,
td {
    border-collapse: collapse;
}

table th,
table td {
    white-space: nowrap;
}

ul,
ol {
    list-style-type: none;
}

img {
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    max-width: 100%;
    height: auto;
    width: 100%;
}

a:hover {
    opacity: 0.5;
}

body {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 auto;
    padding: 0;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

video {
    margin: 0px auto;
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.lp-wrap {
    margin: 0px auto;
    max-width: 750px;
    padding: 0px;
    width: 100%;
}

@media screen and(max-widht:798px) {

    .lp-wrap {
        margin: 0px auto;
        width: 100%;
        padding: 0px;
    }

}

.video-back {
    position: relative;
}

.video-1 {
    position: absolute;
}

.video-2 {
    position: absolute;
    top: 34%;
    right: 1px;
    z-index: -1;
    width: 47%;
}

.video-3 {
    position: absolute;
    top: 32%;
    left: 0px;
    z-index: -1;
    width: 35%;
}

.img-back {
    position: relative;
}

.offer-back {
    position: relative;
    width: 100%;
    aspect-ratio: 750/2963;
}

.offer-btn {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 11%;
}

.accordion {
    width: 100%;
    margin: 0px auto;
    background-color: #333333;
}



.accordion-item {}

.accordion-button {
    background: none;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-title {
    font-size: 16px;
}

.accordion-icon {
    font-size: 20px;
    transition: transform 0.2s ease;
}

.accordion-button.active .accordion-icon {
    transform: rotate(0deg);
}

.accordion-button .accordion-icon {
    transform: rotate(0deg);
}

.accordion-button.active .accordion-icon::before {
    content: "－";
    transition: 0.2s ease-out;
    color: white;
}

.accordion-button .accordion-icon::before {
    content: "＋";
    transition: 0.2s ease-out;
    color: white;
}

.accordion-content {
    background-color: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.accordion-content p {
    padding: 0 15px 15px;
    margin: 0;
}

img.img-1-1 {
    margin-top: -1px;
}

video.video-1-2 {
    margin-top: -1px;
}

video.video-1-3 {
    margin-top: -2px;
}

center {
    text-align: center;
}