@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* mixin */
/* reset */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
}

img.max {
  width: 100%;
}

.imgMax img {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

/* comon */
body {
  word-wrap: break-word;
  line-height: 180%;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #000;
}

*, div {
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.wrapper {
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .wrapper.spwide {
    margin: 0;
  }
  .wrapper {
    margin: 0 4%;
  }
}

.wrapper2 {
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .wrapper2 {
    max-width: 845px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  .wrapper2.spwide {
    margin: 0;
  }
  .wrapper2 {
    margin: 0 4.666%;
  }
}

.main {
  line-height: 1;
}

@media screen and (min-width: 1000px) {
  .ph-logo {
    margin-top: 15px;
  }
}

.-font-jost {
  font-family: "Jost", sans-serif;
}

/* responsive */
@media screen and (max-width: 999px) {
  .pcOnly {
    display: none;
  }
}

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

/*kanponav */
.kanponav {
  position: relative;
}
@keyframes kanponav_fadeIn {
  0% {
    opacity: 0;
    background: transparent;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kanponav_slideIn {
  0% {
    height: 0;
  }
  100% {
    height: 324px;
  }
}
@keyframes kanponav_slideOut {
  0% {
    height: 324px;
  }
  100% {
    height: 0;
  }
}
@keyframes kanponav_fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    background: transparent;
  }
}
.kanponav .kanponav-accehidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.kanponav__hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 101;
  width: 39px;
  height: 40px;
  top: 50px;
  right: 0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.kanponav__hamburger-btn {
  position: relative;
  z-index: 100;
  cursor: pointer;
  padding: 6px 0;
  background: #000;
  width: 100%;
  height: 100%;
}
.kanponav__hamburger-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 16px;
}
.kanponav__hamburger-line, .kanponav__hamburger-line::after, .kanponav__hamburger-line::before {
  content: "";
  display: block;
  height: 1px;
  width: 19px;
  border-radius: 2px;
  background: #fff;
  transition: 0.4s;
  position: absolute;
}
.kanponav__hamburger-line::before {
  bottom: 4px;
  transform: rotate(0);
}
.kanponav__hamburger-line::after {
  top: 4px;
  transform: rotate(0);
}
.kanponav__hamburger-txt {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  transform: scale(0.6);
  white-space: nowrap;
  margin-left: 1px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.16em;
  text-align: center;
}
.kanponav__hamburger-txt-open {
  display: none;
}
@media screen and (min-width: 1000px) {
  .kanponav__hamburger {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .kanponav__wrapper {
    display: none;
    padding: 38px 40px;
    background: #2F2F2F;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    animation: kanponav_fadeOut 0.5s;
    animation-fill-mode: both;
  }
  .kanponav__wrapper.is-fixed {
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 999px) {
  .kanponav__list {
    display: flex;
    flex-direction: column;
  }
  .kanponav__list-item {
    display: flex;
    flex-direction: column;
  }
  .kanponav__list-item + .kanponav__list-item {
    border-top: 1px solid #969696;
  }
  .kanponav__list-item:nth-child(2) {
    border-top: none;
  }
  .kanponav__list-item.kanponav-logo, .kanponav__list-item.kanponav-home .kanponav-home-img {
    display: none;
  }
  .kanponav__list-btn, .kanponav__list-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
  }
  .kanponav__list-btn {
    padding-bottom: 20px;
  }
  .kanponav__list-link {
    display: flex;
    flex-direction: column;
    padding: 12px 0 15px;
  }
  .kanponav__list-link.kanponav-home .kanponav-home-img {
    display: none;
  }
  .kanponav__list-link-en {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.18em;
    color: #969696;
    line-height: 1.5;
  }
  .kanponav__list-link-txt {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.18em;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
  }
}
@media screen and (min-width: 1000px) {
  .kanponav {
    background: #FFD500;
  }
  .kanponav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  .kanponav__list-item {
    border-right: 1px solid #000;
    position: relative;
    padding: 0 5px;
  }
  .kanponav__list-item a {
    transition: 0.3s;
    border-radius: 4px;
  }
  .kanponav__list-item a:hover {
    background: #2F2F2F;
  }
  .kanponav__list-item a:hover .kanponav__list-link-txt {
    color: #fff;
    transform: scale(0.8);
  }
  .kanponav__list-item a:hover .kanponav-logo-img {
    background-image: url(../images/logo-kanpo_wt.svg);
    width: 128px;
  }
  .kanponav__list-item a:hover .kanponav-home-img {
    background-image: url(../images/icon-home_wt.svg);
    width: 15px;
  }
  .kanponav__list-item.kanponav__list-dropdown {
    padding: 0 5px;
  }
  .kanponav__list-item.kanponav-logo {
    width: 216px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kanponav__list-item.kanponav-logo img {
    width: 157px;
    height: auto;
  }
  .kanponav__list-item.kanponav__list-dropdown:hover .kanponav__list-btn {
    background: #2F2F2F;
    border-radius: 4px 4px 0 0;
    translate: 0 -6px;
  }
  .kanponav__list-item.kanponav__list-dropdown:hover .kanponav__dropdown {
    display: block;
    overflow: hidden;
    animation: kanponav_slideIn 0.3s;
    animation-fill-mode: both;
  }
  .kanponav__list-item.kanponav__list-dropdown:hover .kanponav__list-link-txt {
    color: #fff;
    transform: scale(0.85);
    translate: 5px 5px;
  }
  .kanponav__list-item.kanponav__list-dropdown:hover .kanponav__list-btn::after {
    background-color: #fff;
    width: 9px;
    height: 7px;
    right: 26px;
    transform: translate(0, 2px);
  }
  .kanponav__list-btn, .kanponav__list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    width: 100%;
  }
  .kanponav__list-btn {
    padding-inline: 25px 51px;
  }
  .kanponav__list-btn::after {
    display: block;
    content: "";
    -webkit-mask-image: url(../images/icon-arrow-down.svg);
            mask-image: url(../images/icon-arrow-down.svg);
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #000;
    height: 8px;
    width: 11px;
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translate(0, -50%);
  }
  .kanponav__list-link-en {
    display: none;
  }
  .kanponav__list-link-txt {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.18em;
    line-height: 1.5;
    color: #000;
    transition: 0.3s;
  }
  .kanponav__list-link.kanponav-logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .kanponav__list-link.kanponav-logo-link .kanponav-logo-img {
    display: block;
    width: 158px;
    height: 28px;
    background: url(../images/logo-kanpo.svg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: 0.3s;
  }
  .kanponav__list-link.kanponav-home {
    width: 70px;
  }
  .kanponav__list-link.kanponav-home .kanponav__list-link-en, .kanponav__list-link.kanponav-home .kanponav__list-link-txt {
    display: none;
  }
  .kanponav__list-link.kanponav-home .kanponav-home-img {
    display: block;
    width: 20px;
    height: 21px;
    background: url(../images/icon-home.svg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: 0.3s;
  }
  .kanponav__list-link .inactive {
    display: none;
  }
}
.kanponav__dropdown {
  display: none;
}
@media screen and (max-width: 999px) {
  .kanponav__dropdown {
    display: none;
    padding: 0 0 9px 30px;
  }
  .kanponav__dropdown-list {
    display: flex;
    flex-direction: column;
  }
  .kanponav__dropdown-link {
    padding: 12px 0;
    position: relative;
    border-top: 1px solid #969696;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.18em;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .kanponav__dropdown-link::after {
    display: block;
    content: "";
    -webkit-mask-image: url(../images/icon-arrow-right.svg);
            mask-image: url(../images/icon-arrow-right.svg);
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #fff;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 1000px) {
  .kanponav__dropdown {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 24px;
    left: 0;
    background: #2F2F2F;
    border-radius: 0 0 4px 4px;
    padding: 15px 25px 22px;
    width: calc(100% - 10px);
    margin: 0 5px;
    overflow: hidden;
    animation: kanponav_slideOut 0.3s;
    animation-fill-mode: both;
  }
  .kanponav__dropdown-item {
    border-bottom: 1px solid #656565;
  }
  .kanponav__dropdown-item:first-child {
    border-top: 1px solid #656565;
  }
  .kanponav__dropdown-link {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.18em;
    line-height: 1;
    padding: 13px 0;
    text-align: left;
    font-weight: bold;
    position: relative;
  }
  .kanponav__dropdown-link::after {
    display: block;
    content: "";
    -webkit-mask-image: url(../images/icon-arrow-right.svg);
            mask-image: url(../images/icon-arrow-right.svg);
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: #fff;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
.kanponav.hamburger-active .kanponav__hamburger-btn {
  background: #fff;
}
.kanponav.hamburger-active .kanponav__dropdown {
  display: block;
}
.kanponav.hamburger-active .kanponav__hamburger-line {
  background-color: rgba(255, 255, 255, 0);
}
.kanponav.hamburger-active .kanponav__hamburger-line::before, .kanponav.hamburger-active .kanponav__hamburger-line::after {
  background-color: #2F2F2F;
}
.kanponav.hamburger-active .kanponav__hamburger-line::before {
  bottom: 0;
  transform: rotate(30deg);
}
.kanponav.hamburger-active .kanponav__hamburger-line::after {
  top: 0;
  transform: rotate(-30deg);
}
.kanponav.hamburger-active .kanponav__hamburger-box-open,
.kanponav.hamburger-active .kanponav__hamburger-txt-open {
  display: block;
}
.kanponav.hamburger-active .kanponav__hamburger-box-close,
.kanponav.hamburger-active .kanponav__hamburger-txt-close {
  display: none;
}
.kanponav.hamburger-active .kanponav__hamburger-txt {
  color: #2F2F2F;
}
.kanponav.hamburger-active .kanponav__wrapper {
  animation: kanponav_fadeIn 0.4s;
  animation-fill-mode: both;
  display: block;
}

/* mv */
.mainVS {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .mainVS {
    display: block;
  }
  .mainVS_content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .mainVS_slide {
    width: 1000px;
  }
  .mainVS_slide:not(:first-child) {
    display: none;
  }
  .mainVS_slide:not(:first-child).slick-slide {
    display: block;
  }
  .mainVS_tx01 {
    width: 529.5px;
    margin: 0 auto;
    padding-top: 80px;
  }
  .mainVS_tx02 {
    width: 324px;
    margin: 0 auto;
    padding-top: 32px;
  }
  .mainVS_animal {
    width: 851px;
    margin: 0 auto;
    padding-top: 32px;
  }
  .mainVS_tx03 {
    width: 854px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .mainVS .slick-prev, .mainVS .slick-next {
    top: auto;
    left: auto;
    bottom: 0;
    width: 38px;
    height: 38px;
    transform: none;
    z-index: 1;
    transition: 0.3s;
  }
  .mainVS .slick-prev:hover, .mainVS .slick-next:hover {
    opacity: 0.7;
  }
  .mainVS .slick-prev::before, .mainVS .slick-next::before {
    display: none;
  }
  .mainVS .slick-prev {
    right: 88px;
    background: url(../images/hero_btn_prev.png) no-repeat center;
    background-size: contain;
  }
  .mainVS .slick-next {
    right: 0;
    background: url(../images/hero_btn_next.png) no-repeat center;
    background-size: contain;
  }
  .mainVS_btn_stop {
    position: absolute;
    bottom: 0;
    right: 44px;
    width: 38px;
    height: 38px;
    background: url(../images/hero_btn_stop.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
  }
  .mainVS_btn_stop:hover {
    opacity: 0.7;
  }
  .mainVS_btn_stop.paused {
    background: url(../images/hero_btn_start.png) no-repeat center;
    background-size: contain;
  }
}
@media screen and (max-width: 999px) {
  .mainVS {
    background-color: #d5bf96;
    display: block;
  }
  .mainVS_tx01 {
    width: 65.6vw;
    margin: 0 auto;
    padding-top: 9.3vw;
  }
  .mainVS_tx02 {
    width: 39.6vw;
    margin: 3.2vw auto 0;
  }
  .mainVS_content {
    position: relative;
    width: 100%;
    background: #d6bf96;
  }
  .mainVS_slide {
    width: 100vw;
  }
  .mainVS_slide:not(:first-child) {
    display: none;
  }
  .mainVS_slide:not(:first-child).slick-slide {
    display: block;
  }
  .mainVS .slick-prev, .mainVS .slick-next {
    top: auto;
    left: auto;
    bottom: 0;
    width: 24px;
    height: 24px;
    transform: none;
    z-index: 1;
  }
  .mainVS .slick-prev::before, .mainVS .slick-next::before {
    display: none;
  }
  .mainVS .slick-prev {
    right: 10px;
    background: url(../images/hero_btn_prev.png) no-repeat center;
    background-size: contain;
  }
  .mainVS .slick-next {
    bottom: 54px;
    right: 10px;
    background: url(../images/hero_btn_next.png) no-repeat center;
    background-size: contain;
  }
  .mainVS_btn_stop {
    position: absolute;
    bottom: 27px;
    right: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/hero_btn_stop.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    transition: 0.3s;
  }
  .mainVS_btn_stop.paused {
    background: url(../images/hero_btn_start.png) no-repeat center;
    background-size: contain;
  }
}
.mainVS_swiper {
  width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 999px) {
  .mainVS_swiper {
    width: 100%;
    margin-top: 0;
  }
}
.mainVS_nav {
  background: #e9c82a;
  padding: 0 20px 32px;
}
.mainVS_nav .wrapper {
  margin: 0;
}
.mainVS_nav .wrapper .nav {
  margin: 0;
}

/* nav */
@media screen and (min-width: 1000px) {
  .nav {
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 999px) {
  .nav {
    margin: 0 5px;
  }
}
.nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .nav ul {
    justify-content: space-between;
  }
}
.nav ul li {
  overflow: hidden;
  width: 24.4%;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .nav ul li {
    width: 49.2%;
  }
}
@media screen and (min-width: 1000px) {
  .nav ul li:nth-child(2), .nav ul li:nth-child(3), .nav ul li:nth-child(4), .nav ul li:nth-child(6), .nav ul li:nth-child(7) {
    margin-left: 8px;
  }
  .nav ul li:nth-child(n+5) {
    margin-top: 12px;
  }
  .nav ul li.small {
    width: 14%;
  }
}
@media screen and (max-width: 999px) {
  .nav ul li + .nav ul li {
    margin-left: 8px;
  }
  .nav ul li:nth-of-type(n+3) {
    margin-top: 5px;
  }
}
.nav ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  position: relative;
  transition: all 0.2s;
  width: 100%;
  height: 77px;
  padding-left: 31px;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .nav ul li a {
    height: 40px;
    padding-left: 15px;
    border-radius: 5px;
  }
}
.nav ul li a:hover .nav_new_wrap {
  transition: 0.2s;
  transform: scale(0.8);
}
@media screen and (max-width: 999px) {
  .nav ul li a:hover .nav_new_wrap {
    transform: scale(1);
  }
}
.nav ul li a:hover .nav_new_wrap img {
  transform: scale(1);
}
@media screen and (max-width: 999px) {
  .nav ul li a:hover .nav_new_wrap img {
    transform: scale(0.8);
  }
}
.nav ul li a:hover img {
  transform: scale(0.8);
}
.nav ul li a .nav_new_wrap {
  transition-property: transform, background, box-shadow, color;
  transition-duration: 0.2s;
}
@media screen and (max-width: 999px) {
  .nav ul li a .nav_new_wrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-right: 34px;
  }
  .nav ul li a .nav_new_wrap .nav_icon_new {
    width: 24px;
    height: 15px;
    margin-left: 7px;
  }
}
.nav ul li a img {
  transition-property: transform, background, box-shadow, color;
  transition-duration: 0.2s;
}
.nav ul li.nav_shibireitami a {
  background: #A00808;
}
.nav ul li.nav_kounenki a {
  background: #2D2D80;
}
.nav ul li.nav_iraira a {
  background: #005858;
}
.nav ul li.nav_miminari a {
  background: #751A86;
}
.nav ul li.nav_fumin a {
  background: #008182;
}
.nav ul li.nav_memai a {
  background: #CE5D20;
}
.nav ul li.nav_tsukae a {
  background: #073737;
}
.nav ul li span {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateX(50%);
  rotate: -90deg;
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 999px) {
  .nav ul li span {
    width: 17px;
    height: 17px;
  }
}
.nav ul li span::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/arrow_down_wt.svg) no-repeat center top;
  transition: all 0.2s;
  overflow: visible;
  background-size: auto 100%;
}
@media screen and (max-width: 999px) {
  .nav ul li span::after {
    height: 12px;
    background: url(../images/arrow_down_wt.svg) no-repeat center top;
    background-size: auto 100%;
  }
}
.nav ul li span::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 33px;
  height: 33px;
  border-radius: 9999px;
  background-color: #D0BA90;
}
@media screen and (max-width: 999px) {
  .nav ul li span::before {
    width: 17px;
    height: 17px;
  }
}
.nav ul li img.imgTx {
  display: block;
  width: auto;
  height: 18px;
}
@media screen and (max-width: 999px) {
  .nav ul li img.imgTx {
    height: 12px;
  }
}
.nav ul li img.imgTx.imgTxSmall {
  height: 18px;
}
@media screen and (max-width: 999px) {
  .nav ul li img.imgTx.imgTxSmall {
    height: 11px;
  }
}
.nav ul li img.imgTx.imgTxNew {
  height: 20px;
}
@media screen and (max-width: 999px) {
  .nav ul li img.imgTx.imgTxNew {
    height: 12px;
  }
}
.nav ul li img.imgTx.norm {
  display: none;
}
.nav ul li a:hover span:after {
  top: 20px;
}
@media screen and (max-width: 999px) {
  .nav ul li a:hover span:after {
    top: 10px;
  }
}
.nav ul li a:hover {
  /*
  img.norm {
    display: block;
  }
  img.wt{
    display: none;
  }
  */
}
@media screen and (max-width: 999px) {
  .nav ul:not(.btn_yellow_list) li a span {
    rotate: 0deg;
    right: 10px;
    transform: translateY(-50%);
  }
}
.nav {
  /*
  &_tsukae {
     a:hover {
       span::after{
         background: url(../images/arrow_down_tsukae.svg) no-repeat center top;
         background-size: contain;
       }
     }
  }
  &_shibireitami {
     a:hover {
       span::after{
       background: url(../images/arrow_down_shibireitami.svg) no-repeat center top;
       background-size: contain;
       }
     }
  }
  &_kounenki {
     a:hover {
       span::after{
       background: url(../images/arrow_down_kounenki.svg) no-repeat center top;
       background-size: contain;
       }
     }
  }
  &_iraira {
     a:hover {
       span::after{
       background: url(../images/arrow_down_iraira.svg) no-repeat center top;
       background-size: contain;
       }
     }
  }
  &_miminari {
     a:hover {
       span::after{
       background: url(../images/arrow_down_miminari.svg) no-repeat center top;
       background-size: contain;
       }
     }
  }
  &_fumin {
     a:hover {
       span::after{
       background: url(../images/arrow_down_fumin.svg) no-repeat center top;
       background-size: contain;
       }
     }
  }
  &_memai {
     a:hover {
       span::after{
       background: url(../images/arrow_down_memai.svg) no-repeat center top;
       background-size: contain;
       }
     }
  }
   */
}
.nav_icon_new {
  display: block;
  right: 40px;
  width: 37px;
  height: 18px;
  background: url(../images/nav_icon_new.svg) no-repeat center center;
  background-size: contain;
  margin-bottom: 6px;
}
@media screen and (max-width: 999px) {
  .nav_icon_new {
    right: 18%;
    width: 24px;
    height: 11px;
    background-size: 100% auto;
    background-position-y: 2px;
    margin-bottom: 0;
  }
}
.nav .btn_yellow_list {
  width: 90%;
  margin: 42px auto 0;
  gap: 38px 8px;
}
@media screen and (max-width: 999px) {
  .nav .btn_yellow_list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.nav .btn_yellow_list .btn_yellow_item {
  width: auto;
  margin: 0;
}
.nav .btn_yellow_list .btn_yellow_item .btn_yellow {
  margin-bottom: 0;
}
.nav .btn_yellow_list .btn_yellow_item .btn_yellow a {
  height: 63px;
  padding: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .nav .btn_yellow_list .btn_yellow_item .btn_yellow a {
    height: 50px;
  }
}
.nav .btn_yellow_list .btn_yellow_item .btn_yellow a span {
  width: 28px;
  height: 28px;
  right: 16px;
}
@media screen and (max-width: 999px) {
  .nav .btn_yellow_list .btn_yellow_item .btn_yellow a span {
    width: 22px;
    height: 22px;
    right: 14px;
    margin: 0;
  }
}
.nav .btn_yellow_list .btn_yellow_item .btn_yellow a span::before {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 999px) {
  .nav .btn_yellow_list .btn_yellow_item .btn_yellow a span::before {
    width: 22px;
    height: 22px;
  }
}
.nav .btn_yellow_list .btn_yellow_item .btn_yellow a span::after {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 999px) {
  .nav .btn_yellow_list .btn_yellow_item .btn_yellow a span::after {
    width: 15px;
    height: 15px;
  }
}
.nav .btn_yellow_list .btn_yellow_item .btn_yellow a:hover span::after {
  top: 18px;
}
@media screen and (max-width: 999px) {
  .nav .btn_yellow_list .btn_yellow_item .btn_yellow a:hover span::after {
    top: 14px;
  }
}

/* .visit */
.visit {
  margin-bottom: 110px;
}
@media screen and (max-width: 999px) {
  .visit {
    margin-bottom: 60px;
  }
}
.visit_tit {
  width: 550.5px;
  margin: 0 auto;
  padding: 40px 0 5px;
}
@media screen and (max-width: 999px) {
  .visit_tit {
    width: 74.1%;
    padding: 0 0 25px;
  }
}
.visit_swiper_outer {
  overflow: hidden;
}
.visit .visitBoxWrap {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 70px;
  overflow: visible;
}
@media screen and (max-width: 999px) {
  .visit .visitBoxWrap {
    width: auto;
    overflow: auto;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .visit .visitBox {
    display: flex;
  }
}
@media screen and (max-width: 999px) {
  .visit .visitBox {
    width: 900px;
    display: flex;
    padding-left: 4%;
  }
}
.visit .visitBox .visitBoxLi {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.visit .visitBox .visitBoxLi:hover .hvCon {
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .visit .visitBox .visitBoxLi {
    width: 320px;
  }
  .visit .visitBox .visitBoxLi:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi {
    width: 280px !important;
    margin-right: 20px;
  }
}
.visit .visitBox .visitBoxLi .hvCon {
  position: absolute;
  border-radius: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(90, 90, 90, 0.8);
  opacity: 0;
  transition: all 0.2s;
}
.visit .visitBox .visitBoxLi .hvCon a {
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi .hvCon a.spNoneLink {
    pointer-events: none;
  }
}
.visit .visitBox .visitBoxLi .hvCon.iraira {
  background-color: rgba(55, 88, 84, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.miminari {
  background-color: rgba(127, 45, 142, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.memai {
  background-color: rgba(205, 101, 42, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.humin {
  background-color: rgba(20, 132, 130, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.kounenki {
  background-color: rgba(52, 52, 144, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.shibire {
  background-color: rgba(170, 20, 34, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon.tsukae {
  background-color: rgba(0, 88, 88, 0.9);
}
.visit .visitBox .visitBoxLi .hvCon h2 {
  padding: 40px 10% 0 10%;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi .hvCon h2 {
    padding: 30px 10% 0 10%;
  }
}
.visit .visitBox .visitBoxLi .hvConBtn {
  position: absolute;
  z-index: 5;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi .hvConBtn {
    right: 10px;
    bottom: 0px;
  }
}
.visit .visitBox .visitBoxLi .hvConBtnIn {
  position: relative;
}
.visit .visitBox .visitBoxLi .hvConBtnIn::before {
  position: absolute;
  left: 0%;
  top: -10px;
  content: "";
  width: 43px;
  height: 43px;
  border-radius: 22px;
  background-color: #EAC92B;
}
.visit .visitBox .visitBoxLi .hvConBtnIn::after {
  position: absolute;
  left: 0%;
  top: -3px;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transition: all 0.2s;
  overflow: visible;
  transform: rotate(-90deg);
}
.visit .visitBox .visitBoxLi ul {
  padding: 30px 10% 0 10%;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi ul {
    padding: 20px 10% 0 10%;
  }
}
.visit .visitBox .visitBoxLi ul li {
  font-weight: bold;
  background: url(../images/check02.png) no-repeat left 4px;
  background-size: 22px auto;
  font-size: 15px;
  padding-left: 35px;
  margin-bottom: 10px;
  line-height: 1.7;
  color: #fff;
  text-align: left;
}
.visit .visitBox .visitBoxLi ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .visit .visitBox .visitBoxLi ul li {
    font-weight: normal;
    background: url(../images/check02.png) no-repeat left 6px;
    background-size: 14px auto;
    margin-bottom: 7px;
    font-size: 15px;
    padding-left: 30px;
  }
}
.visit .visitBox .visitBoxLi:hover .hvConBtnIn::after {
  position: absolute;
  left: 25px;
  top: -3px;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transition: all 0.2s;
  overflow: visible;
  transform: rotate(-90deg);
}
.visit .swiper-button-next {
  right: -26px;
  width: 53px;
  height: 53px;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-next {
    display: none;
  }
}
.visit .swiper-button-next::after {
  position: absolute;
  transform: translateX(-50%);
  content: "";
  top: 9px;
  left: 0%;
  width: 36px;
  height: 36px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transform: rotate(-90deg);
  transition: all 0.2s;
  overflow: visible;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-next::after {
    top: 8px;
    left: 0%;
    width: 20px;
    height: 20px;
    background: url(../images/arrow_right_wt.svg) no-repeat center top;
    background-size: auto 20px;
  }
}
.visit .swiper-button-next::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #1A1311;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-next::before {
    left: 0%;
    top: 5px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }
}
.visit .swiper-button-next:hover::after {
  left: 28px;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-next:hover::after {
    left: 14px;
  }
}
.visit .swiper-button-prev {
  left: -26px;
  width: 53px;
  height: 53px;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-prev {
    display: none;
  }
}
.visit .swiper-button-prev::after {
  position: absolute;
  transform: translateX(-50%);
  content: "";
  top: 9px;
  right: 0%;
  width: 36px;
  height: 36px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transform: rotate(90deg);
  transition: all 0.2s;
  overflow: visible;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-prev::after {
    top: 8px;
    left: 0%;
    width: 20px;
    height: 20px;
    background: url(../images/arrow_right_wt.svg) no-repeat center top;
    background-size: auto 20px;
  }
}
.visit .swiper-button-prev::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #1A1311;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-prev::before {
    left: 0%;
    top: 5px;
    width: 26px;
    height: 26px;
    border-radius: 13px;
  }
}
.visit .swiper-button-prev:hover::after {
  right: 28px;
}
@media screen and (max-width: 999px) {
  .visit .swiper-button-prev:hover::after {
    right: 14px;
  }
}
@media screen and (max-width: 999px) {
  .visit .nav .btn_yellow_list {
    margin-top: 25px;
  }
}

/* btn_yellow */
.btn_yellow {
  margin: 0 auto 20px;
  background-color: #EAC92B;
  text-align: center;
  border-radius: 10px;
}
.btn_yellow a {
  height: 63px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 999px) {
  .btn_yellow a {
    height: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .btn_yellow_txImg1 {
    width: 136px;
    margin-right: 20px;
  }
  .btn_yellow_txImg2 {
    width: 172px;
    margin-right: 17px;
  }
  .btn_yellow_txImgCm {
    width: 182px;
    margin-right: 10px;
  }
  .btn_yellow_txImgTop {
    width: 88px;
  }
}
@media screen and (max-width: 999px) {
  .btn_yellow_txImg1 {
    width: 107px;
    margin-right: 6px;
  }
  .btn_yellow_txImg2 {
    width: 135px;
    margin-right: 6px;
  }
  .btn_yellow_txImgCm {
    width: 154px;
  }
  .btn_yellow_txImgTop {
    width: 72px;
  }
}
@media screen and (min-width: 1000px) {
  .btn_yellow {
    width: 326px;
  }
}
@media screen and (max-width: 999px) {
  .btn_yellow {
    width: 290px;
  }
}
.btn_yellow span {
  position: absolute;
  top: 50%;
  transform: translateX(50%);
  rotate: -90deg;
  width: 28px;
  height: 28px;
  right: 16px;
}
@media screen and (max-width: 999px) {
  .btn_yellow span {
    width: 22px;
    height: 22px;
    right: 14px;
    margin: 0;
  }
}
.btn_yellow span::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transition: all 0.2s;
  overflow: visible;
  background-size: auto 100%;
}
@media screen and (max-width: 999px) {
  .btn_yellow span::after {
    width: 15px;
    height: 15px;
  }
}
.btn_yellow span::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: #1A1311 !important;
}
@media screen and (max-width: 999px) {
  .btn_yellow span::before {
    width: 22px;
    height: 22px;
  }
}
.btn_yellow a:hover span:after {
  top: 18px;
}
@media screen and (max-width: 999px) {
  .btn_yellow a:hover span:after {
    top: 14px;
  }
}
.btn_yellow a img {
  transition: all 0.2s;
}
.btn_yellow a:hover img {
  transform: scale(0.8);
}

/* cmGallary */
.cmGallary {
  margin: 80px 0 70px;
}
@media screen and (max-width: 999px) {
  .cmGallary {
    margin: 30px 0 60px;
  }
}
.cmGallary_tit {
  width: 330px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
@media screen and (max-width: 999px) {
  .cmGallary_tit {
    width: 42%;
    padding: 20px 0 28px;
  }
}
.cmGallary ul {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .cmGallary ul {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1000px) {
  .cmGallary ul.pagesGallary li {
    width: 864px;
    margin: 0 auto 45px;
    float: none;
  }
  .cmGallary ul.pagesGallary li + li {
    margin-top: 50px;
  }
}
.cmGallary li {
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .cmGallary li {
    width: 485px;
    margin-left: 30px;
    margin-bottom: 40px;
    float: left;
  }
  .cmGallary li:first-child {
    width: 864px;
    margin: 0 auto 45px;
    float: none;
  }
  .cmGallary li:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .cmGallary li {
    width: 100%;
    margin-bottom: 28px;
    font-size: 12px;
  }
}
.cmGallary li p {
  padding-top: 20px;
}
@media screen and (max-width: 999px) {
  .cmGallary li p {
    padding-top: 15px;
  }
}
.cmGallary li p span {
  color: #d12809;
}
.cmGallary li .hikoukai02_In {
  border-radius: 13px;
}
@media screen and (max-width: 999px) {
  .cmGallary li .hikoukai02_In {
    border-radius: 10px;
  }
}

/* aboutKanpo */
.aboutKanpo {
  background: #EAC92B;
  padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
  .aboutKanpo {
    padding-bottom: 50px;
    margin-top: 30px;
  }
}
.aboutKanpo_tit {
  width: 255.5px;
  margin: 0 auto;
  padding: 75px 0 50px;
}
@media screen and (max-width: 999px) {
  .aboutKanpo_tit {
    width: 40%;
    padding: 40px 0 22px;
  }
}
@media screen and (min-width: 1000px) {
  .aboutKanpo_img {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 999px) {
  .aboutKanpo_img {
    margin: 0 auto 20px;
  }
}
.aboutKanpo_tx01 {
  width: 584.5px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media screen and (max-width: 999px) {
  .aboutKanpo_tx01 {
    width: 68.66%;
    margin-bottom: 20px;
  }
}
.aboutKanpo_tx02 {
  font-size: 16px;
  line-height: 2.18;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .aboutKanpo_tx02 {
    font-size: 12px;
  }
}
.aboutKanpo_tx03 {
  font-size: 12px;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 999px) {
  .aboutKanpo_tx03 {
    font-size: 10px;
    line-height: 1.8;
  }
}

/* index */
.fvarea {
  width: 100%;
}
.fvarea img {
  width: 100%;
  height: auto;
}

.topics_tit {
  width: 247px;
  margin: 0 auto;
  padding: 100px 0 50px;
}
@media screen and (max-width: 999px) {
  .topics_tit {
    width: 36%;
    padding: 35px 0 18px;
  }
}

.topics_swiper_outer {
  position: relative;
}
@media screen and (max-width: 999px) {
  .topics_swiper_outer {
    width: 80.534%;
    margin: 0 auto;
  }
}
.topics_swiper_outer .topics_swiper {
  overflow: hidden;
}
.topics_swiper_outer .topics_swiper .swiper-slide img {
  width: 100%;
}
.topics_swiper_outer .swiper-button-next {
  right: 0;
  width: 31px;
  height: 31px;
}
@media screen and (min-width: 1115px) {
  .topics_swiper_outer .swiper-button-next {
    right: -50px;
  }
}
@media screen and (max-width: 999px) {
  .topics_swiper_outer .swiper-button-next {
    width: 23px;
    height: 23px;
    right: -10px;
    transform: translate(100%, 8px);
  }
}
.topics_swiper_outer .swiper-button-next::after {
  position: absolute;
  transform: translateY(-50%);
  content: "";
  top: 6px;
  left: 9px;
  width: 20px;
  height: 20px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transition: all 0.2s;
  overflow: visible;
  background-size: contain;
  rotate: -90deg;
}
@media screen and (max-width: 999px) {
  .topics_swiper_outer .swiper-button-next::after {
    top: 4px;
    left: 7px;
    width: 15px;
    height: 15px;
    background: url(../images/arrow_right_wt.svg) no-repeat center top;
    background-size: auto 100%;
  }
}
.topics_swiper_outer .swiper-button-next::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #1A1311;
}
@media screen and (max-width: 999px) {
  .topics_swiper_outer .swiper-button-next::before {
    left: 0%;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 13px;
  }
}
.topics_swiper_outer .swiper-button-next:hover::after {
  left: 20px;
}
@media screen and (max-width: 999px) {
  .topics_swiper_outer .swiper-button-next:hover::after {
    left: 14px;
  }
}
.topics_swiper_outer .swiper-button-prev {
  left: 0;
  width: 31px;
  height: 31px;
}
@media screen and (min-width: 1115px) {
  .topics_swiper_outer .swiper-button-prev {
    left: -50px;
  }
}
@media screen and (max-width: 999px) {
  .topics_swiper_outer .swiper-button-prev {
    width: 23px;
    height: 23px;
    left: -10px;
    transform: translate(-100%, 8px);
  }
}
.topics_swiper_outer .swiper-button-prev::after {
  position: absolute;
  transform: translateX(-50%);
  content: "";
  top: 6px;
  right: 0%;
  width: 20px;
  height: 20px;
  background: url(../images/arrow_right_wt.svg) no-repeat center top;
  transform: rotate(90deg);
  transition: all 0.2s;
  overflow: visible;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  .topics_swiper_outer .swiper-button-prev::after {
    top: 4px;
    right: 0%;
    width: 15px;
    height: 15px;
    background: url(../images/arrow_right_wt.svg) no-repeat center top;
    background-size: auto 100%;
  }
}
.topics_swiper_outer .swiper-button-prev::before {
  position: absolute;
  left: 0%;
  top: 0;
  content: "";
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #1A1311;
}
@media screen and (max-width: 999px) {
  .topics_swiper_outer .swiper-button-prev::before {
    left: 0%;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 13px;
  }
}
.topics_swiper_outer .swiper-button-prev:hover::after {
  right: 10px;
}
@media screen and (max-width: 999px) {
  .topics_swiper_outer .swiper-button-prev:hover::after {
    right: 7px;
  }
}

@media screen and (max-width: 999px) {
  .kanpo_info {
    margin-bottom: 40px;
  }
}
.kanpo_info_tit {
  width: 560px;
  margin: 0 auto;
  padding: 120px 0 30px;
}
@media screen and (max-width: 999px) {
  .kanpo_info_tit {
    width: 81.1125%;
    padding: 60px 0 15px;
  }
}
.kanpo_info_txt {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .kanpo_info_txt {
    font-size: 12px;
    line-height: 1.6666;
    margin-bottom: 20px;
  }
}

.aboutKanpo .marker-normal {
  background: linear-gradient(transparent 75%, rgba(255, 255, 255, 0.5) 75%);
}

.btmSns {
  margin-top: 25px;
  margin-bottom: 20px;
}
.btmSns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}/*# sourceMappingURL=common.css.map */