@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;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .l-header {
    padding: 18px 0;
  }
}
.l-header__logo img {
  width: 41px;
/*  margin: 0 auto;*/
  margin-left: 10px;
}
@media screen and (min-width: 751px) {
  .l-header__logo img {
    width: 82px;
  }
}

.l-footer {
  background-color: #007DA5;
  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_01 {
    position: absolute;
    left: 50%;
    bottom: 23%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    aspect-ratio: 1.78;
}
.p-video__content_02 {
    position: absolute;
    left: 50%;
    bottom: 34%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    height: auto;
    aspect-ratio: 1.78;
}
.p-video__content iframe,
.p-video__content_01 video,
.p-video__content_02 video
 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gif {
  position: relative;
}
.p-gif__content {
  position: absolute;
  left: 50%;
  bottom: 23%;
  -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;
  }
}

.accordion-area {
  margin-bottom: 80px;
}
.accordion_btn {
  position: relative;
  cursor: pointer;
  margin-top: 2px;
}
.accordion_btn .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: 4%;
}
.accordion_btn .icon:before, .accordion_btn .icon:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #aaa;
}
.accordion_btn .icon:before {
  width: 2px;
  height: 30px;
}
.accordion_btn .icon:after {
  width: 30px;
  height: 2px;
}
.accordion_btn.open .icon:before {
  display: none;
}
@media screen and (max-width: 600px) {
  .accordion-area {
    margin-bottom: 40px;
  }
  .accordion_btn .icon {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
  .accordion_btn .icon:before {
    width: 2px;
    height: 20px;
  }
  .accordion_btn .icon:after {
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 480px) {
  .accordion-area {
    margin-bottom: 20px;
  }
  .accordion_btn .icon {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
  }
  .accordion_btn .icon:before {
    width: 1px;
    height: 14px;
  }
  .accordion_btn .icon:after {
    width: 14px;
    height: 1px;
  }
}

/* 口コミスライド */
.reviews{
  background-color: #fffdf5;
}
.slick-dots {
  bottom: -30px;
}
.slick-dots li{
  width: 16px;
  height: 16px;
  margin: 0 7px;
}
.slick-dots li button{
  width: 16px;
  height: 16px;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d5d5d5;
  border-radius: 50%;
  opacity: 1;
}
.slick-dots li.slick-active button:before{
  background-color: #08287b;
  opacity: 1;
}
/* @media screen and (min-width: 750px) {
  .slick-dots li button:before {
    font-size: 20px;
  }
  .slick-dots {
    bottom: -38px;
  }
  .slick-dots li {
    margin: 0 16px;
  }
} */
.slide-01 {
  margin-top: -30%;
}
.reviews_02 {
  background-color: #fdf6d8;
}

/* アコーディオン もっと見る */
.more-btn {
  margin-top: 10px;
}
.more-area {
  display: none;
}
.more-btn.open {
  display: none;
}
.more-area.open {
  display: block;
}

/* MVアニメーション */
.mv {
  position: relative;
}
.txt01 {
  position: absolute;
  top: 7%;
  left: 0;
}
.txt02 {
  position: absolute;
  top: 15.8%;
  left: 0;
}
.fadeIn {
  opacity: 0;
  transition: 0.8s;
}
.fadeIn.delay-01{
  transition-delay: 0.8s;
}
.fadeIn.delay-02{
  transition-delay: 1.6s;
}
.fadeIn.is-show {
  opacity: 1;
}
