@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.dnone {
  display: none !important;
}

body {
  background-color: #E9DABA;
}

.footer {
  background-color: #402818;
}

.s-mv * {
  font-family: "Noto Sans JP", sans-serif;
}

.s-mv .mvfigure {
  max-width: 1100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .s-mv .mvfigure {
    width: 100%;
    height: 442px;
  }
}

.s-mv .mvfigure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .s-mv .c1655 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.s-mv .c1655 .c1675 {
  padding: 0 !important;
  margin-left: auto;
  margin-right: 60px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 210px;
}

@media screen and (max-width: 768px) {
  .s-mv .c1655 .c1675 {
    margin: 0 auto;
    margin-top: 32px;
  }
}

.s-mv .c1655 .c1675 .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 114px;
}

.s-mv .c1655 .c1675 .link-box .c7329 {
  padding: 0;
  min-height: auto;
  min-width: auto;
}

.s-mv .c1655 .c1675 .link-box .c7329 .c1721 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.s-mv .c1655 .c1675 .link-box .c7329 .c1721 > div {
  display: contents;
}

.s-mv .c1655 .c1675 .link-box .c7329 p, .s-mv .c1655 .c1675 .link-box .c7329 h1 {
  font-size: 16px;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0;
  color: #222;
}

@media screen and (max-width: 768px) {
  .s-moment {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding: 0 20px !important;
    margin-bottom: 0 !important;
  }
}

.s-moment * {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 768px) {
  .s-moment .c5466 {
    padding-left: 0;
  }
}

.s-moment .c5466 .ttl p {
  margin-bottom: 0;
  font-size: 40px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .s-moment .c5466 .ttl p {
    font-size: 29px;
  }
}

.s-moment .c5466 .c6251 {
  padding: 0;
  margin-top: 52px;
}

.s-moment .c5466 .c6251 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .05em;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0;
}

.s-moment .c5466 .link-btn {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .s-moment .c5466 .link-btn {
    margin-top: 30px;
  }
}

.s-moment .c5466 .link-btn .c1721 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-moment .c5466 .link-btn .c1721 .c3414 p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .spwrap {
    padding: 0 16px;
  }
}

.s-usascene {
  padding: 60px 0 100px !important;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto !important;
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .s-usascene {
    margin-top: 161px !important;
    padding: 52px 0 0px !important;
  }
}

.s-usascene * {
  font-family: "Noto Sans JP", sans-serif;
}

.s-usascene .c2479 {
  max-width: none;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .s-usascene .c2479 {
    width: 100% !important;
    padding: 0 24px !important;
    padding-top: 0px !important;
    padding-bottom: 61px !important;
  }
}

@media screen and (max-width: 768px) {
  .s-usascene .c2479 img {
    width: 100%;
  }
}

.s-usascene .c2479 .usascene-wrap {
  -webkit-column-gap: 100px;
          column-gap: 100px;
  row-gap: 0px;
  padding: 0 185px;
}

@media screen and (min-width: 768px) {
  .s-usascene .c2479 .usascene-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .s-usascene .c2479 .usascene-wrap {
    padding: 0 !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 25px !important;
  }
}

.s-usascene .c2479 .usascene-wrap:nth-child(n+3) {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .s-usascene .c2479 .usascene-wrap:nth-child(n+3) {
    margin-top: 25px !important;
  }
}

.s-usascene .c2479 .usascene-wrap .c20395 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.s-usascene .c2479 .usascene-wrap .c20437 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.s-usascene .c2479 .c8404 {
  margin-top: 77px;
}

@media screen and (max-width: 768px) {
  .s-usascene .c2479 .c8404 {
    margin-top: 40px;
    width: 319px;
  }
  .s-usascene .c2479 .c8404 img {
    width: 100%;
  }
}

.s-preface {
  margin-top: 103px;
}

@media screen and (max-width: 768px) {
  .s-preface {
    margin-top: 286px;
  }
}

.s-preface * {
  font-family: "Noto Sans JP", sans-serif;
}

.s-preface .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-preface .wrap .btxt {
  font-size: 52px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: .04em;
  color: #C34E3B;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .s-preface .wrap .btxt {
    font-size: 24px;
  }
}

.s-preface .wrap .btxt p {
  margin-bottom: 0;
}

.s-preface .wrap .c10015 {
  padding: 0;
  margin: 0;
}

.s-preface .wrap .c10015 p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .05em;
  margin: 0;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .s-preface .wrap .c10015 p {
    margin-top: 16px;
    padding: 0 20px;
  }
}

.s-ranking {
  margin-top: 44px !important;
  margin-right: 4% !important;
  margin-left: 4% !important;
}

@media screen and (max-width: 768px) {
  .s-ranking {
    margin-top: 33px !important;
  }
}

.s-ranking * {
  font-family: "Noto Sans JP", sans-serif;
}

.s-ranking .ranking-item {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .s-ranking .ranking-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .s-ranking .ranking-item:nth-last-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.s-ranking .ranking-item > div {
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .s-ranking .ranking-item > div {
    aspect-ratio: 7/4;
  }
}

.s-ranking .ranking-item > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-ranking .ranking-item > div .c15319 {
  max-width: 508px;
}

.s-ranking .ranking-item .c12700 {
  width: 191px;
  height: 145px;
}

@media screen and (max-width: 768px) {
  .s-ranking .ranking-item .c15341 {
    padding: 20px;
  }
}

.s-ranking .ranking-item .c15341 .c12928 {
  padding: 0;
  font-size: 24px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0em;
  margin-top: 33px;
}

.s-ranking .ranking-item .c15341 .c12928 p {
  margin-bottom: 0;
}

.s-ranking .ranking-item .c15341 .c10015 {
  padding: 0;
  margin: 0;
  margin-top: 25px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: .05em;
}

.s-ranking .ranking-item .c15341 .c10015 p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .s-Information {
    padding: 16px;
  }
}

.s-Information * {
  font-family: "Noto Sans JP", sans-serif;
}

.s-Information .wrap {
  padding: 60px 0 42px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .s-Information .wrap {
    padding: 30px 24px  34px;
  }
}

.s-Information .wrap .bttl p {
  font-size: 46px;
  font-family: "BIZ UDMincho", serif;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: .04em;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .s-Information .wrap .bttl p {
    font-size: 26px;
    text-align: center;
  }
}

.s-Information .wrap .c3559 {
  margin-top: 43px;
  gap: 66px;
}

@media screen and (max-width: 768px) {
  .s-Information .wrap .c3559 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

@media screen and (max-width: 375px) {
  .s-Information .wrap .c3559 .c17942 {
    padding: 0;
  }
}

.s-Information .wrap .c3559 .c17942 p {
  font-size: 29px;
  font-family: "BIZ UDMincho", serif;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .s-Information .wrap .c3559 .c17942 p {
    font-size: 20px;
  }
}

.s-Information .wrap .c3559 .c17949 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .05em;
  max-width: 512px;
}

.s-Information .wrap .c3559 .link-box {
  padding: 0;
  min-height: none;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .s-Information .wrap .c3559 .link-box {
    margin-left: auto;
    width: 100%;
  }
}

.s-Information .wrap .c3559 .link-box .c1721 {
  gap: 12px;
}

@media screen and (max-width: 768px) {
  .s-Information .wrap .c3559 .link-box .c1721 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.s-Information .wrap .c3559 .link-box .c1721 .c3928 p {
  margin-bottom: 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .s-menu {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .s-menu {
    padding: 0 30px;
  }
}

.s-menu * {
  font-family: "Noto Sans JP", sans-serif;
}

.s-menu .c23107 {
  margin: 0;
  font-size: 52px;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: .04em;
  color: #C34E3B;
}

.s-menu .c23107 p {
  margin: 0;
  font-family: "BIZ UDMincho", serif;
}

.s-menu .menu-col {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .s-menu .menu-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .s-menu .menu-col > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.s-menu .menu-col > div img {
  width: 100%;
}

.s-menu .menu-col > div .c3851 {
  margin-bottom: 0;
}

.s-menu .menu-col > div .c30025 {
  margin-bottom: 0;
}

.s-menu .menu-col > div .c29823 {
  margin-bottom: 0;
}

.s-menu .menu-col > div p {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .05em;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}

.s-menu .menu-col .link-box {
  padding: 0;
  min-height: none;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .s-menu .menu-col .link-box {
    margin-top: 20px;
  }
}

.s-menu .menu-col .link-box .c1721 {
  gap: 12px;
}

.s-menu .menu-col .link-box .c1721 .c3928 p {
  margin-bottom: 0;
}

.c4384 * {
  font-family: "Noto Sans JP", sans-serif;
}

.c4384 .c9834 img {
  width: 100%;
}

.c4384 .together-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 58px;
  gap: 90px;
}

@media screen and (max-width: 768px) {
  .c4384 .together-bottom {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }
}

.c4384 .together-bottom .col-md-8 {
  padding: 0;
  max-width: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c4384 .together-bottom .col-md-8 .c11201 {
  padding: 0;
}

.c4384 .together-bottom .col-md-8 .c11201 p {
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: .05em;
}

.c4384 .together-bottom .btn {
  padding: 0;
}

.c4384 .together-bottom .btn .c4080 {
  padding: 14px 55px;
  background-color: #C34E3B;
  position: relative;
}

.c4384 .together-bottom .btn .c4080::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 16px;
}

.c4384 .together-bottom .btn .c4080 p {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.c4110 {
  margin-top: 166px;
}

@media screen and (max-width: 768px) {
  .c4110 {
    padding: 0 20px;
  }
}

.c4110 .c4130 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c4110 .c4130 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c4110 .c4130 .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .c4110 .c4130 .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 31px;
  }
}

.c4110 .c4130 .img-box .figure01 {
  width: 68px;
  height: auto;
}

.c4110 .c4130 img {
  width: 100%;
}

.c4110 .c4130 .txt-box .li {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #B59A86;
}

@media screen and (max-width: 375px) {
  .c4110 .c4130 .txt-box .li {
    gap: 25px;
  }
}

.c4110 .c4130 .txt-box .li:nth-child(n+2) {
  margin-top: 20px;
}

.c4110 .c4130 .txt-box .li .leftb {
  min-width: 68px;
}

.c4110 .c4130 .txt-box .li .leftb p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: .04em;
}

.c4110 .c4130 .txt-box .li p {
  margin-bottom: 0;
}

.c5249 {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .c5174 {
    width: 100%;
  }
  .c5174 img {
    width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .seen-box > div:nth-child(even) .c14588 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .seen-box > div:nth-child(odd) .c14588 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.seen-box .c14588 {
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .seen-box .c14588 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 768px) {
  .seen-box .c14588.reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media screen and (max-width: 768px) {
  .seen-box .c14588 div {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .seen-box .c14588 div img {
    width: 100%;
  }
}

.seen-box .c14588 .c14575 {
  padding-left: 0;
}

@media screen and (max-width: 1025px) {
  .seen-box .c14588 div {
    width: 100%;
    height: 100%;
  }
  .seen-box .c14588 div img {
    width: 100%;
    height: 100%;
  }
}

.c5535 {
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .c5535 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c5535 .c5604 {
  background-color: #C34E3B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c5535 .c5604 .c17014 {
  padding: 0;
}

.c5535 .c5604 .c17014 p {
  margin-bottom: 0;
  padding: 30px 79px;
  position: relative;
  color: #fff;
}

.c5535 .c5604 .c17014 p:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 24px;
}

.c6996 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c6996 .c6894 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .c6996 .c6894 .c1865 {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .c6996 .c6894 .c1930 {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .c6996 .c6894 .c2033 {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .c6996 .c6894 .c2097 {
    margin: 0;
  }
}

.c6996 .c6894 p {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .c6996 .c6894 > div {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .c6996 .c6894 > div img {
    width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }
}

.s-phon {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .s-phon {
    max-width: 100%;
  }
}

.s-phon .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .s-phon .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.s-phon .wrap .text-b p {
  margin-bottom: 0;
}

.s-phon .wrap .img-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .s-phon .wrap .img-b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-phon .wrap .img-b .c11533 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .s-phon .wrap .img-b .c11533 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.osusume-menu {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.osusume-menu.thin {
  padding: 0;
  max-width: 890px;
}

@media screen and (max-width: 768px) {
  .osusume-menu.thin {
    padding: 0 4% 0 4%;
  }
}

.osusume-menu .ttl-b {
  font-size: 52px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: .05em;
  font-family: "BIZ UDMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.osusume-menu .ttl-b p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .osusume-menu .ttl-b {
    font-size: 36px;
  }
}

.osusume-menu .c14792 {
  margin-top: 42px;
}

.osusume-menu .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .osusume-menu .content img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c7298 {
    margin-top: 30px !important;
  }
}

.footer {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 18px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer {
    height: auto;
    max-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 24px;
    padding-top: 35px;
    padding-bottom: 18px;
  }
}

.footer p {
  color: #fff;
  margin-bottom: 0;
}

.footer .c4470 {
  height: 205px;
  max-width: 1215px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer .c4470 {
    height: auto;
    max-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .c4470 .c4490 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}

.footer .c4470 .c4490 .c4736 {
  padding: 0;
}

.footer .c4470 .c4490 .c4736 p {
  font-size: 26px;
  font-family: "BIZ UDMincho", serif;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: .04em;
}

@media screen and (max-width: 768px) {
  .footer .c4470 .c4490 .c4736 p {
    font-size: 36px;
  }
}

.footer .c4470 .c4490 .c4737 {
  padding: 0;
}

.footer .c4470 .c4490 .c4737 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: .04em;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .footer .c4470 .c4490 .c4737 p {
    margin-top: 16px;
  }
}

.footer .c4470 .c4490 .c7161 {
  padding: 0;
  min-width: auto;
  min-height: auto;
  width: 40px;
  height: 40px;
  bottom: 0px;
  left: 0;
}

.footer .c4470 .c4471 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 50px;
          column-gap: 50px;
  row-gap: 16px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer .c4470 .c4471 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
    -webkit-column-gap: 30px;
            column-gap: 30px;
    margin-top: 50px;
  }
}

.footer .c4470 .c4471 .gr4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}

.footer .c4470 .c4471 .c4393 {
  min-height: auto;
}

.footer .c4470 .c4471 .c4393 .c8234 {
  padding: 0;
}

.footer .c4470 .c4471 .c4393 .c8234 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: .04em;
}

.footer .c4470 .c4471 img {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  bottom: -20px;
}

.footer .c4470 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 89px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 50px;
}

.footer .c4470 .wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}

.footer .c4470 .wrap .item .c4393 {
  min-height: auto;
}

.footer .c4470 .wrap .item .c4393 .c8234 {
  padding: 0;
}

.footer .c4470 .wrap img {
  position: absolute;
  bottom: 0;
  left: 238px;
}

.footer .c2756 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer .c2756 {
    margin-top: 46px;
  }
}

.btn-b {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 10;
}

.btn-b * {
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .btn-b {
    top: 20px;
    right: 20px;
  }
}

.btn-b img {
  width: 63px;
  height: 63px;
}

@media screen and (max-width: 768px) {
  .btn-b img {
    width: 42px;
    height: 42px;
  }
}

.btn-b .close {
  display: none;
}

.btn-b.is-open .open {
  display: none;
}

.btn-b.is-open .close {
  display: block;
}

.header {
  width: 400px;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #442C1D;
  width: 400px;
  padding-top: 110px;
  -webkit-transition: .3s all;
  transition: .3s all;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 9;
}

.header * {
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
  }
}

.header.is-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.header .wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 6px;
}

.header .wrap .item img {
  width: 11px;
  height: 11px;
}

.header .wrap .item .c3367 {
  padding: 0;
}

.header .wrap .item .c3367 p {
  margin-bottom: 0;
  font-family: "BIZ UDMincho", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c5269 {
    font-size: 36px !important;
  }
}

.manu-wrap {
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .manu-wrap {
    padding: 0 20px;
  }
}

.manu-wrap .menuttl {
  font-size: 29px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: .04em;
  text-align: center;
  padding-bottom: 9px;
  border-bottom: 2px solid #3E2615;
  font-family: "Noto Sans JP", sans-serif;
}

.manu-wrap .menuttl p {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.manu-wrap .menu-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
}

@media screen and (max-width: 768px) {
  .manu-wrap .menu-col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.manu-wrap .menu-ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.manu-wrap .menu-ul .menu-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #8E8E8E;
}

.manu-wrap .menu-ul .menu-li:nth-of-type(2) {
  margin-top: 30px;
}

.manu-wrap .menu-ul .menu-li:nth-of-type(n+3) {
  margin-top: 14px;
}

.manu-wrap .menu-ul .menu-li * {
  font-family: "Noto Sans JP", sans-serif;
}

.manu-wrap .menu-ul .menu-li .name {
  width: 100%;
}

.manu-wrap .menu-ul .menu-li .name p {
  margin-bottom: 0;
}

.manu-wrap .menu-ul .menu-li .en {
  font-size: 18px;
  line-height: 180%;
  letter-spacing: .04em;
  font-weight: 500;
  min-width: 70px;
}

.manu-wrap .menu-ul .menu-li .en p {
  margin-bottom: 0;
}

.manu-wrap .menu-ul .menu-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 180%;
  font-weight: 500;
  letter-spacing: .04em;
  margin-top: 14px;
}

.manu-wrap .menu-ul .menu-txt p {
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}

.s-test {
  padding: 200px 0;
}

#i0ob p {
  color: #222;
}

#i0ob .c7329 {
  -webkit-transition: .3s all;
  transition: .3s all;
  text-decoration: none;
}

#i0ob .c7329 * {
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (min-width: 768px) {
  #i0ob .c7329:hover p {
    color: #fff;
  }
}

.link-box p {
  color: #222;
}

.link-btn p {
  color: #222;
}

.hover-class {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.hover-class * {
  -webkit-transition: .3s all;
  transition: .3s all;
}

.hover-class:hover {
  opacity: .7;
}

.row {
  margin: 0 !important;
  margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
  .c14610 .c14588 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c14610 .c14588.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .c14610 .c14588 .c1784 {
    width: 100%;
    height: 100%;
  }
}

.c14610 .c14588 .c1784 img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c14610 .c14588 .c1997 {
    width: 100%;
    height: 100%;
  }
}

.c14610 .c14588 .c1997 img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c14610 .c14588 .c13172 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c14610 .c14588 .c2089 {
    width: 100%;
    height: 100%;
  }
}

.c14610 .c14588 .c2089 img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=style.css.map */