@font-face {
  font-family: 'yug_m';
  src: url('/wp-content/themes/white/fonts/YuGothic-Medium.otf');
}

@font-face {
  font-family: 'yug_b';
  src: url('/wp-content/themes/white/fonts/YuGothic-Bold.otf');
}

body{
  margin: 0;
  font-family: "yug_m";
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
}

.margin15{
  margin-right: 15%;
  margin-left: 15%;
}


.more_link_wrapper{
  width: 450px;
  margin: 60px auto 0;
}

.more_link_wrapper a{
  text-decoration: none;
  background: #7CBE47;
  color: #fff;
  font-family: "yug_b";
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  position: relative;
}

.more_link_wrapper a::before,
.more_link_wrapper a::after{
  content: "";
  width: 15px;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 8%;
}

.more_link_wrapper a::before{
  transform: translateY(-50%) rotate(45deg);
  top: 45%;
}

.more_link_wrapper a::after{
  transform: translateY(50%) rotate(-45deg);
  bottom: 45%;
}



header{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.header_wrapper{
  display: flex;
  align-items: flex-start;
}

.header_logo_wrapper{
  margin-left: 5%;
  width: 18%;
  background: #fff;
  border-radius: 0 0 30px 30px;
  text-align: center;
  position: relative;
}

.header_logo_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(1/2*100%);
}

.header_logo_wrapper img{
  width: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.header_list_wrapper{
  list-style: none;
  padding: 0;
  margin: 0 5% 0 auto;
  display: flex;
  align-items: center;
}

.header_list_wrapper li a{
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 20px #572C05;
  font-size: 18px;
  font-family: "yug_b";
  padding: 25px 10px;
  box-sizing: border-box;
  display: block;
  border-radius: 0 0 30px 30px;
}

.header_list_wrapper li.header_current a{
  background: rgba(124,190,71,.6);
}

.header_sp_wrapper{
  display: none;
}



footer{
  position: relative;
  padding: 60px 10% 10px;
  box-sizing: border-box;
  background-image: url(/wp-content/uploads/2023/09/footer_bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer_wrapper{
  position: relative;
  z-index: 2;
}

.footer_inner{
  display: flex;
  align-items: flex-start;
}

.footer_logo_wrapper{
  width: 25%;
  margin-right: 5%;
}

.footer_logo_wrapper img{
  width: 100%;
}

.footer_lit_wrapper{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_lit_wrapper li{
  margin-bottom: 20px;
}

.footer_lit_wrapper li:last-child{
  margin-bottom: 0;
}

.footer_lit_wrapper li a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: "yug_b";
}

.footer_copyright{
  margin: 90px 0 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.sp_img{
  display: none;
}

.sp_br{
  display: none;
}


.page_keyvisual_section{
  position: relative;
  z-index: 2;
}

.page_keyvisual_img_wrapper{
  width: 100%;
  position: relative;
}

.page_keyvisual_img_wrapper::before{
  content: "";
  display: block;
  padding-top: calc(400/1440*100%);
}

.page_keyvisual_img_wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: 0 60%;
}

.page_keyvisual_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 30px;
  font-family: "yug_b";
}

.page_keyvisual_txt span::before{
  content: "";
  width: 2px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}

.page_keyvisual_txt span::after{
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}


.pagenation_wrapper{
  text-align: center;
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenation_wrapper a{
  text-decoration: none;
  color: #000;
}

.page-numbers{
  font-size: 24px;
  font-family: "yug_b";
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
}

.page-numbers:last-child{
  margin-right: 0;
}

.page-numbers.current{
  background: rgba(0,0,0,.1);
}

.pagenation_wrapper a.page-numbers.prev,
.pagenation_wrapper a.page-numbers.next{
  background: #7CBE47;
  color: #fff;
}


.orange{
  background: #EC7F7F;
}

.green{
  background: #9DDD7F;
}

.blue{
  background: #4FCCF3;
}

.yellow{
  background: #F3D13F;
}

.pink{
  background: #F095D1;
}

.purple{
  background: #9b72b0;
}

.brown{
  background: #a52a2a;
}

.must_symbol{
  font-size: 13px;
  color: red;
}

.any_symbol{
  font-size: 13px;
  color: gray;
}



@media(max-width: 670px){

  body{
    font-size: 15px;
  }

  .sp_br{
    display: block;
  }

  .pc_br{
    display: none;
  }

  .margin15{
    margin-left: 4%;
    margin-right: 4%;
  }

  .pc_img{
    display: none;
  }

  .sp_img{
    display: inline;
  }

  .header_list_wrapper{
    display: none;
  }

  .header_wrapper{
    align-items: center;
  }

  .header_logo_wrapper{
    margin-left: 4%;
    width: 42%;
  }

  .header_sp_bar{
    width: 25px;
    height: 15px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
  }

  .header_sp_bar::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .header_sp_wrapper{
    margin: 0 4% 0 auto;
    display: flex;
    align-items: center;
    width: 75%;
    justify-content: flex-end;
  }

  .header_sp_menu_wrapper{
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 11;
    background: #fff;
    box-sizing: border-box;
    height: 100vh;
    box-shadow: 0 0 10px rgba(0,0,0,.16);
    transition: 0.5s;
    width: 80%;
  }

  .header_sp_menu_header_wrapper{
    display: flex;
    align-items: center;
    padding: 5%;
  }

  .header_sp_menu_img_wrapper{
    width: 40%;
  }

  .header_sp_menu_img_wrapper img{
    width: 100%;
  }

  .header_sp_menu_close{
    position: relative;
    margin: 0 0 0 auto;
  }

  .header_sp_menu_close::before,
  .header_sp_menu_close::after{
    content: "";
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header_sp_menu_close::before{
    transform: rotate(45deg);
  }

  .header_sp_menu_close::after{
    transform: rotate(-45deg);
  }

  .header_sp_menu_list_wrapper{
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .header_sp_menu_list_wrapper li a{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    display: block;
    padding: 5%;
    border-bottom: 1px solid #000;
  }

  .header_sp_menu_list_wrapper li a:before{
    content: "";
    width: 3px;
    height: 2em;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    left: -5px;
  }



  .more_link_wrapper{
    margin-top: 50px;
    width: 90%;
  }

  .more_link_wrapper a{
    padding: 15px 0;
  }

  .more_link_wrapper a::before{
    top: 44%;
  }

  .more_link_wrapper a::after{
    bottom: 44%;
  }

  .more_link_wrapper a::before,
  .more_link_wrapper a::after{
    width: 10px;
    height: 2px;
  }


  footer{
    padding: 30px 4% 25px;
  }

  .footer_inner{
    display: block;
  }

  .footer_logo_wrapper{
    width: 55%;
    margin-right: 0;
  }

  .footer_lit_wrapper{
    margin: 45px 0 0;
  }

  .footer_lit_wrapper li{
    margin-bottom: 10px;
  }

  .footer_copyright{
    margin-top: 45px;
    font-size: 12px;
  }

  .footer_lit_wrapper li a{
    font-size: 13px;
  }



  .page_keyvisual_img_wrapper::before{
    padding-top: calc(320/390*100%);
  }

  .page_keyvisual_txt{
    font-size: 24px;
  }

  .page_keyvisual_txt span::before{
    height: 75px;
    top: -100px;
  }

  .page_keyvisual_txt span::after{
    top: -100px;
  }



  .pagenation_wrapper{
    margin-top: 40px;
  }

  .page-numbers{
    width: 40px;
    height: 40px;
    font-size: 17px;
    margin-right: 10px;
  }


  .must_symbol{
    font-size: 12px;
  }
  
  .any_symbol{
    font-size: 12px;
  }

}