html {
  scroll-behavior: smooth;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

.pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.txt-center {
  text-align: center;
}

.pc-center {
  text-align: center;
}
@media (max-width: 730px) {
  .pc-center {
    text-align: left;
  }
}

@media (max-width: 730px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline;
  }
}
body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.6;
  color: #2F5329;
  font-size: 16px;
}
body .tips {
  font-size: 14px;
}
@media (max-width: 730px) {
  body {
    font-size: 14px;
  }
  body .tips {
    font-size: 12px;
  }
}
body .txt-strong {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 480px) {
  body .txt-strong {
    font-size: 15px;
  }
}
body .txt-strong span {
  display: inline-block;
  margin-top: 5px;
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 480px) {
  body .txt-strong span {
    font-size: 12px;
  }
}

img {
  width: 100%;
}
img.img-auto {
  width: auto;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
header h1 {
  margin: 0;
  text-indent: -9999px;
  line-height: 0;
}

main {
  position: relative;
  min-height: 100vh;
  top: -10px;
}
@media (max-width: 480px) {
  main {
    top: -1px;
  }
}

section {
  background: #FFFDE9;
  position: relative;
  padding: 30px 20px 40px;
}
@media (max-width: 480px) {
  section {
    padding: 1px 20px 10px;
  }
}
section .fig {
  text-align: center;
  margin: 30px 0 0;
}
section .fig img {
  max-width: 480px;
  margin: auto;
}
section .fig-auto {
  text-align: center;
  margin: 30px 0;
}
section .fig-auto img {
  width: auto;
  margin: auto;
}
@media (max-width: 730px) {
  section .fig-auto img.img-area {
    max-width: 210px;
  }
}
section .section-content {
  max-width: 840px;
  margin: 0 auto 30px;
  padding-bottom: 0px;
}
section .section-tit {
  margin-top: 30px;
  margin-bottom: 30px;
}
section .section-tit .label span {
  display: inline-block;
  padding: 20px 10px 2px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 0.9rem;
  color: #fff;
  width: 65px;
  text-align: center;
  margin-right: 10px;
}
section .section-tit .label span.green {
  background: url(../img/pan-green.png) center center/100% auto no-repeat;
}
section .section-tit .label span.red {
  background: url(../img/pan-red.png) center center/100% auto no-repeat;
}
section .section-tit .tp {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #2F5329;
  margin-top: 10px;
  margin-bottom: 5px;
}
section .section-tit .tp span {
  font-size: 1.2rem;
}
section .section-tit h2 {
  font-weight: 1.8rem;
  margin-top: 10px;
}
@media (max-width: 730px) {
  section .section-tit h2 {
    font-size: 1.6rem;
  }
}
section h3.tit span {
  font-size: 1.4rem;
}
section h3.tit {
  border-left: 5px solid #2F5329;
  padding-left: 15px;
  margin-top: 30px;
}
section .kind {
  font-weight: 600;
  margin-bottom: 5px;
}
section .txt {
  margin-top: 5px;
}
section .event {
  position: relative;
  background: #BC2413;
  color: #fff;
  border-radius: 20px;
  margin-top: 80px;
  padding: 30px 20px 40px;
}
section .event .txt {
  max-width: 480px;
  margin: auto;
}
section .event .label {
  margin-bottom: 5px;
  font-size: 0.9rem;
}
section .event h3 {
  margin: 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.2rem;
}
section .event p {
  font-size: 0.9rem;
  margin-bottom: 3px;
}
section .event a {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border: none;
}
section .event a img {
  width: 40px;
  height: 40px;
  margin-right: 14px;
}

#intro {
  padding-top: 1px;
}
@media (max-width: 480px) {
  #intro {
    padding-top: 5px;
  }
}
#intro {
  text-align: center;
}
#intro h2 {
  margin-top: 10px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bolder;
}
#intro .link-menu {
  list-style: none;
  margin: 20px 0 30px;
  padding: 0;
}
@media (min-width: 400px) {
  #intro .link-menu {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
#intro .link-menu li {
  margin-bottom: 10px;
}
#intro .link-menu li:last-child {
  margin-bottom: 0;
}
#intro .link-menu li p {
  margin-bottom: 5px;
}
#intro .link-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 65px;
  background-color: #2F5329;
  border-radius: 8px;
  color: #ffffff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  max-width: 400px;
  text-decoration: none;
  transition: opacity 0.2s ease;
  padding: 4px 40px 4px 20px;
}
#intro .link-menu li a:hover {
  opacity: 0.85;
}
#intro .link-menu li a .link-label {
  display: block;
  text-align: center;
  line-height: 1.3;
}
#intro .link-menu li a .link-label span {
  font-size: 1.1rem;
}
#intro .link-menu li a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translateY(-65%) rotate(45deg);
}
#intro .link-menu li:nth-child(even) a {
  background: #80977e;
}
#intro .tp-info {
  border: 3px solid #2F5329;
  border-radius: 10px;
  padding: 15px;
  margin: 40px 0;
}
#intro .tp-info h3 {
  background: none;
  color: #2F5329;
  font-family: "M PLUS 1p", sans-serif;
  padding: 0;
  margin: 0 10px;
  font-size: 1.4rem;
}
#intro .tp-info .label {
  border: 1px solid #2F5329;
  padding: 3px;
  max-width: 390px;
  margin: 15px auto 10px;
}
#intro .more-link h3 {
  color: #BE8421;
  margin-bottom: 5px;
  font-weight: 600;
}
#intro .more-link .link-menu {
  margin-top: 10px;
}
#intro .more-link .link-menu a {
  background: #BE8421;
}
#intro .more-link .link-menu:nth-child(even) a {
  background: #BE8421;
}
#intro .tips {
  text-align: left;
}
#intro .profile-area {
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin-top: 80px;
  padding: 30px 20px 40px;
}
#intro .profile-area .ribbon-banner {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#intro .profile-area .ribbon-banner h3 {
  display: inline-flex;
  align-items: center;
  text-align: center;
  height: 50px;
  padding: 0 60px;
  background-color: #CA4E60;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 15px) 50%, 100% 100%, 0% 100%, 15px 50%);
}
#intro .profile-area .copy {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
#intro .profile-area .fig {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
#intro .profile-area .fig p {
  margin-bottom: 5px;
}
#intro .profile-area .fig img {
  max-width: 120px;
}
#intro .profile-area .txt {
  max-width: 480px;
  margin: auto;
  text-align: left;
  position: relative;
}
#intro .profile-area .txt a {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0px;
  right: 5px;
  transition: opacity 0.2s ease;
}
#intro .profile-area .txt a:hover {
  opacity: 0.6;
}
#intro .profile-area .txt p {
  margin: 0;
}
#intro .profile-area .txt .name {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
#intro .profile-area .txt hr {
  border-top: none;
  border-width: 2px;
  border-color: #2F5329;
  margin: 30px 0;
}
#intro .profile-area .txt h3 {
  margin-bottom: 4px;
}

#japan .event .txt {
  position: relative;
}
#japan .event .txt img.book {
  width: 65px;
  position: absolute;
  top: 6px;
  right: 0;
}
#japan .event a {
  margin-top: 15px;
}
#japan .event a p {
  margin-top: 0;
}

#retro, #selection {
  background: #fff;
}

#selection .event .section-tit {
  margin: 5px 0 0;
}
#selection .event {
  background: none;
  border: 2px solid #2F5329;
  color: #2F5329;
}
#selection .event .fig figure {
  margin-bottom: 0;
}
#selection .event .tips {
  display: block;
  margin-top: 4px;
  font-size: 0.8rem;
}

#recommend, #otomo {
  background: #faf2e4;
}
#recommend .section-content, #otomo .section-content {
  max-width: 1200px;
}
#recommend h2, #recommend h3, #recommend .kind, #otomo h2, #otomo h3, #otomo .kind {
  color: #BE8421;
}
#recommend h2, #otomo h2 {
  text-align: center;
}
@media (max-width: 730px) {
  #recommend h2, #otomo h2 {
    text-align: left;
    font-size: 1.5rem;
  }
}
#recommend h3, #otomo h3 {
  font-size: 1rem;
  margin-bottom: 5px;
}
#recommend h3 span, #otomo h3 span {
  font-size: 1.4rem;
}
#recommend .kind, #otomo .kind {
  margin-top: 5px;
  font-weight: normal;
}
#recommend .txt, #otomo .txt {
  color: #000;
  display: flex;
}
#recommend .txt p, #otomo .txt p {
  width: 54%;
  margin-right: 12px;
  font-size: 0.9rem;
}
#recommend .txt figure, #otomo .txt figure {
  width: 46%;
}
#recommend .item-list, #otomo .item-list {
  display: flex;
  justify-content: center;
}
#recommend .item-list .item-list-inner, #otomo .item-list .item-list-inner {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  #recommend .item-list .item-list-inner, #otomo .item-list .item-list-inner {
    justify-content: center;
  }
}
#recommend .item-list .item, #otomo .item-list .item {
  width: 29%;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (min-width: 480px) and (max-width: 900px) {
  #recommend .item-list .item, #otomo .item-list .item {
    width: 44%;
  }
}
@media (max-width: 730px) {
  #recommend .item-list .item, #otomo .item-list .item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

#recommend {
  padding-top: 80px;
  position: relative;
}
#recommend:before {
  content: " ";
  position: absolute;
  background: url(../img/pan.png) center center/auto 100% repeat-x;
  width: 100%;
  height: 30px;
  top: 40px;
  left: 0;
}
#recommend .section-tit .tips {
  color: #BE8421;
}

#otomo {
  padding-top: 1px;
  padding-bottom: 80px;
  position: relative;
}
#otomo:before {
  content: " ";
  position: absolute;
  background: url(../img/pan.png) center center/auto 100% repeat-x;
  width: 100%;
  height: 30px;
  bottom: 40px;
  left: 0;
}

#caution {
  font-size: 90%;
  background: #fff;
  color: #000;
}
@media (max-width: 730px) {
  #caution {
    padding-top: 20px;
  }
}
#caution h4 {
  text-align: center;
  margin-top: 0;
}

footer {
  font-family: sans-serif;
  background: #fff;
  padding: 60px 0 35px;
  text-align: center;
  position: relative;
  top: -10px;
  color: #000;
}
@media (max-width: 480px) {
  footer {
    padding: 40px 0 25px;
  }
}
footer > a {
  width: 18vw;
  min-width: 120px;
  max-width: 160px;
  display: block;
  margin: 0 auto 18px;
}
footer address {
  line-height: 1.6;
  font-style: normal;
}
footer .copyright {
  font-size: 0.9rem;
  line-height: 1.4em;
  margin-top: 5px;
}

/*# sourceMappingURL=style.css.map */
