@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #5C3E2D;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,.1);
 font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
}
body.menuopen {
  overflow: hidden;
}
main {
  background-color: #FFFDF9;
}

/*main*/
main {
  position: relative;
  overflow: hidden;
}
main h2 {
  font-size: 2.8rem;
 font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
main p {
  font-size: 1.6rem;
  line-height: 1.7;
}
.anchor{
  display: block;
  padding-top: 90px;
  margin-top: -90px!important;
}
@media(min-width:600px) {
  main h2 {
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    text-align: center;
  }
}
@media(min-width:1000px) {
  main h2 {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    text-align: center;
  }
  main p {
    font-size: 1.8rem;
  }
}
@media(max-width:1000px) {
  .sp-off {
    display: none;
  }
}
@media(min-width:1000px) {
  .pc-off {
    display: none;
  }
}
/*ボタン*/
.button-1 {
  margin: 0 auto;
  width: 200px;
  position: relative;
  z-index: 100;
}
.button-1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-family: 'Zen Kaku Gothic New', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  background-color: #abd91d;
  color: #fff;
  padding: 11px 0px 12px;
  border-radius: 50px;
  transition:all .4s;
}
.button-1 a::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../images/arrow_white.svg") no-repeat center/contain;
  margin:2px 0 0 6px;
  transition: all .4s ease-out;
}
.button-1 a:hover {
  background-color: #83cd43;
}
.button-1 a:hover::after {
  transform: translateX(5px);
}
.button-2 {
  margin: 0 auto;
  width: 200px;
  position: relative;
  z-index: 100;
}
.button-2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-family: 'Zen Kaku Gothic New', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  background-color: #85C16C;
  color: #fff;
  padding: 11px 0 12px;
  border-radius: 50px;
  transition:all .4s;
}
.button-2 a::after {
  content: "";
  width: 17px;
  height: 17px;
  background: url("../images/arrow_white.svg") no-repeat center/contain;
  margin:2px 0 0 6px;
  transition: all .4s ease-out;
}
.button-2 a:hover {
  background-color: #abd91d;
}
.button-2 a:hover::after {
  transform: translateX(5px);
}
/*ボタン（タブレット）*/
@media(min-width:600px) {
  .button-1 {
    margin: 0 auto;
    width: 220px;
  }
  .button-1 a {
    font-size: 1.8rem;
    padding: 13px 0px 14px;
    border-radius: 80px;
  }
  .button-1 a::after {
    content: "";
    width: 18px;
    height: 18px;
    margin:2px 0 0 8px;
  }
  .button-2 {
    width: 220px;
  }
  .button-2 a {
    font-size: 1.8rem;
    padding: 13px 0px 14px;
    border-radius: 80px;
  }
  .button-2 a::after {
    width: 18px;
    height: 18px;
    margin:2px 0 0 8px;
  }
}
/*ボタン（PC）*/
@media(min-width:1000px) {
  .button-1 {
    width: 240px;
  }
  .button-1 a {
    font-size: 1.8rem;
    padding: 13px 0px 14px;
    border-radius: 80px;
  }
  .button-1 a::after {
    content: "";
    width: 19px;
    height: 19px;
    margin: 2px 0 0 8px;
  }
  .button-2 {
    width: 240px;
  }
  .button-2 a {
    font-size: 1.8rem;
    padding: 13px 0 14px;
    border-radius: 80px;
  }
  .button-2 a::after {
    width: 19px;
    height: 19px;
    margin:2px 0 0 8px;
  }
}
/*ヘッダー*/
.header {
  width: 100%;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0);
}
.menu-jp {
  font-size: 1.6rem;
  font-weight: 500;
  color: #5C3E2D;
  font-family: 'Zen Maru Gothic', serif,'Zen Kaku Gothic New', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.menu-en {
  font-size: 1.2rem;
  font-weight: 500;
  color: #c0e035;
  letter-spacing: 0.1rem;
  font-family: Arial, Helvetica, "sans-serif", "Helvetica Neue";
}
.open-button {
  display: none;
}
.header li a span {
  transition: all .3s;
}
.header li a:hover span {
  color: #E57C44;
}
/*ヘッダー（スマートフォン・タブレット）*/
@media(max-width:1000px) {
  .header-content_pc {
    display: none;
  }
  .header-content_sp {
    height: 70px;
    position: absolute;
  }
  .open-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 0 0 0 20px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  }
  .open-button span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    height: 3px;
    right: 18px;
    width: 30px;
    border-radius: 5px;
    background-color: #c0e035;
  }
  .open-button span:nth-of-type(1) {
    top: 17px;
  }
  .open-button span:nth-of-type(2) {
    top: 26px;
  }
  .open-button span:nth-of-type(3) {
    top: 35px;
  }
  .open-button span:nth-of-type(3)::after {
    content: "MENU";
    position: absolute;
    color: #5C3E2D;
    font-family: Arial, Helvetica, "sans-serif", "Helvetica Neue";
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    top: 9px;
    right: -2px;
  }
  .open-button.active span:nth-of-type(1) {
    transform: rotate(-35deg);
    top: 26px;
  }
  .open-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .open-button.active span:nth-of-type(3) {
    transform: rotate(35deg);
    top: 26px;
  }
  .open-button.active span:nth-of-type(3)::after {
    content: "CLOSE";
    position: absolute;
    color: #5C3E2D;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-family: Arial, Helvetica, "sans-serif", "Helvetica Neue";
    transform: rotate(-35deg);
    right: -17px;
    top: 12px;
  }
  /*  ナビゲーション*/
  .gnav-sp-content {
    background-image: url("../images/BG_green.jpg");
    position: fixed;
    overflow: auto;
    overscroll-behavior: contain;
    padding: 20px;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s;
  }
  .gnav-sp-content.menuopen {
    top: 0;
  }
  #gnav-sp {
    background-color: #FFFDF8;
    border-radius: 20px;
    padding: 30px 20px 40px;
    margin: 0 auto;
  }
  .menu-logo_sp {
    width: 160px;
    margin: 0 auto;
  }
  .menu-logo_sp img {
    width: 100%;
  }
  #gnav-sp ul {
    max-width: 600px;
    margin: 30px auto 35px;
    padding: 0;
  }
  #gnav-sp li {
    list-style: none;
    border-bottom: 2.5px dotted #DBC8AD;
    padding: 20px 8px;
  }
  #gnav-sp li:first-child {
    border-top: 2.5px dotted #DBC8AD;
    position: relative;
  }
  #gnav-sp li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    vertical-align: middle;
  }
  .menu-en {
    margin: 2px 8px 0;
  }
  .menu-arrow {
    width: 20px;
    height: 20px;
    margin-left: auto;
  }
  .sns-links {
    display: flex;
    justify-content: center;
  }
  .sns-link {
    width: 50px;
    height: 50px;
    margin: 0 20px;
  }
  .sns-link img {
    width: 100%;
  }
  .header-content_pc-scroll{
    display: none;
  }
}
/*ヘッダーロゴ(スマートフォン)*/
.header-logo_sp {
  display: block;
  position: fixed;
  width: 220px;
  top: 12px;
  left: 15px;
  cursor: pointer;
  z-index: 500;
}
.header-logo_sp img {
  object-fit: cover;
}
.header-logo_sp {
  opacity: 0;
  transition: all .5s;
}
.header-logo_sp.show {
  opacity: 1;
  transition: all .5s;
}
/*ヘッダーロゴ(タブレット)*/
@media(min-width:600px) {
  .header-logo_sp {
    width: 240px;
  }
}
/*ヘッダー（PC）*/
@media(min-width:1000px) {
  .header {
    position: absolute;
  }
  .header-content_sp {
    display: none;
  }
  .header-content_pc {
    padding: 20px 20px 0;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  .header-logo_gnav {
    width: 160px;
    margin-right: 30px;
    flex-shrink: 0;
  }
  .header-logo_gnav img {
    width: 100%;
  }
  .gnav-pc ul {
    max-width: 945px;
    padding: 15px 30px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  }
  .gnav-pc li {
    list-style: none;
    text-align: center;
    margin: 0 15px;
  }
  .gnav-pc li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  .menu-jp {
    margin-bottom: 3px;
  }
    .menu-jp {
    margin-bottom: 3px;
  }
}
/*ヘッダー（スクロール後）*/
@media(min-width:1000px) {
  .header-content_pc-scroll {
    position: fixed;
    z-index: 9999;
    top:-120px;
    padding: 0 20px;
    width: 100%;
    transition: all .5s ease-out;
  }
  .header-content_pc-scroll.scrolled {
    top:20px;
  }
  .gnav-pc_fix {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    background-color: #fff;
    padding: 7px 0 5px;
    border-radius: 100px;
    max-width: 970px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  }
  .header-logo_fix {
    position: relative;
    top: 3px;
    width: 240px;
    margin-right: 35px;
    flex-shrink: 0;
  }
  .gnav-pc_fix img {
    width: 100%;
  }
  .gnav-pc_fix ul {
    max-width: 800px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 0;
    margin: 14px 0;
  }
  .gnav-pc_fix li {
    list-style: none;
    text-align: center;
    margin-right: 24px;
  }
    .gnav-pc_fix li:last-of-type {
    margin-right: 0;
  }
  .gnav-pc_fix li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  .menu-jp {
    margin-bottom: 3px;
  }
}
/*フッダー*/
.footer {
  background-color: #DBC8AD;
  padding: 55px 0;
  position: relative;
}
#pagetop {
  z-index: 100;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 55px;
  height: 120px;
  cursor: pointer;
}
#pagetop a {
  display: block;
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  background-image: url(../images/wave_long.svg);
  left: 0;
  transform: scale(1, -1);
  background-repeat: repeat-x;
  height: 17px;
  background-position: center;
  width: 100%;
  top: -1px;
  background-size: 1200px;
}
.footer-logo {
  margin: 0 auto 20px;
  width: 180px;
}
.footer-sns-links {
  display: flex;
  margin: 0 auto 25px;
  justify-content: center;
}
.footer-snslink {
  width: 45px;
  height: 45px;
  margin: 0 15px;
}
.footer-snslink img {
  width: 100%;
}
.footer-nav {
  display: flex;
  max-width: 400px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.footer-nav li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
  margin: 0 8px 15px;
    width: 170px;
    background-color: #c5ad8c;
    padding: 6px;
    border-radius: 20px;
}
.footer-nav .menu-jp {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  margin: 0 7px 0 0;
  letter-spacing: 0;
  font-family: 'Zen Maru Gothic', serif,'Zen Kaku Gothic New', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
}
.footer-nav .menu-en {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  margin: 2px 0 0 0 ;
  font-weight: 500;
    font-family: Arial, Helvetica, "sans-serif", "Helvetica Neue";
}
#privacy-policy {
  display: block;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.copyright {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
/*フッダー（タブレット）*/
@media(min-width:600px) {
  .footer {
    padding: 55px 70px;
  }
  .footer-nav {
  display: flex;
  max-width: 400px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.footer-nav li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  justify-content: center;
   margin: 0 8px 17px;
    width: 180px;
    background-color: #c1a988;
    padding: 6px;
    border-radius: 20px;
}
}
/*フッダー（PC）*/
@media(min-width:1000px) {
  .footer {
    background-color: #DBC8AD;
    padding: 70px 110px 60px;
  }
  #pagetop {
    right: 20px;
    bottom: 10px;
    width: 70px;
    height: auto;
  }
  .footer::before {
    transform: scale(1, -1);
    background-repeat: repeat-x;
    top: -5px;
    height: 27px;
    bassckground-position: center;
    width: 100%;
    background-size: 1500px;
  }
  .footer-logo {
    margin: 0 auto 20px;
    width: 210px;
  }
  .footer-sns-links {
    margin: 0 auto 25px;
  }
  .footer-snslink {
    width: 50px;
    height: 50px;
    margin: 0 25px;
  }
  .footer-nav {
    display: flex;
    max-width: 860px;
    margin: 0 auto 30px;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .footer-nav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: nowrap;
    margin: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.00);
    padding: 0;
    border-radius: 0;
  }
  .footer-nav .menu-jp {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    margin: 0;
    letter-spacing: 0.1rem;
    font-weight: 500;
  }
  .footer-nav .menu-en {
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin:3px 0 0 0;
    font-weight: 500;
  }
  #privacy-policy {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .copyright {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
  }
  @media(hover:hover){
  .footer-nav li a {
  position: relative;
}
.footer-nav li a::after {
 content: "";
  position: absolute;
  bottom: -8%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all .3s;
  transform: scale(0,1);
  transform-origin: center top;
}
.footer-nav li a:hover::after {
  transform: scale(1,1);
}
}
}
/*jsアニメーション*/
@keyframes fadeUpAnime{
  from{
    opacity: 0;
    transform: translateY(30px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp{
  animation: fadeUpAnime 1s forwards ease-out;
  opacity: 0;
}
.fadeUpTrigger{
  opacity: 0;
}
@keyframes fadeDownAnime{
  from{
    opacity: 0;
    transform: translateY(-30px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown{
  animation: fadeDownAnime 1s forwards ease-out;
  opacity: 0;
}
@keyframes fadeZoomAnime{
  0%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(1);
  }
}
.fadeZoom{
  animation: fadeZoomAnime 1s forwards;
}
.zoomOutTrigger{
    transform: scale(1.1);
}