@charset "UTF-8";
/* ====================================================
Font
==================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap");
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 10px; /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

/* ====================================================
Media Quary
==================================================== */
/* ====================================================
// flexセット
==================================================== */
/* ====================================================
画像などを縦横比を維持したままレスポンシブ対応
*画像やGoogle Map、YouTubeの埋め込みなどを縦横比を維持したままレスポンシブ対応
.photo {
  // 画像を16:9にトリミングして縦横比を常に保つ
  @include aspect-ratio(16, 9);

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

body {
  color: #323232;
  font-family: "Noto Sans JP", serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
  background: url("../img/common/pattern.jpg");
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  a[href^=tel] {
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (max-width: 990px) {
  .pc-lg {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  .pc-xs {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .sp-lg {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

.u-fn-hover {
  display: inline-block;
}
@media screen and (min-width: 835px) {
  .u-fn-hover {
    transition: all 0.2s;
  }
  .u-fn-hover:hover {
    opacity: 0.7;
  }
}

.u-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.c-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}
.c-fc--blue {
  color: #0054D1 !important;
}
.c-fc--red2 {
  color: #fd345a !important;
}

.c-ft--dela {
  font-family: "Dela Gothic One", serif;
}
.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left !important;
}

@media screen and (min-width: 1025px) {
  .c-pull--right {
    margin-right: -22%;
  }
}
@media screen and (max-width: 1024px) {
  .c-pull--right {
    margin-right: -28px;
  }
}

/* ====================================================
Component
==================================================== */
.c-ttl__01 {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 0 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .c-ttl__01 {
    font-size: 1.5rem;
    padding: 0 0 0 21px;
    margin-bottom: 9px;
  }
}
.c-ttl__01:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #fd345a;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 834px) {
  .c-ttl__01:before {
    left: 2px;
    width: 15px;
    height: 15px;
  }
}
.c-ttl__02 {
  display: block;
  text-align: center;
  font-size: 4.4rem;
  line-height: 1.3;
  font-family: "Dela Gothic One", serif;
  letter-spacing: 1px;
  color: #fd345a;
  margin-bottom: 59px;
}
@media screen and (max-width: 834px) {
  .c-ttl__02 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 374px) {
  .c-ttl__02 {
    font-size: 2.6rem;
  }
}
.c-ttl__02 small {
  display: block;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  padding: 7px 0 0;
}
@media screen and (max-width: 834px) {
  .c-ttl__02 small {
    font-size: 1.8rem;
  }
}

.c-btn__01 {
  width: 100%;
  max-width: 420px;
  height: 88px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
  color: #FF5633;
  border: 3px solid #FF5633;
  border-radius: 10px;
  position: relative;
  background: white;
  box-shadow: 0 4px 0 0 #a8a8a8;
}
@media screen and (max-width: 834px) {
  .c-btn__01 {
    font-size: 2rem;
    height: 64px;
  }
}
.c-btn__01:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/common/arrow-right.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 39px;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .c-btn__01:after {
    width: 23px;
    height: 24px;
    right: 31px;
    background: url("../img/common/arrow-right-sp.svg") no-repeat;
    background-size: 100%;
  }
}

.js-scrollin {
  opacity: 0;
  transform: translate(0, 70px);
}
.js-scrollin.active {
  opacity: 1;
  transform: translate(0, 0);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: white;
  position: relative;
  overflow: hidden;
}

.inner {
  display: block;
  max-width: 1056px;
  padding: 0 28px;
  margin: 0 auto;
}

@keyframes bounce-in {
  0% {
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.is-hello.active .mv-block__item-01 > img {
  opacity: 1;
}
.is-hello.active .mv-block__item-01-small {
  opacity: 1;
  visibility: visible;
  top: 34%;
  right: 3%;
  width: 21.8%;
}
@media screen and (max-width: 834px) {
  .is-hello.active .mv-block__item-01-small {
    top: 14%;
    right: 1%;
    width: 29%;
  }
}
.is-hello.active .mv-block__item-02 > img {
  opacity: 1;
  animation-delay: 0.5s;
}
.is-hello.active .mv-block__item-02-small {
  opacity: 1;
  visibility: visible;
  top: -18%;
  right: -29%;
  width: 45%;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#header .header-logo {
  display: block;
  width: 300px;
  position: absolute;
  top: -14px;
  left: -16px;
}
@media screen and (max-width: 1024px) {
  #header .header-logo {
    width: 240px;
  }
}
@media screen and (max-width: 834px) {
  #header .header-logo {
    width: 143px;
    top: 10px;
    left: 10px;
  }
}

.js-locked {
  overflow: hidden;
  touch-action: none;
}
.js-locked body {
  -webkit-overflow-scrolling: auto;
}

#footer {
  font-size: 1.4rem;
  text-align: center;
  border-top: 2px solid #fd345a;
  letter-spacing: 1px;
  position: relative;
  padding: 37px 0 70px;
}
@media screen and (max-width: 834px) {
  #footer {
    padding: 25px 0;
  }
}
#footer .footer-logo {
  display: block;
  width: 191px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 834px) {
  #footer .footer-logo {
    width: 172px;
    margin: 0 auto 6px;
  }
}

#backtop {
  display: none;
}
@media screen and (max-width: 834px) {
  #backtop {
    display: block;
    width: 44px;
    position: fixed;
    bottom: 28vw;
    right: 11px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #backtop.open {
    opacity: 1;
    visibility: visible;
  }
  #backtop.active {
    position: absolute;
    bottom: 57vw;
  }
}

.survey-banner {
  display: block;
  z-index: 9;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 350px) {
  .survey-banner {
    width: 310px;
  }
  .survey-banner.active {
    top: -64px;
  }
}
.survey-banner .off {
  width: 180px;
}
.survey-banner .on {
  display: none;
  width: 82px;
}
@media screen and (max-width: 834px) {
  .survey-banner {
    top: auto;
    transform: translateY(0);
    bottom: 0;
    transition: none;
  }
  .survey-banner .off {
    width: 92vw;
  }
  .survey-banner.bottom {
    position: absolute;
    bottom: auto;
    top: 0;
    transform: translateY(calc(-100% - 2px));
  }
}
@media screen and (min-width: 835px) {
  .survey-banner.active .off {
    display: none;
  }
  .survey-banner.active .on {
    display: block;
  }
}

.mv-block {
  position: relative;
  padding: 18px 0 0;
}
@media screen and (max-width: 834px) {
  .mv-block {
    padding: 71px 25px 0;
  }
}
.mv-block__bg {
  position: absolute;
  top: -43px;
  width: 1555px;
  margin: 0 auto;
  left: 51%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .mv-block__bg {
    top: -30px;
    width: auto;
    left: -62px;
    right: -60px;
    transform: translateX(0);
  }
}
.mv-block__item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 21px;
  position: relative;
  z-index: 3;
  left: -9px;
  width: 54%;
}
@media screen and (max-width: 834px) {
  .mv-block__item {
    width: auto;
    max-width: 500px;
    left: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .mv-block__item {
    margin: 0 -8px 17px;
  }
}
.mv-block__item-01 {
  width: 366px;
  margin: 0 41px 0 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .mv-block__item-01 {
    width: 58%;
    margin: 0;
  }
}
.mv-block__item-01 > img {
  opacity: 1;
}
.mv-block__item-01-small {
  display: block;
  position: absolute;
  top: 34%;
  right: 3%;
  width: 21.8%;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease;
  transition-delay: 1s;
}
@media screen and (max-width: 834px) {
  .mv-block__item-01-small {
    top: 14%;
    right: 1%;
    width: 29%;
  }
}
.mv-block__item-02 {
  width: 250px;
  margin: 0 0 -8px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .mv-block__item-02 {
    width: 37%;
    margin: 0;
    position: relative;
    left: -3px;
    top: 2px;
  }
}
.mv-block__item-02 > img {
  opacity: 1;
  transition: all 0.3s ease;
  transition-delay: 0.5s;
}
.mv-block__item-02-small {
  display: block;
  position: absolute;
  top: -18%;
  right: -29%;
  width: 45%;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease;
  transition-delay: 1.3s;
}
.mv-block__ttl {
  display: block;
  text-align: center;
  font-size: clamp(4.5rem, 7.4vw, 7.4rem);
  white-space: nowrap;
  line-height: 0.9;
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .mv-block__ttl {
    margin-bottom: 70px;
    font-size: clamp(5.5rem, 7.4vw, 7.4rem);
  }
}
.mv-block__ttl span {
  position: relative;
  display: inline-block;
}
.mv-block__ttl span:nth-child(3) {
  padding: 0 clamp(110px, 19.4vw, 194px) 65px 0;
}
.mv-block__ttl span:nth-child(3):after {
  content: "";
  display: block;
  width: clamp(90px, 14.7vw, 147px);
  height: 124px;
  background: url("../img/top/mv-item-03.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3px;
  right: clamp(13px, 3.7vw, 37px);
}
.mv-block__banner {
  display: block;
  max-width: 700px;
  margin: 0 auto 28px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .mv-block__banner {
    max-width: 664px;
  }
}
@media screen and (max-width: 640px) {
  .mv-block__banner {
    margin: 0 -10px 50px 3px;
  }
}
.mv-block__note {
  font-size: 2.2rem;
  line-height: 1.8636363636;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .mv-block__note {
    font-size: 1.8rem;
    line-height: 1.9444444444;
    margin-bottom: 34px;
  }
}
.mv-block__result {
  display: block;
  max-width: 560px;
  background: white;
  height: 72px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  border-top: 2px solid #FF5633;
  border-bottom: 2px solid #FF5633;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #FF5633;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .mv-block__result {
    height: 48px;
    font-size: 2rem;
  }
}
.mv-block__result:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  background: white;
  z-index: 2;
}
.mv-block__result:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/common/arrow-right.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .mv-block__result:after {
    width: 24px;
    height: 24px;
  }
}
.mv-block__result ul {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  white-space: nowrap;
  animation: slider-move 15s linear infinite;
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 834px) {
  .mv-block__result ul {
    top: 11px;
  }
}
.mv-block__result ul li {
  width: 645px;
  margin-right: 50px;
}
@media screen and (max-width: 834px) {
  .mv-block__result ul li {
    width: 386px;
  }
}

@keyframes slider-move {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}
.top-movie {
  padding: 85px 0 127px;
}
@media screen and (max-width: 834px) {
  .top-movie {
    padding: 72px 0 0;
  }
}
.top-movie:before {
  content: "";
  position: absolute;
  top: -253px;
  left: 66%;
  transform: translateX(-50%);
  bottom: -68px;
  background: url(../img/top/bg-01.png) no-repeat;
  background-size: 100% 100%;
  width: 1850px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .top-movie:before {
    top: -72px;
    width: auto;
    bottom: 64px;
    background: url(../img/top/bg-01-sp.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    transform: translateX(0);
  }
}
.top-movie .inner {
  position: relative;
  z-index: 2;
}

.movie-heading {
  position: relative;
  margin: 0 -80px 21px 45px;
}
@media screen and (max-width: 834px) {
  .movie-heading {
    margin: 0 -24px 14px -20px;
  }
  .movie-heading img {
    display: block;
    margin: 0 auto;
    width: 363px;
  }
}

.movie-list {
  margin: 0 -30px 64px -15px;
}
@media screen and (max-width: 834px) {
  .movie-list {
    margin: 0 -15px 40px;
  }
  .movie-list .slick-list {
    padding: 0 31% 0 6px !important;
  }
}
.movie-list .slick-arrow {
  width: 100px;
  height: 100px;
  top: calc(50% - 96px);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .movie-list .slick-arrow {
    width: 80px;
    height: 80px;
    top: calc(50% - 111px);
  }
}
.movie-list .slick-arrow:before {
  display: none;
}
.movie-list .slick-arrow.slick-next {
  background: url("../img/common/arrow-right-02.svg") no-repeat;
  background-size: 100%;
  right: 19%;
}
@media screen and (max-width: 1024px) {
  .movie-list .slick-arrow.slick-next {
    right: 14px;
  }
}
@media screen and (max-width: 834px) {
  .movie-list .slick-arrow.slick-next {
    right: 12px;
    background: url("../img/top/arrow-next.png") no-repeat 0 0/100% auto;
    width: 27px;
    height: 80px;
  }
}
.movie-list .slick-arrow.slick-prev {
  background: url("../img/common/arrow-right-02.svg") no-repeat;
  background-size: 100%;
  transform: translate(0, -50%) rotate(-180deg);
}
@media screen and (max-width: 834px) {
  .movie-list .slick-arrow.slick-prev {
    left: -15px;
    background: url("../img/top/arrow-prev.png") no-repeat 0 0/100% auto;
    width: 27px;
    height: 80px;
    transform: translate(0, -50%);
  }
}
.movie-list .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.movie-list__item {
  padding: 0 15px;
}
@media screen and (max-width: 834px) {
  .movie-list__item {
    padding: 0 10px;
  }
}
.movie-list__item a {
  display: block;
  color: #323232;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.movie-list__item .thumbnail {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.movie-list__item .thumbnail:before {
  content: "";
  display: block;
  padding: 177% 0 0;
}
.movie-list__item .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.movie-list__item .movie_title {
  display: block;
  font-size: 2rem;
  line-height: 1.55;
  margin-bottom: 13px;
}

.top-pickup {
  background: #f7f6f1;
  padding: 0;
  margin: 100px 0 150px;
}
@media screen and (max-width: 834px) {
  .top-pickup {
    padding: 0;
    margin: 8rem 0 7rem;
  }
}
.top-pickup:before, .top-pickup:after {
  content: "";
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .top-pickup:before, .top-pickup:after {
    display: none;
  }
}
.top-pickup:before {
  top: -77px;
  left: 24px;
  width: 167px;
  background: url(../img/top/pickup-bf.png?ver=202510) no-repeat;
  background-size: 100%;
  background-position: center;
}
.top-pickup:after {
  top: -104px;
  right: 18px;
  width: 198px;
  background: url(../img/top/pickup-af.png?ver=202510) no-repeat;
  background-size: 100%;
  background-position: center;
}
.top-pickup .inner {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .top-pickup .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top-pickup .inner:before, .top-pickup .inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 51px;
  margin: 0 calc(50% - 50vw);
}
.top-pickup .inner:before {
  top: -40px;
  background: url("../img/top/survey-bf.png?ver=202510") repeat-x;
}
@media screen and (max-width: 834px) {
  .top-pickup .inner:before {
    top: -30px;
    background-size: 41%;
  }
}
.top-pickup .inner:after {
  bottom: -40px;
  background: url("../img/top/survey-af.png?ver=202510") repeat-x;
}
@media screen and (max-width: 834px) {
  .top-pickup .inner:after {
    bottom: -30px;
    background-size: 41%;
  }
}

.pickup-ttl {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  left: 5.8%;
}
@media screen and (max-width: 834px) {
  .pickup-ttl {
    margin: 0 -17px 34px -52px;
  }
}
.pickup-ttl img {
  width: 702px;
}
@media screen and (max-width: 834px) {
  .pickup-ttl img {
    width: 388px;
  }
}

.pickup-list {
  margin: 0 -30px 19px -15px;
}
@media screen and (max-width: 1245px) {
  .pickup-list {
    padding: 0 50px;
  }
}
@media screen and (max-width: 834px) {
  .pickup-list {
    margin: 0 -13px 9px;
    padding: 0;
  }
  .pickup-list .slick-list {
    padding: 0 31% 0 6px !important;
  }
}
.pickup-list .slick-arrow {
  width: 100px;
  height: 100px;
  top: calc(50% - 10px);
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .pickup-list .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
.pickup-list .slick-arrow:before {
  display: none;
}
.pickup-list .slick-arrow.slick-next {
  background: url("../img/common/arrow-right-02.png?ver=202510") no-repeat;
  background-size: 100%;
  right: 19%;
}
@media screen and (max-width: 1024px) {
  .pickup-list .slick-arrow.slick-next {
    right: 14px;
  }
}
@media screen and (max-width: 834px) {
  .pickup-list .slick-arrow.slick-next {
    right: 12px;
    background: url("../img/top/arrow-next.png?ver=202510") no-repeat 0 0/100% auto;
    width: 27px;
    height: 80px;
  }
}
.pickup-list .slick-arrow.slick-prev {
  background: url("../img/common/arrow-right-02.png?ver=202510") no-repeat;
  background-size: 100%;
  transform: translate(0, -50%) rotate(-180deg);
}
@media screen and (max-width: 834px) {
  .pickup-list .slick-arrow.slick-prev {
    left: -15px;
    background: url("../img/top/arrow-prev.png?ver=202510") no-repeat 0 0/100% auto;
    width: 27px;
    height: 80px;
    transform: translate(0, -50%);
  }
}
.pickup-list .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.pickup-list__item {
  padding: 0 15px 40px;
}
@media screen and (max-width: 834px) {
  .pickup-list__item {
    padding: 0 10px 40px;
  }
}
.pickup-list__box {
  border: 3px solid #fd345a;
  border-radius: 40px;
  position: relative;
  font-size: 1.9rem;
  line-height: 2;
  font-weight: bold;
  color: #fd345a;
  background: white;
  padding: 23px 15px 23px 18px;
}
@media screen and (max-width: 834px) {
  .pickup-list__box {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    padding: 23px 15px;
  }
}
.pickup-list__box:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 25px 0 25px;
  border-color: #fd345a transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .pickup-list__box:after {
    border-style: solid;
    border-width: 33px 23px 0;
  }
}
.pickup-list__ttl {
  display: inline-block;
  color: white;
  background: #3e7ffb;
  border-radius: 40px;
  padding: 0 20px;
  margin-bottom: 5px;
}
.pickup-note {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 653px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 834px) {
  .pickup-note {
    max-width: 290px;
  }
}
.pickup-note__img {
  width: 111px;
  padding: 0 0 30px;
}
@media screen and (max-width: 834px) {
  .pickup-note__img {
    width: 90px;
  }
}
.pickup-note__ct {
  width: calc(100% - 153px);
  position: relative;
  background: #3e7ffb;
  font-size: 3.2rem;
  line-height: 1.46875;
  font-weight: 500;
  color: white;
  padding: 6px 10px;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .pickup-note__ct {
    font-size: 1.8rem;
    line-height: 1.3333333333;
    width: calc(100% - 110px);
    padding: 9px 21px;
    text-align: left;
  }
}
.pickup-note__ct:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 25px 13px 0;
  border-color: transparent #3e7ffb transparent transparent;
  position: absolute;
  right: calc(100% - 1px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .pickup-note__ct:before {
    border-style: solid;
    border-width: 10px 17px 10px 0;
  }
}

.top-survey {
  background: #f7f6f1;
  padding: 17px 0 132px;
}
@media screen and (max-width: 834px) {
  .top-survey {
    padding: 37px 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .top-survey--custom-sp {
    margin-right: 0 !important;
  }
}
.top-survey:before, .top-survey:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 51px;
}
.top-survey:before {
  top: -40px;
  background: url("../img/top/survey-bf.png") repeat-x;
}
@media screen and (max-width: 834px) {
  .top-survey:before {
    top: -30px;
    background-size: 41%;
  }
}
.top-survey:after {
  bottom: -40px;
  background: url("../img/top/survey-af.png") repeat-x;
}
@media screen and (max-width: 834px) {
  .top-survey:after {
    bottom: -30px;
    background-size: 41%;
  }
}
.top-survey .inner {
  position: relative;
  z-index: 2;
  max-width: 1230px;
}

.survey-ttl {
  display: block;
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 834px) {
  .survey-ttl {
    margin-bottom: 24px;
  }
}
.survey-ttl img {
  width: 702px;
}
@media screen and (max-width: 834px) {
  .survey-ttl img {
    width: 300px;
  }
}

.survey-list {
  margin: 0 -10px;
}
@media screen and (max-width: 1300px) {
  .survey-list {
    padding: 0 50px;
  }
}
@media screen and (max-width: 834px) {
  .survey-list {
    padding: 0;
  }
  .survey-list .slick-list {
    padding: 0 18% 0 6px !important;
  }
}
.survey-list .slick-arrow {
  width: 100px;
  height: 100px;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .survey-list .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
.survey-list .slick-arrow:before {
  display: none;
}
.survey-list .slick-arrow.slick-next {
  background: url("../img/common/arrow-right-02.png") no-repeat;
  background-size: 100%;
  right: -90px;
}
@media screen and (max-width: 1300px) {
  .survey-list .slick-arrow.slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .survey-list .slick-arrow.slick-next {
    right: 0px;
  }
}
@media screen and (max-width: 834px) {
  .survey-list .slick-arrow.slick-next {
    right: 9px;
    background: url("../img/top/arrow-next.png") no-repeat 0 0/100% auto;
    width: 27px;
    height: 80px;
  }
}
.survey-list .slick-arrow.slick-prev {
  background: url("../img/common/arrow-right-02.png") no-repeat;
  background-size: 100%;
  left: -90px;
  transform: translate(0, -50%) rotate(-180deg);
}
@media screen and (max-width: 1300px) {
  .survey-list .slick-arrow.slick-prev {
    left: -40px;
  }
}
@media screen and (max-width: 834px) {
  .survey-list .slick-arrow.slick-prev {
    left: -18px;
    background: url("../img/top/arrow-prev.png") no-repeat 0 0/100% auto;
    width: 27px;
    height: 80px;
    transform: translate(0, -50%);
  }
}
.survey-list .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.survey-list__item {
  padding: 0 10px;
}
.survey-list__item iframe {
  max-width: 100% !important;
}

.top-support {
  padding: 90px 0 80px;
}
@media screen and (max-width: 834px) {
  .top-support {
    padding: 73px 0 168px;
  }
  .top-support .c-ttl__02 {
    margin: 0 -20px 41px;
  }
}

.support-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 59px;
}
@media screen and (max-width: 640px) {
  .support-list {
    margin-bottom: 8px;
  }
}
.support-list__item {
  width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
  .support-list__item {
    width: 100%;
    margin-bottom: 21px;
  }
}
.support-list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  height: 180px;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  padding: 0 21px 0 0;
  box-shadow: 0 4px 0 0 #a8a8a8;
}
@media screen and (max-width: 834px) {
  .support-list__item a {
    height: 115px;
    border-radius: 10px;
    justify-content: flex-start;
    padding: 0 40px;
    font-size: 2rem;
    line-height: 1.45;
  }
}
.support-list__item a:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 13%;
  top: 50%;
  transform: translateY(-50%);
}
.support-list__item:nth-child(2) a {
  padding: 0 41px 0 0;
}
@media screen and (max-width: 834px) {
  .support-list__item:nth-child(2) a {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  .support-list__item:nth-child(2) a:after {
    right: 11%;
  }
}
@media screen and (min-width: 835px) {
  .support-list__item:nth-child(2) a:after {
    right: 5%;
  }
}
.support-list--form {
  background: url("../img/top/bg-support-01.png") no-repeat;
  background-size: cover;
}
.support-list--form:after {
  background: url("../img/common/arrow-right-03.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}
.support-list--file {
  background: url("../img/top/bg-support-02.png") no-repeat;
  background-size: cover;
  padding: 0 53px 0 0;
  letter-spacing: 1px;
}
.support-list--file:after {
  background: url("../img/common/dowload.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  right: 10.5%;
}

.support-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
.support-sns__item {
  width: 23.5%;
  border: 2px solid #fd345a;
  border-radius: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fd345a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 834px) {
  .support-sns__item {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    margin-bottom: 17px;
    border-radius: 10px;
    text-align: left;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .support-sns__item:nth-child(3) {
    width: 100%;
  }
}
.support-sns__item > a {
  display: block;
  color: #fd345a;
  min-height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 32px;
}
@media screen and (max-width: 834px) {
  .support-sns__item > a {
    min-height: 60px;
    padding: 0;
  }
}
.support-sns__item > a:after {
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../img/common/arrow-right-04.svg?ver=202510") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .support-sns__item > a:after {
    left: inherit;
    right: 27px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
}
.support-sns__item:nth-of-type(2), .support-sns__item:nth-of-type(3) {
  background: #f7f6f1;
  border: none;
  width: 36.2%;
}
@media screen and (max-width: 834px) {
  .support-sns__item:nth-of-type(2), .support-sns__item:nth-of-type(3) {
    width: 100%;
    padding-left: 0;
  }
}
.support-sns__item:nth-of-type(3) .support-sns__ttl {
  transform: translateY(-20px);
}
@media screen and (max-width: 834px) {
  .support-sns__item:nth-of-type(3) .support-sns__ttl {
    transform: none;
  }
}
.support-sns__ttl {
  display: block;
  width: 100%;
  margin-bottom: 19px;
  text-align: center;
}
.support-sns__ttl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .support-sns__ttl {
    text-align: center;
  }
}
.support-sns__box {
  width: 100%;
  padding: 10px 8% 0;
}
@media screen and (max-width: 1024px) {
  .support-sns__box {
    padding: 10px 10px 0;
  }
}
@media screen and (max-width: 834px) {
  .support-sns__box {
    padding: 22px 26px 28px;
  }
}
.support-sns__box .support-sns__ttl {
  letter-spacing: 1px;
}
.support-sns__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.support-sns__list-item {
  width: calc(50% - 5px);
}
@media screen and (max-width: 834px) {
  .support-sns__list-item {
    width: 100%;
    margin-bottom: 14px;
  }
  .support-sns__list-item:last-child {
    margin-bottom: 0;
  }
}
.support-sns__list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 52px;
  color: #fd345a;
  box-shadow: 0 4px 0 0 #d6d2cc;
  font-size: 1.2rem;
  position: relative;
  border-radius: 10px;
  padding: 0;
  text-align: center;
  background: #fff;
  border: 2px solid #fd345a;
}
@media screen and (max-width: 834px) {
  .support-sns__list-item a {
    padding: 0 33px 0 0;
    height: 60px;
    font-size: 1.8rem;
  }
}
.support-sns__list-item a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
}
.support-sns__list-item a:after {
  content: "";
  border: solid #fd345a;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
@media screen and (max-width: 834px) {
  .support-sns__list-item a:after {
    padding: 4px;
    right: 29px;
  }
}
.support-sns__list--line {
  background: #06c755;
}
.support-sns__list--twitter {
  background: #323232;
}
.support-sns__list--02 .support-sns__list-item {
  margin-bottom: 8px;
}
@media screen and (max-width: 834px) {
  .support-sns__list--02 .support-sns__list-item {
    width: calc(50% - 5px);
  }
}
.support-sns__list--02 .support-sns__list-item a {
  height: 40px;
}
@media screen and (max-width: 834px) {
  .support-sns__list--02 .support-sns__list-item a {
    padding: 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .support-sns__list--02 .support-sns__list-item a img {
    left: 10px;
  }
}
@media screen and (max-width: 834px) {
  .support-sns__list--02 .support-sns__list-item a::after {
    right: 15px;
  }
}

.top-voice {
  margin-bottom: 150px;
}
.top-voice .syukei {
  width: auto;
}
.top-voice .syukei h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
.top-voice .syukei p {
  font-size: 1.9rem;
}
.top-voice .syukei .image {
  text-align: center;
}
.top-voice .syukei h3 {
  text-align: center;
  margin: 1.5em 0;
  color: #fd345a;
  font-size: 3rem;
  font-weight: 700;
}
.top-voice .syukei .voice li {
  font-size: 1.9rem;
  padding-left: 1em;
  position: relative;
  line-height: 1.7;
}
.top-voice .syukei .voice li::before {
  content: "•";
  position: absolute;
  left: 0;
}
.top-voice .syukei .voice li + li {
  margin-top: 0.8em;
}
.top-voice .syukei .more {
  margin-top: 50px;
  text-align: center;
}
.top-voice .syukei .more span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0.5em;
  gap: 0.8em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fd345a;
  max-width: 420px;
  box-shadow: 0 5px 0 0 #a6a6a6;
  margin: 0 auto;
  border: solid 3px #fd345a;
  border-radius: 10px;
}
.top-voice .syukei .more span::after {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background: url("../img/common/arrow-right-05.png") no-repeat;
  background-size: 100%;
  transition: 0.3s;
  transform: rotate(90deg);
}
.top-voice .syukei .more span.closed::after {
  display: none;
}
.top-voice .syukei .more span:hover::after {
  opacity: 0.8;
}
@media screen and (max-width: 834px) {
  .top-voice {
    margin-bottom: 8rem;
  }
  .top-voice .syukei h2 {
    font-size: 1.8rem;
  }
  .top-voice .syukei p {
    font-size: 1.6rem;
  }
  .top-voice .syukei h3 {
    font-size: 2.3rem;
  }
  .top-voice .syukei .voice li {
    font-size: 1.6rem;
  }
  .top-voice .syukei .more {
    margin-top: 3rem;
  }
  .top-voice .syukei .more span {
    font-size: 2rem;
    padding: 0.8em 0.5em;
    border-radius: 1.3rem;
  }
  .top-voice .syukei .more span::after {
    width: 2.5rem;
  }
}

.page-sokuhou .mv-block__bg {
  top: 80px;
  width: 105%;
  left: 50%;
}
@media screen and (max-width: 834px) {
  .page-sokuhou .mv-block__bg {
    top: -30px;
    width: 110%;
    left: -5%;
    right: -5%;
  }
}
@media screen and (max-width: 834px) {
  .page-sokuhou .mv-block__ttl {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=styles.css.map */