@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: 'futuraextended';
  src: url("/fonts/futuraextended.ttf") format("truetype"); }

/*--------------------------------------------------

    base

--------------------------------------------------*/
body {
  line-height: 2;
  color: #68696a;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em; }

.flex {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between; }

section article {
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: normal; }

.js-ovh {
  overflow: hidden; }

a {
  display: block;
  height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  transition: all 0.5s; }

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  background-color: transparent;
  transition: all 0.5s; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  img[class] {
    object-fit: cover; }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, img[class] {
      max-width: none; }
    *::-ms-backdrop, img.snowfall-flakes {
      max-width: none; } }

/*--------------------------------------------------

    base-responsive

--------------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    font-size: 1.5rem; }
  main section {
    padding: 130px 0; }
    main section section {
      padding: 0; }
  [class*="wrap"] {
    width: 1080px;
    margin: 0 auto; }
  p:not([class]):not(:last-of-type) {
    margin-bottom: 25px; }
  a[href^="tel:"] {
    pointer-events: none; }
  h2 {
    font-size: 3rem; }
  h3 {
    font-size: 3rem; }
  h4 {
    font-size: 2.4rem; }
  h5 {
    font-size: 2.2rem; }
  h6 {
    font-size: 2rem; }
  .mobile {
    display: none !important; } }

@media screen and (max-width: 767px) {
  html, body {
    overflow-x: hidden; }
  body {
    min-width: 375px;
    font-size: 1.4rem; }
  main section {
    padding: 50px 0; }
    main section section {
      padding: 0; }
  [class*="wrap"] {
    width: calc(100% - 25px);
    margin: 0 auto; }
  p:not([class]):not(:last-of-type) {
    margin-bottom: 10px; }
  h2 {
    font-size: 2.4rem; }
  h3 {
    font-size: 2.4rem; }
  h4 {
    font-size: 2rem; }
  h5 {
    font-size: 1.8rem; }
  h6 {
    font-size: 1.6rem; }
  img {
    object-fit: cover; }
  .pc {
    display: none !important; } }

/*--------------------------------------------------

    sb_style

--------------------------------------------------*/
.sb_style a {
  display: inline-block !important;
  text-decoration: underline; }

.sb_style em {
  font-style: italic; }

.sb_style table {
  border: 1px solid #666; }
  .sb_style table th,
  .sb_style table td {
    border: 1px solid #666; }

.sb_style img {
  width: auto;
  height: auto; }

.sb_style a {
  color: #008bf7; }

@media screen and (min-width: 768px) {
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700; }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #55b6e4; }
  .sb_style h2 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 3px solid #55b6e4; }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
    background: #55b6e4; }
  .sb_style h4 {
    padding-bottom: 8px;
    font-size: 20px;
    position: relative; }
    .sb_style h4::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 60px;
      height: 2px;
      background: #55b6e4; }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
    background: #f2f2f2; }
  .sb_style h6 {
    font-size: 16px;
    color: #55b6e4; }
  .sb_style ul li {
    position: relative;
    padding-left: 10px;
    box-sizing: border-box; }
    .sb_style ul li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 1rem;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #55b6e4; }
  .sb_style ol {
    counter-reset: item; }
    .sb_style ol li {
      position: relative;
      padding-left: 40px;
      margin-bottom: 5px;
      box-sizing: border-box; }
      .sb_style ol li:last-child {
        margin-right: 0; }
      .sb_style ol li::before {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        line-height: 1;
        border-radius: 50%;
        counter-increment: item;
        content: counter(item);
        letter-spacing: 0;
        position: absolute;
        left: 0;
        top: 0; } }

@media screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none; }
    .sb_style table tbody {
      width: 100%;
      display: table; }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700; }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #55b6e4; }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #55b6e4; }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #55b6e4;
    color: #fff; }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative; }
    .sb_style h4::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 15%;
      height: 2px;
      background: #55b6e4; }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2; }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #55b6e4; }
  .sb_style ul li {
    position: relative;
    padding-left: 3vw;
    box-sizing: border-box; }
    .sb_style ul li::before {
      content: '';
      position: absolute;
      left: 0;
      top: .8rem;
      width: 1vw;
      height: 1vw;
      border-radius: 50%;
      background: #000; }
  .sb_style ol {
    counter-reset: item; }
    .sb_style ol li {
      position: relative;
      padding-left: 8vw;
      margin-bottom: 1%;
      box-sizing: border-box; }
      .sb_style ol li:last-child {
        margin-right: 0; }
      .sb_style ol li::before {
        display: flex;
        justify-content: center;
        align-items: center;
        counter-increment: item;
        content: counter(item);
        width: 6vw;
        height: 6vw;
        line-height: 1;
        letter-spacing: 0;
        border-radius: 50%;
        background: #000;
        position: absolute;
        left: 0;
        top: 0; } }

/*--------------------------------------------------

    light-box

--------------------------------------------------*/
@keyframes a {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes b {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }

@keyframes c {
  0% {
    transform: translate(-50%, -50%) rotate(0); }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg); }
  to {
    transform: translate(-50%, -50%) rotate(-1turn); } }

@keyframes d {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(6px); }
  25% {
    transform: scale(1.3) translateX(8px); }
  40% {
    transform: scale(1.2) translateX(6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(6px); }
  75% {
    transform: scale(0.7) translateX(8px); }
  90% {
    transform: scale(0.8) translateX(6px); }
  to {
    transform: scale(1); } }

@keyframes e {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2) translateX(-6px); }
  25% {
    transform: scale(1.3) translateX(-8px); }
  40% {
    transform: scale(1.2) translateX(-6px); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(0.8) translateX(-6px); }
  75% {
    transform: scale(0.7) translateX(-8px); }
  90% {
    transform: scale(0.8) translateX(-6px); }
  to {
    transform: scale(1); } }

.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
  z-index: 1100; }

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%; }

.lum-lightbox-inner img {
  position: relative; }

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center; }

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: c 1.8s linear infinite; }

.lum-lightbox-loader:after,
.lum-lightbox-loader:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9); }

.lum-lightbox-loader:before {
  left: 0;
  animation: d 1.8s linear infinite; }

.lum-lightbox-loader:after {
  right: 0;
  animation: e 1.8s linear infinite;
  animation-delay: -.9s; }

.lum-lightbox.lum-opening {
  animation: a .18s ease-out; }

.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: b .18s ease-out; }

.lum-lightbox.lum-closing {
  animation: a .3s ease-in;
  animation-direction: reverse; }

.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: b .3s ease-in;
  animation-direction: reverse; }

.lum-img {
  transition: opacity .12s ease-out; }

.lum-loading .lum-img {
  opacity: 0; }

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer; }

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: .3; }

.lum-close-button:hover {
  opacity: 1; }

.lum-close-button:after,
.lum-close-button:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff; }

.lum-close-button:before {
  transform: rotate(45deg); }

.lum-close-button:after {
  transform: rotate(-45deg); }

.lum-previous-button {
  left: 12px; }

.lum-next-button {
  right: 12px; }

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8); }

.lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0; }

.lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0; }

@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0; }
  .lum-lightbox-position-helper {
    margin: auto; } }

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