@charset "UTF-8";
/*
@media screen and (min-width:768px) {
  .wrap {
    position: relative;
    width: 90%;
    max-width: none;
    margin: 0 auto;
    padding: 0 calc(60px + 1em);
  }
}
*/
/*======================================
nav common
/*======================================*/
nav {
  position: relative;
}
header {
  position: relative;
}
/*======================================
logo
/*======================================*/
.logo-S, .logo-R {
  display: block;
  margin: 0 auto;
}
nav .logo-R {
  transition: all 0.3s ease-in-out;
}
.active .logo-R {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.active .overlay .logo-R {
  opacity: 1;
}
@media screen and (min-width:860px) {} /*END query*/
/*======================================
nav-top 
/*======================================*/
#nav-top {
  position: relative;
  width: 20%;
  margin: 0;
  padding: 5em 0;
  background-color: rgba(0, 0, 0, .3);
  background-blend-mode: multiply;
}
/*======================================
nav-CMN
/*======================================*/
.nav-CMN {
  font-family: "CezannePro-M", sans-serif;
  text-align: center;
  font-size: calc(100vw* 9 / 768);
  margin: 0 auto;
}
@media screen and (min-width:1200px) {
  .nav-CMN {
    font-size: 70%;
  }
} /*END query*/
.nav-CMN > ul > li {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}
#nav-top .nav-CMN > ul > li:not(:last-of-type) {
  margin-bottom: 3em;
}
.nav-CMN > ul > li > a {
  position: relative;
  display: block;
  line-height: 1em;
  letter-spacing: 5px;
  color: #fff;
}
.nav-CMN a span {
  font-family: "ToppanBunkyuMidashiMinchoStdN-ExtraBold", sans-serif;
  text-indent: 0;
  white-space: nowrap;
  overflow: visible;
  display: block;
  font-size: 120%;
  line-height: 1em;
  margin-bottom: .5em;
  letter-spacing: 3px;
  color: rgba(205, 180, 135, 1);
}
@media screen and (min-width:1240px) {} /*END query*/
/*======================================
nav-fixed
/*======================================*/
@keyframes navFadeIn {
  to {
    opacity: 1;
  }
}
.nav-wrap {
  width: 100%;
  background: rgba(15, 20, 75, .8);
  padding: 0 2.5% 0;
  margin: 0;
}
.nav-wrap .nav-CMN {
  width: 65%;
  flex: 1;
  padding: 0 2.5% 0 0;
  opacity: 0;
  animation: navFadeIn .2s ease-in-out .1s forwards;
}
.nav-wrap .nav-CMN > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.nav-wrap .nav-CMN > ul > li {
  width: auto;
  margin-right: 2.5%;
}
.nav-wrap .nav-CMN > ul > li > a {
  padding: 2em 0;
}
.nav-wrap .nav-SNS {
  margin: 0;
  opacity: 0;
  animation: navFadeIn .2s ease-in-out .1s forwards;
}
.nav-wrap .nav-SNS a {
  font-size: calc(100vw* 8 / 768);
}
@media screen and (min-width:1300px) {
  .nav-wrap .nav-SNS a {
    font-size: 90%;
  }
} /*END query*/
#nav-fixed {
  position: fixed;
  z-index: 99999;
  top: -300px;
  left: 0;
}
#nav-fixed.fadeout {
  top: -300px;
  transition: all .7s ease-out;
}
#nav-fixed.fadein {
  top: 0;
  transition: all .7s ease-out;
}
/*
#nav-fixed .nav-CMN > ul > li .sub-menu {
  padding: 0 1.2em;
  min-width: 150px;
  letter-spacing: 1px;
}
#nav-fixed .nav-CMN > ul > li.about .sub-menu {
  width: 160%;
  min-width: 180px;
}
/*
#nav-fixed .nav-CMN > ul > li.guidance .sub-menu {
  width: 200%;
  min-width: 260px;
  max-width: 290px;
}

#nav-fixed .nav-CMN > ul > li.guidance .sub-menu, #nav-fixed .nav-CMN > ul > li.info .sub-menu {
  width: 220%;
  min-width: 180px;
  max-width: 240px;
}
#nav-fixed .nav-CMN > ul > li:hover .sub-menu, #nav-fixed .nav-CMN > ul > li:focus-within .sub-menu {
  padding: .7em 1.2em .7em 1.2em;
}
/*----*/
/*======================================
mainNav
/*======================================*/
.mainNav {
  font-size: 110%;
  text-align: center;
}
.mainNav a {
  display: inline-block;
}
.mainNav > li {
  position: relative;
  margin-top: 1em;
  color: rgba(225, 145, 85, 1);
}
/*======================================
footer
/*======================================*/
footer {
  position: relative;
  text-align: center;
  background: rgba(15, 20, 75, .8);
}
footer .wrap {
  max-width: none;
}
footer .logo-S {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  font-size: 140%;
  letter-spacing: 3px;
}
.copyright {
  text-align: center;
  font-size: 10px;
}
footer .logo-S a span {
  display: block;
  text-indent: 0;
  font-size: 75%;
  margin-bottom: .7em;
}
.footer-menu li {
  flex: 1;
  max-width: 170px;
}
footer .nav-SNS {
  margin: 2em auto;
}
footer .sub-nav {
  font-size: 13px;
}
footer .sub-nav li {
  display: inline-block;
  line-height: 1em;
}
footer .sub-nav li:not(:last-of-type) {
  margin-right: 1em;
}
@media screen and (min-width:768px) {} /*END query*/
@media screen and (min-width:980px) {
  footer {
    font-size: 16px;
  }
  footer .wrap {
    font-size: calc(100vw * 9 / 768);
  }
} /*END query*/
/*======================================
Btn
/*======================================*/
.Btn {
  display: block;
  text-align: center;
}
.Btn:not(:last-of-type) {
  margin: 0 1% .7em;
}
@media screen and (min-width:768px) {
  .Btn:not(:last-of-type) {
    margin: 0 1% 0 0;
  }
} /*END query*/
.Btn p {
  margin-bottom: 2em;
  text-align: center;
}
.Btn a {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.Btn a span {
  text-indent: 0;
  overflow: visible;
  display: block;
}
.Btn-M {
  font-size: 110%;
  line-height: 1.3em;
  padding-top: .7em;
  padding-bottom: .7em;
}
.Btn-L {
  font-size: 130%;
  line-height: 1.3em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.Btn-S {
  font-size: 90%;
  line-height: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.Btn-SS {
  font-size: 80%;
  line-height: 1.3em;
  padding-top: .7em;
  padding-bottom: .7em;
}
.Btn-arrow {
  padding-left: 45px;
  padding-right: 45px;
}
.Btn-SS.Btn-arrow {
  padding-left: 35px;
  padding-right: 35px;
}
.Btn-SS.Btn-arrow:after {
  width: 35px;
}
.Btn-arrow:before, .Btn-arrow:after {
  content: "";
  position: absolute;
}
.Btn-arrow:before {
  width: 23px;
  height: 1px;
  right: 1em;
  top: 50%;
  transition: all .3s ease;
}
.Btn-arrow:after {
  top: calc(50% - .5px);
  width: 11px;
  height: 1px;
  transform: rotate(45deg);
  transform-origin: calc(100% - .5px) 50%;
  right: 1em;
  transition: all .3s ease;
}
.Btn-arrow:hover:before, .Btn-arrow:hover:after {
  right: .7em;
}
.Btn-arrow-gold:before, .Btn-arrow-gold:after {
  background-color: rgba(200, 160, 100, 1);
}
.Btn-M.Btn-arrow {
  padding-left: 3em;
  padding-right: 3em;
}
.Btn-L.Btn-arrow {
  padding-left: 3em;
  padding-right: 3em;
}
.Btn-border-gold {
  border: 1px solid rgba(200, 160, 100, 1);
}
.Btn .flex a {
  flex: 1;
  max-width: 320px;
  margin: 0;
}
.Btn .flex a:first-of-type {
  margin-bottom: .5em;
}
@media (min-width: 768px) {
  .Btn .flex a:first-of-type {
    margin-bottom: 0;
    margin-right: 1em;
  }
} /*END query*/
/*======================================
search-CMN
/*======================================*/
.search-CMN {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 1.5em;
  border-radius: 30px;
  background: rgba(251, 245, 239, 1);
}
.search-CMN .search-inner {
  position: relative;
  z-index: 2;
}
.search-CMN h1 {
  font-size: 160%;
  margin: .3em auto 0;
}
.search-CMN form {
  position: relative;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(10, 50, 10, .3);
  margin: 1em auto 1.3em;
}
.search-CMN form input {
  width: 100%;
  height: 50px;
  padding: 0 50px 0 1.5em;
  font-size: 105%;
  font-family: sans-serif !important;
  font-weight: bold;
  color: #555555;
}
.search-CMN form input::placeholder {
  color: rgba(0, 0, 0, .3);
}
.search-CMN form input:focus {
  background: rgba(235, 240, 235, 1);
}
.search-CMN form button {
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.search-CMN form button::after {
  content: "\f179";
  font-family: "dashicons";
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: rgba(85, 105, 85, .5);
  transition: all 0.3s ease;
}
.search-CMN form button:hover::after {
  color: rgba(85, 105, 85, 1);
  transition: all 0.3s ease;
}
.search-CMN .category ul {
  position: relative;
  align-items: stretch;
  font-size: calc(100vw * 15 / 375);
  margin: 1em auto;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .search-CMN h1 {
    font-size: 190%;
  }
  .search-CMN .category ul {
    font-size: calc(100vw * 18 / 768);
  }
}
@media screen and (min-width:1024px) {
  .search-CMN .category ul {
    font-size: 110%;
  }
}
.search-CMN .category li {
  display: flex;
  align-items: stretch;
  width: calc((100% - .5em*2)/3);
  margin-bottom: .5em;
}
.search-CMN .category li a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
  padding: .6em .3em;
  background: #fff;
  border-radius: 10px;
  border: 3px solid rgba(85, 105, 85, .8);
  line-height: 1.2em;
}
/*======================================
nav-SNS
/*======================================*/
.nav-SNS {
  margin: 3em auto 0;
}
.nav-SNS li {
  text-align: center;
  line-height: 50px;
}
.nav-SNS li:not(:last-of-type) {
  margin-right: 1em;
}
#nav-top .nav-SNS li:not(:last-of-type) {
  margin-bottom: .5em;
  margin-right: 0;
}
.nav-SNS a {
  font-family: "ToppanBunkyuMidashiMinchoStdN-ExtraBold", sans-serif;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 70%;
  min-width: 170px;
  font-size: 90%;
  height: 50px;
  padding-left: 50px;
  background: rgba(15, 20, 75, .8);
  border: 1px solid rgba(205, 180, 135, .8);
  color: rgba(205, 180, 135, 1);
}
.nav-SNS a:before {
  position: absolute;
  content: "";
  text-align: center;
  width: 50px;
  height: 50px;
  top: 0;
  left: 15px;
  transform: scale(.75);
}
.icon-YouTube a:before {
  background: url(../img/icon-YouTube.png) no-repeat center;
  background-size: contain;
}
.icon-LINE a:before {
  background: url(../img/icon-LINE.png) no-repeat center;
  background-size: contain;
}
.icon-X a:before {
  background: url(../img/icon-X.png) no-repeat center;
  background-size: contain;
}
.icon-Facebook a:before {
  background: url(../img/icon-Facebook.png) no-repeat center;
  background-size: contain;
}
.icon-Threads a:before {
  background: url(../img/icon-Threads.png) no-repeat center;
  background-size: contain;
}
.icon-Instagram a:before {
  background: url(../img/icon-Instagram.png) no-repeat center;
  background-size: contain;
}
.icon-TikTok a:before {
  background: url(../img/icon-TikTok.png) no-repeat center;
  background-size: contain;
}
/*======================================
mail-CMN
/*======================================*/
.mail-CMN {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 730px;
  font-size: 100%;
  background: rgba(15, 20, 75, .8);
  border: 1px solid rgba(205, 180, 135, .8);
  padding: 2em;
}
.mail-CMN h2 {
  font-size: 130%;
}
.mail-CMN p {
  text-align: center;
  font-size: 100%;
  padding: 1em;
  letter-spacing: 4px;
}
.mail-CMN .form-CMN input[type="text"], .mail-CMN .form-CMN input[type="text"]:focus {
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.mail-CMN .form-CMN input[type="submit"] {
  font-family: "CezannePro-DB", sans-serif;
  font-size: 110%;
  width: 100%;
  max-width: 300px;
  margin: 1em auto 2em;
  letter-spacing: 5px;
  background-color: rgba(200, 160, 100, 1);
  color: #fff;
}
.mail-CMN aside {
  font-size: 80%;
  margin-top: 1em;
}
/*======================================
others
/*======================================*/
@keyframes fuwafuwa {
  0% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
#page-top.fadeout {
  bottom: -200px;
  transition: all .3s ease-out;
}
#page-top.fadein {
  bottom: 0;
  transition: all .5s ease-out;
}
#page-top {
  position: fixed;
  right: 0;
  bottom: -200px;
  transition: all .5s ease-out;
  z-index: 1;
}
#page-top a {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 1em;
  width: 50px;
  height: 50px;
  color: #fff;
  background: rgba(15, 20, 75, .8);
  opacity: .5;
}
#page-top a:hover {
  opacity: .8;
}
#page-top a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 15px;
  top: 23px;
  border-left: 1px solid rgba(205, 180, 135, .8);
  border-bottom: 1px solid rgba(205, 180, 135, .8);
  transform: rotate(135deg);
}
@media screen and (min-width:768px) {} /*END query*/
@media screen and (min-width:1024px) {} /*END query*/
/*======================================
breadcrumbs
/*======================================*/
.bread_crumb {
  display: block;
  width: 100%;
  padding: 1.5em 2.5%;
  line-height: 1.4em;
  font-size: 12px;
  color: rgba(15, 20, 75, 1);
  /* overflow-x: scroll; */
  /* word-break: keep-all; */
  /* white-space: nowrap;*/
}
.bread_crumb a span {
  text-indent: 0;
  white-space: unset;
  overflow: visible;
  display: block;
}
.bread_crumb i {
  margin: 0 .7em;
  font-size: 100%;
  vertical-align: 0;
  color: rgba(200, 160, 100, .5);
}
.bread_crumb i.fa-house {
  color: rgba(15, 20, 75, .5);
  margin: 0 .3em 0 0;
}
.bread_crumb i:after {}
.bread_crumb i.fa-home {
  margin: 0;
  font-size: 100%;
  vertical-align: inherit;
}
.bread_crumb br {
  display: none;
}
.bread_crumb a {
  font-family: "CezannePro-DB", sans-serif;
}
.bread_crumb .current-item {
  color: rgba(60, 65, 55, 1);
}
@media screen and (min-width: 768px) {
  .bread_crumb {
    font-size: 13px;
  }
} /*END query*/
/*======================================
pagenation
/*======================================*/
/*smooth scroll jump*/
.smooth-scroll {
  padding-top: 3em !important;
  margin-top: -3em !important;
}
/* archive page ----------------------*/
.wp-pagenavi {
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span.current {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  background: rgba(200, 160, 100, 1);
  transition: all 0.3s ease;
  letter-spacing: 0;
}
.wp-pagenavi span.current {
  opacity: .7;
}
.wp-pagenavi a:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
  transform: scale(1.1);
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}
.wp-pagenavi a.first:after, .wp-pagenavi a.last:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
}
.wp-pagenavi a.first:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 50%;
  margin-left: -2px;
}
.wp-pagenavi a.last:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 50%;
  margin-right: -2px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  background: transparent;
  width: auto;
  color: rgba(120, 170, 115, 1);
  transition: all 0.3s ease;
}
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
  transform: scale(1.2);
}