@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
* 480pxより狭くなったら改行なくす
*/
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 900px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 900px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=search],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-family: "Avenir", "Lato", "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  font-feature-settings: "palt";
}

_:lang(x)::-ms-backdrop, body, body.mceContentBody, .comment-btn, #bbp_reply_submit, .bp-login-widget-register-link a, .search-edit, input[type=submit], b, strong, .bold .article h2, .article h3, .article h4, .entry-card-title, .blogcard-title, .wp-block-button__link {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  color: #231815;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-size: 17px;
  font-size: max(14px, min(1.2vw, 20px));
  font-size: clamp(14px, 1.2vw, 20px);
}
@media (max-width: 900px) {
  .wrapper {
    font-size: 15px;
    font-size: max(13px, min(1.2vw, 20px));
    font-size: clamp(13px, 1.2vw, 20px);
    overflow: hidden;
  }
}
@media (max-width: 560px) {
  .wrapper {
    font-size: max(15px, min(1.2vw, 20px));
    font-size: clamp(15px, 1.2vw, 20px);
  }
}

.atf {
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-weight: 600;
  font-style: normal;
}

span.aks {
  display: inline-block;
}

.page-wrapp {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 10%;
}
@media (max-width: 900px) {
  .page-wrapp {
    margin-bottom: 12%;
  }
}

.wp-block-buttons {
  justify-content: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

#page-top {
  background: #BC2126;
  position: fixed; /*固定*/
  cursor: pointer;
  font-size: 2em;
  display: block;
  width: 50px;
  color: white;
  height: 50px;
  text-align: center;
  right: 57px;
  bottom: 92px;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-property: transform, background-color;
}
#page-top:hover {
  transform: translate(0, -10px);
  background-color: #aa1e1e;
}
@media (max-width: 560px) {
  #page-top {
    bottom: 76px;
    right: 17px;
  }
}
#page-top i {
  width: 100%;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btnFOut {
  -webkit-animation-name: "FOut";
  animation-name: "FOut";
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FOut {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: -124px;
  }
}
.btnFIn {
  -webkit-animation-name: "FIn";
  animation-name: "FIn";
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes FIn {
  0% {
    bottom: -90px;
  }
}
.footer {
  background: #BC2126;
  color: white;
  position: relative;
  z-index: 1;
}
.footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
  margin-top: -5%;
  padding: 5% 0 0;
}
@media (max-width: 900px) {
  .footer-box {
    margin-top: 4%;
  }
}
@media (max-width: 560px) {
  .footer-box {
    text-align: start;
    margin-top: 10%;
    align-items: end;
  }
}
.footer-image {
  width: 33%;
  margin-bottom: -2%;
  z-index: -1;
}
@media (max-width: 560px) {
  .footer-image {
    margin-bottom: 0;
    width: 53%;
  }
}
.footer-image img {
  width: 100%;
}
@media (max-width: 560px) {
  .footer-image img {
    width: 142%;
    margin-left: -21%;
  }
}
.footer-text {
  text-align: left;
}
@media (max-width: 560px) {
  .footer-text {
    margin-top: 11%;
    width: 80%;
    font-size: 0.8em;
  }
}
.footer .f-sns:hover i {
  opacity: 0.8;
}
.footer-name {
  font-weight: 600;
  font-size: 1.7em;
  line-height: 1.3;
  margin-bottom: 4%;
}
.footer-name span {
  font-size: 0.5em;
}
@media (max-width: 560px) {
  .footer-name span {
    font-size: 0.7em;
  }
}
@media (max-width: 900px) {
  .footer-name {
    margin-bottom: 2%;
  }
}
@media (max-width: 560px) {
  .footer-name {
    font-size: 1.8em;
  }
}
.footer .copy {
  font-size: 13px;
  margin-top: 17%;
}
@media (max-width: 560px) {
  .footer .copy {
    margin-bottom: 14%;
    font-size: 10px;
  }
}

/*ヘッダー*/
.header_top {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  z-index: 999;
  padding: 7px 6px;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
}
@media (max-width: 560px) {
  .header_top {
    padding: 0;
  }
}

.open .header_top {
  background: transparent;
  transition: all 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
}

.header_nav_name {
  margin-bottom: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
}
.header_nav_name h1 {
  line-height: 1em;
}
.header_nav_name a {
  display: inline-block;
  margin-top: 8px;
}
@media (max-width: 560px) {
  .header_nav_name {
    width: 47%;
  }
  .header_nav_name img {
    width: 100%;
  }
}

.inst-icon {
  margin-left: auto;
  margin-right: 103px;
  font-size: 2em;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
@media (max-width: 560px) {
  .inst-icon {
    margin-left: auto;
    margin-right: 69px;
    font-size: 2.5em;
    line-height: 1;
    margin-top: 11px;
  }
}

.open .header_nav_name {
  opacity: 1;
  visibility: visible;
}
.open .header_top {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9738489146) 76%, rgba(255, 255, 255, 0) 100%);
}
.open .inst-icon {
  color: white;
}

.close-cover {
  visibility: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.open .close-cover {
  visibility: visible;
  opacity: 0.5;
}

.header-top, .header-top-arc {
  width: 100%;
  position: fixed;
  z-index: 9998;
  transition: 0.5s;
  display: flex;
  align-items: center;
  height: 81px;
}
@media (max-width: 560px) {
  .header-top, .header-top-arc {
    height: 56px;
  }
}

.header-top-back {
  width: 100%;
  margin: 0 auto;
  padding: 11px 0px 0;
  transition: background 0.2s ease;
}
@media (max-width: 560px) {
  .header-top-back {
    padding: 0px 0px 0px;
  }
}

.header-top-back-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  transition: 0.8s ease;
  max-width: 1400px;
  position: relative;
}
@media (max-width: 900px) {
  .header-top-back-inner {
    margin: 0;
    margin-left: auto;
  }
}
@media (max-width: 560px) {
  .header-top-back-inner {
    width: 98%;
    margin: 0;
    margin-left: auto;
    align-items: center;
  }
}

.menu-left {
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: center;
  background-image: url(../images/top_bg.jpg);
  background-position: bottom -77px left 15%;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  height: 100vh;
}
.menu-left .footer-name {
  margin-bottom: 41%;
}
@media (max-width: 900px) {
  .menu-left .footer-name {
    margin-bottom: 15%;
    width: 67%;
  }
}
@media (max-width: 900px) {
  .menu-left {
    width: 100%;
    height: auto;
    background: white;
    margin-top: 41%;
  }
}

.menu-right {
  display: flex;
  flex-direction: column;
  width: 60%;
  align-items: center;
}
@media (max-width: 900px) {
  .menu-right {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .menu-right .icon-flex {
    margin-top: 14%;
  }
  .menu-right .icon-flex a {
    width: 37px;
    margin-right: 10px;
  }
}

.nav_menu {
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  margin-top: 10%;
}
@media (max-width: 560px) {
  .nav_menu {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.nav_menu li a {
  padding: 0 5%;
  display: inline-block;
}
@media (max-width: 560px) {
  .nav_menu li a {
    padding: 0 2px;
  }
}
.nav_menu li:nth-of-type(5) {
  margin-right: 11%;
}
.nav_menu li:nth-of-type(8) {
  margin-left: 11%;
}

/*
 * タブレット・スマホメニューボタン
 */
#nav-toggle,
#nav-toggle span {
  display: inline-block;
  box-sizing: border-box;
}

#nav-toggle {
  position: absolute;
  top: -2px;
  right: 27px;
  width: 71px;
  height: 71px;
  border: none;
  appearance: none;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 560px) {
  #nav-toggle {
    top: 4px;
    height: 53px;
    right: 0px;
  }
}

#menu-text {
  display: inline-block;
  color: #231815;
  position: absolute;
  top: 44px;
  right: 0;
  font-size: 0.9em;
  left: 0;
  margin: auto;
  text-align: center;
  transition: color 0.5s ease;
}
@media (max-width: 560px) {
  #menu-text {
    top: 37px;
  }
}

#nav-toggle:focus:not(:focus-visible) {
  outline: none;
}

#nav-toggle::before,
#nav-toggle::after {
  content: "";
}

#nav-toggle::before,
#nav-toggle::after,
#nav-toggle span {
  position: absolute;
  margin: auto;
  width: 56%;
  right: 0;
  left: 0;
  height: 2px;
  background: #231815;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}

#nav-toggle::before {
  top: 14px;
  left: 13px;
  transform-origin: 0 0;
  transform: rotate(44deg) scaleX(0);
  transition-delay: 0s;
  background: white;
}
@media (max-width: 560px) {
  #nav-toggle::before {
    top: 7px;
  }
}

#nav-toggle::after {
  top: 14px;
  right: 13px;
  transform-origin: 100% 0;
  transform: rotate(-44deg) scaleX(0);
  transition-delay: 0.2s;
  background: white;
}
@media (max-width: 560px) {
  #nav-toggle::after {
    top: 7px;
  }
}

#nav-toggle span:nth-of-type(-n+3) {
  right: 0;
  transform-origin: 100% 0;
  transition-delay: 0.5s;
}

#nav-toggle span:nth-of-type(1) {
  top: 15px;
}
@media (max-width: 560px) {
  #nav-toggle span:nth-of-type(1) {
    top: 8px;
  }
}

#nav-toggle span:nth-of-type(2) {
  top: 25px;
}
@media (max-width: 560px) {
  #nav-toggle span:nth-of-type(2) {
    top: 18px;
  }
}

#nav-toggle span:nth-of-type(3) {
  bottom: 32px;
}
@media (max-width: 560px) {
  #nav-toggle span:nth-of-type(3) {
    bottom: 21px;
  }
}

.open #nav-toggle::before {
  transform: rotate(44deg) scaleX(1);
  transition-delay: 0.6s;
}
.open #nav-toggle::after {
  transform: rotate(-44deg) scaleX(1);
  transition-delay: 0.8s;
}
.open #nav-toggle span:nth-of-type(-n+3) {
  transform: scaleX(0);
}
.open #nav-toggle span:nth-of-type(1) {
  transition-delay: 0.1s;
}
.open #nav-toggle span:nth-of-type(2) {
  transition-delay: 0.18s;
}
.open #nav-toggle span:nth-of-type(3) {
  transition-delay: 0.26s;
}
.open #menu-text {
  transition: color 0.5s ease;
  color: white;
}

/*
 * スマホメニュー本体
 */
#gloval-nav {
  position: fixed;
  z-index: 990;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
  visibility: hidden;
  background: #BC2126;
  opacity: 0;
  height: 100vh;
  width: 100vw;
}
@media (max-width: 560px) {
  #gloval-nav {
    padding-bottom: 10%;
  }
}

.nav-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 20% 0 0%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  position: relative;
  transition: all 0.6s cubic-bezier(0.37, 0.16, 0.12, 1) 0.2s;
}
@media (max-width: 560px) {
  .nav-menu {
    padding: 18% 0 5%;
  }
}
.nav-menu li {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 100%;
}
.nav-menu li span {
  display: inline-block;
}
.nav-menu li p {
  font-size: 2em;
}
@media (max-width: 560px) {
  .nav-menu li p {
    font-size: 1.8em;
  }
}
.nav-menu .f-sns {
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  padding: 2% 5px 3% 0px;
}
@media (max-width: 560px) {
  .nav-menu .f-sns {
    padding: 3% 5px;
  }
}
@media (max-width: 560px) {
  .nav-menu {
    width: 85%;
    justify-content: center;
    padding-top: 0;
  }
}

.nav-menu li > a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 16px 0;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.3s ease;
  font-size: 1.4em;
}
.nav-menu li > a:hover {
  opacity: 0.7;
}

.nav-menu .nav-menu-list7 {
  align-items: baseline;
  justify-content: flex-start;
  opacity: 0;
  transform: translate(0, 10px);
  flex-direction: row;
  display: flex;
  border-bottom: none;
}
.nav-menu .nav-menu-list7 a {
  height: auto;
  width: auto;
  margin-right: 16px;
}
.nav-menu .nav-menu-list7 img {
  width: 40px;
}

.open .nav-menu {
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.22, 0.11, 0.22, 1) 0.2s;
  visibility: visible;
  height: 100%;
}
.open .nav-menu .nav-menu-list1 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.open .nav-menu .nav-menu-list2 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.55s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
}
.open .nav-menu .nav-menu-list3 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.6s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.open .nav-menu .nav-menu-list4 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.65s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
}
.open .nav-menu .nav-menu-list5 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.7s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.open .nav-menu .nav-menu-list6 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.75s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
}
.open .nav-menu .nav-menu-list7 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.8s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.open .nav-menu .nav-menu-list8 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.85s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li:hover {
  transition: 0.6s ease;
}
.open .header-bottom-text {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.8s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.open .header-top-back {
  background-color: transparent;
}
.open .header-nav-name {
  opacity: 0;
}

/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 94%;
  font-size: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 1%;
  line-height: 1.5;
  padding-left: 3%;
  color: #F9BE00;
  margin-top: 1%;
}
.breadcrumb-area i {
  font-size: 1.3em;
  line-height: 1;
  vertical-align: sub;
}
.breadcrumb-area a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-duration: 0.2s;
  transition-property: color;
}
.breadcrumb-area a:hover {
  opacity: 0.7;
}
@media (max-width: 560px) {
  .breadcrumb-area {
    font-size: 12px;
  }
}

.fa-caret-right {
  padding: 0 5px;
}

/*# sourceMappingURL=style.css.map */
