@charset "UTF-8";
/*! http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126　License: none (public domain)*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

html {
  font-size: 62.5% !important;
}

body {
  color: #222;
  font-size: 14px;
  font-size: 1.4rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: #222;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  cursor: pointer;
}

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

body {
  font-family: apple-system, BlinkMacSystemFont, Roboto, "Noto Sans JP", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
main .inner {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 640px) {
  main .inner {
    max-width: 1100px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

details summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

input::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

.scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar::-webkit-scrollbar {
  display: none;
}

header {
  background: #fff;
  -webkit-filter: drop-shadow(0 1px 3px rgba(80, 80, 80, 0.1));
          filter: drop-shadow(0 1px 3px rgba(80, 80, 80, 0.1));
  position: relative;
  z-index: 90;
}
@media (min-width: 1200px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
}

.header-inner {
  width: 98%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 6dvh;
    padding: 0.8rem 0;
  }
}

.header-logo {
  min-width: 10rem;
  position: relative;
}
@media (min-width: 640px) {
  .header-logo {
    width: 12rem;
  }
}
@media (min-width: 1300px) {
  .header-logo {
    width: 14rem;
  }
}

.logo-main {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: inline-block;
  width: 8rem;
  height: auto;
  z-index: 50;
}
@media (min-width: 640px) {
  .logo-main {
    top: 0;
    left: 0;
    width: 12rem;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  .logo-main {
    width: 15rem;
  }
}

.header-nav {
  display: none;
}
@media (min-width: 1200px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-nav ul a {
  display: inline-block;
  padding: 0.3rem 1.5rem 0.3rem 2rem;
  border-left: solid 0.1rem #222;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #222;
}
@media (min-width: 1300px) {
  .header-nav ul a {
    font-size: 1.7rem;
  }
}
.header-nav ul a:hover {
  opacity: 0.7;
}
.header-nav ul li {
  margin-right: 1rem;
}
.header-nav ul li:first-child a {
  border-left: none;
}

.btn-entry,
.btn-entry-m,
.btn-entry-fv,
.btn-entry-sp,
.btn-login,
.btn-cancel,
.btn-mypage {
  display: inline-block;
  background: #F18726;
  border: solid 0.3rem #fff;
  border-radius: 4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn-entry:hover,
.btn-entry-m:hover,
.btn-entry-fv:hover,
.btn-entry-sp:hover,
.btn-login:hover,
.btn-cancel:hover,
.btn-mypage:hover {
  background-color: rgb(242.5454545455, 148.2467532468, 61.9545454545);
}

.btn-entry-m span,
.btn-entry-fv span,
.btn-entry-sp span,
.btn-login span,
.btn-mypage span {
  position: absolute;
  top: 50%;
  display: inline-block;
  background: url(../img/arr-btn.svg) center center no-repeat #F18726;
  background-size: contain;
  vertical-align: middle;
}

.btn-entry {
  background: url(../img/arr-btn.svg) center right 1.5rem no-repeat #F18726;
}

.btn-entry,
.btn-entry-fv,
.btn-entry-sp,
.btn-cancel,
.btn-mypage {
  padding: 1.7rem;
  font-size: 2rem;
  min-width: 280px;
}
.btn-entry span,
.btn-entry-fv span,
.btn-entry-sp span,
.btn-cancel span,
.btn-mypage span {
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  right: 1.5rem;
}
@media (min-width: 640px) {
  .btn-entry,
  .btn-entry-fv,
  .btn-entry-sp,
  .btn-cancel,
  .btn-mypage {
    font-size: 2.1rem;
    min-width: 320px;
  }
}

.btn-entry-m,
.btn-login {
  padding: 1.5rem 3rem 1.5rem 1.7rem;
  font-size: 1.4rem;
}
.btn-entry-m span,
.btn-login span {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  right: 1rem;
}
@media (min-width: 1300px) {
  .btn-entry-m,
  .btn-login {
    font-size: 1.6rem;
  }
}

.btn-entry-fv {
  display: none;
}
@media (min-width: 640px) {
  .btn-entry-fv {
    display: inline-block;
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .btn-entry-fv {
    margin-top: 140px;
  }
}
@media (max-height: 900px) {
  .btn-entry-fv {
    margin-top: 1rem;
  }
}

.btn-entry-fv em,
.btn-entry-sp em {
  width: 10rem;
  position: absolute;
  top: -1.9rem;
  left: 50%;
  display: inline-block;
  margin: 0 0 0 -5rem;
  padding: 0.8rem 0.8rem 1rem 1.2rem;
  background: url(../img/btn-fukidashi.png) center center no-repeat;
  background-size: contain;
  font-size: 1.3rem;
  font-weight: 700;
  color: #F18726;
  text-align: center;
  line-height: 1;
}

.btn-entry-sp {
  padding: 1.5rem;
}
.btn-entry-sp em {
  padding: 0.5rem 0.8rem 0.8rem 1.2rem;
  font-size: 1.2rem;
  top: -1.5rem;
}

.btn-cancel {
  background: url(../img/arr-grey.svg) center right 1.5rem no-repeat #fff;
  border: solid 0.2rem #ccc;
  color: #222;
}
.btn-cancel:hover {
  background-color: #efefef;
}

.btn-mypage {
  width: 90%;
  background: #FFF;
  border: solid 0.2rem #ccc;
  color: #222;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.04);
  margin-top: 3rem;
  position: relative;
}
@media (min-width: 640px) {
  .btn-mypage {
    width: 50%;
    margin-top: 6rem;
  }
}
.btn-mypage:hover {
  background-color: #efefef;
}
.btn-mypage span {
  position: absolute;
  top: 50%;
  display: inline-block;
  background: url(../img/arr-grey.svg) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media (min-width: 640px) {
  .sec-fv {
    padding-top: 6dvh;
  }
}

.fv-bg {
  width: 100%;
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.fv-bg img {
  width: 49.75%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
}
.fv-bg img:nth-child(-n+3) {
  margin-bottom: 0.5%;
}
.fv-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(71, 78, 72, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .fv-bg {
    min-height: calc(100dvh - 13rem);
  }
}
@media (min-width: 640px) {
  .fv-bg {
    min-height: calc(100dvh - 18rem);
  }
  .fv-bg img {
    width: 33%;
    height: 49.5%;
  }
}

.fv-body {
  width: 100%;
  min-height: 640px;
  margin: 0 auto;
  padding-top: 10vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}
.fv-body .info {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1rem;
  color: #fff;
  opacity: 0.6;
}
@media (min-width: 640px) {
  .fv-body {
    min-height: calc(100dvh - 12rem);
    padding-top: 6vh;
  }
  .fv-body .info {
    bottom: 2rem;
    right: 3rem;
  }
}
@media (min-width: 1300px) {
  .fv-body .info {
    bottom: -3rem;
  }
}

.fv-inner {
  width: 98%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 640px) {
  .fv-inner {
    width: 90%;
  }
}

.fv-copy {
  height: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 640px) {
  .fv-copy {
    margin-top: 7vh;
  }
}
@media (min-width: 1300px) {
  .fv-copy {
    margin-top: 12vh;
  }
}
.fv-copy .logo-agrinavi {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5rem 1.2rem;
  background: rgba(241, 135, 38, 0.5);
  border-radius: 0.8rem;
  position: relative;
}
.fv-copy .logo-agrinavi img {
  width: 12rem;
  display: inline-block;
  margin: 0 auto;
}
.fv-copy .logo-agrinavi::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 1.3rem 0.5rem 0 0.5rem;
  border-color: rgba(241, 135, 38, 0.5) transparent transparent transparent;
  position: absolute;
  bottom: -1.25rem;
  left: calc(50% - 0.25rem);
}
@media (min-width: 640px) {
  .fv-copy .logo-agrinavi {
    margin-bottom: 1.6rem;
    padding: 0.7rem 1.5rem;
  }
  .fv-copy .logo-agrinavi img {
    width: 16rem;
  }
}
.fv-copy h1 {
  margin: 0;
  position: relative;
  font-size: 7rem;
  font-family: "RocknRoll One", sans-serif;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0.3rem;
}
@media (min-width: 640px) {
  .fv-copy h1 {
    line-height: 1;
  }
}
.fv-copy h1 span {
  display: block;
}
.fv-copy .head-01 {
  display: inline-block;
  font-size: 2rem;
}
.fv-copy .head-01 em {
  background: top left/1.03em 0.9em repeat-x radial-gradient(circle, #F18726 0.1em, rgba(0, 0, 0, 0) 0.07em);
  padding-top: 0.4em;
  font-size: 3.5rem;
}
@media (min-width: 640px) {
  .fv-copy .head-01 em {
    background: top left/1.03em 0.9em repeat-x radial-gradient(circle, #F18726 0.1em, rgba(0, 0, 0, 0) 0.07em);
    font-size: 5rem;
  }
}
.fv-copy .head-01 b {
  margin: 0 -1.2rem;
  font-size: 3rem;
}
@media (min-width: 640px) {
  .fv-copy .head-01 b {
    font-size: 4.5rem;
  }
}
.fv-copy .head-01 .deco-left,
.fv-copy .head-01 .deco-right {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: bottom;
}
.fv-copy .head-01 .deco-left {
  background: url(../img/fv-left.png) left bottom no-repeat;
  background-size: contain;
}
.fv-copy .head-01 .deco-right {
  background: url(../img/fv-right.png) right bottom no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .fv-copy .head-01 {
    font-size: 3rem;
  }
  .fv-copy .head-01 .deco-left,
  .fv-copy .head-01 .deco-right {
    width: 5rem;
    height: 5rem;
  }
}
.fv-copy .head-02 {
  display: inline-block;
  font-size: 5.6rem;
  white-space: nowrap;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .fv-copy .head-02 {
    font-size: 10rem;
  }
}
.fv-copy .head-02 b {
  margin: 0 -0.6rem;
  font-size: 3.5rem;
}
@media (min-width: 1200px) {
  .fv-copy .head-02 b {
    font-size: 8rem;
  }
}
.fv-copy .head-02 small {
  font-size: 3rem;
  display: inline-block;
  padding-left: 3px;
  letter-spacing: -0.5rem;
}
@media (min-width: 1200px) {
  .fv-copy .head-02 small {
    font-size: 8rem;
    letter-spacing: -1rem;
  }
}

.fv-point {
  width: 70dvw;
  margin: 3rem auto 2rem;
}
.fv-point .point {
  padding: 1rem 1rem 0.8rem;
  background: #fff;
  border-radius: 1.5rem;
  position: relative;
  -webkit-filter: drop-shadow(0.5rem 0.5rem 0 #F18726);
          filter: drop-shadow(0.5rem 0.5rem 0 #F18726);
}
.fv-point .point::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 0.6rem 1.6rem 0.6rem;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -1.6rem;
  left: calc(50% - 0.75rem);
}
.fv-point .point:last-child {
  margin-top: 1rem;
}
.fv-point .point:last-child::before {
  content: none;
}
.fv-point .cross {
  position: relative;
}
.fv-point .cross span {
  width: 100%;
  display: none;
  position: absolute;
  top: 50%;
}
.fv-point .cross span::before, .fv-point .cross span::after {
  content: "";
  width: 0.3rem;
  height: 3rem;
  background: #fff;
  border-radius: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.fv-point .cross span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.fv-point .cross span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fv-point h2 {
  font-family: "RocknRoll One", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #F18726;
}
.fv-point h2 small {
  font-size: 1.6rem;
}
.fv-point h2 b {
  margin: 0 -0.6rem;
}
.fv-point p {
  font-size: 1.3rem;
  color: #222;
  line-height: 1.5;
}
.fv-point p em {
  display: inline-block;
  padding: 0 0.4rem;
  font-family: "RocknRoll One", sans-serif;
  font-size: 150%;
  line-height: 1.2;
}
.fv-point .area {
  margin-top: -0.5rem;
  font-size: 1.7rem;
}
.fv-point .beginner,
.fv-point .calendar {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  vertical-align: middle;
}
.fv-point .beginner {
  margin-right: 0.5rem;
  background: url(../img/beginner.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.fv-point .calendar {
  margin-right: 0.8rem;
  background: url(../img/calendar.svg) center center no-repeat;
  background-size: contain;
}
@media (min-width: 640px) {
  .fv-point {
    width: 70rem;
    display: grid;
    grid-template-columns: 47% 6% 47%;
  }
  .fv-point .point {
    padding: 1.3rem 1rem 0.8rem;
  }
  .fv-point .point:last-child {
    margin-top: 0;
  }
  .fv-point .point:last-child::before {
    content: "";
  }
  .fv-point .cross span {
    display: block;
  }
  .fv-point .cross::before {
    margin-top: 3rem;
    font-size: 5rem;
  }
  .fv-point h2 {
    font-size: 2.6rem;
  }
  .fv-point h2 small {
    font-size: 2rem;
  }
  .fv-point p {
    font-size: 1.4rem;
  }
  .fv-point .area {
    margin-top: -0.3rem;
    font-size: 2rem;
  }
  .fv-point .beginner,
  .fv-point .calendar {
    width: 4rem;
    height: 4rem;
  }
}

.emblem {
  width: 10rem;
  height: auto;
  position: absolute;
  top: -3rem;
  left: calc(50% + 7.8rem);
}
@media (min-width: 640px) {
  .emblem {
    width: 12rem;
    top: 2rem;
    left: calc(50% + 26rem);
  }
}
@media (min-width: 1200px) {
  .emblem {
    width: 15rem;
    top: 1rem;
    left: calc(50% + 26rem);
  }
}

.fv-overview {
  padding: 1.2rem 1rem 1.5rem;
  background: #67CB6A;
  text-align: center;
  color: #fff;
}
.fv-overview .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fv-overview .schedule .end {
  opacity: 0.5;
}
.fv-overview .schedule .end .status {
  background: transparent !important;
  color: #fff !important;
}
.fv-overview .schedule li {
  padding: 0 0.5rem;
}
.fv-overview .schedule li + li {
  border-left: solid 0.1rem #fff;
}
.fv-overview .status {
  display: inline-block;
  width: 5.8rem;
  margin-bottom: 0.5rem;
  padding: 0.3rem;
  background: #fff;
  border: solid 0.1rem #fff;
  font-size: 0.9rem;
  font-weight: 700;
  color: #67CB6A;
  letter-spacing: 0.06rem;
  white-space: nowrap;
}
.fv-overview .date {
  font-family: "Poppins", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.15rem;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .fv-overview .date {
    font-size: 4.5rem;
  }
}
.fv-overview .date small {
  display: block;
  padding-right: 0.3rem;
  font-size: 1.1rem;
}
@media (min-width: 640px) {
  .fv-overview .date small {
    font-size: 2rem;
  }
}
.fv-overview .date span {
  display: inline-block;
  margin-left: 0.2rem;
  margin-bottom: 0.3rem;
  padding: 0.2rem 0.1rem 0.2rem 0.2rem;
  border-radius: 5rem;
  background: #fff;
  font-size: 1rem;
  vertical-align: bottom;
}
@media (min-width: 640px) {
  .fv-overview .date span {
    margin-bottom: 0.5rem;
    padding: 0.5rem 0.4rem 0.5rem 0.5rem;
    font-size: 1.3rem;
  }
}
.fv-overview .date .sat {
  color: #7ABEE6;
}
.fv-overview .date .sun {
  color: #F18726;
}
.fv-overview .date b {
  padding: 0 0.5rem;
  font-size: 3rem;
}
@media (min-width: 640px) {
  .fv-overview .date b {
    padding: 0 1rem;
    font-size: 4rem;
  }
}
.fv-overview .area {
  font-size: 1.5rem;
  font-weight: 700;
}
.fv-overview .time {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.7rem;
  border: solid 0.1rem #fff;
  border-radius: 0.8rem;
}
.fv-overview .time p {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.fv-overview .time .time-head {
  font-size: 1.4rem;
  padding-right: 0.2rem;
}
.fv-overview .time .time-body {
  font-size: 1.4rem;
}
.fv-overview .time em {
  font-size: 1.7rem;
  font-family: "Poppins", sans-serif;
}
.fv-overview .time small {
  font-size: 90%;
}
.fv-overview .time small em {
  font-size: 98%;
}
@media (min-width: 640px) {
  .fv-overview {
    padding: 1.5rem 0;
  }
  .fv-overview .schedule li {
    padding: 0 2rem;
  }
  .fv-overview .schedule li + li {
    border-width: 0.1rem;
  }
  .fv-overview .status {
    width: 10rem;
    font-size: 1.2rem;
  }
  .fv-overview .date small {
    display: inline;
  }
  .fv-overview .area {
    font-size: 3.2rem;
  }
  .fv-overview .time {
    padding: 0.7rem 1.8rem;
    border-width: 0.1rem;
  }
  .fv-overview .time .time-head {
    font-size: 2rem;
    padding-right: 0.5rem;
  }
  .fv-overview .time .time-body {
    font-size: 1.8rem;
  }
  .fv-overview .time em {
    font-size: 2.2rem;
  }
}

.fv-btn-pc {
  display: none;
}

@media (min-width: 640px) {
  .fv-btn-pc {
    display: block;
  }
}
.btn-comment {
  margin-bottom: 0.5rem;
  text-align: center;
}
.btn-comment p {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  color: #F18726;
  -webkit-filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.2));
  position: relative;
}
.btn-comment p::before, .btn-comment p::after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 4.5rem;
  background: #F18726;
  position: absolute;
  bottom: 0;
}
.btn-comment p::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  left: 0;
}
.btn-comment p::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  right: 0;
}
.btn-comment em {
  font-size: 1.8rem;
}
.btn-comment em span {
  display: inline-block;
  padding: 0 0.3rem;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
}
.btn-comment .present {
  display: inline-block;
  margin: 0 0.5rem -0.5rem 0;
  width: 3rem;
  height: 3rem;
  background: url(../img/present.png) center center no-repeat;
  background-size: contain;
}
.btn-comment b {
  padding-top: 0.4em;
  background: top left/1.06em 0.4em repeat-x radial-gradient(circle, #EFCF62 0.16em, rgba(0, 0, 0, 0) 0.07em);
}
@media (min-width: 640px) {
  .btn-comment {
    margin-bottom: 1rem;
  }
  .btn-comment p {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  .btn-comment em {
    font-size: 2rem;
  }
  .btn-comment em span {
    font-size: 2.8rem;
  }
  .btn-comment .present {
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: -0.8rem;
  }
}

.fv-btn-sp {
  width: 100%;
  padding: 1rem 0;
  bottom: 10dvh;
  left: 0;
  z-index: 70;
  text-align: center;
}
.fv-btn-sp .btn-comment {
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .fv-btn-sp {
    display: none;
  }
}

.wrap-sp-fixed {
  width: 100%;
  padding: 0.6rem 0;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  bottom: -40dvh;
  left: 0;
  text-align: center;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(0.3rem 0 0.5rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.3rem 0 0.5rem rgba(0, 0, 0, 0.1));
}
.wrap-sp-fixed .btn-comment {
  margin-bottom: 1.5rem;
}
.wrap-sp-fixed.active {
  bottom: 0;
}
.wrap-cta {
  text-align: center;
}

.sec-pickup {
  padding: 3rem 0;
  text-align: center;
}
.sec-pickup h2,
.sec-pickup h3 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
.sec-pickup h2 span,
.sec-pickup h3 span {
  color: #F18726;
}
.sec-pickup h2 {
  width: 92dvw;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 1.5rem 3rem;
  background: #fef9de;
  border-radius: 1.5rem;
  font-size: 1.7rem;
  position: relative;
  white-space: nowrap;
}
.sec-pickup h2::before, .sec-pickup h2::after {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 1.5rem;
}
.sec-pickup h2::before {
  background: url(../img/pick-left.png) left bottom no-repeat;
  background-size: contain;
  left: 1rem;
}
.sec-pickup h2::after {
  background: url(../img/pick-right.png) right bottom no-repeat;
  background-size: contain;
  right: 1rem;
}
.sec-pickup h2 div {
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: -1rem;
  left: calc(50% - 0.5rem);
}
.sec-pickup h2 div::after {
  content: "";
  display: block;
  border-width: 1.2rem 0.5rem 0 0.5rem;
  border-style: solid;
  border-color: #fef9de transparent transparent transparent;
}
.sec-pickup h3 {
  font-size: 2rem;
  line-height: 1.2;
}
.sec-pickup h3 small {
  font-size: 70%;
}
.sec-pickup h3 em {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 130%;
}
@media (min-width: 640px) {
  .sec-pickup {
    padding: 8rem 0 4rem;
  }
  .sec-pickup h2 {
    width: auto;
    margin-bottom: 2rem;
    padding: 2rem 7rem 1.5rem;
    font-size: 2.2rem;
  }
  .sec-pickup h2::before, .sec-pickup h2::after {
    width: 5rem;
    height: 5rem;
    bottom: 2rem;
  }
  .sec-pickup h2::before {
    left: 2rem;
  }
  .sec-pickup h2::after {
    right: 2rem;
  }
  .sec-pickup h3 {
    font-size: 3.6rem;
  }
}

.pickup-wrap {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (min-width: 640px) {
  .pickup-wrap {
    margin-top: 5rem;
  }
}

.pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: horizontal-animation 30s linear infinite;
          animation: horizontal-animation 30s linear infinite;
}
.pickup-list li {
  width: 10rem;
  margin-right: 2rem;
}
.pickup-list li .thumb {
  width: 100%;
  margin-bottom: 1rem;
}
.pickup-list li .logo {
  width: 100%;
}
.pickup-list > :first-child {
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.pickup-list .wide {
  width: 18rem;
}
@media (min-width: 640px) {
  .pickup-list li {
    width: 12rem;
    margin-right: 3rem;
  }
  .pickup-list .wide {
    width: 24rem;
  }
}

@-webkit-keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.sp-index {
  margin-top: 3rem;
}
.sp-index > p {
  display: inline-block;
  margin-bottom: -1.8rem;
  padding: 0.6rem 3rem;
  background: #fff;
  border: solid 0.1rem #00BA95;
  border-radius: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #00BA95;
}
.sp-index ul {
  background: #00BA95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
@media (min-width: 640px) {
  .sp-index ul {
    border-radius: 7px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  }
}
.sp-index ul li {
  width: 50%;
  background: url(../img/arr-down.svg) center right 1em no-repeat;
  background-size: 1.4rem;
}
.sp-index ul li:nth-child(odd) {
  border-right: dashed 0.1rem #fff;
}
.sp-index ul li:nth-child(-n+4) {
  border-bottom: dashed 0.1rem #fff;
}
.sp-index ul a {
  display: block;
  padding: 1.7rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 640px) {
  .sp-index {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .sp-index {
    display: none;
  }
}

.sec-exhibitor,
.sec-overview,
.sec-voice,
.sec-gift,
.sec-faq {
  padding-top: 3rem;
}
@media (min-width: 640px) {
  .sec-exhibitor,
  .sec-overview,
  .sec-voice,
  .sec-gift,
  .sec-faq {
    padding-top: 10rem;
  }
}

.sec-exhibitor h1, .sec-exhibitor h2,
.sec-overview h1,
.sec-overview h2,
.sec-voice h1,
.sec-voice h2,
.sec-gift h1,
.sec-gift h2,
.sec-faq h1,
.sec-faq h2,
.sec-reserve h1,
.sec-reserve h2,
.sec-form h1,
.sec-form h2 {
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .sec-exhibitor h1, .sec-exhibitor h2,
  .sec-overview h1,
  .sec-overview h2,
  .sec-voice h1,
  .sec-voice h2,
  .sec-gift h1,
  .sec-gift h2,
  .sec-faq h1,
  .sec-faq h2,
  .sec-reserve h1,
  .sec-reserve h2,
  .sec-form h1,
  .sec-form h2 {
    font-size: 4.2rem;
    letter-spacing: 0.15rem;
  }
}
.sec-exhibitor h1 span, .sec-exhibitor h2 span,
.sec-overview h1 span,
.sec-overview h2 span,
.sec-voice h1 span,
.sec-voice h2 span,
.sec-gift h1 span,
.sec-gift h2 span,
.sec-faq h1 span,
.sec-faq h2 span,
.sec-reserve h1 span,
.sec-reserve h2 span,
.sec-form h1 span,
.sec-form h2 span {
  display: block;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #F18726;
  letter-spacing: 0.05rem;
}
@media (min-width: 640px) {
  .sec-exhibitor h1 span, .sec-exhibitor h2 span,
  .sec-overview h1 span,
  .sec-overview h2 span,
  .sec-voice h1 span,
  .sec-voice h2 span,
  .sec-gift h1 span,
  .sec-gift h2 span,
  .sec-faq h1 span,
  .sec-faq h2 span,
  .sec-reserve h1 span,
  .sec-reserve h2 span,
  .sec-form h1 span,
  .sec-form h2 span {
    font-size: 2.4rem;
  }
}
.sec-exhibitor .intro,
.sec-overview .intro,
.sec-voice .intro,
.sec-gift .intro,
.sec-faq .intro,
.sec-reserve .intro,
.sec-form .intro {
  margin-bottom: 1.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (min-width: 640px) {
  .sec-exhibitor .intro,
  .sec-overview .intro,
  .sec-voice .intro,
  .sec-gift .intro,
  .sec-faq .intro,
  .sec-reserve .intro,
  .sec-form .intro {
    font-size: 1.7rem;
  }
}
.sec-exhibitor .intro em,
.sec-overview .intro em,
.sec-voice .intro em,
.sec-gift .intro em,
.sec-faq .intro em,
.sec-reserve .intro em,
.sec-form .intro em {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(248.4335260116, 235.3005780347, 190.5664739884)));
  background: linear-gradient(transparent 60%, rgb(248.4335260116, 235.3005780347, 190.5664739884) 60%);
}
.sec-exhibitor .intro b,
.sec-overview .intro b,
.sec-voice .intro b,
.sec-gift .intro b,
.sec-faq .intro b,
.sec-reserve .intro b,
.sec-form .intro b {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 130%;
}
.sec-exhibitor .intro span,
.sec-overview .intro span,
.sec-voice .intro span,
.sec-gift .intro span,
.sec-faq .intro span,
.sec-reserve .intro span,
.sec-form .intro span {
  font-weight: 700;
  color: #F18726;
}

.sec-exhibitor h2 {
  margin-bottom: 0;
}
.sec-exhibitor .note {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.sec-exhibitor .wrap-cta {
  padding-bottom: 5rem;
  background: #fef9de;
}
@media (min-width: 640px) {
  .sec-exhibitor .wrap-cta {
    padding-bottom: 10rem;
  }
}

.exhibitor-tab {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 640px) {
  .exhibitor-tab {
    margin-top: 5rem;
  }
}
.exhibitor-tab label {
  margin: 0 0.2rem;
  padding: 1rem 0.5rem;
  border: solid 0.3rem #fef9de;
  border-bottom: none;
  border-radius: 0.8rem 0.8rem 0 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.1rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.exhibitor-tab label em, .exhibitor-tab label span {
  display: inline-block;
  vertical-align: middle;
}
.exhibitor-tab label em {
  margin-right: 0.1rem;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}
.exhibitor-tab label span {
  margin-bottom: -0.2rem;
  padding: 0.2rem 0.2rem 0.25rem 0.2rem;
  border: solid 0.1rem #222;
  border-radius: 2rem;
  font-size: 0.9rem;
}
.exhibitor-tab label .sat {
  color: #7ABEE6;
}
.exhibitor-tab label .sun {
  color: #F18726;
}
@media (min-width: 640px) {
  .exhibitor-tab label {
    margin: 0 0.4rem;
    padding: 1.5rem 4rem;
    font-size: 2rem;
  }
  .exhibitor-tab label em {
    margin-right: 0.3rem;
    font-size: 2.5rem;
  }
  .exhibitor-tab label span {
    padding: 0.2rem 0.3rem 0.4rem 0.3rem;
    font-size: 1rem;
  }
}
.exhibitor-tab label:hover {
  opacity: 0.9;
}
.exhibitor-tab input {
  display: none;
}
.exhibitor-tab input:checked + label {
  background: #fef9de;
  margin-top: -0.1rem;
}
.exhibitor-tab input:checked + label + div {
  display: block;
}
.exhibitor-tab > div {
  width: 100%;
  display: none;
  padding: 3rem 0;
  background: #fef9de;
}
@media (min-width: 640px) {
  .exhibitor-tab > div {
    padding: 8rem 0 6rem;
  }
}
.exhibitor-tab h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.exhibitor-tab h3 small {
  display: none;
  padding-right: 0.3rem;
  font-size: 60%;
  line-height: 1.5;
}
.exhibitor-tab h3 em {
  font-family: "Poppins", sans-serif;
  font-size: 140%;
}
.exhibitor-tab h3 em,
.exhibitor-tab h3 span {
  display: inline-block;
  vertical-align: middle;
}
.exhibitor-tab h3 .sat,
.exhibitor-tab h3 .sun {
  margin-right: 0.5rem;
  padding: 0.2rem 0.2rem 0.3rem;
  border: solid 0.1rem #222;
  border-radius: 3rem;
  font-size: 1rem;
}
.exhibitor-tab h3 .sat {
  color: #7ABEE6;
}
.exhibitor-tab h3 .sun {
  color: #F18726;
}
.exhibitor-tab h3 .count {
  padding-left: 0.2rem;
  font-size: 1.6rem;
  line-height: 0.9;
}
.exhibitor-tab h3 .count em {
  margin-bottom: 0.2rem;
  padding: 0 0.2rem;
}
@media (min-width: 640px) {
  .exhibitor-tab h3 {
    font-size: 2.4rem;
  }
  .exhibitor-tab h3 small {
    display: inline-block;
  }
  .exhibitor-tab h3 .sat,
  .exhibitor-tab h3 .sun {
    padding: 0.4rem;
    font-size: 1.2rem;
  }
  .exhibitor-tab h3 .count {
    padding-left: 0.5rem;
    font-size: 1.8rem;
  }
  .exhibitor-tab h3 .count em {
    margin-bottom: 0.5rem;
  }
}
.exhibitor-tab h4 {
  padding: 0 1.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
}
.exhibitor-tab h4 span {
  margin-right: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .exhibitor-tab h4 {
    padding: 0 2rem;
  }
  .exhibitor-tab h4 span {
    font-size: 1.7rem;
  }
}
.exhibitor-tab .wrap-exhibitor-list {
  padding-top: 1.5rem;
  background: #fff;
  border-radius: 1.5rem;
  border: solid 0.2rem #222;
}
@media (min-width: 640px) {
  .exhibitor-tab .wrap-exhibitor-list {
    padding-top: 2rem;
  }
}
.exhibitor-tab ul {
  padding: 1.2rem 1.2rem 1.5rem;
  border-bottom: solid 0.2rem #222;
  display: grid;
  gap: 0.9rem;
}
.exhibitor-tab ul:last-child {
  border: none;
}
.exhibitor-tab ul + h4 {
  margin-top: 1.4rem;
}
@media (min-width: 640px) {
  .exhibitor-tab ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    padding: 1.6rem 2rem 2rem;
  }
  .exhibitor-tab ul + h4 {
    margin-top: 2rem;
  }
}
.exhibitor-tab li {
  font-size: 1.7rem;
  font-weight: 700;
}
.exhibitor-tab li a {
  display: inline-block;
  padding-right: 1.5rem;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
  line-height: 1.2;
  cursor: default;
  display: block;
  border-radius: 10rem;
}
.exhibitor-tab li a:not(.disabled) {
  border: 1px solid #ddd;
  cursor: pointer;
  background: url(../img/arr-line.svg) right 0.3rem center no-repeat;
  background-size: 1.8rem;
}
@media (min-width: 640px) {
  .exhibitor-tab li a:not(.disabled) {
    border-width: 2px;
  }
}
.exhibitor-tab li a:not(.disabled):hover {
  background-color: #F18726;
  border-color: #F18726;
  color: #fff;
  background-image: url(../img/arr-line-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 640px) {
  .exhibitor-tab li a {
    padding-right: 2.5rem;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .exhibitor-tab li a:not([class]) {
    cursor: pointer;
    background: url(../img/arr-line.svg) right 0.3rem center no-repeat;
    background-size: 2rem;
  }
}

.farm,
.ranch,
.agri,
.local {
  display: inline-block;
  padding: 0.5rem 1rem 0.6rem 3rem;
  border-radius: 0.3rem;
}
@media (min-width: 640px) {
  .farm,
  .ranch,
  .agri,
  .local {
    padding: 0.7rem 1rem 0.7rem 3.4rem;
    border-radius: 0.5rem;
  }
}

.farm {
  background: url(../img/farm.svg) left 0.8rem center no-repeat #67CB6A;
  background-size: 1.7rem;
}
.ranch {
  background: url(../img/ranch.svg) left 0.8rem center no-repeat #F18726;
  background-size: 1.8rem;
}
@media (min-width: 640px) {
  .ranch {
    background-size: 2.1rem;
  }
}

.agri {
  background: url(../img/agri.svg) left 0.8rem center no-repeat #3AD4B0;
  background-size: 1.8rem;
}
@media (min-width: 640px) {
  .agri {
    background-size: 2.1rem;
  }
}

.local {
  background: url(../img/local.svg) left 1rem center no-repeat #667fbf;
  background-size: 1.7rem;
}
.tab-industry h3 {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .tab-industry h3 {
    margin-bottom: 1.5rem;
  }
}

.tab-schedule .headline {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 640px) {
  .tab-schedule .headline {
    margin-bottom: 1.5rem;
  }
}
.tab-schedule h3 {
  margin-right: 0.5rem;
}
.tab-schedule h3 em {
  font-family: "Poppins", sans-serif;
  font-size: 2.7rem;
}
.tab-schedule .sat,
.tab-schedule .sun,
.tab-schedule .time {
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: bottom;
}
.tab-schedule .sat,
.tab-schedule .sun {
  padding: 0.4rem;
  border: solid 0.1rem #222;
  border-radius: 3rem;
  font-size: 1.2rem;
}
.tab-schedule .sat {
  color: #7ABEE6;
}
.tab-schedule .sun {
  color: #F18726;
}
.tab-schedule .time {
  margin-right: 0.5rem;
  padding-bottom: 0.1rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}
@media (min-width: 640px) {
  .tab-schedule .time {
    font-size: 1.7rem;
  }
  .tab-schedule .time br {
    display: none;
  }
}
.tab-schedule ul + .headline {
  margin-top: 2.5rem;
}
@media (min-width: 640px) {
  .tab-schedule ul + .headline {
    margin-top: 5rem;
  }
}

.companies-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1100;
  background-color: rgba(28, 28, 30, 0.8);
}
@media (min-width: 1024px) {
  .companies-modal {
    padding: 3rem;
  }
}
.companies-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.companies-modal .head {
  padding: 0.6rem 1rem;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.companies-modal .head span {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.14rem;
}
.companies-modal .area {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.companies-modal .copy,
.companies-modal .thumbs,
.companies-modal h6,
.companies-modal table,
.companies-modal .message {
  width: 94%;
  margin: 0 auto;
}
.companies-modal .thumbs {
  margin: 1.5rem auto 0.6rem;
}
.companies-modal .thumbs img {
  display: block;
  width: auto;
  height: 8rem;
  margin: 0 auto 1rem;
}
@media (min-width: 1024px) {
  .companies-modal .thumbs img {
    height: 12rem;
  }
}
.companies-modal .copy {
  font-size: 1.3rem;
  line-height: 1.6;
}
.companies-modal h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.5;
}
.companies-modal h5 span {
  display: block;
  font-size: 70%;
}
@media (min-width: 1024px) {
  .companies-modal h5 {
    font-size: 2rem;
  }
}
.companies-modal h6 {
  margin-top: 1rem;
  padding: 0.4rem 1rem;
  background: #efefef;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.companies-modal table tr {
  padding: 0 1rem;
}
.companies-modal table th, .companies-modal table td {
  border-bottom: solid 0.1rem #bbb;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}
.companies-modal table th {
  font-weight: 700;
  letter-spacing: 0.04rem;
}
.companies-modal table tr:last-child th, .companies-modal table tr:last-child td {
  border-bottom: none;
}
.companies-modal table thead th {
  padding: 0.2rem 1rem;
  background: #efefef;
}
.companies-modal table tbody th {
  width: 6.5rem;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .companies-modal table tbody th {
    width: 12rem;
  }
}
.companies-modal table tbody th, .companies-modal table tbody td {
  padding: 0.6rem 1rem;
}
.companies-modal table tbody td {
  padding-left: 0;
}
.companies-modal table a {
  text-decoration: underline;
  display: inline-block;
  padding-right: 1.6rem;
  background: url(../img/arr-orange.svg) right center no-repeat;
}
.companies-modal .message {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fef9de;
  border-radius: 0.3rem;
}
.companies-modal .message dt {
  width: 6rem;
  padding: 0.6rem 0 0.6rem 0.6rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  line-height: 1.2;
}
.companies-modal .message .user {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 0.5rem;
  background: url(../img/user.png) center center no-repeat;
  background-size: contain;
}
.companies-modal .message dd {
  width: calc(100% - 6rem);
  padding: 1rem;
}
.companies-modal .message dd p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
}
.companies-modal .message .fukidashi {
  background: #fff;
  padding: 0.7rem;
  border-radius: 0.3rem;
  -webkit-filter: drop-shadow(0 0.1rem 0.3rem rgba(187, 187, 187, 0.1));
          filter: drop-shadow(0 0.1rem 0.3rem rgba(187, 187, 187, 0.1));
  position: relative;
}
.companies-modal .message .fukidashi::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0.4rem 1rem 0.4rem 0;
  position: absolute;
  top: 1rem;
  left: -1rem;
}
@media (min-width: 640px) {
  .companies-modal .message dt {
    width: 11rem;
  }
}

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal-content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 620px;
  border-radius: 0.3rem;
  max-height: 88vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #221815;
}
.modal-content::-webkit-scrollbar {
  width: 0.1rem;
}
.modal-content::-webkit-scrollbar-track {
  background: #fff;
}
.modal-content::-webkit-scrollbar-thumb {
  background-color: #221815;
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .modal-content {
    max-height: 94vh;
  }
}

.modal-close-btn {
  position: absolute;
  right: 1rem;
  top: -0.5rem;
  width: 5rem;
  height: 5rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 48px;
  z-index: 20;
}
.modal-close-btn::before, .modal-close-btn::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 3rem;
  right: 1rem;
}
.modal-close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .modal-close-btn {
    top: 1vh;
    right: 50%;
    margin-right: -380px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
@media (min-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.swiper-button-next {
  right: -0.9rem;
}
@media (min-width: 1024px) {
  .swiper-button-next {
    right: calc(50% - 350px);
  }
}

.swiper-button-prev {
  left: -0.9rem;
}
@media (min-width: 1024px) {
  .swiper-button-prev {
    left: calc(50% - 350px);
  }
}

.sec-overview {
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.sec-overview h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .sec-overview {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
  .sec-overview h2 {
    margin-bottom: 7rem;
  }
}

.overview-list {
  margin-top: 1.5rem;
}
.overview-list details {
  width: 100%;
  display: block;
  border: solid 0.2rem #222;
  border-radius: 0.8rem;
  text-align: left;
}
.overview-list details[open] summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.overview-list details[open] table {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.overview-list summary {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 1.4rem 1rem;
}
.overview-list summary h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03rem;
}
.overview-list summary::after {
  display: block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/arr-circle.svg) center center no-repeat;
  background-size: 2.2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 1.3rem;
  right: 1rem;
}
.overview-list summary::-webkit-details-maker {
  display: none;
}
@media (min-width: 640px) {
  .overview-list summary {
    padding: 2rem;
  }
  .overview-list summary h3 {
    font-size: 2.2rem;
  }
  .overview-list summary::after {
    width: 2.5rem;
    height: 2.5rem;
    background: url(../img/arr-circle.svg) center center no-repeat;
    background-size: 2.5rem;
    top: 2rem;
    right: 2rem;
  }
}
.overview-list .body {
  padding: 0 1.4rem 1rem;
}
@media (min-width: 640px) {
  .overview-list .body {
    padding: 0 2rem 2rem;
  }
}
.overview-list table {
  width: 100%;
}
.overview-list table th {
  padding: 1rem 0.5rem;
  background: #fef9de;
  border-bottom: solid 0.5rem #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-align: center;
}
.overview-list table td {
  padding: 1rem;
}
.overview-list table p {
  font-weight: 700;
  letter-spacing: 0.03rem;
}
.overview-list table p small {
  font-size: 80%;
}
.overview-list table .date em,
.overview-list table .location em {
  font-family: "Poppins", sans-serif;
}
.overview-list table .date {
  font-size: 2.4rem;
}
.overview-list table .date em {
  line-height: 0.9;
}
.overview-list table .sat,
.overview-list table .sun {
  display: inline-block;
  margin: 0 0.5rem 0 0.3rem;
  padding: 0.3rem 0.4rem 0.4rem 0.4rem;
  border: solid 0.1rem #222;
  border-radius: 2rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1;
}
.overview-list table .sat {
  color: #7ABEE6;
}
.overview-list table .sun {
  color: #F18726;
}
.overview-list table .time {
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: bottom;
  font-family: "Poppins", sans-serif;
  font-size: 80%;
}
.overview-list table .time + small {
  font-size: 70%;
}
.overview-list table .location {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.2;
}
.overview-list table .access {
  padding-top: 0.8rem;
  padding-left: 2rem;
  border-top: dotted 0.2rem #ccc;
  background: url(../img/train.png) left top 1rem no-repeat;
  background-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.overview-list table .link-map {
  display: inline-block;
  vertical-align: top;
  margin: 0.4rem 0 0 0;
  padding: 0.3rem 1rem 0.3rem 2.2rem;
  background: url(../img/pin.svg) left 0.8rem center no-repeat #fff;
  background-size: 1rem;
  border: solid 0.1rem #F18726;
  border-radius: 2rem;
  color: #F18726;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.overview-list table .link-map:hover {
  opacity: 0.8;
}
@media (min-width: 640px) {
  .overview-list table th {
    width: 14rem;
    padding: 1.8rem 2.5rem;
    font-size: 1.8rem;
  }
  .overview-list table td {
    padding: 1rem 2.2rem;
  }
  .overview-list table .date br,
  .overview-list table .location br {
    display: none;
  }
  .overview-list table .date {
    font-size: 3.2rem;
  }
  .overview-list table .date br {
    display: none;
  }
  .overview-list table .time + small {
    font-size: 50%;
  }
  .overview-list table .location {
    margin-bottom: 0.2rem;
    font-size: 2.4rem;
  }
  .overview-list table .access {
    background-position: top 0.8rem left;
    background-size: 1.4rem;
  }
  .overview-list table .link-map {
    margin: 0 0 0.5rem 1rem;
    vertical-align: middle;
  }
}

.sec-benefit {
  padding-bottom: 3rem;
  text-align: center;
}
.sec-benefit .wrap-medal {
  margin-bottom: 2rem;
  padding: 3rem 0;
  background: url(../img/benefit-bg.png) center bottom no-repeat;
  background-size: cover;
  color: #fff;
}
.sec-benefit .wrap-medal ul {
  max-width: 88rem;
  margin: 0 auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-benefit .wrap-medal ul li {
  width: 45%;
  padding: 0 1rem;
}
.sec-benefit .wrap-medal p {
  padding: 0 5dvw;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
.sec-benefit h2,
.sec-benefit h3 {
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 1.4;
}
.sec-benefit h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.sec-benefit h3 {
  margin-bottom: 1.5rem;
  padding: 0 5dvw;
  font-size: 1.7rem;
}
.sec-benefit h3 em {
  color: #F18726;
}
.sec-benefit .wrap-graph {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fef9de;
  border-radius: 1.5rem;
}
.sec-benefit .wrap-graph div {
  width: 100%;
  padding: 2rem 0 0;
}
.sec-benefit .wrap-graph h4 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  line-height: 1;
}
.sec-benefit .wrap-graph h4 span {
  display: inline-block;
  padding: 1.2rem 1.8rem 1.2rem 4.2rem;
  border: solid 0.2rem #222;
}
.sec-benefit .wrap-graph img {
  display: block;
  width: 74%;
}
.sec-benefit .wrap-graph .beginner {
  background: url(../img/illust-beginner.png) left 1rem bottom no-repeat;
  background-size: 32%;
}
.sec-benefit .wrap-graph .beginner h4,
.sec-benefit .wrap-graph .beginner img {
  margin-left: auto;
}
.sec-benefit .wrap-graph .beginner h4 span {
  background: url(../img/beginner.svg) left 1.4rem center no-repeat #fff;
  background-size: 2.2rem;
}
.sec-benefit .wrap-graph .satisfaction {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  background: url(../img/illust-satisfaction.png) right 1rem bottom 2rem no-repeat;
  background-size: 28%;
}
.sec-benefit .wrap-graph .satisfaction h4,
.sec-benefit .wrap-graph .satisfaction img {
  margin-right: auto;
}
.sec-benefit .wrap-graph .satisfaction h4 span {
  background: url(../img/star.svg) left 1.2rem center no-repeat #fff;
  background-size: 2.6rem;
}
.sec-benefit .wrap-graph .satisfaction img {
  margin-left: 1rem;
}
.sec-benefit .info {
  padding-right: 0;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: right;
}
@media (min-width: 640px) {
  .sec-benefit {
    padding-bottom: 6rem;
  }
  .sec-benefit .wrap-medal {
    margin-bottom: 8rem;
    padding: 8rem 0 10rem;
  }
  .sec-benefit .wrap-medal ul {
    margin-bottom: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-benefit .wrap-medal ul li {
    width: 30%;
    padding: 0;
  }
  .sec-benefit .wrap-medal p {
    padding: 0;
    font-size: 1.2rem;
  }
  .sec-benefit h2 {
    margin-bottom: 4rem;
    font-size: 3.6rem;
  }
  .sec-benefit h2 br {
    display: none;
  }
  .sec-benefit h3 {
    margin-bottom: 5rem;
    font-size: 3rem;
  }
  .sec-benefit .wrap-graph div {
    width: 50%;
    padding: 5rem 1rem 5rem;
  }
  .sec-benefit .wrap-graph h4,
  .sec-benefit .wrap-graph img {
    width: 78%;
  }
  .sec-benefit .wrap-graph .beginner {
    background-size: 35%;
  }
  .sec-benefit .wrap-graph .satisfaction {
    padding-top: 5rem;
    background-position: right 2rem bottom;
    background-size: 30%;
  }
  .sec-benefit .wrap-graph .satisfaction img {
    margin-left: 0;
  }
}

.sec-voice {
  padding-bottom: 5rem;
}
.sec-voice .photo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
}
.sec-voice .photo img {
  margin: 0;
  border-radius: 0.6rem;
}
@media (min-width: 640px) {
  .sec-voice {
    padding-bottom: 10rem;
  }
  .sec-voice h2 {
    margin-bottom: 6rem;
  }
  .sec-voice .photo {
    grid-template-columns: 1fr 1fr;
  }
  .sec-voice .photo img {
    border-radius: 1.5rem;
  }
}

.list-voice {
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
}
.list-voice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: solid 0.2rem #222;
  border-radius: 1rem;
}
.list-voice dt {
  width: 8rem;
  padding: 2.8rem 0 1.3rem 1.3rem;
  position: relative;
}
.list-voice dt p {
  padding: 0.3rem 0.8rem 0.5rem 0.5rem;
  background: #222;
  border-radius: 1rem 0 1rem 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.list-voice dd {
  width: calc(100% - 8rem);
  padding: 1.5rem;
  letter-spacing: 0.1rem;
}
.list-voice dd p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.list-voice h3 {
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: #F18726;
}
@media (min-width: 640px) {
  .list-voice {
    margin-bottom: 6rem;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }
  .list-voice dl {
    border-radius: 1.2rem;
  }
  .list-voice dd p {
    font-size: 1.4rem;
  }
  .list-voice h3 {
    margin-bottom: 1rem;
    font-size: 1.9rem;
  }
}

.sec-gift {
  padding: 5rem 0;
  position: relative;
  background: #effdf0;
}
.sec-gift .inner {
  position: relative;
  z-index: 60;
}
.sec-gift::before, .sec-gift::after {
  content: "";
  display: block;
  width: 100%;
  height: 40rem;
  position: absolute;
  left: 0;
  z-index: 50;
}
.sec-gift::before {
  background: url(../img/gift-bg-top.png) top center no-repeat;
  background-size: contain;
  top: 0;
}
.sec-gift::after {
  background: url(../img/gift-bg-bottom.png) bottom center no-repeat;
  background-size: contain;
  bottom: 0;
}
.sec-gift .wrap-cta .btn-comment {
  margin-bottom: 1.6rem;
}
.sec-gift .wrap-cta .btn-comment p {
  padding: 0 1.3rem;
  font-size: 1.5rem;
  -webkit-filter: none;
          filter: none;
}
.sec-gift .wrap-cta .btn-comment p::before, .sec-gift .wrap-cta .btn-comment p::after {
  height: 2rem;
}
@media (min-width: 640px) {
  .sec-gift {
    padding: 10rem 0;
  }
  .sec-gift::before, .sec-gift::after {
    background-size: cover;
  }
  .sec-gift .wrap-cta .btn-comment {
    margin-bottom: 1.8rem;
  }
}

.list-gift {
  margin: 3rem auto 0;
}
.list-gift > div {
  margin-bottom: 2.5rem;
  padding-top: 1.5rem;
  background: #fff;
  border: solid 0.3rem #222;
  border-radius: 1.2rem;
  position: relative;
  text-align: center;
}
.list-gift h3 {
  width: 100%;
  position: absolute;
  top: -1.7rem;
  left: 0;
  line-height: 1;
}
.list-gift h3 span,
.list-gift h3 b {
  display: inline-block;
  vertical-align: middle;
}
.list-gift h3 span {
  padding: 0.6rem 1.2rem 0.5rem;
  background: #67CB6A;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.14rem;
  color: #fff;
}
.list-gift h3 b {
  margin: 0 0.4rem 0.3rem 0;
  padding: 0.3rem 0.5rem 0.2rem 0.7rem;
  background: #fff;
  border-radius: 2rem;
  font-size: 1.3rem;
  color: #67CB6A;
}
@media (min-width: 640px) {
  .list-gift {
    margin: 5rem auto 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
  .list-gift > div {
    width: 49%;
    border-radius: 1.5rem;
  }
  .list-gift h3 {
    top: -2rem;
  }
  .list-gift h3 span {
    padding: 0.8rem 1.5rem 0.7rem;
    background: #67CB6A;
    border-radius: 0.4rem;
    font-size: 1.8rem;
  }
  .list-gift h3 b {
    padding: 0.3rem 0.6rem 0.3rem 0.8rem;
    font-size: 1.4rem;
  }
}

.bonus-item {
  padding: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bonus-item p {
  letter-spacing: 0.06rem;
  line-height: 1.4;
}
.bonus-item .info {
  width: 50%;
}
.bonus-item .info .sub {
  font-size: 1.6rem;
  font-weight: 700;
}
.bonus-item .info .sub em {
  background: top left/1em 0.9em repeat-x radial-gradient(circle, #F18726 0.1em, rgba(0, 0, 0, 0) 0.07em);
  padding-top: 0.6em;
}
.bonus-item .info .head {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.bonus-item .info .head span {
  color: #F18726;
}
.bonus-item .info .text {
  margin-bottom: 0.6rem;
  font-size: 1.3rem;
}
@media (min-width: 640px) {
  .bonus-item .info .sub {
    font-size: 1.8rem;
  }
  .bonus-item .info .head {
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .bonus-item .info .head br {
    display: block;
  }
  .bonus-item .info .text {
    margin-bottom: 1rem;
    font-size: 1.3rem;
  }
}
.bonus-item .detail {
  width: 48%;
  padding: 1.2rem;
  border-radius: 1rem;
  background: #fef9de;
}
.bonus-item .detail p {
  font-weight: 700;
}
.bonus-item .detail .head {
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 1.3;
}
.bonus-item .detail .head span {
  display: inline-block;
}
.bonus-item .detail .head em {
  font-family: "Poppins", sans-serif;
  font-size: 120%;
}
.bonus-item .detail .text {
  font-size: 1.3rem;
  line-height: 1.2;
}
.bonus-item .detail .price {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #F18726;
}
.bonus-item .detail .price em {
  font-family: "Poppins", sans-serif;
  font-size: 180%;
}
.bonus-item .detail img {
  width: 60%;
}
.bonus-item .detail .note {
  margin-top: 0.6rem;
  font-weight: 500;
  font-size: 1.2rem;
}
@media (min-width: 640px) {
  .bonus-item .detail .head {
    margin-bottom: 1.8rem;
    font-size: 1.8rem;
  }
  .bonus-item .detail .price {
    font-size: 1.6rem;
  }
  .bonus-item .detail img {
    width: 60%;
  }
  .bonus-item .detail .note {
    margin-top: 1rem;
  }
}
@media (min-width: 640px) {
  .bonus-item {
    padding: 2rem;
  }
  .bonus-item .info {
    width: 51%;
  }
  .bonus-item .detail {
    width: 47%;
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
}

.bonus-1 .detail {
  width: 32.5%;
  position: relative;
}
.bonus-1 .detail .head {
  white-space: nowrap;
  font-size: 1.5rem;
}
.bonus-1 .detail .head em {
  font-size: 120%;
  color: #F18726;
}
.bonus-1 .detail .head::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  margin-top: 0.4rem;
  border-radius: 0.5rem;
  background: #F18726;
}
.bonus-1 .detail .price {
  font-size: 1.3rem;
  white-space: nowrap;
}
.bonus-1 .detail img {
  width: 80%;
}
@media (min-width: 640px) {
  .bonus-1 .detail {
    width: 31.5%;
  }
  .bonus-1 .detail::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.7rem;
    background: url(../img/right-green.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 0.8rem);
    right: -1.2rem;
  }
  .bonus-1 .detail:last-child::after {
    content: none;
  }
  .bonus-1 .detail .head {
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
  }
  .bonus-1 .detail .price {
    font-size: 1.6rem;
  }
}

.bonus-2 .info .head,
.bonus-4 .info .head {
  display: inline-block;
}
.bonus-2 .info .head::after,
.bonus-4 .info .head::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  margin-top: 0.4rem;
  border-radius: 0.5rem;
  background: #F18726;
}
@media (min-width: 640px) {
  .bonus-2 .detail,
  .bonus-4 .detail {
    padding: 4rem 1.5rem 5rem;
  }
}

.bonus-2 .info .head {
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}
.bonus-2 .info .head em {
  font-family: "Poppins", sans-serif;
  font-size: 120%;
}
.bonus-2 li {
  margin-bottom: 0.5rem;
}
.bonus-2 li span {
  width: 65%;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1rem;
}
@media (min-width: 640px) {
  .bonus-2 .info {
    padding-top: 2.5rem;
  }
  .bonus-2 ul {
    margin-top: 1rem;
  }
  .bonus-2 li {
    margin-bottom: 1rem;
  }
  .bonus-2 li span {
    width: 45%;
  }
}

.bonus-3 .info .head br {
  display: none;
}
.bonus-3 .detail {
  padding-top: 2.5rem;
}
.bonus-3 .detail .head span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  margin-top: 0.4rem;
  border-radius: 0.5rem;
  background: #F18726;
}
@media (min-width: 640px) {
  .bonus-3 .info {
    padding-top: 1rem;
  }
  .bonus-3 .info img {
    width: 95%;
  }
  .bonus-3 .detail {
    padding: 5rem 1.5rem 4rem;
  }
  .bonus-3 .detail br {
    display: none;
  }
}

.bonus-4 .info .head {
  margin-bottom: 1rem;
}
.bonus-4 .info img {
  width: 55%;
}
.bonus-4 .detail {
  padding-top: 2rem;
}
@media (min-width: 640px) {
  .bonus-4 .info {
    padding-top: 5rem;
  }
  .bonus-4 .info .head {
    margin-bottom: 3rem;
  }
  .bonus-4 .info img {
    width: 65%;
  }
  .bonus-4 .detail {
    padding: 9rem 1.5rem 10.5rem;
  }
}

.gift-info {
  margin-bottom: 3rem;
  padding: 1.5rem;
  background: #efefef;
  border: solid 0.1rem #dedede;
}
.gift-info p {
  line-height: 1.4;
}
.gift-info p + p {
  margin-top: 0.8rem;
}
.gift-info p:not(.head) {
  font-size: 1.2rem;
}
.gift-info p span {
  font-weight: 700;
}
.gift-info .head {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}
.gift-info .head span {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border: solid 0.2rem #222;
}
@media (min-width: 640px) {
  .gift-info {
    margin-bottom: 6rem;
  }
}

.sec-faq {
  padding: 4rem 0 2rem;
}
@media (min-width: 640px) {
  .sec-faq {
    padding: 8rem 0;
  }
}

.qa-list details {
  width: 100%;
  display: block;
  background: #fef9de;
  border: solid 0.2rem #222;
  border-radius: 0.8rem;
  margin-bottom: 1.2rem;
  padding: 1.2rem;
}
.qa-list details[open] summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.qa-list details[open] .answer {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
@media (min-width: 640px) {
  .qa-list details {
    margin-bottom: 1.5rem;
    padding: 2rem;
  }
}
.qa-list summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 2em 0 1.5em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-weight: 600;
  cursor: pointer;
}
.qa-list summary::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  top: -0.5rem;
  left: -0.2rem;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #F18726;
}
.qa-list summary::after {
  display: block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/arr-circle.svg) center center no-repeat;
  background-size: 2.2rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.1rem;
}
.qa-list summary::-webkit-details-maker {
  display: none;
}
@media (min-width: 640px) {
  .qa-list summary {
    font-size: 1.8rem;
  }
  .qa-list summary::before {
    top: -1rem;
    left: -0.5rem;
    font-size: 2.8rem;
  }
}
.qa-list .answer {
  margin-top: 1rem;
  padding: 1rem 0.8rem 1rem 3.2rem;
  background: #fff;
  border-radius: 0.6rem;
  position: relative;
}
.qa-list .answer::before {
  content: "A";
  font-size: 2.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  color: #F18726;
}
.qa-list .answer p {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}
.qa-list .answer p a {
  display: inline-block;
  text-decoration: underline;
}
.qa-list .answer p a:hover {
  color: #F18726;
}
.qa-list .answer p em {
  font-weight: 700;
}
@media (min-width: 640px) {
  .qa-list .answer {
    margin-top: 1.5rem;
    padding: 1.6rem 1.6rem 1.6rem 4.2rem;
  }
  .qa-list .answer::before {
    font-size: 2.8rem;
    top: 1.2rem;
    left: 1.2rem;
  }
  .qa-list .answer p {
    font-size: 1.6rem;
  }
}

.sec-cta {
  padding: 5rem 0 0;
  background: url(../img/cta-bg.png) top center no-repeat rgb(243.7167630058, 221.1502890173, 144.2832369942);
  background-size: contain;
  text-align: center;
}
.sec-cta p {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  background: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  color: #F18726;
  letter-spacing: 0.1rem;
  position: relative;
}
.sec-cta p em {
  font-family: "Poppins", sans-serif;
  font-size: 140%;
}
.sec-cta p::after {
  display: block;
  content: "";
  border-style: solid;
  border-width: 1rem 0.5rem 0 0.5rem;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 0.5rem);
}
.sec-cta h2 {
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.16rem;
  -webkit-filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1));
}
.sec-cta h2 span {
  display: inline-block;
  padding: 0 3rem 0;
  position: relative;
}
.sec-cta h2 span::before, .sec-cta h2 span::after {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 4rem;
  position: absolute;
  bottom: 0;
}
.sec-cta h2 span::before {
  background: url(../img/cta-left.png) left bottom no-repeat;
  background-size: contain;
  left: 0;
}
.sec-cta h2 span::after {
  background: url(../img/cta-right.png) right bottom no-repeat;
  background-size: contain;
  right: 0;
}
.sec-cta img {
  margin-top: 0.5rem;
  vertical-align: bottom;
}
@media (min-width: 640px) {
  .sec-cta {
    padding: 14rem 0 0;
  }
  .sec-cta h2 {
    margin-bottom: 3.5rem;
    font-size: 3.2rem;
  }
  .sec-cta h2 span {
    padding: 0 7rem 0;
  }
  .sec-cta h2 span::before, .sec-cta h2 span::after {
    width: 5rem;
    height: 7rem;
  }
  .sec-cta p {
    margin-bottom: 2rem;
    padding: 0.7rem 2rem;
    border-radius: 2rem;
    font-size: 1.8rem;
  }
  .sec-cta p em {
    font-size: 150%;
  }
  .sec-cta img {
    margin-top: 0;
  }
}

.sec-reserve .intro br {
  display: none;
}
@media (min-width: 640px) {
  .sec-reserve .intro br {
    display: block;
  }
}
.sec-reserve .login {
  margin: 3rem 0;
  padding: 2.5rem 1.5rem 2rem;
  background: #fff;
  border-radius: 0.8rem;
  border: solid 0.3rem #EFCF62;
  text-align: center;
  position: relative;
}
.sec-reserve .login .note {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  background: #EFCF62;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  color: #fff;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.sec-reserve .login p {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03rem;
}
.sec-reserve .login p em {
  font-size: 120%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #eedf92));
  background: linear-gradient(transparent 60%, #eedf92 60%);
}
@media (min-width: 640px) {
  .sec-reserve .login {
    padding: 3rem 2rem 2.5rem;
  }
  .sec-reserve .login p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.sec-reserve form {
  display: block;
  margin-top: 3rem;
  text-align: left;
}
.sec-reserve form .note {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6;
}
.sec-reserve form label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.06rem;
}
.sec-reserve form .required,
.sec-reserve form .not-required {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 0.5rem;
  padding: 0.4rem;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  line-height: 1;
}
.sec-reserve form .required {
  background: #c10c5a;
  color: #fff;
}
.sec-reserve form .not-required {
  border: solid 0.1rem #c10c5a;
  color: #c10c5a;
}
@media (min-width: 640px) {
  .sec-reserve form {
    margin-top: 5rem;
  }
}
.sec-reserve .form-area {
  margin-bottom: 2.5rem;
}
.sec-reserve .form-area .note {
  margin-bottom: 0.5rem;
}
.sec-reserve .form-area label {
  line-height: 1.3;
}
.sec-reserve .form-area label span {
  margin-bottom: 0.3rem;
}
@media (min-width: 640px) {
  .sec-reserve .form-area label span {
    margin-bottom: 0;
  }
  .sec-reserve .form-area label br {
    display: none;
  }
}
.sec-reserve .label-area label {
  display: block;
  padding: 1.3rem 1.5rem 1.3rem 3rem;
  border: solid 0.1rem #bbb;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}
.sec-reserve .label-area input {
  display: none;
}
.sec-reserve .label-area:has(input:checked) label {
  background: url(../img/icon-checked.svg) left 0.8rem center no-repeat #67CB6A;
  background-size: 1.8rem;
  color: #fff;
}
.sec-reserve .label-area:has(input:disabled) label {
  cursor: not-allowed;
  background-color: #eee;
  color: #ccc;
}
.sec-reserve .label-area:has(input:disabled:checked) label {
  background-color: #777;
  color: #fff;
}
.sec-reserve dl {
  display: block;
}
.sec-reserve dl + dl {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .sec-reserve dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec-reserve dt {
  width: 100%;
}
.sec-reserve dt label {
  display: inline-block;
  line-height: 1;
}
@media (min-width: 1200px) {
  .sec-reserve dt {
    width: 22rem;
    padding-top: 1.3rem;
  }
}
.sec-reserve dd {
  width: 100%;
}
.sec-reserve dd > span {
  display: inline-block;
}
@media (min-width: 1200px) {
  .sec-reserve dd {
    width: calc(100% - 22rem);
  }
}
.sec-reserve .cols {
  white-space: nowrap;
}
.sec-reserve .cols span {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.sec-reserve .cols span + span {
  margin-left: 1%;
}
@media (min-width: 640px) {
  .sec-reserve .cols span {
    width: auto;
  }
}
.sec-reserve .cols-free {
  width: auto;
}
.sec-reserve .cols-free .field_with_errors {
  display: inline-block;
}
.sec-reserve input[type=text],
.sec-reserve input[type=tel],
.sec-reserve input[type=password],
.sec-reserve input[type=email],
.sec-reserve select,
.sec-reserve .datalist {
  padding: 1.4rem 1.6rem;
  border-radius: 0.5rem;
  border: solid 0.1rem #bbb;
  font-size: 1.5rem;
  outline: none;
  color: #222;
}
.sec-reserve input[type=text]:focus,
.sec-reserve input[type=tel]:focus,
.sec-reserve input[type=password]:focus,
.sec-reserve input[type=email]:focus,
.sec-reserve select:focus,
.sec-reserve .datalist:focus {
  border-color: #67CB6A;
}
.sec-reserve select,
.sec-reserve input ~ label {
  cursor: pointer;
}
.sec-reserve select:disabled,
.sec-reserve input:disabled {
  color: #ababab;
  background-color: #eee;
  cursor: not-allowed;
}
.sec-reserve select + .note,
.sec-reserve input + .note {
  margin-top: 0.6rem;
}
.sec-reserve select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-right: 2.7rem;
  background: url(../img/arr-down-g.svg) right 0.3rem center no-repeat #fff;
  background-size: 1.8rem;
}
.sec-reserve select + select {
  margin-top: 1rem;
}
.sec-reserve select:disabled {
  color: #ababab;
  background-color: #eee;
  cursor: not-allowed;
}
.sec-reserve .label-gender,
.sec-reserve .label-graduated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: solid 0.1rem #bbb;
  border-radius: 0.5rem;
  background: #fff;
}
.sec-reserve .label-gender > div + div label,
.sec-reserve .label-graduated > div + div label {
  border-left: solid 0.1rem #bbb;
}
.sec-reserve .label-gender > div input,
.sec-reserve .label-gender > div .field_with_errors > input,
.sec-reserve .label-graduated > div input,
.sec-reserve .label-graduated > div .field_with_errors > input {
  display: none;
}
.sec-reserve .label-gender > div input:checked + label,
.sec-reserve .label-gender > div .field_with_errors:has(input:checked) + label,
.sec-reserve .label-graduated > div input:checked + label,
.sec-reserve .label-graduated > div .field_with_errors:has(input:checked) + label {
  background: #67CB6A;
  color: #fff;
}
.sec-reserve .label-gender > div input:disabled + label,
.sec-reserve .label-gender > div .field_with_errors:has(input:disabled) + label,
.sec-reserve .label-graduated > div input:disabled + label,
.sec-reserve .label-graduated > div .field_with_errors:has(input:disabled) + label {
  color: #ababab;
  cursor: not-allowed;
}
.sec-reserve .label-gender > div input:disabled:checked + label,
.sec-reserve .label-gender > div .field_with_errors:has(input:disabled:checked) + label,
.sec-reserve .label-graduated > div input:disabled:checked + label,
.sec-reserve .label-graduated > div .field_with_errors:has(input:disabled:checked) + label {
  background-color: #777;
  color: #fff;
}
.sec-reserve .label-gender label,
.sec-reserve .label-graduated label {
  margin-bottom: 0;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
}
.sec-reserve .label-gender > div {
  width: 33.3333333333%;
}
.sec-reserve .label-graduated {
  width: 66%;
}
.sec-reserve .label-graduated > div {
  width: 50%;
}
.sec-reserve .form-academic > div {
  margin-bottom: 1rem;
}
.sec-reserve .btn-postal-search {
  display: inline-block;
  padding: 0.8rem 1rem;
  background: #eee;
  border: solid 0.1rem #bbb;
  border-radius: 0.3rem;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sec-reserve .btn-postal-search:disabled {
  background: #eee;
  border-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}
.sec-reserve .btn-postal-search:hover {
  opacity: 0.9;
}
.sec-reserve .btn-postal-search + .note {
  margin-top: 0.7rem;
}
.sec-reserve .ipt-mss {
  width: 16%;
}
.sec-reserve .ipt-ms {
  width: 18%;
  margin-right: 0.8rem;
}
.sec-reserve .ipt-ss {
  width: 20%;
}
.sec-reserve .ipt-s {
  width: 66%;
}
.sec-reserve .select-s {
  width: 66%;
}
.sec-reserve .ipt-m {
  width: 100%;
}
.sec-reserve .select-m {
  width: 66%;
}
.sec-reserve .ipt-l,
.sec-reserve .select-l {
  width: 100%;
}
@media (min-width: 640px) {
  .sec-reserve .select-s {
    width: 33%;
  }
  .sec-reserve .ipt-s {
    width: 30%;
  }
  .sec-reserve .ipt-m {
    width: 66%;
  }
  .sec-reserve .ipt-mss {
    width: 10%;
  }
  .sec-reserve .ipt-ms {
    width: 12%;
    margin-right: 1.5rem;
  }
}
.sec-reserve .ipt-error {
  border-color: #c10c5a !important;
}
.sec-reserve .p-error {
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  color: #c10c5a;
  white-space: normal;
}
.sec-reserve .p-error a {
  display: inline-block;
  color: #c10c5a;
  text-decoration: underline;
}
.sec-reserve .p-error a:hover {
  color: #222;
}
.sec-reserve .form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.3rem;
  -webkit-filter: drop-shadow(0.1rem 0 0.3rem rgba(74, 74, 74, 0.1));
          filter: drop-shadow(0.1rem 0 0.3rem rgba(74, 74, 74, 0.1));
}
.sec-reserve .form-bottom .bottom-check {
  position: relative;
  width: 3rem;
  margin-right: 0.5rem;
}
.sec-reserve .form-bottom .bottom-check input,
.sec-reserve .form-bottom .bottom-check .field_with_errors > input {
  cursor: pointer;
  display: none;
}
.sec-reserve .form-bottom .bottom-check > label {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  border: solid 0.2rem #ccc;
  border-radius: 0.3rem;
  position: relative;
  cursor: pointer;
}
.sec-reserve .form-bottom .bottom-check input:checked + label::after,
.sec-reserve .form-bottom .bottom-check .field_with_errors:has(input:checked) + label::after {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/icon-checked-g.svg) center center no-repeat;
  background-size: 2.6rem;
  position: absolute;
  top: -0.8rem;
  left: -0.2rem;
}
.sec-reserve .form-bottom .bottom-check input:disabled + label,
.sec-reserve .form-bottom .bottom-check .field_with_errors:has(input:disabled) + label {
  color: #ababab;
  cursor: not-allowed;
}
.sec-reserve .form-bottom .bottom-check input:disabled:checked + label,
.sec-reserve .form-bottom .bottom-check .field_with_errors:has(input:disabled:checked) + label {
  background-color: #777;
  color: #fff;
}
.sec-reserve .form-bottom a {
  display: inline;
  color: #67CB6A;
  text-decoration: underline;
}
.sec-reserve .form-bottom span {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.sec-reserve,
.sec-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #eee;
  text-align: center;
}
.sec-reserve h1,
.sec-form h1 {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .sec-reserve h1,
  .sec-form h1 {
    margin-bottom: 3rem;
  }
}
.sec-reserve .intro br,
.sec-form .intro br {
  display: none;
}
@media (min-width: 640px) {
  .sec-reserve,
  .sec-form {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }
  .sec-reserve .inner,
  .sec-form .inner {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .sec-reserve .intro br,
  .sec-form .intro br {
    display: block;
  }
}
.sec-reserve .bottom-note,
.sec-form .bottom-note {
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (min-width: 640px) {
  .sec-reserve .bottom-note,
  .sec-form .bottom-note {
    font-size: 1.7rem;
  }
  .sec-reserve .bottom-note br,
  .sec-form .bottom-note br {
    display: none;
  }
}
.sec-reserve .btn-entry,
.sec-reserve .btn-cancel,
.sec-form .btn-entry,
.sec-form .btn-cancel {
  display: block;
  width: 90%;
  margin: 2rem auto;
}
@media (min-width: 640px) {
  .sec-reserve .btn-entry,
  .sec-reserve .btn-cancel,
  .sec-form .btn-entry,
  .sec-form .btn-cancel {
    width: 45%;
    margin: 3rem auto;
  }
}
.sec-reserve .wrap-btns,
.sec-form .wrap-btns {
  text-align: center;
}
.sec-reserve .form-confirm,
.sec-form .form-confirm {
  text-align: left;
}
.sec-reserve .form-confirm dl,
.sec-form .form-confirm dl {
  text-align: left;
}
.sec-reserve .form-confirm dd p,
.sec-form .form-confirm dd p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.sec-reserve .login-info,
.sec-form .login-info {
  padding: 1.5rem;
  background: #fff;
  border: solid 0.3rem #EFCF62;
  line-height: 1.5;
}

footer {
  padding-bottom: 15rem;
}
footer .sponsor {
  margin-bottom: 3rem;
  padding: 2rem 0;
  background: #67CB6A;
  color: #fff;
  text-align: center;
}
footer .sponsor .logo {
  display: inline-block;
  width: 8rem;
  padding: 1rem;
  margin: 0 1rem;
  background: #fff;
  border-radius: 0.3rem;
  -ms-flex-item-align: center;
      align-self: center;
}
footer .sponsor img {
  display: block;
  width: auto;
  height: 4rem;
  margin: 0 auto;
}
footer .sponsor ul {
  margin-top: 2rem;
}
footer .sponsor li {
  margin: 0.7rem 0;
}
footer .sponsor a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
footer .sponsor a:hover {
  opacity: 0.8;
}
@media (min-width: 640px) {
  footer .sponsor {
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  footer .sponsor ul {
    margin-top: 0;
    margin-left: 1rem;
  }
}
footer .company-application {
  margin-top: 20px;
}
@media (min-width: 640px) {
  footer .company-application {
    margin-top: 0;
    margin-left: 30px;
  }
}
footer .company-application a {
  background-color: #FFF;
  text-decoration: none;
  padding: 18px 30px;
  color: #67CB6A;
  font-weight: 600;
  font-size: 1.6rem;
  border-radius: 3px;
}
footer .info,
footer .copy {
  font-size: 1.2rem;
  text-align: center;
}
footer .info {
  margin-bottom: 2rem;
  padding: 0 1rem;
  line-height: 1.5;
}
footer .info a {
  display: inline;
  color: #222;
  text-decoration: underline;
}
footer .info a:hover {
  color: #00BA95;
}

.sec-form {
  padding-bottom: 5rem;
  background: #eee;
}
.sec-form .form-content {
  background-color: #FFF;
  margin-bottom: 3rem;
  padding: 10px 15px;
  border-radius: 7px;
}
@media (min-width: 640px) {
  .sec-form .form-content {
    margin-top: 5rem;
    padding: 1rem 3rem;
  }
}
.sec-form .form-content dl {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px dotted #999;
}
@media (min-width: 640px) {
  .sec-form .form-content dl {
    padding: 2rem 0;
  }
}
.sec-form .form-content dl dt {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 0.3rem;
}
.sec-form .form-content dl dt label {
  display: inline-block;
}
.sec-form .form-content dl dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
.sec-form .form-content dl dd span {
  padding-right: 0.5rem;
  font-weight: 700;
}
.sec-form .form-content dl:last-child {
  border-bottom: none;
}
@media (min-width: 640px) {
  .sec-form .form-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-form .form-content dl dt {
    width: 180px;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .sec-form .form-content dl dd {
    width: calc(100% - 180px);
    font-size: 1.6rem;
  }
}
.sec-form .confirm-note {
  margin-top: 3rem;
  padding: 2rem;
  background: #fff;
  border: solid 0.1rem #ddd;
  text-align: center;
}
.sec-form .confirm-note p {
  line-height: 1.5;
}

.sec-form-overview {
  padding: 3rem 0;
  background: #fff;
}
.sec-form-overview .target,
.sec-form-overview h3 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.sec-form-overview .target small,
.sec-form-overview h3 small {
  font-size: 80%;
}
.sec-form-overview .target {
  font-size: 2rem;
}
.sec-form-overview h3 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.sec-form-overview .detail {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(236, 248.5, 236.375);
  border-radius: 1rem;
  border: solid 0.2rem;
  text-align: center;
}
.sec-form-overview .detail li {
  padding: 0 0.6rem;
}
@media (min-width: 640px) {
  .sec-form-overview .detail li {
    width: 20%;
    padding: 0 0.3rem 0 1rem;
  }
}
.sec-form-overview .detail li + li {
  border-left: solid 0.1rem;
}
.sec-form-overview .detail > p, .sec-form-overview .detail .txt {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  vertical-align: middle;
}
@media (min-width: 640px) {
  .sec-form-overview .detail > p, .sec-form-overview .detail .txt {
    font-size: 1.8rem;
  }
}
@media (min-width: 640px) {
  .sec-form-overview .detail {
    padding: 1.5rem 0;
  }
}
.sec-form-overview .detail .date {
  font-family: "Poppins", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .sec-form-overview .detail .date {
    margin-bottom: 0;
    font-size: 4.2rem;
    letter-spacing: 0.2rem;
  }
}
.sec-form-overview .detail .date small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 640px) {
  .sec-form-overview .detail .date small {
    font-size: 2rem;
  }
}
.sec-form-overview .detail .date span {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0.2rem;
  border-radius: 5rem;
  border: solid 0.1rem #aaa;
  font-size: 1rem;
  vertical-align: bottom;
}
@media (min-width: 640px) {
  .sec-form-overview .detail .date span {
    padding: 0.5rem 0.4rem 0.5rem 0.5rem;
    font-size: 1.3rem;
  }
}
.sec-form-overview .detail .date .sat {
  color: #7ABEE6;
}
.sec-form-overview .detail .date .sun {
  color: #F18726;
}
.sec-form-overview .detail .area {
  margin-top: 0.3rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media (min-width: 640px) {
  .sec-form-overview .detail .area {
    font-size: 2.5rem;
  }
}
.sec-form-overview .detail .location-content {
  display: inline-block;
  white-space: nowrap;
}
.sec-form-overview .detail .location-content .location {
  display: inline-block;
}
@media (min-width: 640px) {
  .sec-form-overview {
    padding: 6rem 0;
  }
  .sec-form-overview .inner {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .sec-form-overview .target {
    font-size: 2.2rem;
  }
  .sec-form-overview h3 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
  }
}

.wrap-contact {
  margin: 2rem 0 3rem;
  padding: 1rem 1.5rem 1.5rem;
  background: #fff;
  border: 1px solid #333;
  border-radius: 1rem;
  text-align: left;
}
.wrap-contact h3 {
  margin-bottom: 0.7rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.wrap-contact p {
  font-size: 1.3rem;
  line-height: 1.4;
}
.wrap-contact p.wrap-contact-info {
  border-left: 2px solid #67CB6A;
  padding-left: 1.5rem;
  font-size: 1.5rem;
}
.wrap-contact p.wrap-contact-info a {
  display: inline-block;
}
@media (min-width: 640px) {
  .wrap-contact {
    margin: 5rem 0 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .wrap-contact h3 {
    margin-bottom: 1rem;
  }
}

.wrap-introduction {
  margin-bottom: 4rem;
  position: relative;
  background-color: #F1ECD1;
  padding: 1.5rem;
}
.wrap-introduction::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -15px;
  left: 54px;
  z-index: -1;
  border: 17px solid;
  border-color: transparent #EFCF62 transparent transparent;
}
@media (min-width: 640px) {
  .wrap-introduction {
    margin-bottom: 8rem;
    padding: 6rem 4rem 4rem;
  }
}
.wrap-introduction .headline {
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 640px) {
  .wrap-introduction .headline {
    font-size: 2.8rem;
    position: absolute;
    top: -3.5rem;
    left: 0;
  }
}
.wrap-introduction .headline span {
  display: block;
  padding: 1.6rem 2rem;
  background: #67CB6A;
  border-radius: 0.5rem;
  position: relative;
}
@media (min-width: 640px) {
  .wrap-introduction .headline span {
    display: inline-block;
    padding: 2rem 5rem;
  }
}
.wrap-introduction .headline span::before, .wrap-introduction .headline span::after {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: 0.2rem;
  background: #fff;
  position: absolute;
  left: 1rem;
}
.wrap-introduction .headline span::before {
  top: 0.5rem;
}
.wrap-introduction .headline span::after {
  bottom: 0.5rem;
}
.wrap-introduction .bonus-item {
  padding: 0;
}
.wrap-introduction .bonus-item .detail {
  background: #fff;
  border: solid 0.3rem #222;
}
.wrap-introduction .wrap-url {
  margin: 1rem auto 0;
  text-align: left;
}
.wrap-introduction .wrap-url .head {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 640px) {
  .wrap-introduction .wrap-url .head {
    font-size: 1.7rem;
  }
}
.wrap-introduction .url {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-radius: 7px;
  border: solid 0.3rem #222;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.wrap-introduction .url p {
  width: calc(100% - 12rem);
  margin: 0;
  padding-left: 0.5rem;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  text-align: left;
  word-break: break-all;
}
.wrap-introduction .url a {
  width: 12rem;
  display: inline-block;
  padding: 0.8rem;
  border-radius: 2rem;
  background: #F18726;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.wrap-introduction .url a img {
  display: inline-block;
  width: 2.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.wrap-introduction .url a:hover {
  opacity: 0.8;
}
@media (min-width: 640px) {
  .wrap-introduction .url p {
    font-size: 1.8rem;
  }
}
.wrap-introduction .ribbon-1,
.wrap-introduction .ribbon-2 {
  position: absolute;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  z-index: 5;
}
.wrap-introduction .ribbon-1 span,
.wrap-introduction .ribbon-2 span {
  display: inline-block;
  position: absolute;
  padding: 1rem 0;
  width: 170px;
  text-align: center;
  font-size: 20px;
  background: rgb(243.7167630058, 221.1502890173, 144.2832369942);
  -webkit-box-shadow: 0 0.1rem 0.3rem rgba(194, 193, 193, 0.1);
          box-shadow: 0 0.1rem 0.3rem rgba(194, 193, 193, 0.1);
}
.wrap-introduction .ribbon-1 {
  top: -0.1rem;
  left: -0.1rem;
}
.wrap-introduction .ribbon-1 span {
  left: -3rem;
  top: -1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wrap-introduction .ribbon-2 {
  bottom: -0.1rem;
  right: -0.1rem;
}
.wrap-introduction .ribbon-2 span {
  right: -3rem;
  bottom: -1rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.recommend-note {
  text-align: left;
}
.recommend-note .headline {
  display: inline-block;
  background: #67CB6A;
  margin-left: -1rem;
  padding: 0.6rem 0.8rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #fff;
  position: relative;
  z-index: 20;
}
.recommend-note .headline::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: #00BA95 transparent transparent transparent;
  border-width: 1rem 0.4rem 0 0.4rem;
  position: absolute;
  bottom: -1rem;
  left: 2rem;
}
@media (min-width: 640px) {
  .recommend-note .headline {
    padding: 1rem;
    font-size: 1.5rem;
  }
}
.recommend-note ul {
  margin-top: -0.7rem;
  padding-top: 0.7rem;
  background: #fff;
  border-radius: 0.5rem;
  -webkit-filter: drop-shadow(0 0.1rem 0.3rem rgba(95, 95, 95, 0.1));
          filter: drop-shadow(0 0.1rem 0.3rem rgba(95, 95, 95, 0.1));
  position: relative;
  z-index: 10;
}
.recommend-note ul a {
  display: block;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  background: url(../img/arr-orange.svg) right 0.8rem center no-repeat;
  background-size: 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
.recommend-note ul a:hover {
  color: #F18726;
}
@media (min-width: 640px) {
  .recommend-note ul a {
    display: inline-block;
    padding: 2rem 3.5rem 2rem 2rem;
    font-size: 1.7rem;
  }
}