@charset "UTF-8";
:root {
  --header-nav-pos:30px;
  --border: 1px solid black;
}
@media (min-width: 751px) {
  :root {
    --header-nav-pos:70px;
  }
}
@media (min-width: 1024px) {
  :root {
    --header-nav-pos:80px;
    --vertical-width: 160px;
  }
}
@media (min-width: 751px) and (max-width: 1023px) {
  :root {
    --vertical-width: 140px;
  }
}
@media (max-width: 750px) {
  :root {
    --vertical-width: 62px;
  }
}

@font-face {
  font-family: "untitled";
  src: url("../fonts/untitled-sans-web-regular.eot");
  src: url("../fonts/untitled-sans-web-regular.woff2") format("woff2"),
  url("../fonts/untitled-sans-web-regular.woff") format("woff");
}
/* content width common */
@media (max-width: 750px) {
  .mainContents {
    margin: 2px auto 40px;
    width: 100%;
    position: relative;
    padding: 50px 50px 0;
  }
}
@media (min-width: 751px) and (max-width: 1023px) {
  .mainContents {
    margin: 2px 70px 0px;
    width: calc(100% - var(--vertical-width));
    position: relative;
    left: calc(50% - 70px);
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px)  {
  .mainContents {
    margin: 11px 80px 0px;
    width: calc(100% - var(--vertical-width));
    position: relative;
    left: calc(50% - 80px);
    transform: translateX(-50%);
  }
}
/* end content width common */

h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, button, select, textarea {
  color: inherit;
}

ul, ol, dl {
  font-size: 1em;
}

p, th, td, li, dl dt, dl dd, address {
  font-weight: inherit;
}

form, fieldset, legend, label, input, button, select, textarea, .button,
.button.buttonWhite, a.button.buttonWhite, .buttonWhite:visited, .buttonWhite:active, .buttonWhite:link {
  font-family: inherit;
}

a, a:link, a:visited, a:hover {
  color: inherit;
}

a, button, .button {
  transition: opacity 0.3s ease;
}
* {
  font-family: untitled, "FOT-筑紫ゴシック Pr5 R", sans-serif;
}
body {
  font-family: untitled, "FOT-筑紫ゴシック Pr5 R", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.menu--show {
  overflow: hidden;
  height: 100dvh;
}

@media (max-width: 1023px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .inner--sp {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pc_only750 {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sp_only750 {
    display: none !important;
  }
}
input[type=radio] + label:before, input[type=checkbox] + label:before {
  border-color: #323232;
}

.button {
  background: #323232;
  border: none;
}

input.button:not(.buttonWhite):hover {
  color: white;
  background: #323232;
}

input.button.buttonGray:hover {
  background: #a0a0a0;
}

.button.buttonWhite, a.button.buttonWhite, .buttonWhite:visited, .buttonWhite:active, .buttonWhite:link, .button.buttonWhite:hover {
  background: #EFEFEF;
  border: none;
}

/* パンくず */
.crumbsList {
  padding: 15px 10px 0;
  font-family: "Josefin Sans";
  margin-bottom: 24px;
}
@media (min-width: 751px) {
  .crumbsList {
    padding: 15px min(4.4444444444vw, 80px) 0;
    margin-bottom: 30px;
  }
}
.crumbsList ol {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  width: 100%;
}

.crumbsList li {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 1.2rem;
  width: fit-content;
}
.crumbsList li:not(:last-child):after {
  content: "";
  background: url(../img/icon/ico-arrow.svg) no-repeat;
  background-size: contain;
  display: block;
  width: 6px;
  height: 10px;
  margin: 0 0.5em;
  transform: translateY(-1px);
}
.crumbsList li a {
  color: inherit;
}

/* #wrapper {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  #wrapper {
    padding-top: 146px;
  }
} */

/*-----------------------------------------
Background
-------------------------------------------*/
/* .bg-line::before, .bg-line::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background-color: #323232;
  pointer-events: none;
}
.bg-line::before {
  left: var(--header-nav-pos);
}
.bg-line::after {
  right: var(--header-nav-pos);
} */
.page-vertical1 {
  position: fixed;
  height: 100%;
  width: 1px;
  left: -1px;
  top: 0;
  background: #000;
  will-change: animation;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.header .page-vertical1 ,.header .page-vertical2{
  position: absolute;
  height: 64.35px;
}
@media (min-width: 751px) {
  .header .page-vertical1 ,.header .page-vertical2{
    height: 77.47px;
  }
}
@media (min-width: 1024px) {
  .header .page-vertical1 ,.header .page-vertical2{
    height: 80px;
  }
}
.page-vertical2 {
  position: fixed;
  height: 100%;
  width: 1px;
  right: -1px;
  top: 0;
  background: #000;
  will-change: animation;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.page-horizon1 {
  position: fixed;
  height: 1px;
  width: 100%;
  left: 0;
  top: -1px;
  background: #000;
  will-change: animation;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}
.page-horizon2 {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 2000px;
  background: #000;
  will-change: animation;
  transform: translate3d(0, 0, 0);
}
.page-horizon3 {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -1px;
  background: #000;
  will-change: animation;
  transform: translate3d(0, 0, 0);
}
/*-----------------------------------------
Information Banner
-------------------------------------------*/
.information-banner {
  background: #323232;
  width: 100%;
  height: 46px;
  color: white;
  display: grid;
  place-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media (max-width: 1023px) {
  .information-banner {
    font-size: 1.1rem;
    height: 30px;
  }
}

#wrapper:has(.information-banner) {
  padding-top: 90px;
}
@media (min-width: 1024px) {
  #wrapper:has(.information-banner) {
    padding-top: 192px;
  }
}

#wrapper:has(.information-banner) .header {
  position: absolute;
  top: 30px;
}
@media (min-width: 1024px) {
  #wrapper:has(.information-banner) .header {
    top: 46px;
  }
}
#wrapper:has(.information-banner) .header.fix {
  position: fixed;
  top: 0;
}

/*-----------------------------------------
Header
-------------------------------------------*/
.header ,.float_header {
  font-family: "Josefin Sans";
  width: 100%;
  height: fit-content;
  display: flex;
  padding: 0;
}
.header {
  color: #222;
  background: white;
  z-index: 99;
}
.header.bg-line.navbar {
  z-index: 100;
}
.float_header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.header__left-nav {
  width: var(--header-nav-pos);
  height: var(--header-nav-pos);
  position: relative;
  flex-shrink: 0;
}
.header__left-nav__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__left-nav__list img{
  width: 17px;
}

.header__logo {
  display: flex;
  flex-grow: 1;
  margin: 12px 0;
  align-items: center;
  justify-content: center;
}

@media (min-width: 751px) {
  .header__logo {
    margin: 12px 0 18px;
  }
}

.header__logo img {
  width: min(21.9619326501vw, 68px);
}

@media (min-width: 751px) {
  .header__logo img {
    width: min(21.9619326501vw, 80px);
  }
}

.float_header .header__logo {
  margin: 0;
}

.float_header .header__logo img{
  width: 30px;
}

.header__right-nav {
  width: var(--header-nav-pos);
  height: var(--header-nav-pos);
  position: relative;
  flex-shrink: 0;
}

.header__right-nav__list {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__right-nav__list img{
  width: 14px;
}

/*-----------------------------------------
Blur-Menu
-------------------------------------------*/
.blur-menu {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  pointer-events: none;
  z-index: 100;
}

.blur-menu.show {
  pointer-events: all;
}

.blur-menu::before {
  content: "";
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100svh;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: -webkit-backdrop-filter 0.5s ease;
  transition: backdrop-filter 0.5s ease;
  transition: backdrop-filter 0.5s ease, -webkit-backdrop-filter 0.5s ease;
}

.blur-menu.show::before {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.blur-menu__inner {
  width: 230px;
  height: 100%;
  position: absolute;
  z-index: 101;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.blur-menu__inner div {
  background-color: white;
}

.blur-menu.show .blur-menu__inner {
  opacity: 1;
}

.blur-menu__close {
  cursor: pointer;
  width: var(--header-nav-pos);
  height: var(--header-nav-pos);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-right: var(--border);
}

.blur-menu__content {
  border: var(--border);
  overflow-y: auto;
}

.blur-menu__search {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  border-bottom: var(--border);
  padding-left: 15px;
  box-sizing: border-box;
}

.blur-menu__search_label {
  width: 18px;
}

.blur-menu__search_input {
  margin-left: 8px;
}

.blur-menu__search_input, .blur-menu__search_input input{
	width: 100%;
	height: 100%;
	border: none;
	font-weight: 400; /* var(--unnamed-font-weight-normal) / normal */
	font-size: 12px;
	line-height: 37px; /* var(--unnamed-line-spacing-37) → 37px */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.blur-menu__icon_menus {
  display: flex;
  height: 45px;
  border-bottom: var(--border);
}

.blur-menu__icon_menu_content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: var(--border);
}
#language-menu--show.blur-menu__icon_menu_content {
  cursor: pointer;
}

.blur-menu__items {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  line-height: 1.5;
  padding-top: 45px;
  padding-left: 35px;
  margin-bottom: 22px;
}

.blur-menu__list {
  letter-spacing: 1.2px;
  font-size: 1.3rem;
}

.blur-menu__list a {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

@media (max-width: 750px) {
  .blur-menu__list {
    font-size: 1.1rem;
  }
}

.blur-menu__sns {
  display: flex;
  justify-content: space-between;
  padding: 22px;
}

.blur-menu__sns a img{
  width: 17px;
}

/*-----------------------------------------
Language
-------------------------------------------*/
.language-menu {
  width: calc(100% - var(--vertical-width));
  padding: 24px 48px 50px;
  position: fixed;
  left: 26px;
  top: 80px;
  z-index: 100;
  background: #FFFFFF;
  border: solid 1px #707070;
  font-family: "Josefin Sans";
  font-weight: 500;
  display: none;
}
@media (min-width: 1024px) {
  .language-menu {
    left: 26px;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .language-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}
.language-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.language-menu__close:hover {
  opacity: 1;
}
.language-menu__close img {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.language-menu__ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 27px;
}
.language-menu__list {
  font-size: 1.2rem;
  font-weight: 500;
}
.language-menu__list li:not(:last-child) {
  margin-bottom: 1em;
}
.language-menu__list li {
  line-height: 1;
}
.language-menu__list button {
  font-weight: 500;
  line-height: 1;
  font-size: 1.2rem;
}
.language-menu__list button.current {
  border-bottom: var(--border);
}
.language-menu__list button:focus {
  background: none;
}

/*-----------------------------------------
Search Area
-------------------------------------------*/
.search-area {
  position: absolute;
  background: #EEEEE6;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  padding: 50px 20px 40px;
  display: none;
}
@media (min-width: 1024px) {
  .search-area {
    padding: 145px 0 100px;
  }
}
.search-area__content {
  width: min(100%, 780px);
  margin: auto;
}
.search-area form {
  position: relative;
}
.search-area .freeword {
  border-bottom: solid 0.5px #707070;
  box-shadow: none;
  background: none;
  padding: 0;
  font-size: 1.2rem;
  padding-bottom: 14px;
  padding-right: 40px;
  height: auto;
}
@media (max-width: 1023px) {
  .search-area .freeword {
    padding-bottom: 16px;
  }
}
.search-area .freeword::placeholder {
  color: rgba(102, 102, 102, 0.27);
}
.search-area .freeword:focus {
  box-shadow: none;
  background: none;
}
.search-area .search-submit {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 15px;
  height: 16px;
  background: url(../img/icon/ico-search.svg) no-repeat;
  background-size: contain;
  border: none;
}
@media (max-width: 1023px) {
  .search-area .search-submit {
    width: 12px;
    height: 13px;
    right: 7px;
  }
}

.item-page-header {
  justify-content: end;
}

/*-----------------------------------------
Footer
-------------------------------------------*/
#footer {
  width: calc(100% - var(--vertical-width));
  margin: 30px auto 20px;
}
.footer__content {
    padding: 5px 40px 0;
}
@media (min-width: 1024px) {
  .footer__content {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .footer__nav {
    margin-bottom: 30px;
  }
  .footer__content {
    padding: 5px 20px 0;
}
}
@media (max-width: 1023px) {
  .footer__nav__list li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1024px) {
  .footer__nav__list {
    display: flex;
    display: -webkit-flex;
    gap: 1em;
    margin-bottom: 30px;
  }
}
.footer .footer__form__ttl {
  margin-bottom: 8px;
  text-align: left;
  font-size: 1.2rem;
}
.footer .footer__form__content {
  position: relative;
}
.footer .footer__form__input {
  box-shadow: none;
  border: solid 0.5px #707070;
  font-size: 1rem;
  height: 36px;
  color: #323232;
  padding-left: 12px;
  padding-right: 40px;
}
.footer .footer__form__input::placeholder {
  color: rgba(50, 50, 50, 0.22);
}
.footer .footer__form__input:focus {
  box-shadow: none;
}
.footer .footer__form__button {
  background: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .footer .footer__form__button {
    right: 13px;
  }
}
.footer .footer__form__accept_policy {
  margin-top: 15px;
}
.footer .footer__form__accept_policy label {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}
.footer .footer__form__accept_policy label::before {
  position: static;
  display: block;
  width: 20px;
  height: 20px;
  transform: none;
  border: solid 0.5px #707070;
  border-radius: 3px;
}
.footer .footer__form__accept_policy input[type=checkbox]:checked + label::after {
  left: 7px;
}
.footer__sns__list {
  display: flex;
  display: -webkit-flex;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 1023px) {
  .footer__sns__list {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.footer__copyright {
  font-size: 1rem;
  margin-top: 44px;
}
@media (min-width: 1024px) {
  .footer__copyright {
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  .footer__content {
    text-align: center;
  }
  .footer .footer__form__ttl {
    font-size: 1rem;
  }
  .footer__copyright {
    text-align: center;
    margin-bottom: 100px;
  }
  p.error-messages {
    text-align: left;
  }
}
ul.footer__nav__list.pc_only {
    font-size: 1.2rem;
}

ul.footer__nav__list.sp_only {
    font-size: 1rem;
}
/*-----------------------------------------
mainContents
-------------------------------------------*/
.mainContents {
  max-width: 1180px;
  /* margin: auto; */
  padding-left: 20px;
  padding-right: 20px;
  z-index: 3;
}

/*-----------------------------------------
Page Header
-------------------------------------------*/
.mainContents .page-header .page-ttl {
  font-weight: 500;
  font-family: "Josefin Sans";
}
@media (max-width: 750px) {
  .mainContents .page-header {
    margin-bottom: 30px;
  }
  .mainContents .page-header .page-ttl {
    margin-bottom: 24px;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1;
  }
  .mainContents .page-header .crumbsList {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 751px) {
  .mainContents .page-header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  .mainContents .page-header:after {
    content: "";
    display: block;
    background: "";
    width: 100%;
    height: 0;
    order: 2;
  }
  .mainContents .page-header .page-ttl {
    order: 1;
    text-align: center;
  }
  .mainContents .page-header .page-ttl,
  .mainContents .page-header .crumbsList {
    width: 100%;
  }
  .mainContents .page-header .crumbsList {
    margin: 0;
    padding: 0;
  }
}

/*-----------------------------------------
Loading
-------------------------------------------*/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-screen {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-screen.is-active {
  opacity: 1;
  visibility: visible;
}
.page-title-header {
  text-align: center;
  margin: 40px auto 0;
}
.page-title-header .page-title {
  font-size: 19px;
}

#mail_error {
  min-height: 21px;
}
@media screen and (max-width: 320px) {
  #mail_error {
    font-size: 0.9rem;
  }
}
