@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Zen+Old+Mincho:wght@400;500&family=Biryani:wght@400;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #325310;
  background-color: #f5f5f5;
  transition: background 0.3s ease;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
}

/* FONT
***************************************************************/
.sans {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
    "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.lato {
  font-family: "Lato", serif;
  font-weight: 400;
}
.zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.biryani {
  font-family: "Biryani", sans-serif;
  font-weight: 400;
}

/* LINK
***************************************************************/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #325310;
}
a:active,
a:focus {
  outline: none;
}
a img {
  transition: 0.3s ease;
}

/* NONE
***************************************************************/
.none {
  display: none;
}
.linkNone {
  pointer-events: none;
}
.nolink {
  pointer-events: none !important;
  opacity: 0.45 !important;
}
@media all and (min-width: 681px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media all and (max-width: 680px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}

/* clearfix
***************************************************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* GoogleMap
***************************************************************/
.gm-style-pbt {
  text-align: center;
}
@media all and (max-width: 680px) {
  .gm-style-pbt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#infscr-loading {
  text-align: center;
}
.comingSoon {
  text-align: center;
  padding-bottom: 50px;
}

/* lazyload
***************************************************************/

.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity ease 0.3s;
}

/* フェード
***************************************************************/

@keyframes action1_up {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_left {
  0% {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_right {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_up_sp {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_left_sp {
  0% {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes action1_right_sp {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media all and (min-width: 681px) {
  .action.up {
    opacity: 0;
    transform: translate(0, 40px);
  }
  .action.left {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  .action.right {
    opacity: 0;
    transform: translate(40px, 0);
  }
  .action.up.scrollin,
  .action.left.scrollin,
  .action.right.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .action.delay1.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .action.delay2.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
  .action.delay3.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  }
  .action.delay4.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  }

  .action1 {
    opacity: 0;
    animation: opacity ease 1s forwards 0.25s;
  }
  .action1.delay1 {
    animation: opacity ease 1s forwards 0.75s;
  }
  .action1.delay2 {
    animation: opacity ease 1s forwards 1.25s;
  }

  .action1_up {
    opacity: 0;
    transform: translate(0, 100px);
    animation: action1_up ease 1s forwards 0.5s;
  }
  .action1_up.delay1 {
    animation: action1_up ease 1s forwards 0.75s;
  }
  .action1_up.delay2 {
    animation: action1_up ease 1s forwards 1s;
  }

  .action1_left {
    opacity: 0;
    transform: translate(-100px, 0);
    animation: action1_left ease 1s forwards 0.5s;
  }
  .action1_left.delay1 {
    animation: action1_left ease 1s forwards 0.75s;
  }
  .action1_left.delay2 {
    animation: action1_left ease 1s forwards 1s;
  }

  .action1_right {
    opacity: 0;
    transform: translate(100px, 0);
    animation: action1_right ease 1s forwards 0.5s;
  }
  .action1_right.delay1 {
    animation: action1_right ease 1s forwards 0.75s;
  }
  .action1_right.delay2 {
    animation: action1_right ease 1s forwards 1s;
  }
}

@media all and (max-width: 680px) {
  .action.up_sp {
    opacity: 0;
    transform: translate(0, 50px);
  }
  .action.left_sp {
    opacity: 0;
    transform: translate(-40px, 0);
  }
  .action.right_sp {
    opacity: 0;
    transform: translate(40px, 0);
  }
  .action.up_sp.scrollin,
  .action.left_sp.scrollin,
  .action.right_sp.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  .action.delay1_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .action.delay2_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  }
  .action.delay3_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  }
  .action.delay4_sp.scrollin {
    transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s,
      opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  }

  .action1_up_sp {
    opacity: 0;
    transform: translate(0, 50px);
    animation: action1_up_sp ease 1s forwards 0.5s;
  }
  .action1_up_sp.delay1 {
    animation: action1_up_sp ease 1s forwards 0.75s;
  }
  .action1_up_sp.delay2 {
    animation: action1_up_sp ease 1s forwards 1s;
  }

  .action1_left_sp {
    opacity: 0;
    transform: translate(-50px, 0);
    animation: action1_left_sp ease 1s forwards 0.5s;
  }
  .action1_left_sp.delay1 {
    animation: action1_left_sp ease 1s forwards 0.75s;
  }
  .action1_left_sp.delay2 {
    animation: action1_left_sp ease 1s forwards 1s;
  }

  .action1_right_sp {
    opacity: 0;
    transform: translate(50px, 0);
    animation: action1_right_sp ease 1s forwards 0.5s;
  }
  .action1_right_sp.delay1 {
    animation: action1_right_sp ease 1s forwards 0.75s;
  }
  .action1_right_sp.delay2 {
    animation: action1_right_sp ease 1s forwards 1s;
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0);
    filter: blur(0);
  }
}
.blur {
  opacity: 0;
}
.scrollin.blur {
  animation: blur 1.5s ease-in-out 0.5s forwards;
}
.scrollin.blur.delay1 {
  animation-delay: 1s;
}
.scrollin.blur.delay2 {
  animation-delay: 1.5s;
}
.scrollin.blur.delay3 {
  animation-delay: 1.5s;
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.action1 {
  position: relative;
}
.action1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2a411e;
  z-index: 1;
}
.action1.scrollin::before {
  animation: passing-bar 0.6s ease 0.4s 1 normal forwards;
}
.action1 .action_item {
  display: block;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.action1.scrollin .action_item {
  animation: passing-txt 0.6s ease 0.3s 1 normal forwards;
}

/* 共通
***************************************************************/
.ov {
  overflow: hidden;
}
.main {
  overflow-x: clip;
}
@media all and (min-width: 681px) {
  body,
  #head {
    min-width: 1200px;
  }
}

/* head
***************************************************************/
#head {
  width: 100%;
  height: 154px;
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5555;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease, height 0.3s ease, top 0.3s ease,
    opacity 0.3s ease;
}
.h_nav_off:not(.open) #head {
  opacity: 0;
  height: 90px;
}
.h_nav_off2:not(.open) #head {
  background-color: #f5f5f5;
}
.pageScroll #head {
  position: fixed !important;
  top: 0 !important;
  opacity: 1 !important;
}
.open #head {
  background-color: transparent !important;
}
.h_site_id {
  width: 227.85px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.h_site_id_txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.15;
  margin-top: 10px;
}
.h_box1 {
  display: flex;
  align-items: center;
  gap: 0 28px;
}
.h_entry_count {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.h_entry_count_txt1 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.38;
}
.h_entry_count_txt2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.38;
  display: flex;
  align-items: baseline;
  gap: 0 4px;
}
.h_entry_count_txt2 .num {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.h_entry_btn {
  width: 150px;
  height: 34px;
  border: 2px solid #325310;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
}
.h_entry_btn .lato {
  font-weight: 900;
}
.h_entry_btn_comm {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.h_entry_btn_comm .s1 {
  position: relative;
}
.h_entry_btn_comm .s1::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #325310;
  position: absolute;
  top: 4px;
  left: -10px;
  transform: rotate(-30deg);
}
.h_entry_btn_comm .s1::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #325310;
  position: absolute;
  top: 4px;
  right: -6px;
  transform: rotate(30deg);
}
.h_nav_off2:not(.open) #head .h_entry_btn {
  top: 8px;
}
.h_toggle {
  width: 32px;
  height: 18px;
  cursor: pointer;
}
.h_toggle p {
  position: relative;
  height: 100%;
}
.h_toggle p span,
.h_toggle p::before,
.h_toggle p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #325310;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}
.h_toggle p span {
  transform: translateY(-50%);
}
.h_toggle p::before {
  transform: translateY(-8px) rotate(0deg);
}
.h_toggle p::after {
  transform: translateY(6px) rotate(0deg);
}
.open .h_toggle p span {
  opacity: 0;
}
.open .h_toggle p::before {
  transform: translateY(-50%) rotate(-45deg);
}
.open .h_toggle p::after {
  bottom: 0;
  transform: translateY(-50%) rotate(45deg);
}

@media all and (min-width: 681px) {
  .h_nav_off2:not(.open) .h_site_id {
    width: auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
  }
  .h_nav_off2:not(.open) .h_site_id_txt {
    text-align: left;
    margin-top: 0;
  }
  a.h_site_id:hover {
    opacity: 0.6;
  }
  .h_entry_btn:hover {
    border-color: #76ff02;
    background-color: #76ff02;
  }
}
@media all and (max-width: 680px) {
  #head {
    height: 80px;
    padding: 0 20px;
  }
  .h_nav_off #head {
    height: 60px !important;
  }
  .pageScroll #head {
    position: fixed;
    top: 0;
  }
  .open #head {
    background-color: #f5f5f5 !important;
  }
  .h_site_id {
    width: auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0 12px;
  }
  .h_site_id_logo {
    width: 136.5px;
  }
  .h_site_id_txt {
    font-size: 13px;
    text-align: left;
    margin-top: 0;
  }
}
@media all and (max-width: 370px) {
}

/* main_bg1
***************************************************************/
.main_bg1 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  z-index: -3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  transition: opacity 1s ease;
}
@media all and (min-width: 681px) {
  .main_bg1 {
    background: url(../img/common/main_bg1.png) no-repeat center / cover;
  }
}
@media all and (max-width: 680px) {
  .main_bg1 {
    height: 100lvh;
    background: url(../img/common/main_bg1_sp.png) no-repeat center / cover;
  }
}
@media all and (max-width: 370px) {
}

/* foot
***************************************************************/
#foot {
  width: 100%;
  padding: 160px 0 130px;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
.f_circle1 {
  pointer-events: none;
  position: absolute;
  width: 1320px;
  height: 1320px;
  bottom: -710px;
  right: 0;
  left: 0;
  margin: auto;
}
.foot_inner {
  width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.f_site_id {
  width: 227.85px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.f_site_id_txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.15;
  margin-top: 10px;
}
.f_title1 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.f_address {
  margin-top: 20px;
}
.f_address_dt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.f_address_dd {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.69;
}
.f_address_dd a {
  text-decoration: none;
}
.f_bnr_list1 {
  margin-top: 130px;
  display: flex;
  gap: 10px;
}
.f_bnr1 {
  display: block;
  width: 215px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}
.cRight {
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 90px;
}
.f_address_tel {
  width: 170px;
  height: 38px;
  margin: 10px auto 0;
  border-radius: 5px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5.5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.f_address_tel i {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/ico_tel1.svg) no-repeat center / contain;
}
.f_sitemap {
  display: flex;
  gap: 0 35px;
  position: relative;
}
.f_sitemap_list1 {
  display: flex;
  flex-flow: column;
  gap: 20px 0;
}
.f_sitemap_list1 .link1 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.f_sitemap_list1 .link1::before {
  content: "";
  width: 17.67px;
  height: 17.67px;
  background: url(../img/common/ico_circle1.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}
.f_sitemap_list2 {
  margin-top: 10px;
  padding-left: 25px;
  display: flex;
  flex-flow: column;
  gap: 5px 0;
}
.f_sitemap_list2 .link2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  display: block;
}
@keyframes f_donut {
  from {
    stroke-dashoffset: 3111;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes f_donut_sp {
  from {
    stroke-dashoffset: 1664.9;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.f_privacy_linkBox {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.f_privacy_link {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #325310;
  padding-right: 20px;
}
.f_privacy_link::after {
  content: "";
  width: 14.91px;
  height: 11.49px;
  background: url(../img/common/blank1.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .f_circle1.scrollin #f_donut {
    animation: f_donut 1.5s linear forwards;
  }
  a.f_site_id:hover {
    opacity: 0.6;
  }
  a.f_bnr1:hover {
    opacity: 0.6;
  }
  .f_sitemap_list1 a.link1:hover::before {
    transform: scale(1.4);
  }
  .f_sitemap_list1 a.link2:hover {
    opacity: 0.6;
  }
  a.f_privacy_link:hover {
    border-color: transparent;
  }
}
@media all and (max-width: 680px) {
  #foot {
    padding: 60px 0 100px;
  }
  .f_circle1 {
    width: 800px;
    height: 800px;
    left: calc((100vw - 800px) / 2);
    right: auto;
    bottom: -340px;
  }
  .f_circle1.scrollin #f_donut_sp {
    animation: f_donut_sp 1.5s linear forwards;
  }
  .foot_inner {
    width: 100%;
    display: block;
  }
  .f_site_id {
    width: 164.23px;
    margin: 0 auto;
  }
  .f_site_id_txt {
    font-size: 13px;
    margin-top: 8.5px;
  }
  .f_title1 {
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
  }
  .f_address {
    margin-top: 15px;
    text-align: center;
  }
  .f_bnr_list1 {
    margin-top: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
  }
  .f_bnr1 {
    width: 250px;
  }
  .cRight {
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
  }
  .f_privacy_linkBox {
    position: static;
    justify-content: center;
    margin-top: 40px;
  }
  .f_privacy_link {
    position: relative;
  }
}
@media all and (max-width: 370px) {
}

/* f_floating1
***************************************************************/
.f_floating1 {
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 5544;
  bottom: -62px;
  left: 0;
  display: flex;
  transition: bottom 0.3s ease;
}
.open .f_floating1,
.pageScroll .f_floating1 {
  bottom: 0;
}
.f_entry_count {
  width: 63%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  color: #fff;
  background-color: #325310;
}
.f_entry_count_txt1 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.38;
}
.f_entry_count_txt2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.38;
  display: flex;
  align-items: baseline;
  gap: 0 4px;
}
.f_entry_count_txt2 .num {
  font-size: 37px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.f_entry_btn {
  width: 37%;
  width: 100%;
  height: 100%;
  border: 2px solid #325310;
  background-color: #325310;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.f_entry_btn.type2 {
  background-color: #52930e;
  border-color: #52930e;
}
.f_entry_btn img {
  width: auto;
  height: 22px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* mageMenu
***************************************************************/
.mageMenu {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: fixed;
  z-index: 4455;
  top: 0;
  left: 0;
  display: flex;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.open .mageMenu {
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}
.m_slide {
  width: 38.19vw;
  height: 100%;
}
.m_slide_item {
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}
.m_contents {
  width: calc(100% - 38.19vw);
  height: 100%;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.mega_nav {
  display: flex;
  gap: 0 50px;
}
.mega_sitemap_list1 {
  display: flex;
  flex-flow: column;
  gap: 30px 0;
}
.mega_sitemap_list1 .link1 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.mega_sitemap_list1 .link1::before {
  content: "";
  width: 17.67px;
  height: 17.67px;
  background: url(../img/common/ico_circle1.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: transform 0.3s ease-in-out;
}
.mega_sitemap_list2 {
  margin-top: 10px;
  padding-left: 25px;
  display: flex;
  flex-flow: column;
  gap: 9px 0;
}
.mega_sitemap_list2 .link2 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  display: block;
}
.mega_bnr_list1 {
  padding-top: 5px;
}
.mega_bnr1 {
  display: block;
  width: 237.5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 6px;
  overflow: hidden;
  border-radius: 5px;
}
.mega_circle1 {
  width: 660px;
  height: 660px;
  background: url(../img/common/mega_circle1.svg) no-repeat center / contain;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.m_privacy_linkBox {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.m_privacy_link {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #325310;
  padding-right: 20px;
}
.m_privacy_link::after {
  content: "";
  width: 14.91px;
  height: 11.49px;
  background: url(../img/common/blank1.svg) no-repeat center / contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 681px) {
  .mega_sitemap_list1.type2 {
    gap: 38px 0;
  }
  .mega_bnr1 + .mega_bnr1 {
    margin-top: 10px;
  }
  .mega_sitemap_list1 a.link1:hover::before {
    transform: scale(1.4);
  }
  .mega_sitemap_list1 a.link2:hover {
    opacity: 0.6;
  }
  a.mega_bnr1:hover {
    opacity: 0.6;
  }
  .link_off {
    pointer-events: none;
  }
  a.m_privacy_link:hover {
    border-color: transparent;
  }
}
@media all and (max-width: 680px) {
  .mageMenu {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: block;
    padding: 80px 0 70px;
  }
  .m_contents {
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: block;
    overflow: auto;
  }
  .mega_nav {
    display: block;
  }
  .mega_sitemap_list1 {
    display: block;
  }
  .mega_sitemap_list1 .li1 {
    border-bottom: 1px solid #c8d6bb;
  }
  .mega_sitemap_list1 .li1.type2 {
    border-bottom: none;
  }
  .mega_sitemap_list1 .link1 {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .mega_sitemap_list1 .link1.sp_off {
    pointer-events: none;
  }
  .mega_sitemap_list2 {
    margin-top: 0;
    display: block;
    display: none;
    padding-bottom: 12px;
  }
  .mega_sitemap_list2 .li2:nth-of-type(n + 2) {
    margin-top: 10px;
  }
  .mega_sitemap_list2 .link2 {
    font-size: 14px;
  }
  .mega_bnr_list1 {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .mega_bnr1 {
    display: block;
    width: calc((100% - 10px) / 2);
  }
  .mega_toggle .link1 i {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
  .mega_toggle .link1 i::before,
  .mega_toggle .link1 i::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #325310;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease;
  }
  .mega_toggle .link1 i::after {
    transform: rotate(90deg);
  }
  .mega_toggle.on .link1 i::before {
    transform: rotate(90deg);
  }
  .mega_toggle.on .link1 i::after {
    opacity: 0;
  }
  .mega_sitemap_list1 .li1.type3 {
    border: none;
    margin: 25px 0;
  }
  .m_privacy_linkBox {
    justify-content: center;
  }
  .m_privacy_link {
    text-align: center;
    position: relative;
  }
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
@media all and (max-width: 370px) {
}
