@charset "UTF-8";
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/* mediaquery */
/* color */
/* font */
/* vw */
/* clampVw */
/*line-height*/
/*---------------------------------------------------------------
common
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

* {
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

i {
  margin: auto 20px;
}

.wf-loading {
  opacity: 0;
}

html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 50px;
}

body {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.4rem, 0.9722222222vw, 1.8rem);
  line-height: 180%;
  color: #8A675D;
  background: #FAF9F4;
  background-size: cover;
  background-position: center center;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
}

a,
a:hover,
a:visited {
  color: #8A675D;
  text-decoration: none;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

video {
  display: block;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: clamp(1.6rem, 1.3888888889vw, 2.4rem) clamp(3.2rem, 2.7777777778vw, 4.8rem) clamp(1.6rem, 1.3888888889vw, 2.4rem) clamp(4rem, 3.4722222222vw, 6rem);
  background: #FED925;
  font-size: clamp(1.4rem, 1.1805555556vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 100vh;
}
.btn:after {
  font-family: "Material Icons";
  content: "\e5df";
  font-size: clamp(2rem, 1.7361111111vw, 3rem);
  margin-left: 0.5em;
  display: inline-block;
  line-height: 1;
}
.btn:hover {
  background: #8A675D;
  color: #fff;
}

.btn_2 {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: clamp(1.6rem, 1.3888888889vw, 2.4rem) clamp(4rem, 3.4722222222vw, 6rem);
  background: #FAF9F4;
  font-size: clamp(1.4rem, 1.1805555556vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  border-radius: 100vh;
  border: solid 1px;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
}

#load {
  background: #EFEEE7;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

#load figure {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 200px;
}

/*-------------------------------
decoration
--------------------------------- */
.shapedividers {
  overflow: hidden;
  position: relative;
}

.shapedividers::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 150% 1.5vw;
  background-position: center bottom;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 98 11" preserveAspectRatio="none"><path d="M98 10L97 0l-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10-1-10-1 10L9 0 8 10 7 0 6 10 5 0 4 10 3 0 2 10 1 0 0 10v1h98z" fill="%23faf9f4"/></svg>');
}

/*-------------------------------
main_area
--------------------------------- */
.main_area {
  width: 100%;
  padding: clamp(1.6rem, 1.3888888889vw, 2.4rem) 0 clamp(5.6rem, 4.8611111111vw, 8.4rem);
  background: #EFEEE7;
}
@media screen and (min-width: 768px) {
  .main_area {
    padding: clamp(4.8rem, 4.1666666667vw, 7.2rem);
  }
}
.main_area ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.6rem, 1.3888888889vw, 2.4rem);
}
@media screen and (min-width: 768px) {
  .main_area ul {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
  }
}
.main_area ul li {
  width: 100%;
  margin-bottom: clamp(0.8rem, 0.6944444444vw, 1.2rem);
}
@media screen and (min-width: 768px) {
  .main_area ul li {
    width: 49.5%;
  }
}

.scroll-container {
  display: flex;
  white-space: nowrap;
  width: 100%;
}

.scroll-container .img {
  display: inline-block;
  margin-right: clamp(1.6rem, 1.3888888889vw, 2.4rem);
  color: #fff;
  font-size: clamp(8rem, 6.9444444444vw, 12rem);
  font-weight: 700;
  text-align: center;
  padding: 10px;
  animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*-------------------------------
item_area
--------------------------------- */
.item_area {
  width: 100%;
  margin: 0 auto;
  padding: clamp(8rem, 8.3333333333vw, 16rem) clamp(4rem, 3.4722222222vw, 6rem);
}
@media screen and (min-width: 768px) {
  .item_area ul {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.item_area ul li {
  margin-bottom: clamp(8rem, 8.3333333333vw, 16rem);
}
@media screen and (min-width: 768px) {
  .item_area ul li {
    width: 50%;
    margin: 0 3%;
  }
}
.item_area ul li:last-child {
  margin-bottom: 0;
}
.item_area ul li h2 {
  margin: 0 auto clamp(2.4rem, 2.0833333333vw, 3.6rem);
  text-align: center;
}
.item_area ul li h2 .num {
  margin: 0 auto clamp(1.6rem, 1.3888888889vw, 2.4rem);
  padding: clamp(0.8rem, 0.8333333333vw, 1.6rem) clamp(1.6rem, 1.3888888889vw, 2.4rem);
  font-size: clamp(1.6rem, 1.3888888889vw, 2.4rem);
  line-height: 100%;
  border: solid 1px;
  border-radius: 100vh;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}
.item_area ul li h2 .num span {
  margin: 0 clamp(0.4rem, 0.3472222222vw, 0.6rem);
  font-size: clamp(2.4rem, 2.0833333333vw, 3.6rem);
}
.item_area ul li h2 .title_1 {
  margin: 0 auto clamp(0.8rem, 0.8333333333vw, 1.6rem);
  font-size: clamp(1.8rem, 1.5277777778vw, 2.7rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .item_area ul li h2 .title_1 br {
    display: none;
  }
}
.item_area ul li h2 .title_2 {
  margin: 0;
  font-size: clamp(2rem, 1.7361111111vw, 3rem);
  letter-spacing: 0.05em;
  line-height: 100%;
}
.item_area ul li h2 .title_2 span {
  margin: 0 clamp(0.4rem, 0.3472222222vw, 0.6rem);
  font-size: clamp(1.6rem, 1.3888888889vw, 2.4rem);
}
.item_area ul li figure {
  margin: 0 auto clamp(2.4rem, 2.0833333333vw, 3.6rem);
}
@media screen and (min-width: 768px) {
  .item_area ul li figure {
    width: 80%;
  }
}
.item_area ul li p {
  margin: 0 auto clamp(2.4rem, 2.0833333333vw, 3.6rem);
  padding: 0;
  font-size: clamp(1.4rem, 1.1805555556vw, 2rem);
  line-height: 1.7142857143;
  display: block;
}
@media screen and (min-width: 768px) {
  .item_area ul li p {
    padding: 0 clamp(2.4rem, 2.0833333333vw, 3.6rem);
  }
}

/*-------------------------------
information_area
--------------------------------- */
.information_area {
  width: 100%;
  margin: 0 auto;
  padding: clamp(8rem, 8.3333333333vw, 16rem) clamp(3.2rem, 2.7777777778vw, 4.8rem) 0;
  background: #EFEEE7;
}
.information_area .box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .information_area .box {
    max-width: 1440px;
  }
}
.information_area h2 {
  font-size: clamp(3.2rem, 2.7777777778vw, 4.8rem);
  margin: 0 auto clamp(6.4rem, 5.5555555556vw, 9.6rem);
  text-align: center;
  letter-spacing: 0.05em;
}
.information_area p {
  margin: 0 auto clamp(4rem, 3.4722222222vw, 6rem);
  font-size: clamp(1.4rem, 1.1805555556vw, 2rem);
  line-height: 1.7142857143;
  display: block;
}
@media screen and (min-width: 768px) {
  .information_area p {
    text-align: center;
  }
}
.information_area p span {
  font-weight: 700;
}
.information_area p .red {
  color: #EA4F25;
}
.information_area ul {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .information_area ul {
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
  }
}
.information_area ul li {
  margin-bottom: clamp(3.2rem, 2.7777777778vw, 4.8rem);
  padding: clamp(1.6rem, 1.3888888889vw, 2.4rem) clamp(1.6rem, 1.3888888889vw, 2.4rem) clamp(2.4rem, 2.0833333333vw, 3.6rem);
  background: #fff;
  border-radius: 10px;
  border: dotted 1px;
}
@media screen and (min-width: 768px) {
  .information_area ul li {
    width: 50%;
    margin: 0 2%;
  }
}
.information_area ul li h3 {
  padding: clamp(1.6rem, 1.3888888889vw, 2.4rem) clamp(0.8rem, 0.6944444444vw, 1.2rem);
  font-size: clamp(1.6rem, 1.3888888889vw, 2.4rem);
  background: #F4F3EC;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .information_area ul li h3 {
    text-align: center;
  }
}
.information_area ul li h3 strong {
  font-size: clamp(1.6rem, 1.3888888889vw, 2.4rem);
}
.information_area ul li dl {
  margin: 0 auto clamp(2.4rem, 2.0833333333vw, 3.6rem);
  text-align: center;
}
.information_area ul li dl dt {
  margin: clamp(2.4rem, 2.0833333333vw, 3.6rem) 0 clamp(0.4rem, 0.3472222222vw, 0.6rem);
  font-size: clamp(1.4rem, 1.1805555556vw, 2rem);
}
.information_area ul li dl dd {
  font-size: clamp(1.6rem, 1.3888888889vw, 2.4rem);
  line-height: 1.25;
}
.information_area ul li dl dd span {
  margin-top: clamp(0.8rem, 0.6944444444vw, 1.2rem);
  font-size: clamp(1rem, 0.8333333333vw, 1.5rem);
  line-height: 1.6;
  display: block;
}

/*-----------------------------
 footer
------------------------------------ */
footer {
  width: 90%;
  margin: 0 auto;
  padding: clamp(8rem, 6.9444444444vw, 12rem) 0;
  text-align: center;
}
footer .f_logo {
  margin: 0 auto clamp(3.2rem, 2.7777777778vw, 4.8rem);
}
@media screen and (min-width: 768px) {
  footer .f_logo {
    display: flex;
    justify-content: center;
  }
}
footer .f_logo a,
footer .f_logo li {
  width: clamp(16rem, 12.5vw, 20rem);
  margin: 0 auto;
  padding: 0;
  display: block;
  background: none;
  border: none;
}
@media screen and (min-width: 768px) {
  footer .f_logo a,
  footer .f_logo li {
    margin: 0 clamp(2rem, 1.7361111111vw, 3rem);
  }
}
footer .f_logo a img,
footer .f_logo li img {
  vertical-align: bottom;
}
footer .f_logo .logo_pokemon1 {
  width: clamp(16rem, 12.5vw, 20rem);
  margin-bottom: clamp(2.4rem, 2.0833333333vw, 3.6rem);
}
@media screen and (min-width: 768px) {
  footer .f_logo .logo_pokemon1 {
    margin-bottom: 0;
  }
}
footer .f_logo .logo_pokemon2 {
  width: clamp(20rem, 15.625vw, 25rem);
}
footer .f_icon {
  margin: 0 auto clamp(1.6rem, 1.3888888889vw, 2.4rem);
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  margin: 0 clamp(1.6rem, 1.3888888889vw, 2.4rem);
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: clamp(2.4rem, 2.0833333333vw, 3.6rem);
}
footer small {
  text-align: center;
  font-size: clamp(1rem, 0.8680555556vw, 1.5rem);
  letter-spacing: 0;
  line-height: 200%;
  display: block;
}
footer small .nowrap {
  white-space: nowrap;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.from-left {
  opacity: 0;
  transform: translateX(0);
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-name: fadeInFromLeft;
}

.from-right {
  opacity: 0;
  transform: translateX(0);
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  animation-name: fadeInFromRight;
}

@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInFromRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounce-img {
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}/*# sourceMappingURL=style.css.map */