@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -o-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", " メイリオ ", Meiryo, " ＭＳ Ｐ ゴシック ", sans serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  line-height: 1.8;
  color: #3B3B3B;
  letter-spacing: 1px;
  overflow-x: hidden;
  height: 100%;
  background-color: #FCFFF2; }
  @media screen and (max-width: 834px) {
    body {
      font-size: 14px;
      overflow-x: hidden; } }
  body.popupfixed {
    overflow: hidden; }

::selection {
  background: #E66D1B;
  color: #FFF; }

::-moz-selection {
  background: #E66D1B;
  color: #FFF; }

li {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  pointer-events: none; }

a, img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a,
a:link,
a:visited,
a:active {
  color: #C8161D;
  text-decoration: none;
  outline: none; }

@media screen and (min-width: 835px) {
  a:hover {
    color: #3B3B3B;
    text-decoration: none; } }
@media screen and (min-width: 835px) {
  a[href^="tel:"] {
    pointer-events: none; } }
@keyframes animation-fadeup {
  0% {
    transform: translateY(5rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1.0; } }
@keyframes animation-fadeleft {
  0% {
    transform: translateX(-2rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1.0; } }
.-animation-fadeup {
  opacity: 0; }
  .-animation-fadeup.-active {
    animation: animation-fadeup 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards; }

.-animation-fadeleft-group > div {
  opacity: 0; }
.-animation-fadeleft-group.-active > div {
  animation: animation-fadeleft 1.5s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards; }
  .-animation-fadeleft-group.-active > div:nth-child(1) {
    animation-delay: 0.5s; }
  .-animation-fadeleft-group.-active > div:nth-child(2) {
    animation-delay: 0.7s; }
  .-animation-fadeleft-group.-active > div:nth-child(3) {
    animation-delay: 0.9s; }
  .-animation-fadeleft-group.-active > div:nth-child(4) {
    animation-delay: 1.1s; }
  .-animation-fadeleft-group.-active > div:nth-child(5) {
    animation-delay: 1.3s; }

@keyframes animation-img-blur {
  0% {
    opacity: 0;
    transform: scale(1.2);
    filter: blur(2rem); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
.-animation-img-blur {
  overflow: hidden;
  transform: scale(1.2);
  opacity: 0;
  filter: blur(2rem); }
  .-animation-img-blur.-active {
    animation: animation-img-blur 2s 0.1s cubic-bezier(0.19, 1, 0.22, 1) forwards; }

.-delay1.-active {
  animation-delay: 0.5s; }

.-delay2.-active {
  animation-delay: 0.7s; }

.-delay3.-active {
  animation-delay: 0.9s; }

.-delay4.-active {
  animation-delay: 1.1s; }

.-delay5.-active {
  animation-delay: 1.3s; }

.l-main {
  background: url("../images/main_bg.jpg") no-repeat #FDECD0;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 835px) {
    .l-main {
      padding: 260px 0 110px; } }
  @media screen and (max-width: 834px) {
    .l-main {
      padding: 80px 10px 60px;
      overflow-x: hidden; } }
  .l-main__bg {
    position: absolute; }
    @media screen and (min-width: 835px) {
      .l-main__bg {
        min-width: 1640px;
        height: 100%;
        left: 48%;
        top: -240px;
        transform: translateX(-50%); } }
    @media screen and (max-width: 834px) {
      .l-main__bg {
        width: 149%;
        top: -89px;
        left: 50%;
        transform: translateX(-50%); } }
  .l-main__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    position: relative; }
    @media screen and (min-width: 835px) {
      .l-main__visual {
        padding: 0 40px 0;
        gap: 20px; } }
    @media screen and (max-width: 834px) {
      .l-main__visual {
        gap: 10px; } }
  @media screen and (min-width: 835px) {
    .l-main__subtitle {
      max-width: 500px;
      width: 100%; } }
  @media screen and (max-width: 834px) {
    .l-main__subtitle {
      padding: 0 35px;
      width: 90%;
      max-width: 400px; } }
  .l-main__title {
    margin: 0 auto 0;
    position: relative; }
    @media screen and (min-width: 835px) {
      .l-main__title {
        max-width: 820px;
        width: 80%; } }
    @media screen and (max-width: 834px) {
      .l-main__title {
        padding: 0 35px;
        width: 100%;
        max-width: 600px; } }
    @media screen and (max-width: 834px) {
      .l-main__title-prize {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px; } }
  @media screen and (min-width: 835px) {
    .l-main__icon {
      position: absolute;
      width: 190px;
      left: -38px;
      top: -206px; } }
  @media screen and (max-width: 834px) {
    .l-main__icon {
      width: 30%;
      flex-shrink: 0; } }
  @media screen and (min-width: 835px) {
    .l-main__item01 {
      position: absolute;
      width: 182px;
      left: -143px;
      bottom: -146px; } }
  @media screen and (max-width: 834px) {
    .l-main__item01 {
      width: 35%;
      flex-shrink: 0; } }
  @media screen and (min-width: 835px) {
    .l-main__item02 {
      position: absolute;
      width: 290px;
      right: -121px;
      top: -256px; } }
  @media screen and (max-width: 834px) {
    .l-main__item02 {
      width: 35%;
      flex-shrink: 0;
      margin-top: 20px; } }
  .l-main__img {
    margin: 10px auto 0; }
    @media screen and (min-width: 835px) {
      .l-main__img {
        max-width: 760px;
        width: 90%; } }
    @media screen and (max-width: 834px) {
      .l-main__img {
        width: 96%;
        margin-top: -27px;
        max-width: 640px; } }
    .l-main__img-note {
      font-size: 10px;
      text-align: right; }
      @media screen and (max-width: 834px) {
        .l-main__img-note {
          text-align: center; } }
  @media screen and (min-width: 835px) {
    .l-main__note {
      margin: 40px auto 0;
      font-size: 12px;
      max-width: 1040px;
      text-align: right; } }
  @media screen and (max-width: 834px) {
    .l-main__note {
      margin-top: 0;
      font-size: 10px;
      text-align: center; } }

@media screen and (min-width: 835px) {
  .l-nav {
    max-width: 760px;
    margin: 40px auto 0; } }
@media screen and (max-width: 834px) {
  .l-nav {
    padding: 20px 0 20px; } }
.l-nav__menu {
  display: flex;
  justify-content: center; }
  .l-nav__menu.active {
    animation-delay: 1.0s; }
  .l-nav__menu li {
    display: flex;
    flex: 1; }
    @media screen and (max-width: 834px) {
      .l-nav__menu li {
        flex: 1;
        justify-content: center; } }
    @media screen and (max-width: 834px) {
      .l-nav__menu li:first-child {
        flex: 1.2; } }
    .l-nav__menu li a {
      color: #572A05;
      position: relative;
      font-weight: bold;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 835px) {
        .l-nav__menu li a {
          padding: 10px 10px 25px;
          font-size: 16px;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; } }
      @media screen and (max-width: 834px) {
        .l-nav__menu li a {
          font-size: 10px;
          padding: 0 0 23px;
          letter-spacing: -0.5px;
          text-align: center; } }
      @media screen and (max-width: 834px) {
        .l-nav__menu li a span {
          display: flex;
          flex-direction: column;
          line-height: 1.2;
          height: 100%;
          justify-content: center; } }
      .l-nav__menu li a::before, .l-nav__menu li a::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: auto;
        content: "";
        vertical-align: middle;
        transition: .3s; }
      .l-nav__menu li a::before {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #572A05; }
        @media screen and (min-width: 835px) {
          .l-nav__menu li a::before {
            width: 24px;
            height: 24px; } }
        @media screen and (max-width: 834px) {
          .l-nav__menu li a::before {
            width: 18px;
            height: 18px; } }
      .l-nav__menu li a::after {
        left: 50%;
        transform: translateX(-50%) rotate(135deg); }
        @media screen and (min-width: 835px) {
          .l-nav__menu li a::after {
            bottom: 10px;
            border-top: 2px solid #FFF;
            border-right: 2px solid #FFF;
            width: 7px;
            height: 7px; } }
        @media screen and (max-width: 834px) {
          .l-nav__menu li a::after {
            bottom: 8px;
            border-top: 1px solid #FFF;
            border-right: 1px solid #FFF;
            width: 5px;
            height: 5px; } }
      @media screen and (min-width: 835px) {
        .l-nav__menu li a:hover {
          color: #E66D1B; }
          .l-nav__menu li a:hover::before, .l-nav__menu li a:hover::after {
            bottom: -5px; }
          .l-nav__menu li a:hover::before {
            background: #E66D1B; }
          .l-nav__menu li a:hover::after {
            bottom: 5px; } }
    .l-nav__menu li:not(:first-child) {
      border-left: 1px solid #3D4117; }
      @media screen and (max-width: 834px) {
        .l-nav__menu li:not(:first-child) {
          border-width: 1px; } }

.l-contents {
  position: relative; }

.l-section__contents {
  max-width: 1040px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 835px) {
    .l-section__contents {
      padding: 0 40px; } }
  @media screen and (max-width: 834px) {
    .l-section__contents {
      padding: 0 25px; } }
.l-section__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px; }
  .l-section__title .-en {
    font-family: "Barlow", sans-serif;
    font-size: 14px; }
  .l-section__title.-white {
    color: #FFF; }
.l-section__subtitle {
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #3B3B3B;
  padding-bottom: 5px;
  margin-bottom: 15px; }

.l-footer {
  background: url("../images/footer_header.png") repeat-x;
  background-position: top center; }
  @media screen and (min-width: 835px) {
    .l-footer {
      background-size: auto 100px;
      margin-top: -100px;
      padding: 160px 0 80px; } }
  @media screen and (max-width: 834px) {
    .l-footer {
      background-size: auto 55px;
      margin-top: -55px;
      padding: 90px 10px 150px; } }
  .l-footer__menu {
    display: flex;
    gap: 30px; }
    @media screen and (max-width: 834px) {
      .l-footer__menu {
        flex-direction: column; } }
    .l-footer__menu-box {
      flex: 1;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 835px) {
        .l-footer__menu-box {
          width: 40%; } }
      @media screen and (max-width: 834px) {
        .l-footer__menu-box {
          width: 100%; } }
      .l-footer__menu-box-header {
        display: flex;
        flex-direction: column; }
        @media screen and (min-width: 835px) {
          .l-footer__menu-box-header {
            min-height: 80px; } }
      .l-footer__menu-box-title {
        font-weight: bold; }
      @media screen and (min-width: 835px) {
        .l-footer__menu-box-text {
          font-size: 14px; } }
      @media screen and (max-width: 834px) {
        .l-footer__menu-box-text {
          font-size: 12px; } }
      .l-footer__menu-box ul {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (min-width: 835px) {
          .l-footer__menu-box ul {
            margin-top: 20px; } }
        @media screen and (max-width: 834px) {
          .l-footer__menu-box ul {
            margin-top: 15px; } }
        .l-footer__menu-box ul li {
          padding-right: 10px; }
          @media screen and (min-width: 835px) {
            .l-footer__menu-box ul li {
              margin-bottom: 10px;
              width: 50%; } }
          @media screen and (max-width: 834px) {
            .l-footer__menu-box ul li {
              margin-bottom: 5px;
              width: 100%; } }
          .l-footer__menu-box ul li a {
            font-weight: bold;
            color: #C8161D; }
            @media screen and (min-width: 835px) {
              .l-footer__menu-box ul li a:hover {
                color: #3B3B3B; } }
            @media screen and (max-width: 834px) {
              .l-footer__menu-box ul li a {
                font-size: 13px; } }
      .l-footer__menu-box-caution {
        margin: 20px auto 0;
        width: 100%; }
        @media screen and (max-width: 834px) {
          .l-footer__menu-box-caution {
            max-width: 400px; } }
  .l-footer__copyright {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    color: #3B3B3B;
    font-size: 12px;
    font-weight: bold; }
    @media screen and (min-width: 835px) {
      .l-footer__copyright {
        align-items: flex-end; } }
    @media screen and (max-width: 834px) {
      .l-footer__copyright {
        flex-direction: column;
        align-items: center;
        gap: 10px; } }
    .l-footer__copyright a {
      width: 140px;
      transition: .3s; }
      @media screen and (min-width: 835px) {
        .l-footer__copyright a:hover {
          opacity: 0.6; } }
      @media screen and (max-width: 834px) {
        .l-footer__copyright a {
          order: -1; } }

@media screen and (max-width: 834px) {
  .modal {
    overflow: hidden; } }

.mfp-container {
  cursor: pointer; }

.mfp-content {
  max-width: 800px;
  padding: 0; }
  @media screen and (max-width: 834px) {
    .mfp-content {
      width: 90% !important; } }

.mfp-close-btn-in .mfp-close {
  background: #FFF;
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -15px;
  top: -15px;
  opacity: 1;
  transition: .3s; }
  @media screen and (min-width: 835px) {
    .mfp-close-btn-in .mfp-close:hover {
      background-color: #000;
      color: #FFF;
      transform: rotate(90deg); } }

.c-popup {
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: url("../images/bg.jpg") #FFF repeat top center; }
  @media screen and (max-width: 834px) {
    .c-popup {
      padding: 20px 15px; } }
  .c-popup__header {
    font-size: 24px;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 834px) {
      .c-popup__header {
        font-size: 18px; } }
    .c-popup__header span {
      text-decoration: underline; }
  .c-popup__body {
    margin-top: 0;
    max-height: 400px;
    overflow-y: auto;
    padding: 20px; }
    @media screen and (max-width: 834px) {
      .c-popup__body {
        margin-top: 0;
        padding: 10px; } }
    .c-popup__body p:not(:first-child) {
      margin-top: 20px; }
  .c-popup__list li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 5px; }
    @media screen and (max-width: 834px) {
      .c-popup__list li {
        font-size: 14px; } }
    .c-popup__list li::before {
      content: "・"; }
    .c-popup__list li span {
      display: block;
      font-size: 13px;
      margin-top: 10px; }
      @media screen and (max-width: 834px) {
        .c-popup__list li span {
          font-size: 12px; } }
  .c-popup__note {
    margin-top: 10px; }
    .c-popup__note li {
      text-indent: -1em;
      padding-left: 1em;
      margin-bottom: 5px;
      font-size: 14px; }
      @media screen and (max-width: 834px) {
        .c-popup__note li {
          font-size: 12px; } }
      .c-popup__note li::before {
        content: "※"; }
      .c-popup__note li span {
        display: block;
        font-size: 13px;
        margin-top: 10px; }
        @media screen and (max-width: 834px) {
          .c-popup__note li span {
            font-size: 12px; } }

.c-requirements {
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  overflow-y: scroll; }
  @media screen and (min-width: 835px) {
    .c-requirements {
      padding: 20px;
      height: 340px;
      margin-top: 30px; } }
  @media screen and (max-width: 834px) {
    .c-requirements {
      padding: 10px;
      height: 280px;
      margin-top: 20px; } }
  .c-requirements__maintitle {
    text-align: center;
    margin-bottom: 20px; }
    .c-requirements__maintitle span {
      font-weight: bold;
      text-decoration: underline; }
      @media screen and (min-width: 835px) {
        .c-requirements__maintitle span {
          font-size: 18px; } }
  .c-requirements__title {
    font-weight: bold;
    margin-top: 20px; }
  .c-requirements__title:first-child {
    margin-top: 0; }
  .c-requirements__text {
    padding-left: 10px;
    margin-top: 5px; }
    @media screen and (min-width: 835px) {
      .c-requirements__text {
        font-size: 14px; } }
    @media screen and (max-width: 834px) {
      .c-requirements__text {
        font-size: 12px; } }
  .c-requirements__list {
    padding-left: 0; }
    @media screen and (min-width: 835px) {
      .c-requirements__list {
        font-size: 14px; } }
    @media screen and (max-width: 834px) {
      .c-requirements__list {
        font-size: 12px; } }
    .c-requirements__list:not(:first-child) {
      margin-top: 5px;
      padding-left: 10px; }
    .c-requirements__list > li {
      text-indent: -1em;
      padding-left: 1em; }
      .c-requirements__list > li::before {
        content: "・"; }
      @media screen and (min-width: 835px) {
        .c-requirements__list > li span {
          font-size: 12px; } }
      @media screen and (max-width: 834px) {
        .c-requirements__list > li span {
          font-size: 10px; } }
  .c-requirements__list2 {
    padding-left: 10px;
    font-size: 14px; }
    @media screen and (min-width: 835px) {
      .c-requirements__list2 {
        font-size: 14px; } }
    @media screen and (max-width: 834px) {
      .c-requirements__list2 {
        font-size: 12px; } }
    .c-requirements__list2:not(:first-child) {
      margin-top: 5px; }
    .c-requirements__list2 > li {
      text-indent: -1em;
      padding-left: 1em; }
      .c-requirements__list2 > li::before {
        content: "●"; }
  .c-requirements__note {
    padding-left: 10px;
    margin-top: 5px; }
    @media screen and (min-width: 835px) {
      .c-requirements__note {
        font-size: 12px; } }
    @media screen and (max-width: 834px) {
      .c-requirements__note {
        font-size: 10px; } }
    .c-requirements__note li {
      text-indent: -1em;
      padding-left: 1em;
      margin-bottom: 5px; }
      .c-requirements__note li::before {
        content: "※"; }

@media screen and (min-width: 835px) {
  .c-apply {
    padding-top: 80px; } }
@media screen and (max-width: 834px) {
  .c-apply {
    padding-top: 50px; } }
.c-apply__img {
  height: auto;
  margin: 0 auto; }
  @media screen and (min-width: 835px) {
    .c-apply__img {
      width: 80%;
      max-width: 280px; } }
  @media screen and (max-width: 834px) {
    .c-apply__img {
      width: 65%;
      max-width: 210px; } }
.c-apply__text {
  font-weight: bold;
  text-align: center; }
.c-apply__entry {
  text-align: center; }
  .c-apply__entry a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C8161D;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #FFF;
    gap: 10px;
    position: relative; }
    @media screen and (min-width: 835px) {
      .c-apply__entry a {
        font-size: 18px;
        width: 80%;
        max-width: 500px;
        margin: 20px auto 0;
        padding: 20px 0; } }
    @media screen and (max-width: 834px) {
      .c-apply__entry a {
        font-size: 18px;
        width: 100%;
        margin: 20px auto 0;
        padding: 15px 0; } }
    .c-apply__entry a img, .c-apply__entry a svg {
      width: 10px;
      height: 10px;
      transition: .3s;
      fill: #FFF;
      margin-left: 10px; }
    @media screen and (min-width: 835px) {
      .c-apply__entry a:hover {
        background-color: #E68500;
        transform: scale(1.05); }
        .c-apply__entry a:hover .-hover {
          opacity: 1;
          transform: translate(-50%, -50%); } }
  .c-apply__entry .-hover {
    transition: .3s;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%); }

@media screen and (min-width: 835px) {
  .c-sns {
    margin-top: 30px; } }
@media screen and (max-width: 834px) {
  .c-sns {
    margin-top: 20px; } }
.c-sns__title {
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px; }
  @media screen and (min-width: 835px) {
    .c-sns__title {
      font-size: 16px; } }
  @media screen and (max-width: 834px) {
    .c-sns__title {
      font-size: 13px; } }
.c-sns__list {
  margin-top: 20px;
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 835px) {
    .c-sns__list {
      gap: 20px; } }
  @media screen and (max-width: 834px) {
    .c-sns__list {
      gap: 25px; } }
  .c-sns__list li {
    width: 40px;
    height: auto; }
    .c-sns__list li a {
      position: relative;
      display: block; }
      .c-sns__list li a img {
        transition: .3s; }
    .c-sns__list li a:hover p {
      opacity: 1;
      transform: translateX(-50%) translateY(-30px); }
    .c-sns__list li a:hover img {
      transform: scale(1.05);
      opacity: 1; }
    @media screen and (min-width: 835px) {
      .c-sns__list li a:hover img {
        transform: scale(1.2); } }
  .c-sns__list-text {
    position: absolute;
    background-color: #3B3B3B;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 12px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    color: #FFF;
    font-weight: bold;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
    letter-spacing: 0; }

@media screen and (min-width: 835px) {
  .c-member {
    margin-top: 60px; } }
@media screen and (max-width: 834px) {
  .c-member {
    margin-top: 40px; } }
.c-member__header-title {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #3B3B3B;
  display: flex;
  align-items: center;
  gap: 10px; }
  @media screen and (min-width: 835px) {
    .c-member__header-title {
      font-size: 14px; } }
  @media screen and (max-width: 834px) {
    .c-member__header-title {
      font-size: 14px; } }
  .c-member__header-title::before, .c-member__header-title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    width: auto;
    border-bottom: 1px dotted #3B3B3B; }
@media screen and (min-width: 835px) {
  .c-member__body {
    margin-top: 20px; } }
@media screen and (max-width: 834px) {
  .c-member__body {
    margin-top: 25px; } }
.c-member__body-text {
  text-align: center;
  font-weight: 500; }
.c-member__body-app {
  display: flex;
  justify-content: center; }
  @media screen and (min-width: 835px) {
    .c-member__body-app {
      margin-top: 10px;
      gap: 15px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 834px) {
    .c-member__body-app {
      margin-top: 15px;
      gap: 10px;
      margin-bottom: 20px; } }
  .c-member__body-app li {
    width: auto; }
    @media screen and (min-width: 835px) {
      .c-member__body-app li {
        height: 56px; } }
    @media screen and (max-width: 834px) {
      .c-member__body-app li {
        height: 48px; } }
    .c-member__body-app li a {
      display: block;
      width: auto;
      height: 100%; }
      .c-member__body-app li a img {
        height: 100%;
        width: auto;
        transition: .3s; }
    @media screen and (min-width: 835px) {
      .c-member__body-app li a:hover img {
        opacity: 0.6; } }
.c-member__body-entry {
  margin: 10px 0;
  text-align: center;
  display: flex;
  justify-content: center; }
  .c-member__body-entry a {
    border: 1px solid #C8161D;
    background-color: #FFF;
    color: #C8161D;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 835px) {
      .c-member__body-entry a {
        padding: 10px 70px; } }
    @media screen and (max-width: 834px) {
      .c-member__body-entry a {
        justify-content: center;
        width: 100%;
        padding: 12px 0; } }
    .c-member__body-entry a img, .c-member__body-entry a svg {
      width: 10px;
      height: 10px;
      transition: .3s;
      fill: #C8161D;
      margin-left: 10px; }
    @media screen and (min-width: 835px) {
      .c-member__body-entry a:hover {
        background-color: #C8161D;
        color: #FFF; }
        .c-member__body-entry a:hover svg {
          fill: #FFF; } }

.c-pagetop {
  position: fixed;
  z-index: 1000;
  bottom: -100px;
  pointer-events: none;
  transition: .3s;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  font-size: 12px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #333333;
  /*&::before {
  	content: "";
  	display: block;
  	transition: .3s;
  	border-top: 1px solid #FFF;
  	border-right:  1px solid #FFF;
  	transform: rotate(-45deg);
  	@include mq(pc) {
  		width: 10px;
  		height: 10px;
  		
  	}
  	@include mq(sp) {
  		width: 6px;
  		height: 6px;
  	}
  }*/ }
  @media screen and (min-width: 835px) {
    .c-pagetop {
      right: 35px;
      cursor: pointer;
      width: 60px;
      height: 60px;
      gap: 5px; } }
  @media screen and (max-width: 834px) {
    .c-pagetop {
      right: 25px;
      width: 50px;
      height: 50px;
      gap: 5px; } }
  .c-pagetop svg {
    width: 14px;
    height: 14px;
    transition: .3s;
    fill: #fff; }
  @media screen and (min-width: 835px) {
    .c-pagetop:hover {
      transform: scale(1.1); }
      .c-pagetop:hover svg {
        transform: translateY(-3px); } }
  .c-pagetop.-show {
    pointer-events: auto; }
    @media screen and (min-width: 835px) {
      .c-pagetop.-show {
        bottom: 10px; } }
    @media screen and (max-width: 834px) {
      .c-pagetop.-show {
        bottom: 10px; } }

.c-fixed {
  position: fixed;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
  width: auto;
  display: block; }
  @media screen and (min-width: 835px) {
    .c-fixed {
      bottom: 90px;
      right: -140px; } }
  @media screen and (max-width: 834px) {
    .c-fixed {
      bottom: 75px;
      right: -100px; } }
  .c-fixed.-show {
    opacity: 1.0;
    right: 10px;
    pointer-events: auto; }
  .c-fixed a {
    transition: .3s;
    background: #572A05;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 835px) {
      .c-fixed a {
        width: 140px;
        height: 140px;
        padding: 20px 20px 30px; }
        .c-fixed a:hover {
          transform: scale(1.1); } }
    @media screen and (max-width: 834px) {
      .c-fixed a {
        width: 86px;
        height: 86px;
        padding: 12px; } }
    .c-fixed a img, .c-fixed a svg {
      height: 100%;
      width: auto; }

.u-mt0 {
  margin-top: 0px !important; }

.u-mb0 {
  margin-bottom: 0px !important; }

.u-mr0 {
  margin-right: 0px !important; }

.u-ml0 {
  margin-left: 0px !important; }

.u-pt0 {
  padding-top: 0px !important; }

.u-pb0 {
  padding-bottom: 0px !important; }

.u-pr0 {
  padding-right: 0px !important; }

.u-pl0 {
  padding-left: 0px !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-mr5 {
  margin-right: 5px !important; }

.u-ml5 {
  margin-left: 5px !important; }

.u-pt5 {
  padding-top: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pr5 {
  padding-right: 5px !important; }

.u-pl5 {
  padding-left: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-mr10 {
  margin-right: 10px !important; }

.u-ml10 {
  margin-left: 10px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-mr15 {
  margin-right: 15px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pr15 {
  padding-right: 15px !important; }

.u-pl15 {
  padding-left: 15px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-mr20 {
  margin-right: 20px !important; }

.u-ml20 {
  margin-left: 20px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pr20 {
  padding-right: 20px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-mr25 {
  margin-right: 25px !important; }

.u-ml25 {
  margin-left: 25px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pr25 {
  padding-right: 25px !important; }

.u-pl25 {
  padding-left: 25px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-mr30 {
  margin-right: 30px !important; }

.u-ml30 {
  margin-left: 30px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pr30 {
  padding-right: 30px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-mt35 {
  margin-top: 35px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-mr35 {
  margin-right: 35px !important; }

.u-ml35 {
  margin-left: 35px !important; }

.u-pt35 {
  padding-top: 35px !important; }

.u-pb35 {
  padding-bottom: 35px !important; }

.u-pr35 {
  padding-right: 35px !important; }

.u-pl35 {
  padding-left: 35px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-mr40 {
  margin-right: 40px !important; }

.u-ml40 {
  margin-left: 40px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pr40 {
  padding-right: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-mt45 {
  margin-top: 45px !important; }

.u-mb45 {
  margin-bottom: 45px !important; }

.u-mr45 {
  margin-right: 45px !important; }

.u-ml45 {
  margin-left: 45px !important; }

.u-pt45 {
  padding-top: 45px !important; }

.u-pb45 {
  padding-bottom: 45px !important; }

.u-pr45 {
  padding-right: 45px !important; }

.u-pl45 {
  padding-left: 45px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-mr50 {
  margin-right: 50px !important; }

.u-ml50 {
  margin-left: 50px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pr50 {
  padding-right: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

@media screen and (min-width: 835px) {
  .u-sp {
    display: none !important; } }

@media screen and (max-width: 834px) {
  .u-pc {
    display: none !important; } }

.u-bold {
  font-weight: bold; }

.u-normal {
  font-weight: normal; }

.u-list {
  margin-top: 5px; }
  .u-list > li {
    text-indent: -1em;
    padding-left: 1em;
    font-weight: normal; }
    @media screen and (min-width: 835px) {
      .u-list > li {
        font-size: 14px; } }
    @media screen and (max-width: 834px) {
      .u-list > li {
        font-size: 14px; } }
    .u-list > li::before {
      content: "・"; }
    .u-list > li > strong {
      color: #E66D1B; }
    .u-list > li:not(:first-child) {
      margin-top: 3px; }
  .u-list-sub {
    margin-top: 5px;
    font-weight: normal; }
    @media screen and (min-width: 835px) {
      .u-list-sub {
        padding-left: 40px;
        font-size: 16px; } }
    @media screen and (max-width: 834px) {
      .u-list-sub {
        padding-left: 20px;
        font-size: 14px; } }
  .u-list.-point {
    margin-top: 10px; }
    .u-list.-point > li {
      font-weight: bold; }
      @media screen and (min-width: 835px) {
        .u-list.-point > li {
          font-size: 16px; } }
      @media screen and (max-width: 834px) {
        .u-list.-point > li {
          font-size: 14px; } }
      .u-list.-point > li::before {
        content: "●"; }
      .u-list.-point > li.-red {
        color: #C8161D; }
  .u-list.-num {
    list-style-type: none;
    counter-reset: list-counter; }
    .u-list.-num > li {
      counter-increment: list-counter; }
      .u-list.-num > li::before {
        content: "(" counter(list-counter) ")"; }
  .u-list.-note {
    margin-top: 6px;
    margin-bottom: 8px; }
    .u-list.-note li {
      text-indent: -1em;
      padding-left: 1em; }
      @media screen and (min-width: 835px) {
        .u-list.-note li {
          font-size: 12px; } }
      @media screen and (max-width: 834px) {
        .u-list.-note li {
          font-size: 12px; } }
      .u-list.-note li::before {
        content: "※"; }
      .u-list.-note li > strong {
        color: #E66D1B; }
    @media screen and (min-width: 835px) {
      .u-list.-note.-center li {
        text-align: center; } }

.p-intro {
  position: relative;
  z-index: 1;
  background-color: #FDFFF2; }
  @media screen and (min-width: 835px) {
    .p-intro {
      padding: 200px 0 60px; } }
  @media screen and (max-width: 834px) {
    .p-intro {
      padding: 100px 0 60px; } }
  .p-intro__fruit01 {
    position: absolute;
    top: 0; }
    @media screen and (min-width: 835px) {
      .p-intro__fruit01 {
        right: calc(50% + 220px);
        width: 70px;
        transform: translateY(-50%); } }
    @media screen and (max-width: 834px) {
      .p-intro__fruit01 {
        width: 40px;
        left: 20px;
        transform: translateY(-50%); } }
  .p-intro__fruit02 {
    position: absolute;
    top: 0; }
    @media screen and (min-width: 835px) {
      .p-intro__fruit02 {
        left: calc(50% + 160px);
        width: 120px;
        transform: translateY(-50%); } }
    @media screen and (max-width: 834px) {
      .p-intro__fruit02 {
        right: 10px;
        width: 80px;
        transform: translateY(-50%); } }
  .p-intro__illust {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%); }
    @media screen and (min-width: 835px) {
      .p-intro__illust {
        height: 140px; } }
    @media screen and (max-width: 834px) {
      .p-intro__illust {
        height: 80px; } }
    .p-intro__illust img {
      height: 100%;
      width: auto; }
  @media screen and (max-width: 834px) {
    .p-intro__img {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 20px; } }
  .p-intro__img > div {
    line-height: 0; }
    @media screen and (max-width: 834px) {
      .p-intro__img > div {
        width: calc( (100% - 20px) / 2); } }
    .p-intro__img > div img {
      height: auto;
      overflow: hidden;
      filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2)); }
      @media screen and (min-width: 835px) {
        .p-intro__img > div img {
          width: 240px;
          border-radius: 50px; } }
      @media screen and (max-width: 834px) {
        .p-intro__img > div img {
          border-radius: 20px; } }
  @media screen and (min-width: 835px) {
    .p-intro__img-item01 {
      top: -120px;
      left: 40px;
      position: absolute; } }
  @media screen and (min-width: 835px) {
    .p-intro__img-item02 {
      top: -120px;
      right: 40px;
      position: absolute; } }
  @media screen and (min-width: 835px) {
    .p-intro__img-item03 {
      top: 45%;
      left: -160px;
      transform: translateY(-50%);
      position: absolute; } }
  @media screen and (min-width: 835px) {
    .p-intro__img-item04 {
      top: 45%;
      right: -160px;
      transform: translateY(-50%);
      position: absolute; } }
  @media screen and (min-width: 835px) {
    .p-intro__img-inner {
      margin-top: 40px;
      display: flex;
      justify-content: center;
      gap: 120px;
      position: relative; } }
  @media screen and (max-width: 834px) {
    .p-intro__img-inner {
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      .p-intro__img-inner > div {
        width: calc( (100% - 20px) / 2); } }
  .p-intro__title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    text-align: center; }
    @media screen and (min-width: 835px) {
      .p-intro__title {
        font-size: 24px; } }
    @media screen and (max-width: 834px) {
      .p-intro__title {
        font-size: 18px; } }
  @media screen and (min-width: 835px) {
    .p-intro__text {
      margin-top: 25px;
      text-align: center;
      line-height: 1.9; } }
  @media screen and (max-width: 834px) {
    .p-intro__text {
      margin-top: 30px;
      font-size: 13px;
      line-height: 2.0; } }
  .p-intro__text > div {
    position: relative; }
  @media screen and (min-width: 835px) {
    .p-intro__note.-note {
      margin-top: 30px;
      text-align: center; } }
  @media screen and (max-width: 834px) {
    .p-intro__note.-note {
      margin-top: 20px; } }

.p-campaign {
  background-color: #FEBD19;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 835px) {
    .p-campaign__inner {
      padding: 60px 0; } }
  @media screen and (max-width: 834px) {
    .p-campaign__inner {
      padding: 50px 0 80px; } }
  .p-campaign__illust01 {
    position: absolute;
    top: 0;
    transform: translateY(-50%); }
    @media screen and (min-width: 835px) {
      .p-campaign__illust01 {
        width: 124px;
        left: -60px; } }
    @media screen and (max-width: 834px) {
      .p-campaign__illust01 {
        width: 60px;
        left: 20px; } }
  .p-campaign__illust02 {
    position: absolute;
    top: 0;
    transform: translateY(-50%); }
    @media screen and (min-width: 835px) {
      .p-campaign__illust02 {
        right: -60px;
        width: 130px; } }
    @media screen and (max-width: 834px) {
      .p-campaign__illust02 {
        right: 23px;
        width: 65px; } }
  .p-campaign__subtitle {
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif; }
    @media screen and (min-width: 835px) {
      .p-campaign__subtitle {
        margin-top: 60px;
        font-size: 22px; } }
    @media screen and (max-width: 834px) {
      .p-campaign__subtitle {
        margin-top: 30px;
        font-size: 16px; } }
    @media screen and (min-width: 835px) {
      .p-campaign__subtitle strong {
        font-size: 26px; } }
    @media screen and (max-width: 834px) {
      .p-campaign__subtitle strong {
        font-size: 18px; } }
  .p-campaign__text {
    font-weight: 500; }
    @media screen and (min-width: 835px) {
      .p-campaign__text {
        margin-top: 30px;
        text-align: center;
        line-height: 2.2; } }
    @media screen and (max-width: 834px) {
      .p-campaign__text {
        margin-top: 20px;
        font-size: 13px;
        line-height: 2.0; } }
  .p-campaign__contents {
    position: relative; }
  @media screen and (max-width: 834px) {
    .p-campaign__img {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      gap: 20px;
      margin-top: 20px; } }
  @media screen and (min-width: 835px) {
    .p-campaign__img > div {
      position: absolute; } }
  @media screen and (max-width: 834px) {
    .p-campaign__img > div {
      position: relative;
      width: calc((100% - 20px) / 2); } }
  @media screen and (min-width: 835px) {
    .p-campaign__img .-item01 {
      left: 0;
      top: 115%;
      width: 200px;
      transform: translateX(-50%); } }
  @media screen and (min-width: 835px) {
    .p-campaign__img .-item02 {
      right: 0;
      top: 106%;
      width: 220px;
      transform: translateX(50%); } }
  .p-campaign__conditions {
    text-align: center; }
    @media screen and (min-width: 835px) {
      .p-campaign__conditions {
        margin-top: 60px; } }
    @media screen and (max-width: 834px) {
      .p-campaign__conditions {
        margin-top: 30px; } }
    .p-campaign__conditions-title {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: bold; }
      @media screen and (min-width: 835px) {
        .p-campaign__conditions-title {
          font-size: 16px; } }
      @media screen and (max-width: 834px) {
        .p-campaign__conditions-title {
          font-size: 14px; } }
      .p-campaign__conditions-title span {
        background-color: #FFF;
        border-radius: 50px;
        padding: 10px 20px; }
    .p-campaign__conditions-list {
      margin-top: 20px;
      display: inline-block;
      text-align: left; }
      .p-campaign__conditions-list li {
        text-indent: -1em;
        padding-left: 1em;
        font-family: "Zen Kaku Gothic New", sans-serif;
        font-weight: bold; }
        @media screen and (min-width: 835px) {
          .p-campaign__conditions-list li {
            font-size: 20px; } }
        @media screen and (max-width: 834px) {
          .p-campaign__conditions-list li {
            font-size: 16px; } }
        .p-campaign__conditions-list li::before {
          content: "・"; }
    .p-campaign__conditions-note.-note {
      margin-top: 20px; }
      @media screen and (max-width: 834px) {
        .p-campaign__conditions-note.-note {
          text-align: left; } }
  .p-campaign__brand {
    margin-top: 30px; }
    .p-campaign__brand-title {
      background-color: #B82E28;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      text-align: center;
      color: #FFF;
      font-weight: bold; }
      @media screen and (min-width: 835px) {
        .p-campaign__brand-title {
          font-size: 18px;
          padding: 15px 0;
          line-height: 1.4; } }
      @media screen and (max-width: 834px) {
        .p-campaign__brand-title {
          font-size: 14px;
          padding: 10px 0; } }
      @media screen and (min-width: 835px) {
        .p-campaign__brand-title small {
          font-size: 14px; } }
      @media screen and (max-width: 834px) {
        .p-campaign__brand-title small {
          display: block;
          font-size: 12px; } }
    .p-campaign__brand-list {
      padding: 20px;
      background-color: #F6F4ED;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 835px) {
        .p-campaign__brand-list {
          gap: 20px; } }
      @media screen and (max-width: 834px) {
        .p-campaign__brand-list {
          flex-wrap: wrap;
          gap: 10px; } }
      .p-campaign__brand-list li {
        line-height: 0; }
        @media screen and (max-width: 834px) {
          .p-campaign__brand-list li {
            width: calc((100% - 10px) / 2); } }
    .p-campaign__brand-note {
      margin-top: 10px; }
      @media screen and (min-width: 835px) {
        .p-campaign__brand-note {
          text-align: center; } }
      .p-campaign__brand-note li {
        text-indent: -1em;
        padding-left: 1em;
        font-size: 12px; }
        .p-campaign__brand-note li::before {
          content: "※"; }
  .p-campaign__footer > div {
    position: absolute;
    line-height: 0; }
    @media screen and (max-width: 834px) {
      .p-campaign__footer > div {
        width: 14%; } }
  .p-campaign__footer-illust01 {
    left: 0;
    bottom: 0; }
  .p-campaign__footer-illust02 {
    right: 0;
    bottom: 0; }

@media screen and (min-width: 835px) {
  .p-schedule {
    padding: 60px 0 100px; } }
@media screen and (max-width: 834px) {
  .p-schedule {
    padding: 40px 0 80px; } }
.p-schedule__flow {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px; }
  @media screen and (max-width: 834px) {
    .p-schedule__flow {
      flex-direction: column; } }
  .p-schedule__flow-item {
    background-color: #E66D1B;
    display: flex;
    align-items: center;
    border-radius: 15px;
    color: #FFF;
    text-align: center;
    position: relative; }
    @media screen and (min-width: 835px) {
      .p-schedule__flow-item {
        flex: 1;
        padding: 20px 5px;
        flex-direction: column; } }
    @media screen and (max-width: 834px) {
      .p-schedule__flow-item {
        width: 100%;
        padding: 10px 5px 10px;
        flex-wrap: row;
        flex-wrap: wrap;
        column-gap: 20px;
        justify-content: center; } }
    .p-schedule__flow-item .-num {
      font-family: "Barlow", sans-serif;
      font-weight: bold; }
      @media screen and (min-width: 835px) {
        .p-schedule__flow-item .-num {
          font-size: 32px; } }
      @media screen and (max-width: 834px) {
        .p-schedule__flow-item .-num {
          font-size: 46px;
          line-height: 1.0; } }
    .p-schedule__flow-item .-date {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4; }
      @media screen and (max-width: 834px) {
        .p-schedule__flow-item .-date {
          border-bottom: 1px solid #FFF; } }
      .p-schedule__flow-item .-date span {
        font-size: 14px;
        display: block; }
      @media screen and (min-width: 835px) {
        .p-schedule__flow-item .-date small {
          font-size: 14px; } }
      @media screen and (max-width: 834px) {
        .p-schedule__flow-item .-date small {
          font-size: 12px; } }
    @media screen and (max-width: 834px) {
      .p-schedule__flow-item .-img {
        width: 100%; } }
    .p-schedule__flow-item .-img img {
      width: auto; }
      @media screen and (min-width: 835px) {
        .p-schedule__flow-item .-img img {
          height: 120px; } }
      @media screen and (max-width: 834px) {
        .p-schedule__flow-item .-img img {
          height: 80px; } }
    .p-schedule__flow-item .-text {
      font-weight: bold;
      line-height: 1.6;
      font-size: 14px; }
      .p-schedule__flow-item .-text.-col2 {
        margin-top: -10px; }
    @media screen and (min-width: 835px) {
      .p-schedule__flow-item:first-child {
        flex: 2; } }
    .p-schedule__flow-item:not(:last-child)::after {
      content: "";
      background-color: #E66D1B;
      display: block;
      position: absolute; }
      @media screen and (min-width: 835px) {
        .p-schedule__flow-item:not(:last-child)::after {
          width: 20px;
          height: 3px;
          left: 100%;
          top: 50%; } }
      @media screen and (max-width: 834px) {
        .p-schedule__flow-item:not(:last-child)::after {
          height: 20px;
          width: 3px;
          left: 50%;
          top: 100%; } }

.p-prize {
  background-color: #FEBD19;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 835px) {
    .p-prize__inner {
      padding: 60px 0 140px; } }
  @media screen and (max-width: 834px) {
    .p-prize__inner {
      padding: 50px 0 120px; } }
  .p-prize__side > div {
    position: absolute; }
  .p-prize__side .-left {
    left: 0;
    top: 10%; }
    @media screen and (max-width: 834px) {
      .p-prize__side .-left {
        width: 10%;
        top: 48%; } }
  .p-prize__side .-right {
    right: 0;
    top: 10%; }
    @media screen and (max-width: 834px) {
      .p-prize__side .-right {
        width: 10%;
        top: 48%; } }
  .p-prize__illust > div {
    position: absolute;
    transform: translateY(-50%); }
  .p-prize__illust .-illust01 {
    top: 0; }
    @media screen and (min-width: 835px) {
      .p-prize__illust .-illust01 {
        width: 184px;
        left: -100px; } }
    @media screen and (max-width: 834px) {
      .p-prize__illust .-illust01 {
        width: 100px;
        left: 20px; } }
  .p-prize__illust .-illust02 {
    top: 0; }
    @media screen and (min-width: 835px) {
      .p-prize__illust .-illust02 {
        right: -100px;
        width: 160px; } }
    @media screen and (max-width: 834px) {
      .p-prize__illust .-illust02 {
        right: 20px;
        width: 97px; } }
  .p-prize__footer > div {
    position: absolute;
    line-height: 0; }
  .p-prize__footer .-illust01 {
    left: 0;
    bottom: 0;
    width: 600px; }
    @media screen and (min-width: 835px) {
      .p-prize__footer .-illust01 {
        max-width: 55%; } }
    @media screen and (max-width: 834px) {
      .p-prize__footer .-illust01 {
        max-width: 50%; } }
  .p-prize__footer .-illust02 {
    right: 0;
    bottom: 0;
    width: 400px; }
    @media screen and (min-width: 835px) {
      .p-prize__footer .-illust02 {
        max-width: 40%; } }
    @media screen and (max-width: 834px) {
      .p-prize__footer .-illust02 {
        max-width: 40%; } }
  @media screen and (min-width: 835px) {
    .p-prize__item {
      margin-top: 60px; } }
  @media screen and (max-width: 834px) {
    .p-prize__item {
      margin-top: 40px; } }
  .p-prize__item-header {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 835px) {
      .p-prize__item-header {
        gap: 40px; } }
    @media screen and (max-width: 834px) {
      .p-prize__item-header {
        flex-direction: column;
        text-align: center; } }
    .p-prize__item-header-img {
      flex-shrink: 0; }
      @media screen and (min-width: 835px) {
        .p-prize__item-header-img {
          width: 190px; } }
      @media screen and (max-width: 834px) {
        .p-prize__item-header-img {
          width: 120px; } }
    .p-prize__item-header-title {
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: bold; }
      @media screen and (min-width: 835px) {
        .p-prize__item-header-title {
          font-size: 32px; } }
      @media screen and (max-width: 834px) {
        .p-prize__item-header-title {
          font-size: 20px; } }
      .p-prize__item-header-title small {
        display: block; }
        @media screen and (min-width: 835px) {
          .p-prize__item-header-title small {
            font-size: 20px;
            margin-bottom: 12px; } }
        @media screen and (max-width: 834px) {
          .p-prize__item-header-title small {
            font-size: 14px;
            letter-spacing: 0; } }
      .p-prize__item-header-title .-point {
        display: flex;
        align-items: center; }
        @media screen and (min-width: 835px) {
          .p-prize__item-header-title .-point {
            gap: 15px;
            font-size: 24px; } }
        @media screen and (max-width: 834px) {
          .p-prize__item-header-title .-point {
            gap: 0 10px;
            font-size: 16px;
            justify-content: center;
            margin-top: 10px;
            flex-wrap: wrap; } }
        @media screen and (min-width: 835px) {
          .p-prize__item-header-title .-point img {
            width: 160px; } }
        @media screen and (max-width: 834px) {
          .p-prize__item-header-title .-point img {
            width: 90px; } }
        .p-prize__item-header-title .-point small {
          margin-bottom: 0; }
          @media screen and (min-width: 835px) {
            .p-prize__item-header-title .-point small {
              font-size: 18px;
              margin-left: -10px; } }
          @media screen and (max-width: 834px) {
            .p-prize__item-header-title .-point small {
              font-size: 14px;
              width: 100%; } }
    .p-prize__item-header-text {
      margin-top: 20px; }
      @media screen and (max-width: 834px) {
        .p-prize__item-header-text {
          font-size: 13px;
          text-align: left; } }
    .p-prize__item-header-note {
      font-size: 12px;
      margin-top: 10px;
      font-weight: bold; }
    .p-prize__item-header-contents .u-list.-note {
      text-align: left; }
  .p-prize__item .u-list.-note {
    margin-top: 0; }
  .p-prize__item-photo {
    margin-top: 20px; }
    @media screen and (max-width: 834px) {
      .p-prize__item-photo-inner {
        width: calc(100% + 50px);
        margin-left: -25px;
        position: relative;
        overflow: hidden; } }
    .p-prize__item-photo-img {
      line-height: 0;
      border-radius: 15px;
      overflow: hidden; }
      .p-prize__item-photo-img img {
        width: 100%;
        height: auto; }
        @media screen and (min-width: 835px) {
          .p-prize__item-photo-img img {
            height: 100%;
            width: auto; } }
    @media screen and (min-width: 835px) {
      .p-prize__item-photo .swiper-wrapper {
        display: grid !important;
        /* Swiperのflexを上書き */
        grid-template-columns: 2fr 1fr 1fr;
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
        line-height: 0;
        transform: none !important;
        /* Swiperのtranslateを打ち消す */
        width: auto !important;
        /* Swiperのwidth指定を解除 */ }
      .p-prize__item-photo .swiper-slide {
        width: auto !important;
        /* SP時のwidth固定解除 */
        height: auto !important;
        margin: 0 !important; }
      .p-prize__item-photo .-img01 {
        grid-area: 1 / 1 / 3 / 2; }
      .p-prize__item-photo .-img02 {
        grid-area: 1 / 2 / 2 / 3; }
      .p-prize__item-photo .-img03 {
        grid-area: 1 / 3 / 2 / 4; }
      .p-prize__item-photo .-img04 {
        grid-area: 2 / 2 / 3 / 3; }
      .p-prize__item-photo .-img05 {
        grid-area: 2 / 3 / 3 / 4; }
      .p-prize__item-photo .swiper-button-prev, .p-prize__item-photo .swiper-button-next, .p-prize__item-photo .swiper-pagination {
        display: none !important; } }
    @media screen and (max-width: 834px) {
      .p-prize__item-photo-slider {
        overflow: hidden;
        padding: 0 30px 30px; }
        .p-prize__item-photo-slider .swiper-button-prev, .p-prize__item-photo-slider .swiper-button-next {
          background-color: #FFF;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2)); }
          .p-prize__item-photo-slider .swiper-button-prev::after, .p-prize__item-photo-slider .swiper-button-next::after {
            font-size: 12px;
            color: #000;
            font-weight: bold; }
        .p-prize__item-photo-slider .swiper-horizontal > .swiper-pagination-bullets, .p-prize__item-photo-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .p-prize__item-photo-slider .swiper-pagination-custom, .p-prize__item-photo-slider .swiper-pagination-fraction {
          bottom: 0; }
        .p-prize__item-photo-slider .swiper-pagination-bullet-active {
          background: #572A05; } }
  @media screen and (max-width: 834px) {
    .p-prize__item-note.-note {
      margin-top: 15px; } }
  .p-prize__item-comment {
    margin: 20px auto 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 835px) {
      .p-prize__item-comment {
        gap: 20px; } }
    @media screen and (max-width: 834px) {
      .p-prize__item-comment {
        gap: 10px; } }
    .p-prize__item-comment .-img {
      width: 70px;
      flex-shrink: 0; }
    .p-prize__item-comment .-detail {
      color: #FFF;
      padding: 8px 20px; }
      @media screen and (min-width: 835px) {
        .p-prize__item-comment .-detail {
          font-size: 14px;
          border-top-left-radius: 50px;
          border-top-right-radius: 50px;
          border-bottom-right-radius: 50px; } }
      @media screen and (max-width: 834px) {
        .p-prize__item-comment .-detail {
          font-size: 12px;
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          border-bottom-right-radius: 20px; } }
    .p-prize__item-comment.-a .-detail {
      background-color: #D02E1C; }
    .p-prize__item-comment.-b .-detail {
      background-color: #572A05; }
  @media screen and (min-width: 835px) {
    .p-prize__item-btn {
      margin-top: 20px; } }
  @media screen and (max-width: 834px) {
    .p-prize__item-btn {
      margin-top: 30px; } }
  .p-prize__item-btn a {
    background-color: #FFF;
    border-radius: 15px;
    text-align: center;
    padding: 15px;
    display: block;
    font-weight: bold;
    position: relative;
    transition: .3s; }
    .p-prize__item-btn a::before, .p-prize__item-btn a::after {
      content: "";
      border-top: 2px solid #C8161D;
      content: '';
      display: block;
      width: 12px;
      height: 1px;
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translate(-50%, -50%);
      transition: 0.2s; }
    .p-prize__item-btn a::before {
      transform: translate(-50%, -50%) rotate(90deg);
      transition: 0.2s; }
    .p-prize__item-btn a::after {
      transform: translate(-50%, -50%) rotate(0);
      transition: 0.2s; }
    .p-prize__item-btn a:hover {
      background-color: #C8161D;
      color: #FFF; }
      .p-prize__item-btn a:hover::before, .p-prize__item-btn a:hover::after {
        border-top: 2px solid #FFF; }
      .p-prize__item-btn a:hover::before {
        transform: translate(-50%, -50%) rotate(180deg); }
      .p-prize__item-btn a:hover::after {
        transform: translate(-50%, -50%) rotate(90deg); }
  .p-prize__item-btn.-b a {
    color: #572A05; }
    .p-prize__item-btn.-b a::before, .p-prize__item-btn.-b a::after {
      border-top: 2px solid #572A05; }
    .p-prize__item-btn.-b a:hover {
      background-color: #572A05;
      color: #FFF; }
      .p-prize__item-btn.-b a:hover::before, .p-prize__item-btn.-b a:hover::after {
        border-top: 2px solid #FFF; }

.p-overview {
  position: relative; }
  @media screen and (min-width: 835px) {
    .p-overview {
      padding: 80px 0; } }
  @media screen and (max-width: 834px) {
    .p-overview {
      padding: 50px 0; } }
  .p-overview__side > div {
    position: absolute; }
  .p-overview__side .-left {
    left: 0;
    top: 20%; }
    @media screen and (max-width: 834px) {
      .p-overview__side .-left {
        width: 10%;
        top: 2%; } }
  .p-overview__side .-right {
    right: 0;
    top: 10%; }
    @media screen and (max-width: 834px) {
      .p-overview__side .-right {
        width: 10%;
        top: -8%; } }
  .p-overview__contents {
    margin: 60px auto 0; }
    @media screen and (min-width: 835px) {
      .p-overview__contents {
        width: 700px; } }
  .p-overview__period-text {
    font-weight: bold;
    text-align: center;
    font-family: "Barlow", sans-serif; }
    @media screen and (min-width: 835px) {
      .p-overview__period-text {
        font-size: 28px; } }
    @media screen and (max-width: 834px) {
      .p-overview__period-text {
        font-size: 22px; } }
    .p-overview__period-text small {
      font-size: 14px; }
  .p-overview__result-text {
    font-weight: bold;
    text-align: center;
    font-family: "Barlow", sans-serif; }
    @media screen and (min-width: 835px) {
      .p-overview__result-text {
        font-size: 28px; } }
    @media screen and (max-width: 834px) {
      .p-overview__result-text {
        font-size: 20px; } }
    @media screen and (min-width: 835px) {
      .p-overview__result-text small {
        font-size: 20px; } }
    @media screen and (max-width: 834px) {
      .p-overview__result-text small {
        font-size: 16px;
        display: block; } }
    .p-overview__result-text-note.u-list.-note {
      margin-bottom: 20px;
      font-size: 14px; }
  .p-overview__apply-text {
    font-size: 14px; }

.p-apply {
  padding-top: 20px; }
  @media screen and (min-width: 835px) {
    .p-apply {
      margin-top: 60px; } }
  @media screen and (max-width: 834px) {
    .p-apply {
      margin-top: 20px; } }
  .p-apply__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    .p-apply__header-img {
      margin-bottom: 20px; }
    .p-apply__header-text {
      font-size: 14px; }
  .p-apply__body {
    width: 100%;
    max-width: 1040px; }
    @media screen and (min-width: 835px) {
      .p-apply__body {
        margin: 10px auto 0; } }
    @media screen and (max-width: 834px) {
      .p-apply__body {
        margin: 0px auto 0; } }
    @media screen and (min-width: 835px) {
      .p-apply__body-text {
        font-size: 14px; } }
    @media screen and (max-width: 834px) {
      .p-apply__body-text {
        font-size: 12px; } }
    .p-apply__body-text:not(:first-child) {
      margin-top: 10px; }
  .p-apply__a {
    margin-top: 40px;
    padding-top: 20px; }
    .p-apply__a-text {
      text-align: left; }
      @media screen and (min-width: 835px) {
        .p-apply__a-text {
          font-size: 14px; } }
      @media screen and (max-width: 834px) {
        .p-apply__a-text {
          font-size: 12px; } }
    .p-apply__a .c-requirements {
      margin-top: 20px; }

.p-faq {
  padding-top: 20px;
  position: relative; }
  .p-faq__header {
    text-align: center; }
  .p-faq__list {
    border-top: 1px solid #572A05; }
    @media screen and (min-width: 835px) {
      .p-faq__list {
        margin-top: 40px; } }
    @media screen and (max-width: 834px) {
      .p-faq__list {
        margin-top: 40px; } }
    .p-faq__list-note {
      margin-top: 5px; }
      @media screen and (min-width: 835px) {
        .p-faq__list-note {
          font-size: 12px; } }
      @media screen and (max-width: 834px) {
        .p-faq__list-note {
          font-size: 12px; } }
      .p-faq__list-note li {
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 5px; }
        .p-faq__list-note li::before {
          content: "※"; }
  .p-faq__item {
    position: relative;
    border-bottom: 1px solid #572A05; }
    .p-faq__item-q {
      position: relative;
      transition: .3s; }
      @media screen and (min-width: 835px) {
        .p-faq__item-q {
          padding: 25px 20px; } }
      @media screen and (max-width: 834px) {
        .p-faq__item-q {
          padding: 10px 5px;
          min-height: 65px;
          display: flex;
          align-items: center; } }
      .p-faq__item-q p {
        font-weight: bold;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding-right: 40px;
        transition: .3s; }
        @media screen and (min-width: 835px) {
          .p-faq__item-q p {
            font-size: 18px; } }
        @media screen and (max-width: 834px) {
          .p-faq__item-q p {
            font-size: 13px; } }
        .p-faq__item-q p::before {
          content: "Q";
          font-family: "Barlow", sans-serif;
          color: #C8161D; }
      .p-faq__item-q.open {
        background-color: rgba(255, 255, 255, 0.5); }
        .p-faq__item-q.open p {
          color: #572A05; }
      @media screen and (min-width: 835px) {
        .p-faq__item-q:hover p {
          color: #572A05; } }
      .p-faq__item-q::before, .p-faq__item-q::after {
        content: "";
        border-top: 2px solid #C8161D;
        content: '';
        display: block;
        width: 12px;
        height: 1px;
        background: #000;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(-50%, -50%);
        transition: 0.2s; }
      .p-faq__item-q::before {
        transform: translate(-50%, -50%) rotate(90deg);
        transition: 0.2s; }
      .p-faq__item-q::after {
        transform: translate(-50%, -50%) rotate(0);
        transition: 0.2s; }
      .p-faq__item-q.open::before {
        transform: translate(-50%, -50%) rotate(0); }
    .p-faq__item-a {
      background-color: rgba(255, 255, 255, 0.5);
      display: flex;
      gap: 20px; }
      @media screen and (min-width: 835px) {
        .p-faq__item-a {
          padding: 0 20px 20px; } }
      @media screen and (max-width: 834px) {
        .p-faq__item-a {
          padding: 0 5px 20px; } }
      .p-faq__item-a::before {
        content: "A";
        font-weight: bold;
        font-family: "Barlow", sans-serif;
        color: #572A05;
        font-size: 18px;
        flex-shrink: 0; }
        @media screen and (max-width: 834px) {
          .p-faq__item-a::before {
            font-size: 15px; } }
      @media screen and (min-width: 835px) {
        .p-faq__item-a p {
          font-size: 15px; } }
      @media screen and (max-width: 834px) {
        .p-faq__item-a p {
          font-size: 13px; } }
      .p-faq__item-a p + p {
        margin-top: 5px; }

.p-contact {
  position: relative;
  text-align: center;
  background-color: #572A05;
  color: #FFF; }
  @media screen and (min-width: 835px) {
    .p-contact {
      margin-top: 160px; } }
  @media screen and (max-width: 834px) {
    .p-contact {
      margin-top: 80px; } }
  @media screen and (min-width: 835px) {
    .p-contact__inner {
      padding: 60px 0 80px; } }
  @media screen and (max-width: 834px) {
    .p-contact__inner {
      padding: 50px 0 0; } }
  .p-contact__illust > div {
    position: absolute;
    transform: translateY(-50%); }
  .p-contact__illust .-illust01 {
    left: 10px;
    top: 0; }
    @media screen and (min-width: 835px) {
      .p-contact__illust .-illust01 {
        width: 184px; } }
    @media screen and (max-width: 834px) {
      .p-contact__illust .-illust01 {
        width: 90px; } }
  .p-contact__illust .-illust02 {
    right: 10px;
    top: 0; }
    @media screen and (min-width: 835px) {
      .p-contact__illust .-illust02 {
        width: 160px; } }
    @media screen and (max-width: 834px) {
      .p-contact__illust .-illust02 {
        width: 96px; } }
  .p-contact__header {
    text-align: center; }
  @media screen and (min-width: 835px) {
    .p-contact__body {
      margin-top: 40px; } }
  @media screen and (max-width: 834px) {
    .p-contact__body {
      margin-top: 0; } }
  .p-contact__body-title {
    text-align: center; }
    @media screen and (min-width: 835px) {
      .p-contact__body-title {
        font-size: 18px;
        padding: 0; } }
    @media screen and (max-width: 834px) {
      .p-contact__body-title {
        font-size: 16px;
        padding: 20px 0 0; } }
  @media screen and (min-width: 835px) {
    .p-contact__body-detail {
      padding: 0; } }
  @media screen and (max-width: 834px) {
    .p-contact__body-detail {
      padding: 0 0 40px; } }
  .p-contact__body-mail {
    display: flex;
    justify-content: center;
    align-items: center; }
    .p-contact__body-mail img {
      margin-right: 10px;
      padding-top: 8px; }
      @media screen and (min-width: 835px) {
        .p-contact__body-mail img {
          width: 30px; } }
      @media screen and (max-width: 834px) {
        .p-contact__body-mail img {
          width: 20px; } }
    .p-contact__body-mail a {
      font-weight: 400;
      font-family: "Barlow", sans-serif;
      color: #3B3B3B; }
      @media screen and (min-width: 835px) {
        .p-contact__body-mail a {
          font-size: 28px; } }
      @media screen and (max-width: 834px) {
        .p-contact__body-mail a {
          font-size: 22px; } }
  .p-contact__body-tel {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 834px) {
      .p-contact__body-tel {
        margin-top: 10px; } }
    .p-contact__body-tel img {
      margin-right: 10px; }
      @media screen and (min-width: 835px) {
        .p-contact__body-tel img {
          width: 22px; } }
      @media screen and (max-width: 834px) {
        .p-contact__body-tel img {
          width: 16px; } }
    .p-contact__body-tel a {
      font-weight: 500;
      font-family: "Barlow", sans-serif;
      color: #FFF; }
      @media screen and (min-width: 835px) {
        .p-contact__body-tel a {
          font-size: 36px; } }
      @media screen and (max-width: 834px) {
        .p-contact__body-tel a {
          font-size: 30px; } }
    .p-contact__body-tel svg {
      width: 22px;
      height: 30px;
      fill: #FFF;
      margin-right: 10px; }
  .p-contact__body-entry {
    text-align: center; }
    .p-contact__body-entry a {
      margin: 10px auto 0;
      max-width: 400px;
      background: #FFF;
      color: #572A05;
      font-weight: bold;
      text-align: center;
      border-radius: 10px;
      border: 1px solid #FFF;
      position: relative;
      gap: 10px; }
      @media screen and (min-width: 835px) {
        .p-contact__body-entry a {
          width: 70%;
          font-size: 18px;
          padding: 10px 0;
          display: flex;
          justify-content: center;
          align-items: center; } }
      @media screen and (max-width: 834px) {
        .p-contact__body-entry a {
          width: 100%;
          font-size: 14px;
          padding: 10px 20px;
          display: inline-block; } }
      .p-contact__body-entry a img, .p-contact__body-entry a svg {
        width: 10px;
        height: 10px;
        transition: .3s; }
      .p-contact__body-entry a svg {
        fill: #572A05; }
      @media screen and (min-width: 835px) {
        .p-contact__body-entry a:hover {
          background-color: #572A05;
          color: #FFF; }
          .p-contact__body-entry a:hover img, .p-contact__body-entry a:hover svg {
            transform: translateX(5px);
            fill: #572A05; } }
  .p-contact__body p {
    font-size: 14px;
    margin-top: 15px; }
    @media screen and (max-width: 834px) {
      .p-contact__body p {
        font-size: 12px; } }
  .p-contact__body-note {
    text-align-last: left;
    margin-top: 10px; }
    .p-contact__body-note li {
      text-indent: -1em;
      padding-left: 1em;
      margin-bottom: 5px;
      font-size: 14px; }
      @media screen and (max-width: 834px) {
        .p-contact__body-note li {
          font-size: 12px; } }
      .p-contact__body-note li::before {
        content: "※"; }
      .p-contact__body-note li span {
        display: block;
        font-size: 13px;
        margin-top: 10px; }
        @media screen and (max-width: 834px) {
          .p-contact__body-note li span {
            font-size: 12px; } }
