@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
a:hover,
button:hover {
  opacity: 0.7;
}

img {
  display: block;
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.shadow {
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.1882352941);
}

.Btn {
  font-family: "noto Sans JP", sans-serif;
  position: relative;
  display: inline-block;
  padding: 18px;
  border-radius: 5px;
  background-color: #38acb5;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s, opacity 0.5s;
  width: 225px;
}
@media screen and (min-width: 768px) {
  .Btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.Btn svg.arrow-01 {
  width: 26px;
  position: absolute;
  right: 10%;
  top: 45%;
}
.Btn:hover {
  opacity: 0.9;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  transform: scale(0.97);
}
.cls-1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.standby {
  pointer-events: none !important;
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
}
br.sp-only {
  display: block;
}

@media screen and (min-width: 768px) {
  br.sp-only {
    display: none;
  }
}
#ehon #contentArea {
  background: url(../imgs/bg.webp) repeat;
  background-size: 100% auto;
}
#ehon #contentArea img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .visual_wrap {
    box-sizing: content-box;
    width: 1024px;
    height: 524px;
    margin: 0 auto;
    padding: 82px 0 44px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}
#ehon #contentArea .ehon__kv {
  position: relative;
  max-width: 266.67vw;
  margin: 0 auto 8vw;
  padding-top: 8vw;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__kv {
    grid-area: 1/2/2/3;
    padding: 0;
    margin: 0;
  }
}
#ehon #contentArea .ehon__kv h1 {
  width: 59.73vw;
  margin: 0 auto 8vw;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__kv h1 {
    width: 320px;
    padding: 0;
    margin: 0 0 34px;
    transform: translate(-46px, 0);
  }
}
#ehon #contentArea .ehon__kv .ehon__kv-btn {
  position: absolute;
  bottom: 12%;
  right: 17%;
  width: 25%;
  max-width: 66.67vw;
  transition: opacity 0.3s;
}
#ehon #contentArea .ehon__kv .ehon__kv-btn:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__kv .ehon__kv-btn {
    width: 45%;
    right: 15%;
    bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .visual {
    width: 752px;
    grid-area: 1/1/3/2;
  }
}
#ehon #contentArea #lead {
  margin-bottom: 8vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #lead {
    width: 270px;
    grid-area: 2/2/3/3;
    margin: 0;
    transform: translate(-26px, -130px);
  }
}
#ehon #contentArea #lead .lead__details {
  width: 72vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #lead .lead__details {
    width: 270px;
  }
}
#ehon #contentArea .lead__btn {
  opacity: 0;
  position: fixed;
  right: 4.5vw;
  bottom: 17vw;
  z-index: 1;
  display: block;
  width: 58vw;
  margin: 0 auto;
  -webkit-animation: pulse-attention 5s ease-in-out infinite;
          animation: pulse-attention 5s ease-in-out infinite;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .lead__btn {
    width: 270px;
    position: fixed;
    right: 20px;
    bottom: 100px;
  }
}
#ehon #contentArea .lead__btn.view {
  opacity: 1;
}
@-webkit-keyframes pulse-attention {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-attention {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#ehon #contentArea #character {
  background: #F5F5EE;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #character {
    padding: 100px 0;
  }
}
#ehon #contentArea #character .ehon__intro {
  padding: 16vw 5.33vw;
  text-align: center;
  color: #333;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #character .ehon__intro {
    width: 680px;
    margin: 0 auto;
    padding: 0;
  }
}
#ehon #contentArea #character .ehon__intro-text {
  margin-bottom: 13.33vw;
  color: #483D2F;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "palt" on;
  font-size: 4.8vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.48vw;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #character .ehon__intro-text {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin-bottom: 49px;
  }
}
#ehon #contentArea #character .ehon__intro-note {
  margin-bottom: 40vw;
  color: #483D2F;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 4.27vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.21vw;
}
#ehon #contentArea #character .ehon__intro-note strong {
  background: linear-gradient(transparent 60%, #fff38f 60%);
  display: inline; /* 折り返しても線が続くように設定 */
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #character .ehon__intro-note {
    font-size: 16px;
    margin-bottom: 154px;
  }
}
#ehon #contentArea #character .ehon__characters {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 10.67vw;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #character .ehon__characters {
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 49px;
  }
}
#ehon #contentArea #character .ehon__characters li {
  text-align: center;
  width: 32vw;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #character .ehon__characters li {
    width: 50%;
  }
}
#ehon #contentArea #character .ehon__characters li img {
  width: 100%;
  height: auto;
  margin-bottom: 4vw;
}
#ehon #contentArea #character .ehon__characters li span {
  font-weight: 700;
  font-size: 1rem;
}
#ehon #contentArea .ehon__bus-wrap {
  max-width: 186.67vw;
  margin: 0 auto;
  position: relative;
  background: url(../imgs/border.png) no-repeat;
  background-size: 100% auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__bus-wrap {
    width: 600px;
    background: url(../imgs/border_pc.png) no-repeat;
  }
}
#ehon #contentArea .ehon__bus-badge {
  position: absolute;
  top: -26.67vw;
  left: 50%;
  transform: translateX(-50%);
  width: 62.4vw;
}
#ehon #contentArea .ehon__bus-badge span {
  display: block;
  font-size: 0.75rem;
  margin-top: 1.33vw;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__bus-badge {
    top: -88px;
    width: 224px;
    left: 100px;
  }
  #ehon #contentArea .ehon__bus-badge span {
    font-size: 12px;
    margin-top: 8px;
  }
}
#ehon #contentArea .ehon__bus-box {
  padding: 5.33vw 10.67vw 10.67vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__bus-box {
    width: 600px;
    height: 349px;
    padding: 0;
    gap: 20px;
    justify-content: flex-start;
    margin: 0 auto;
  }
}
#ehon #contentArea .ehon__bus-box img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__bus-box img {
    width: 360px;
  }
}
#ehon #contentArea .ehon__bus-box p {
  color: #483D2F;
  font-feature-settings: "palt" on;
  font-size: 4.27vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.21vw;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__bus-box p {
    font-size: 16px;
    padding: 0 70px;
    letter-spacing: 0;
  }
}
#ehon #contentArea #ehon__rules {
  padding: 17.07vw 0 8.53vw;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #ehon__rules {
    padding: 100px 0 50px;
  }
}
#ehon #contentArea .ehon__rules-inner {
  max-width: 266.67vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__rules-inner {
    width: 840px;
    padding-inline: 0;
  }
}
#ehon #contentArea .ehon__sec-title {
  text-align: center;
  margin-bottom: 10.67vw;
}
#ehon #contentArea .ehon__sec-title img {
  width: 83.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__sec-title {
    margin-bottom: 49px;
  }
  #ehon #contentArea .ehon__sec-title img {
    width: 350px;
  }
}
#ehon #contentArea .ehon__table {
  padding: 0 8.53vw;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__table {
    padding: 0;
  }
}
#ehon #contentArea .ehon__table .ehon__table-row {
  text-align: left;
  padding: 8.53vw 0;
  border-top: 0.27vw solid #C4A57F;
}
#ehon #contentArea .ehon__table .ehon__table-row:last-child {
  border-bottom: 0.27vw solid #C4A57F;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__table .ehon__table-row {
    padding: 40px 0;
    border-top: 2px solid #C4A57F;
    display: flex;
    gap: 40px;
  }
  #ehon #contentArea .ehon__table .ehon__table-row:last-child {
    border-bottom: 2px solid #C4A57F;
  }
}
#ehon #contentArea .ehon__table dt, #ehon #contentArea .ehon__table dd {
  text-align: left;
  line-height: 1.8;
  color: #483D2F;
  font-size: 4vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__table dt, #ehon #contentArea .ehon__table dd {
    font-size: 16px;
  }
}
#ehon #contentArea .ehon__table dt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#ehon #contentArea .ehon__table dt span {
  display: inline-flex;
  padding: 0 2.13vw;
  color: #483D2F;
  background: #F5F5EE;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 4.27vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.21vw;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__table dt {
    width: 160px;
  }
  #ehon #contentArea .ehon__table dt span {
    display: block;
    font-size: 18px;
    letter-spacing: 0.1em;
    padding: 0 8px;
  }
}
#ehon #contentArea .ehon__table dd {
  background: transparent;
  padding: 4.27vw 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #483D2F;
  font-feature-settings: "palt" on;
  font-size: 4.27vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.21vw;
  gap: 4.27vw;
}
#ehon #contentArea .ehon__table dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#ehon #contentArea .ehon__table dd small {
  color: #483D2F;
  font-feature-settings: "palt" on;
  font-size: 3.73vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.19vw;
  text-indent: -1em;
  padding-left: 1em;
}
#ehon #contentArea .ehon__table dd .text-red {
  color: #e60012;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__table dd {
    padding: 0;
    font-size: 16px;
    gap: 20px;
    flex: 1;
  }
  #ehon #contentArea .ehon__table dd small {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
#ehon #contentArea #ehon__notes {
  padding: 17.07vw 0;
  background: #F5F5EE;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #ehon__notes {
    padding: 100px 0;
  }
}
#ehon #contentArea #ehon__notes .ehon__sec-title {
  position: relative;
}
#ehon #contentArea #ehon__notes .ehon__sec-title::before {
  position: absolute;
  top: 50%;
  left: 8.53vw;
  content: "";
  display: block;
  width: 8vw;
  height: 0.27vw;
  background: #9C7645;
}
#ehon #contentArea #ehon__notes .ehon__sec-title::after {
  position: absolute;
  top: 50%;
  right: 8.53vw;
  content: "";
  display: block;
  width: 8vw;
  height: 0.27vw;
  background: #9C7645;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea #ehon__notes .ehon__sec-title::before {
    left: 0;
  }
  #ehon #contentArea #ehon__notes .ehon__sec-title::after {
    right: 0;
  }
  #ehon #contentArea #ehon__notes .ehon__sec-title::before, #ehon #contentArea #ehon__notes .ehon__sec-title::after {
    width: 265px;
    height: 2px;
  }
}
#ehon #contentArea .ehon__notes-line {
  max-width: 133.33vw;
  margin: 0 auto;
}
#ehon #contentArea .ehon__notes-inner {
  max-width: 266.67vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__notes-inner {
    width: 840px;
    padding-inline: 0;
  }
}
#ehon #contentArea .ehon__notes-list {
  margin: 0 8.53vw;
  padding: 0 0 10.67vw;
  text-align: left;
  color: #483D2F;
  font-feature-settings: "palt" on;
  font-size: 3.73vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.19vw;
  border-bottom: 0.27vw solid #9C7645;
}
#ehon #contentArea .ehon__notes-list li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.8em;
}
#ehon #contentArea .ehon__notes-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__notes-list {
    margin: 0;
    padding: 0 0 50px;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-bottom: 2px solid #9C7645;
  }
}
#ehon #contentArea .ehon__btn-wrap {
  text-align: center;
  margin: 12.8vw 4.27vw;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__btn-wrap {
    margin: 64px auto;
    width: 360px;
  }
}
#ehon #contentArea .ehon__footer {
  padding: 0 8.53vw;
  text-align: left;
}
#ehon #contentArea .ehon__footer dl {
  color: #483D2F;
  font-feature-settings: "pkna" on;
  font-size: 3.73vw;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.19vw;
  margin-bottom: 6.4vw;
}
#ehon #contentArea .ehon__footer dl:last-child {
  margin-top: 6.4vw;
  margin-bottom: 0;
  padding-top: 6.4vw;
  border-top: 0.27vw solid #9C7645;
}
#ehon #contentArea .ehon__footer dt {
  color: #483D2F;
  font-feature-settings: "pkna" on;
  font-family: "Yu Gothic Pr6N";
  font-size: 3.73vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  letter-spacing: 0.37vw;
  margin-bottom: 1.07vw;
}
#ehon #contentArea .ehon__footer dd {
  font-weight: 500;
}
#ehon #contentArea .ehon__footer dd a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #ehon #contentArea .ehon__footer {
    width: 620px;
    margin: 0 auto;
    padding: 0;
    display: flex;
  }
  #ehon #contentArea .ehon__footer dl {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    padding-right: 24px;
    width: 180px;
  }
  #ehon #contentArea .ehon__footer dl:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    padding-left: 24px;
    padding-right: 0;
    border-left: 1px solid #9C7645;
    width: auto;
    flex: 1;
  }
  #ehon #contentArea .ehon__footer dt {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
  }
}

/* header調整 */
.header-area::before {
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .header-area::before {
    height: 1vw;
    width: 100vw;
    z-index: 20;
  }
}
/*# sourceMappingURL=style.css.map */