@charset "UTF-8";

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body,
input,
select,
textarea {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

body {
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-break: strict;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 0;
}

strong {
    font-weight: bold;
}

hr {
    border: solid 1px #E6E6E6;
    margin: 0 0 20px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
    outline: 0;
    display: block;
}

figure {
    padding: 0;
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

input,
textarea,
button {
    margin: 0;
    padding: 0;
    border-radius: 0;
    outline: 0;
    background: none;
}

button {
    border: 0;
}

table {
    border-collapse: collapse;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

a:hover {
    opacity: 0.8;
}

.l-header {
    text-align: center;
    padding: 10px 0;
}

@media screen and (min-width: 751px) {
    .l-header {
        padding: 18px 0;
    }
}

.l-header__logo img {
    width: 41px;
    margin: 0 auto;
}

@media screen and (min-width: 751px) {
    .l-header__logo img {
        width: 82px;
    }
}

.l-footer {
    background-color: #c8161d;
    padding: 6.9vw 0;
    margin-top: 2vw;
}

@media screen and (min-width: 751px) {
    .l-footer {
        padding: 52px 0;
        margin-top: 15px;
    }
}

.l-footer__inner {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
}

@media screen and (min-width: 751px) {
    .l-footer__inner {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.l-footer__copyright {
    border-top: solid 1px #fff;
    padding-top: 12px;
    margin-top: 18px;
    display: inline-block;
}

.l-container {
    max-width: 750px;
    margin: 0 auto;
}

.l-inner {
    width: 90%;
    margin: 0 auto;
}

.p-video {
    position: relative;
}

.p-video__content {
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    aspect-ratio: 1.78;
}

.p-video__content iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-gif {
    position: relative;
}

.p-gif__content {
    position: absolute;
    left: 50%;
    bottom: 36%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 74%;
}

.p-toggle__open {
    max-height: 0;
    visibility: hidden;
}

.p-toggle__button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-toggle__button:hover {
    opacity: 0.8;
}

.p-toggle__content {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.p-toggle__content.is-hide {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
}

.p-toggle__content.is-show {
    opacity: 1;
    max-height: 1000vh;
    visibility: visible;
}

.p-banner img {
    width: 100%;
}

.p-form {
    margin-bottom: 4vw;
    margin-top: 5vw;
}

@media screen and (min-width: 751px) {
    .p-form {
        margin-bottom: 30px;
        margin-top: 40px;
    }
}

.p-form img {
    width: 100%;
}

.p-sns {
    margin-top: 8vw;
}

@media screen and (min-width: 751px) {
    .p-sns {
        margin-top: 60px;
    }
}

.p-sns__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 4.8vw;
}

@media screen and (min-width: 751px) {
    .p-sns__list {
        gap: 0 36px;
    }
}

.p-sns__list img {
    width: 9.4vw;
}

@media screen and (min-width: 751px) {
    .p-sns__list img {
        width: 71px;
    }
}

.p-bottom-link {
    margin-top: 8vw;
}

@media screen and (min-width: 751px) {
    .p-bottom-link {
        margin-top: 60px;
    }
}

.p-bottom-link__list li {
    text-align: center;
}

.p-bottom-link__list li+li {
    margin-top: 3.2vw;
}

@media screen and (min-width: 751px) {
    .p-bottom-link__list li+li {
        margin-top: 24px;
    }
}

.p-bottom-link__list a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
}

@media screen and (min-width: 751px) {
    .p-bottom-link__list a {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.p-jdma {
    margin-top: 9vw;
}

@media screen and (min-width: 751px) {
    .p-jdma {
        margin-top: 68px;
    }
}

.p-jdma__inner {
    padding-left: 10px;
}

@media screen and (min-width: 751px) {
    .p-jdma__inner {
        padding-left: 20px;
    }
}

.p-jdma img {
    width: 56vw;
}

@media screen and (min-width: 751px) {
    .p-jdma img {
        width: 421px;
    }
}

.u-visuallyhidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}

.sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* 20251112追加 */
.posirela {
    position: relative;
}

#video {
    position: absolute;
    bottom: 32%;
    right: 4%;
    max-width: 48.2rem;
    width: 64.26666666666667%;
    border: none;
    box-shadow: 9px 0px 20px rgba(135, 135, 135, 0.27);
}

.p-video2 {
    position: relative;
}

.p-video2__content {
    position: absolute;
    left: 50%;
    bottom: 12%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    aspect-ratio: 1.78;
    box-shadow: 9px 0px 20px rgba(135, 135, 135, 0.27);
}

.p-video2__content iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}