@charset "UTF-8";
/* ====================================================
Color
==================================================== */
/* ====================================================
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=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&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;
}

* {
  -webkit-box-sizing: border-box;
          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: #666;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  background: url("../img/bg-page.jpg") repeat center;
  background-size: 100%;
}
@media screen and (min-width: 641px) {
  body {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 640px) {
  body {
    background: none;
  }
  body:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/bg-page.jpg) no-repeat center;
    background-size: 834px auto;
    position: fixed;
    top: 0;
    left: 0;
  }
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  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) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-ipd {
    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-ipd {
    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-pull--left {
  margin-left: calc((100vw - 100%) / 2 * -1);
}
.u-pull--right {
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.c-fc--pink {
  color: #F092AE;
}

.c-al--c {
  text-align: center !important;
}
.c-al--r {
  text-align: right !important;
}
.c-al--l {
  text-align: left !important;
}

.c-fw--lt {
  font-weight: 300 !important;
}
.c-fw--rg {
  font-weight: 400 !important;
}
.c-fw--md {
  font-weight: 500 !important;
}
.c-fw--sbd {
  font-weight: 600 !important;
}
.c-fw--bd {
  font-weight: 700 !important;
}
.c-fw--bk {
  font-weight: 900 !important;
}

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

/* ====================================================
Component
==================================================== */
.c-txt__01 {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .c-txt__01 {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.c-txt__01 span {
  margin-top: 3px;
  display: block;
  line-height: 1.1667;
  font-size: 1.2rem;
}
@media screen and (max-width: 834px) {
  .c-txt__01 span {
    line-height: 1.2;
    font-size: 1rem;
  }
}
.c-txt__01 span.note-second {
  display: inline-block;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #000;
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  .c-txt__01 span.note-second {
    display: block;
    margin-left: 0;
    font-size: 1.1rem;
  }
}
.c-txt__02 {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 834px) {
  .c-txt__02 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.c-txt__02 a {
  color: #666;
  text-decoration: underline;
}
.c-txt__02 .txt-pink {
  color: #FF7BAC;
  font-weight: 700;
}
.c-txt__02 .txt-violet {
  color: #A68ADD;
  font-weight: 700;
}
.c-txt__03 {
  font-size: 1.2rem;
  line-height: 1.4166666667;
}
@media screen and (max-width: 1245px) {
  .c-txt__03 {
    font-size: 1rem;
  }
}

.c-ttl__01 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -52%);
      -ms-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
  max-width: 680px;
}
@media screen and (max-width: 640px) {
  .c-ttl__01 {
    -webkit-transform: translate(-50%, -38%);
        -ms-transform: translate(-50%, -38%);
            transform: translate(-50%, -38%);
    width: 102.5%;
  }
}
.c-ttl__02 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-ttl__03 {
  text-align: center;
  margin-bottom: 20px;
}
.c-ttl__03 img {
  max-width: 324px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .c-ttl__03 img {
    max-width: 250px;
  }
}

.c-btn__01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: min(280px, 56vw);
  width: 100%;
  margin: 0 auto;
}
.c-btn__02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: min(400px, 80vw);
  width: 100%;
  margin: 0 auto;
}
.c-btn__03 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: min(480.5px, 56vw);
  width: 100%;
  margin: 0 auto;
}

.inner {
  display: block;
  width: 90.6666666667vw;
  max-width: 1100px;
  margin: 0 auto;
}
.inner--844 {
  max-width: 874px;
}

main {
  position: relative;
  z-index: 2;
}

.wrapper {
  max-width: 995px;
  margin: 0 auto;
}

.c-box {
  background: #fff;
  position: relative;
  padding: 130px min(66px, 4.2666666667vw) 69px;
  border: 4px solid #998675;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .c-box {
    padding: 23.4666666667vw 16px 121px;
  }
}

@media screen and (max-width: 1024px) {
  #header .header-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 60px 20px 0;
    overflow-y: scroll;
  }
  #header .header-nav.active {
    display: block;
  }
}
#header .header-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu {
    display: block;
  }
}
#header .header-nav__menu-item {
  padding: 11px 17px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item {
    border-bottom: 1px solid #ccc;
  }
}
#header .header-nav__menu-item > a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: black;
  padding: 0 0;
}
@media screen and (max-width: 1024px) {
  #header .header-nav__menu-item > a {
    text-align: center;
    position: relative;
  }
}
#header .js-mobile {
  width: 26px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 12;
  display: none;
}
@media screen and (max-width: 1024px) {
  #header .js-mobile {
    display: block;
  }
}
#header .js-mobile span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  border-radius: 3px;
}
#header .js-mobile span:before, #header .js-mobile span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}
#header .js-mobile span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -6px;
}
#header .js-mobile span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -6px;
}
#header .js-mobile--close span {
  background-color: transparent;
}
#header .js-mobile--close span:before, #header .js-mobile--close span:after {
  width: 100%;
  background: #333;
}
#header .js-mobile--close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 2px;
}
#header .js-mobile--close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: -2px;
}

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

.main-footer {
  position: relative;
  z-index: 10;
  padding: min(137px, 13.3333333333vw) 0 min(122px, 13.3333333333vw);
}
.main-footer__logo {
  text-align: center;
  margin-bottom: min(67px, 13.3333333333vw);
}
.main-footer__logo img {
  max-width: 450px;
}
.main-footer__copyright {
  text-align: center;
}
.main-footer__copyright img {
  max-width: 450px;
}
.main-footer__desc {
  line-height: 1.4;
  margin-bottom: min(73px, 13.3333333333vw);
}
.main-footer__backtop {
  width: 140px;
  position: fixed;
  bottom: 40px;
  right: 1.95%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (max-width: 834px) {
  .main-footer__backtop {
    width: 80px;
    right: 15px;
    bottom: 10px;
  }
}
.main-footer__backtop:hover {
  opacity: 0.7;
}
.main-footer__cart {
  bottom: 180px;
  right: 1.6%;
  position: fixed;
  width: 150px;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .main-footer__cart {
    width: 80px;
    bottom: 100px;
    right: 14px;
  }
}
.main-footer__cart img {
  max-width: 100%;
  width: 100%;
}

.what-box {
  margin-bottom: min(75px, 13.3333333333vw);
}
@media screen and (min-width: 835px) {
  .what-box {
    padding-top: 140px;
    padding-bottom: 117px;
  }
}
.what-txt {
  max-width: 792px;
  margin: 0 auto;
}

.js-show {
  opacity: 0;
  visibility: hidden;
}
.js-show.is-show {
  opacity: 1;
  visibility: visible;
}

.sec-mv {
  position: relative;
}
.sec-mv__ttl img {
  width: 100%;
}
.sec-mv__sns {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  top: 15px;
  right: 19px;
}
@media screen and (max-width: 834px) {
  .sec-mv__sns {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: white;
    padding: 20px 0;
    top: 0;
    right: 0;
  }
}
.sec-mv__sns-item {
  margin-left: 19px;
}
@media screen and (max-width: 834px) {
  .sec-mv__sns-item {
    margin: 0 10px;
  }
}
.sec-mv__sns-item img {
  width: 36px;
}

.box-event {
  font-size: 3.6rem;
  background: #fff;
  padding: 70px 0;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .box-event {
    font-size: 2rem;
    padding: 40px 0;
  }
}
.box-event span {
  background: red;
  border-radius: 6px;
  font-weight: 700;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 10px;
}

.anchor-link {
  padding: min(55px, 8vw) 0;
  background: #F092AE;
}

.menu-list {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .menu-list {
    width: 91.1764705882%;
    gap: 10px;
  }
}
.menu-list__item {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 640px) {
  .menu-list__item {
    width: calc(50% - 5px);
  }
}
.menu-list__item a {
  display: block;
}

.menu-block {
  text-align: center;
}
.menu-block--02 {
  padding-bottom: 250px;
}
@media screen and (max-width: 834px) {
  .menu-block--02 {
    padding-bottom: 80px;
  }
}
.menu-block__intro {
  text-align: center;
  margin-bottom: 28px;
  letter-spacing: 0.06em;
}
.menu-block__price {
  max-width: 600px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 834px) {
  .menu-block__price {
    max-width: 450px;
    margin-bottom: 30px;
  }
}
.menu-block__img {
  margin: 0 auto;
  text-align: center;
  max-width: 650px;
}
@media screen and (max-width: 834px) {
  .menu-block__img {
    max-width: 450px;
  }
}
.menu-block__img-caption {
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-top: 11px;
}
.menu-block__img-label {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 43px;
}
@media screen and (max-width: 834px) {
  .menu-block__img-label {
    max-width: 142px;
    margin-bottom: 20px;
  }
}
.menu-block__note {
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.3;
}
.menu-block__heading {
  margin-bottom: 27px;
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .menu-block__heading {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.menu-block__heading span {
  display: block;
  margin-bottom: 6px;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .menu-block__heading span {
    font-size: 1.6rem;
  }
}
.menu-block__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 30px;
  max-width: 960px;
  margin: 0 auto 62px;
}
@media screen and (max-width: 1024px) {
  .menu-block__box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 834px) {
  .menu-block__box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .menu-block__box {
    grid-template-columns: 1fr;
    gap: 20px 15px;
  }
}
.menu-block__box-ttl {
  margin-bottom: 10px;
}
.menu-block__box-item:nth-child(3) .menu-block__box-ttl, .menu-block__box-item:nth-child(4) .menu-block__box-ttl {
  margin-bottom: 0;
}
.menu-block__pro {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .menu-block__pro {
    margin-bottom: 50px;
  }
}
.menu-block__pro-img {
  margin-bottom: 18px;
}
.menu-block__pro-img img {
  width: 100%;
  max-width: 450px;
}
.menu-block__pro .c-txt__01 {
  letter-spacing: 0.5px;
}
.menu-block__pro .c-txt__01 p:not(:last-child) {
  margin-bottom: 14px;
}
.menu-block__desc02 {
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .menu-block__desc02 {
    margin-bottom: 22px;
  }
}
.menu-block__list {
  display: grid;
  margin: 0 0 63px;
  padding: 0 12px;
  gap: min(70px, 9.6vw) min(30px, 4vw);
}
@media screen and (min-width: 641px) {
  .menu-block__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 641px) and (max-width: 990px) {
  .menu-block__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-block__list-main {
  margin-bottom: 6px;
}
.menu-block__list-img img {
  width: 100%;
}
.menu-block__list-ttl {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 7px;
}
@media screen and (max-width: 1245px) {
  .menu-block__list-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .menu-block__list-ttl {
    margin-bottom: 3px;
  }
}
.menu-block__list-ttl span {
  letter-spacing: 0;
}
.menu-block__list-price {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 2px;
}
@media screen and (max-width: 1245px) {
  .menu-block__list-price {
    font-size: 1.8rem;
  }
}
.menu-block__list-price-set {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 6px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1245px) {
  .menu-block__list-price-set {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-block__list-price-set {
    gap: 0 4px;
  }
}
.menu-block__list-price-set > span:first-child {
  color: #fff;
  background: #3FA9F5;
  padding: 2px 5px;
  line-height: 1.1;
}
.menu-block__list-item a {
  color: #666;
}
.menu-block__online {
  margin-bottom: 127px;
}
@media screen and (max-width: 834px) {
  .menu-block__online {
    margin-bottom: 50px;
  }
}
.menu-block__online .c-txt__01 {
  margin-bottom: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 834px) {
  .menu-block__online .c-txt__01 {
    margin-bottom: 25px;
  }
}
.menu-block__online-btn {
  display: block;
  max-width: 505px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 834px) {
  .menu-block__online-btn {
    max-width: 350px;
  }
}

.sec-characters {
  padding: min(138px, 13vw) 0 min(168px, 15.8vw);
}
.sec-characters__box {
  position: relative;
}
.sec-characters__desc {
  margin-bottom: 52px;
}
.sec-characters__info {
  width: 97.5%;
  margin: 0 auto min(20px, 3.4666666667vw);
}
.sec-characters__img {
  max-width: 720px;
  margin: 0 auto 14px;
}
.sec-characters__size {
  margin-bottom: 28px;
}
@media screen and (max-width: 834px) {
  .sec-characters__size {
    margin-bottom: 37px;
  }
}
.sec-characters__btn {
  margin-bottom: 31px;
}
@media screen and (max-width: 640px) {
  .sec-characters__btn {
    margin-bottom: 77px;
  }
}
.sec-characters__note {
  margin: 0 -10px;
}

.sec-merchandise {
  padding: min(138px, 9vw) 0 min(168px, 15.8vw);
}
.sec-merchandise__box {
  position: relative;
  padding-bottom: min(49px, 9.3333333333vw);
}
.sec-merchandise__desc {
  margin-bottom: min(39px, 8vw);
}
.sec-merchandise__desc--second {
  margin-bottom: 12px;
}
.sec-merchandise__desc--three {
  margin-bottom: min(49px, 8vw);
}
.sec-merchandise__intro--first {
  margin-bottom: min(55px, 8vw);
}
.sec-merchandise__intro--second {
  margin-bottom: min(21px, 4vw);
}
.sec-merchandise__intro--three {
  margin-bottom: min(119px, 13.3333333333vw);
}
.sec-merchandise__btn--first {
  margin-bottom: min(82px, 13.3333333333vw);
}
.sec-merchandise__btn--second {
  margin-bottom: min(35px, 13.3333333333vw);
}
.sec-merchandise__btn--three {
  margin-bottom: min(31px, 13.3333333333vw);
}
.sec-merchandise__subTtl--first {
  margin-bottom: min(20px, 4vw);
}
.sec-merchandise__subTtl--second {
  margin-bottom: 15px;
}
.sec-merchandise__subTtl--three {
  margin-bottom: min(30px, 4vw);
}
.sec-merchandise__img {
  max-width: 400px;
  margin: 0 auto 6px;
}
.sec-merchandise__size {
  margin-bottom: min(20px, 4vw);
}
.sec-merchandise__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  max-width: 780px;
  margin: 0 auto min(52px, 10vw);
}
@media screen and (max-width: 640px) {
  .sec-merchandise__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-merchandise__wrap-img {
  width: 46.1538461538%;
}
@media screen and (max-width: 640px) {
  .sec-merchandise__wrap-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 19px;
  }
}
.sec-merchandise__wrap-ct {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .sec-merchandise__wrap-ct {
    width: 100%;
  }
}
.sec-merchandise__wrap-ttl {
  font-size: 2.6667rem;
  line-height: 1.5;
  font-weight: 900;
  margin: -22px 0 26px;
}
@media screen and (max-width: 834px) {
  .sec-merchandise__wrap-ttl {
    font-size: 2rem;
    line-height: 1.3;
    margin: 0 0 36px;
  }
}

.sec-product {
  padding: min(138px, 9vw) 0 min(168px, 15.8vw);
}
.sec-product__box {
  position: relative;
  padding-bottom: min(159px, 13.3333333333vw);
}
.sec-product__desc {
  margin-bottom: min(39px, 8vw);
}
.sec-product__desc--second {
  margin-bottom: 12px;
}
.sec-product__desc--three {
  margin-bottom: min(49px, 8vw);
}
.sec-product__intro--first {
  margin-bottom: min(90px, 8vw);
}
.sec-product__intro--second {
  margin-bottom: min(106px, 13.3333333333vw);
}
.sec-product__btn {
  margin-bottom: min(40px, 8vw);
}
.sec-product__subTtl--first {
  margin-bottom: 28px;
}
@media screen and (max-width: 834px) {
  .sec-product__subTtl--first {
    margin-bottom: 30px;
  }
}
.sec-product__subTtl--second {
  margin-bottom: 22px;
}
@media screen and (max-width: 834px) {
  .sec-product__subTtl--second {
    margin-bottom: 30px;
  }
}
.sec-product__img {
  max-width: 900px;
  margin: 0 auto 16px;
}
.sec-product__img img {
  display: block;
  width: 100%;
}
.sec-product__img--second {
  max-width: 600px;
  margin-bottom: 4px;
}
.sec-product__size {
  margin-bottom: min(12px, 4vw);
}
.sec-product__size--second {
  margin-bottom: min(43px, 4vw);
}

.product-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
  gap: 70px 30px;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.35;
}
.product-list--01 {
  margin-bottom: min(112px, 17.3333333333vw);
}
.product-list--02 {
  gap: 57px 30px;
  margin-bottom: min(84px, 13.3333333333vw);
}
.product-list__item {
  width: calc(33.33% - 20px);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .product-list__item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .product-list__item {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
.product-list__item:nth-child(8n+1) {
  color: #67C1B2;
}
.product-list__item:nth-child(8n+2) {
  color: #E60012;
}
.product-list__item:nth-child(8n+3) {
  color: #F6B16A;
}
.product-list__item:nth-child(8n+4) {
  color: #202222;
}
.product-list__item:nth-child(8n+5) {
  color: #FFE14D;
}
.product-list__item:nth-child(8n+6) {
  color: #40A9D7;
}
.product-list__item:nth-child(8n+7) {
  color: #F092AE;
}
.product-list__item:nth-child(8n+8) {
  color: #9FCC6A;
}
.product-list__img {
  margin-bottom: 5px;
}
.product-list__img img {
  display: block;
  width: 100%;
}
.product-list__ttl {
  margin-bottom: 2px;
}

.sec-collaborative {
  padding: min(138px, 13.3333333333vw) 0 min(155px, 13.3333333333vw);
}
.sec-collaborative__box {
  position: relative;
  padding-bottom: min(62px, 9.3333333333vw);
}
.sec-collaborative__desc {
  margin-bottom: min(44px, 8vw);
}
.sec-collaborative__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 610px;
  margin: 0 auto min(49px, 8vw);
}
@media screen and (max-width: 640px) {
  .sec-collaborative__list {
    margin: 0 -3px 30px -2px;
    gap: 5px;
  }
}
.sec-collaborative__info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  max-width: 962px;
  margin: 0 auto min(39px, 8vw);
}
.sec-collaborative__info-ttl {
  width: 183px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .sec-collaborative__info-ttl {
    width: 132px;
  }
}
.sec-collaborative__info-ct {
  width: calc(100% - 182px);
  margin-left: -2px;
}
@media screen and (max-width: 834px) {
  .sec-collaborative__info-ct {
    width: calc(100% - 130px);
  }
}
.sec-collaborative__info-ct img {
  min-width: 743px;
}
@media screen and (max-width: 834px) {
  .sec-collaborative__info-ct img {
    min-width: 561px;
  }
}

.sec-decoration {
  padding: min(138px, 13.3333333333vw) 0 min(155px, 13.3333333333vw);
}
.sec-decoration__box {
  position: relative;
  padding-bottom: min(91px, 9.3333333333vw);
}
.sec-decoration__desc {
  margin-bottom: min(50px, 8vw);
}
.sec-decoration__desc--second {
  margin-bottom: 16px;
}
.sec-decoration__img {
  max-width: 620px;
  margin: 0 auto min(37px, 8vw);
}
.sec-decoration__img img {
  display: block;
  width: 100%;
}
.sec-decoration__size {
  margin-bottom: min(104px, 13.3333333333vw);
}
.sec-decoration__subTtl {
  margin-bottom: min(20px, 4vw);
}
.sec-decoration__flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 710px;
  margin: 0 auto min(44px, 8vw);
}
@media screen and (min-width: 641px) {
  .sec-decoration__flex {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  .sec-decoration__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-decoration__flex-img {
  width: 56.338028169%;
}
@media screen and (max-width: 640px) {
  .sec-decoration__flex-img {
    width: 100%;
    max-width: 400px;
  }
}
.sec-decoration__flex-ct {
  width: 42.2535211268%;
}
@media screen and (max-width: 640px) {
  .sec-decoration__flex-ct {
    width: 100%;
    max-width: 300px;
  }
}

.sec-campaign {
  padding: min(138px, 13.3333333333vw) 0 min(155px, 13.3333333333vw);
}
.sec-campaign__box {
  position: relative;
  padding-bottom: min(60px, 9.3333333333vw);
}
.sec-campaign__desc {
  margin-bottom: min(56px, 8vw);
}
.sec-campaign__img {
  max-width: 400px;
  margin: 0 auto min(24px, 4vw);
}
.sec-campaign__img img {
  display: block;
  width: 100%;
}
.sec-campaign__size {
  margin-bottom: min(85px, 13.3333333333vw);
}
.sec-campaign__info {
  max-width: 600px;
  margin: 0 auto min(21px, 4vw);
  position: relative;
}
.sec-campaign__info-link {
  position: absolute;
  top: 28.7%;
  left: 26.5%;
  height: 6.6%;
  width: 43.5%;
  border-radius: 50px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.sec-campaign__info-link:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 640px) {
  .sec-campaign__info-link {
    top: 27.9%;
    left: 6.8%;
    width: 86.8%;
  }
}
.sec-campaign__info-copy {
  position: absolute;
  top: 44.8%;
  left: 26.5%;
  height: 6.5%;
  width: 64.5%;
}
@media screen and (max-width: 640px) {
  .sec-campaign__info-copy {
    top: 48.8%;
    left: 15.5%;
    height: 8.5%;
    width: 68.5%;
  }
}

.sec-store {
  padding: min(138px, 13.3333333333vw) 0 min(155px, 13.3333333333vw);
}
@media screen and (min-width: 835px) {
  .sec-store__box {
    padding-bottom: 76px;
  }
}
.sec-store__desc {
  margin-bottom: min(84px, 8vw);
}
.sec-store__list {
  display: grid;
  gap: min(62px, 10.9vw);
  max-width: 800px;
  margin: 0 auto min(68px, 13.3333333333vw);
}
.sec-store__list-item {
  position: relative;
  display: grid;
  gap: 11px;
}
.sec-store__list-ttl {
  background: #F092AE;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  padding: 1px;
  border-radius: 15px;
  text-align: center;
}
.sec-store__list-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 36px 68px;
}
@media screen and (max-width: 834px) {
  .sec-store__list-box {
    gap: 13px 30px;
  }
}
.sec-store__list-box__item a {
  font-size: 2.0667rem;
  color: #998675;
}
.sec-store__list-box__item a span {
  color: #fff;
  display: inline-block;
  background: #998675;
  padding: 0px 5px;
  font-size: 1.6rem;
  margin-right: 3px;
}
.sec-store__list-box--styles02 {
  gap: 36px 30px;
}

.sec-precautions {
  padding: min(138px, 13.3333333333vw) 0 min(155px, 13.3333333333vw);
}
.sec-precautions__box {
  border-radius: 13px;
}
@media screen and (min-width: 835px) {
  .sec-precautions__box {
    padding-bottom: 102px;
  }
}
.sec-precautions__block {
  max-width: 800px;
  margin: 0 auto;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  overflow-y: scroll;
}
.popup.on {
  opacity: 1;
  pointer-events: unset;
  z-index: 99;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.popup-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
}
.popup-wrap--big {
  max-width: 800px;
}
.popup-wrap__ct {
  position: relative;
}
.popup-wrap__ct--top {
  padding: 20px 0;
}
.popup-wrap__ct--top .popup-wrap__close {
  bottom: auto;
  top: -10px;
  right: 0;
}
.popup-wrap__close {
  position: absolute;
  bottom: 10px;
  right: 5px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.popup-wrap__close:hover {
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.popup-wrap__close--top {
  bottom: auto;
  top: -35px;
}
.popup-wrap__list {
  max-height: 100%;
}
.popup-wrap__list-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 5px;
}
.popup-wrap__list-img:before {
  content: "";
  display: block;
  background: white;
  padding-bottom: 100%;
}
.popup-wrap__list-img--thumb {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup-wrap__list-img img {
  max-width: 100%;
  max-height: 100%;
}
.popup-wrap__list-ttl {
  display: block;
  color: #ccc;
  font-size: 1.5rem;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging {
  color: #999;
  font-size: 1.2rem;
  list-style: none;
  padding: 0 5px;
}
.popup-wrap__list .custom_paging li {
  display: none;
}
.popup-wrap__list .custom_paging li.slick-active {
  display: inline-block;
}
.popup-wrap__list .slick-prev,
.popup-wrap__list .slick-next {
  top: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  width: 20%;
  height: calc(100% - 42px);
  z-index: 1;
}
.popup-wrap__list .slick-prev:before,
.popup-wrap__list .slick-next:before {
  content: "";
  position: absolute;
  background: url("../img/icon-arrow.png") center no-repeat;
  background-size: contain;
  width: 28px;
  height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media screen and (min-width: 835px) {
  .popup-wrap__list .slick-prev:before,
  .popup-wrap__list .slick-next:before {
    opacity: 0;
  }
}
.popup-wrap__list .slick-prev:hover:before,
.popup-wrap__list .slick-next:hover:before {
  opacity: 1;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.popup-wrap__list .slick-next {
  right: 0;
}
.popup-wrap__list .slick-next:before {
  right: 20px;
}
.popup-wrap__list .slick-prev {
  left: 0;
}
.popup-wrap__list .slick-prev:before {
  left: 20px;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.copy-notification {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  z-index: 1000;
}
/*# sourceMappingURL=maps/styles.css.map */
