@charset "UTF-8";
:root {
  --main-color: #243042;
  --white-color: #fbfbfb;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: 100vh;
}

body {
  margin: 0;
  background-color: #fbfbfb;
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 2;
  text-align: justify;
}
body p,
body table,
body blockquote,
body address,
body pre,
body iframe,
body form,
body figure,
body dl,
body dd,
body dt {
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
body ul,
body ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
body a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}
body a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
body img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
body .sp {
  display: none;
}
body .pc {
  display: block;
}
body p + p {
  margin-top: 16px;
}
body .mt16 {
  margin-top: 16px;
}
body .mt40 {
  margin-top: 40px;
}
body .mt64 {
  margin-top: 64px !important;
}
body .pb40 {
  padding-bottom: 40px;
}
body .pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 430px) {
  body .mt40 {
    margin-top: 24px;
  }
}

body header {
  width: 100%;
  position: fixed;
  top: 40px;
  z-index: 1000;
}
body header nav.headernavi {
  width: 86%;
  height: 120px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 60px;
}
body header nav.headernavi .link__block {
  display: flex;
  align-items: center;
}
body header nav.headernavi .headernavi__menu {
  display: flex;
  flex-direction: row;
  gap: 0 60px;
}
body header nav.headernavi .headernavi__menu li a {
  transition: all 0.3s 0s ease;
}
body header nav.headernavi .headernavi__menu li a:hover {
  color: #1163a1;
}
body header nav.headernavi .headernavi__onlineshop {
  background-color: #000033;
  border-radius: 10px;
  color: #fbfbfb;
  margin-left: 40px;
  transition: all 0.3s 0s ease;
}
body header nav.headernavi .headernavi__onlineshop:hover {
  background-color: #1163a1;
}
body header nav.headernavi .headernavi__onlineshop a {
  display: block;
  padding: 10px 20px;
}
body header nav.headernavi #btn {
  display: none;
}
@media screen and (min-width: 1025px) {
  body header .menu__dropdown {
    position: relative;
  }
  body header .menu__dropdown button {
    border: none;
    background-color: transparent;
    color: #191919;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
  }
  body header .menu__dropdown button:hover {
    color: #1163a1;
  }
  body header .menu__dropdown ul {
    display: none;
  }
  body header .menu__dropdown:hover ul {
    display: block;
    width: 160px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    box-shadow: #dddddd 0px 2px 10px;
    padding: 16px;
    top: 32px;
  }
  body header .menu__dropdown:hover ul li {
    text-align: center;
  }
  body header .menu__dropdown:hover ul li::before {
    content: "●";
    color: #1163a1;
    font-size: 0.5rem;
    margin-right: 4px;
    vertical-align: 2px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
  body header nav.headernavi .headernavi__menu {
    gap: 0 16px;
  }
  body header .menu__dropdown {
    position: relative;
  }
  body header .menu__dropdown button {
    border: none;
    background-color: transparent;
    color: #191919;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
  }
  body header .menu__dropdown button:hover {
    color: #1163a1;
  }
  body header .menu__dropdown ul {
    display: none;
  }
  body header .menu__dropdown:hover ul {
    display: block;
    width: 160px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    box-shadow: #dddddd 0px 2px 10px;
    padding: 16px;
    top: 32px;
  }
  body header .menu__dropdown:hover ul li {
    text-align: center;
  }
  body header .menu__dropdown:hover ul li::before {
    content: "●";
    color: #1163a1;
    font-size: 0.5rem;
    margin-right: 4px;
    vertical-align: 2px;
  }
}
@media screen and (max-width: 899px) {
  body header nav.headernavi {
    width: 90%;
    height: 120px;
    display: flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
  }
  body header nav.headernavi .headernavi__menu {
    display: flex;
    flex-direction: row;
    gap: 0 60px;
  }
  body header nav.headernavi .headernavi__menu li .menu__dropdown button {
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
  }
  body header nav.headernavi .headernavi__menu li .menu__dropdown ul {
    display: block;
    margin-left: 24px;
  }
  body header nav.headernavi .headernavi__menu li .menu__dropdown ul li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #fff;
    margin-right: 8px;
    vertical-align: middle;
  }
  body header nav.headernavi #menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: rgba(21, 21, 37, 0.9);
    box-sizing: border-box;
    -moz-column-gap: 0;
         column-gap: 0;
    right: -1000px;
    row-gap: 40px;
    position: fixed;
    padding: 40px;
    transition: all 0.5s ease;
  }
  body header nav.headernavi #menu li a {
    color: #fff;
    font-size: 1.25rem;
  }
  body header nav.headernavi #btn {
    display: flex;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }
  body header nav.headernavi #btn span {
    display: block;
    background-color: #333;
    width: 36px;
    height: 2px;
    transition: all 0.5s ease;
  }
  body header nav.headernavi #menu.active {
    right: 0;
    top: 0;
  }
  body header nav.headernavi #btn.active span {
    background-color: #fff;
    position: absolute;
    right: 24px;
    top: 24px;
  }
  body header nav.headernavi #btn.active span:nth-of-type(1) {
    transform: translateY(-12px) rotate(45deg);
  }
  body header nav.headernavi #btn.active span:nth-of-type(2) {
    transform: scale(0);
  }
  body header nav.headernavi #btn.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
}
@media screen and (max-width: 430px) {
  body header nav.headernavi {
    width: 90%;
    height: 100px;
    border-radius: 16px;
    padding: 0 16px;
  }
  body header nav.headernavi .headernavi__menu {
    display: flex;
    flex-direction: row;
    gap: 0 40px;
  }
  body header nav.headernavi .headernavi__onlineshop {
    margin-left: 24px;
    font-size: 0.85rem;
  }
  body header nav.headernavi .headernavi__onlineshop:hover {
    background-color: #000033;
  }
  body header nav.headernavi .headernavi__onlineshop a {
    display: block;
    padding: 10px 20px;
  }
}
body footer {
  position: relative;
}
body footer .footer__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../images/common/footerback.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 430px) {
  body footer .footer__img {
    background-position-x: center;
  }
}
body footer .footer__img::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(20, 44, 79, 0.9) 28%, rgba(36, 48, 66, 0.4) 72%);
  mix-blend-mode: normal;
}
body footer .footer__wrap {
  padding: 100px 0 40px;
}
body footer .footer__wrap .footer__logo {
  text-align: center;
}
body footer .footer__wrap .footer__logo h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
body footer .footer__wrap .footer__list {
  margin-top: 72px;
}
body footer .footer__wrap .footer__list dl dt + dd {
  margin-top: 24px;
}
body footer .footer__wrap .footer__list dl dd {
  font-size: 0.875rem;
}
body footer .footer__wrap .footer__list dl dd::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 1px;
  background-color: #fbfbfb;
  margin-right: 8px;
  vertical-align: middle;
}
body footer .footer__wrap .footer__list dl dd + dd {
  margin-top: 8px;
}
body footer .footer__wrap .footer__list dl dd + dt {
  margin-top: 24px;
}
body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__form, body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__tel {
  border: 2px solid #fbfbfb;
  border-radius: 4px;
  padding: 16px;
}
body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__form a span, body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__form p span, body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__tel a span, body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__tel p span {
  margin-right: 8px;
}
body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__form a span img, body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__form p span img, body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__tel a span img, body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__tel p span img {
  width: auto;
  vertical-align: middle;
}
body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__tel {
  margin-top: 24px;
}
body footer .footer__wrap .footer__list .footer__contact__area .footer__contact__tel p {
  letter-spacing: 2px;
}
body footer .footer__wrap .footer__list .footer__contact__area .businesshours {
  font-size: 0.875rem;
  margin-top: 10px;
}
body footer .footer__wrap .footer__shoplink {
  margin-top: 100px;
}
body footer .copyright {
  font-size: 0.75rem;
  background-color: #fbfbfb;
  padding: 16px 0;
  text-align: center;
}
@media screen and (max-width: 430px) {
  body footer .footer__wrap {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  body footer .footer__wrap .footer__list {
    margin-top: 40px;
    justify-content: center;
  }
  body footer .footer__wrap .footer__shoplink {
    margin-top: 40px;
  }
}
body .page__mainvisual {
  width: 100%;
  height: 150px;
  background-color: #dddddd;
  padding: 250px 0 0;
}
body .page__mainvisual .page__ttl__wrap {
  max-width: 1040px;
  margin: 0 auto;
}
body .page__mainvisual .page__ttl__wrap h1 {
  font-size: 2.5rem;
}
body .page__mainvisual .page__ttl__wrap ol li {
  display: inline-block;
}
body .page__mainvisual .page__ttl__wrap ol li::before {
  content: ">";
  margin: 0 6px;
}
body .page__mainvisual .page__ttl__wrap ol li:first-child::before {
  content: "";
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
  body .page__mainvisual .page__ttl__wrap {
    max-width: 100%;
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 899px) {
  body .page__mainvisual .page__ttl__wrap {
    max-width: 100%;
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 430px) {
  body .page__mainvisual {
    height: 150px;
    padding: 180px 0 0;
    background-position-x: center !important;
  }
  body .page__mainvisual .page__ttl__wrap h1 {
    font-size: 2rem;
  }
}
body .secwrap {
  margin-top: 120px;
}
body .secwrap:first-child {
  margin-top: 0;
}
body .secwrap .catchcopy {
  font-size: 1.5rem;
  text-align: center;
}
body .secwrap .catchcopy + .catchcopy {
  margin-top: 32px;
}
body .secwrap .catchcopy.text--left {
  text-align: left;
}
@media screen and (max-width: 899px) {
  body .secwrap .catchcopy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body .secwrap .catchcopy + .catchcopy {
    margin-top: 32px;
    text-align: justify;
  }
}
@media screen and (max-width: 430px) {
  body .secwrap {
    margin-top: 80px;
  }
  body .secwrap .catchcopy {
    width: 100%;
    font-size: 1.25rem;
    text-align: justify;
  }
}
body .secwrap .about__link {
  margin-top: 40px;
}
body .secwrap .about__link a {
  border: #333 1px solid;
  border-left: none;
  border-right: none;
  padding: 10px 16px;
  transition: all 0.3s 0s ease;
}
body .secwrap .about__link a:hover {
  border-color: #1163a1;
  color: #1163a1;
}
body .secwrap .about__link a::after {
  content: url("../images/common/link-arrow.svg");
  margin-left: 8px;
  transition: all 0.3s 0s ease;
}
body .secwrap .about__link a:hover::after {
  margin-left: 16px;
}
body .secwrap .about__link.outwindow a::after {
  content: url("../images/common/window.svg");
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transition: all 0.3s 0s ease;
}
body .secwrap .about__link.outwindow a:hover::after {
  transform: translateX(4px);
}
body .clr--wihte {
  color: var(--white-color);
  text-shadow: #161525 1px 0px 10px;
}
body .bgclr--gray {
  background-color: #ebebeb;
  padding: 64px 0;
}
body .color--blue {
  color: #1163a1;
}
body .border--radius {
  border-radius: 4px;
  overflow: hidden;
}
body .img--block {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
body .img--block.border--radius {
  border-radius: 4px;
  overflow: revert;
}
@media screen and (max-width: 899px) {
  body .border--radius {
    width: 100%;
  }
  body .img--block {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  body .img--block {
    width: 100%;
  }
}
body .about__desc h2.about__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 32px;
}
body .about__desc h2.about__ttl span {
  display: block;
  color: #999999;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 0;
  padding-bottom: 40px;
}
body .about__desc h2.about__ttl span::before {
  content: "=";
  margin-right: 8px;
}
body .about__desc h2.about__ttl span::after {
  content: "=";
  margin-left: 8px;
}
body .about__desc .about__txt {
  margin-top: 24px;
}
@media screen and (max-width: 430px) {
  body .about__desc h2.about__ttl span {
    font-size: 1rem;
    padding-bottom: 16px;
  }
}
body .width--small {
  max-width: 960px;
  margin: 0 auto;
}
body .width--mid {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
body .width--100 {
  width: 100% !important;
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
  body .width--mid {
    max-width: 96%;
    margin: 0 auto;
    width: 96%;
  }
}
@media screen and (max-width: 899px) {
  body .width--mid {
    max-width: 96%;
    margin: 0 auto;
    width: 96%;
  }
  body .width--small {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  body .width--mid {
    max-width: 90%;
    margin: 0 auto;
    width: 90%;
  }
}
body .flex--row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 80px;
}
body .row--reverse {
  flex-direction: row-reverse;
}
body .flex--column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .alignitem--top {
  align-items: flex-start;
}
body .justify--center {
  justify-content: center;
}
body .justify--end {
  justify-content: flex-end;
}
body .flex--row.gap--24 {
  gap: 0 24px;
}
body .flex--row.gap--40 {
  gap: 0 40px;
}
body .flex--row.gap--64 {
  gap: 0 64px;
}
body .irregular--gap {
  gap: 0 200px;
}
@media screen and (max-width: 899px) {
  body .flex--row {
    gap: 40px;
    flex-wrap: wrap;
  }
  body .flex--row.sp--flex--column {
    display: flex;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    gap: 40px 0;
    align-items: center;
  }
  body .irregular--gap {
    gap: 0 40px;
  }
}
body .about__txt__wrap {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
body .about__txt__wrap .about__txt {
  margin-top: -10px;
  margin-bottom: -8px;
}
body .text--center {
  text-align: center;
}
body figure figcaption {
  margin-top: 8px;
}
@media screen and (min-width: 1025px) {
  body .sp {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  body .pc {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  body .sp {
    display: block;
  }
}