@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

html {
  font-size: 62.5%;
  text-align: center;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  padding: 0;
  background-color: #fff;
  position: relative;
}

p {
  font-size: 1.8rem;
  line-height: 2;
  text-align: justify;
  letter-spacing: -0.08em;
  margin: 0 0 2em;
  position: relative;
  z-index: 2;
}
p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.3rem;
  }
}

a {
  color: inherit;
  -webkit-transition: 400ms;
  transition: 400ms;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* ---------------------------------------*/
/* wrapper */
/* ---------------------------------------*/
.wrapper {
  max-width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 25px;
  }
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
header {
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 768px) {
  header {
    height: 50px;
  }
}

.header-content {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header-content {
    height: 50px;
  }
}

.header-main-logo {
  width: 326px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .header-main-logo {
    width: 27.5vw;
  }
}
@media screen and (max-width: 768px) {
  .header-main-logo {
    width: 44%;
    margin: 0 auto;
    z-index: 100;
  }
}

.header-global_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .header-global_nav-list {
    gap: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .header-global_nav-list {
    display: block;
  }
}

.header-global_nav-list__item {
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1199px) {
  .header-global_nav-list__item {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .header-global_nav-list__item {
    font-size: 1.7rem;
    margin: 0 0 6svh;
  }
  .header-global_nav-list__item:last-child {
    margin: 0;
  }
  .header-global_nav-list__item a {
    display: inline-block !important;
  }
  .header-global_nav-list__item.is-contact a {
    font-size: 1.8rem;
    color: #fff;
    background: #007FDC;
    padding: 8px 25px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 768px) {
  .header-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: #fff url(../img/humburger_bg.jpg) no-repeat bottom/100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .header-hamburger ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .header-hamburger ul li {
    width: 100%;
  }
  .header-hamburger ul li a {
    display: block;
    height: 100%;
  }
  .header-hamburger.active {
    visibility: visible;
    opacity: 1;
  }
}

.header-navToggle {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-navToggle {
    display: block;
    position: fixed;
    right: 17px;
    top: 17px;
    width: 17px;
    height: 15px;
    z-index: 100;
    text-align: center;
  }
  .header-navToggle span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header-navToggle span:nth-child(1) {
    top: 0;
  }
  .header-navToggle span:nth-child(2) {
    top: calc(50% - 0.5px);
  }
  .header-navToggle span:nth-child(3) {
    bottom: 0;
  }
  .header-navToggle.active span:nth-child(1) {
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-navToggle.active span:nth-child(2) {
    opacity: 0;
  }
  .header-navToggle.active span:nth-child(3) {
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

/* ---------------------------------------*/
/* main */
/* ---------------------------------------*/
main {
  padding: 800px 0 0;
}
[data-intersection] {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1800ms;
          transition-duration: 1800ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection].is-show {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}

[data-intersection-parent] > * {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1800ms;
          transition-duration: 1800ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection-parent].is-show > * {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}
[data-intersection-parent].is-show > *:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
[data-intersection-parent].is-show > *:nth-child(2) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
[data-intersection-parent].is-show > *:nth-child(3) {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}
[data-intersection-parent].is-show > *:nth-child(4) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
[data-intersection-parent].is-show > *:nth-child(5) {
  -webkit-transition-delay: 4000ms;
          transition-delay: 4000ms;
}
[data-intersection-parent].is-show > *:nth-child(6) {
  -webkit-transition-delay: 5000ms;
          transition-delay: 5000ms;
}
[data-intersection-parent].is-show > *:nth-child(7) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
[data-intersection-parent].is-show > *:nth-child(8) {
  -webkit-transition-delay: 7000ms;
          transition-delay: 7000ms;
}
[data-intersection-parent].is-show > *:nth-child(9) {
  -webkit-transition-delay: 8000ms;
          transition-delay: 8000ms;
}
[data-intersection-parent].is-show > *:nth-child(10) {
  -webkit-transition-delay: 9000ms;
          transition-delay: 9000ms;
}
[data-intersection-parent].is-show > *:nth-child(11) {
  -webkit-transition-delay: 10000ms;
          transition-delay: 10000ms;
}
[data-intersection-parent].is-show > *:nth-child(12) {
  -webkit-transition-delay: 11000ms;
          transition-delay: 11000ms;
}
[data-intersection-parent].is-show > *:nth-child(13) {
  -webkit-transition-delay: 12000ms;
          transition-delay: 12000ms;
}
[data-intersection-parent].is-show > *:nth-child(14) {
  -webkit-transition-delay: 13000ms;
          transition-delay: 13000ms;
}
[data-intersection-parent].is-show > *:nth-child(15) {
  -webkit-transition-delay: 14000ms;
          transition-delay: 14000ms;
}
[data-intersection-parent].is-show > *:nth-child(16) {
  -webkit-transition-delay: 15000ms;
          transition-delay: 15000ms;
}
[data-intersection-parent].is-show > *:nth-child(17) {
  -webkit-transition-delay: 16000ms;
          transition-delay: 16000ms;
}
[data-intersection-parent].is-show > *:nth-child(18) {
  -webkit-transition-delay: 17000ms;
          transition-delay: 17000ms;
}
[data-intersection-parent].is-show > *:nth-child(19) {
  -webkit-transition-delay: 18000ms;
          transition-delay: 18000ms;
}
[data-intersection-parent].is-show > *:nth-child(20) {
  -webkit-transition-delay: 19000ms;
          transition-delay: 19000ms;
}
[data-intersection-parent].is-show > *:nth-child(21) {
  -webkit-transition-delay: 20000ms;
          transition-delay: 20000ms;
}
[data-intersection-parent].is-show > *:nth-child(22) {
  -webkit-transition-delay: 21000ms;
          transition-delay: 21000ms;
}
[data-intersection-parent].is-show > *:nth-child(23) {
  -webkit-transition-delay: 22000ms;
          transition-delay: 22000ms;
}
[data-intersection-parent].is-show > *:nth-child(24) {
  -webkit-transition-delay: 23000ms;
          transition-delay: 23000ms;
}
[data-intersection-parent].is-show > *:nth-child(25) {
  -webkit-transition-delay: 24000ms;
          transition-delay: 24000ms;
}
[data-intersection-parent].is-show > *:nth-child(26) {
  -webkit-transition-delay: 25000ms;
          transition-delay: 25000ms;
}
[data-intersection-parent].is-show > *:nth-child(27) {
  -webkit-transition-delay: 26000ms;
          transition-delay: 26000ms;
}
[data-intersection-parent].is-show > *:nth-child(28) {
  -webkit-transition-delay: 27000ms;
          transition-delay: 27000ms;
}
[data-intersection-parent].is-show > *:nth-child(29) {
  -webkit-transition-delay: 28000ms;
          transition-delay: 28000ms;
}
[data-intersection-parent].is-show > *:nth-child(30) {
  -webkit-transition-delay: 29000ms;
          transition-delay: 29000ms;
}

/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
footer {
  padding: 45px 0 75px;
  background: #007FDC;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 34px 0 40px;
    text-align: center;
  }
}

.footer-button-purchase {
  display: block;
  width: 164px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; /* フェードイン用 */
  visibility: hidden; /* 完全に非表示にするため */
  z-index: 3;
  -webkit-animation: liquidMotion-purchase 8s infinite ease-in-out;
          animation: liquidMotion-purchase 8s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .footer-button-purchase {
    width: 100px;
    right: 20px;
    bottom: 40px;
  }
}

@-webkit-keyframes liquidMotion-purchase {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    clip-path: ellipse(50% 50% at 50% 50%);
  }
  20% {
    -webkit-transform: translate(0px, -2px) scale(1.01);
            transform: translate(0px, -2px) scale(1.01);
    clip-path: ellipse(52% 48% at 50% 49%);
  }
  40% {
    -webkit-transform: translate(0px, 3px) scale(0.99);
            transform: translate(0px, 3px) scale(0.99);
    clip-path: ellipse(48% 52% at 50% 51%);
  }
  60% {
    -webkit-transform: translate(0px, -1px) scale(1.02);
            transform: translate(0px, -1px) scale(1.02);
    clip-path: ellipse(51% 49% at 50% 50%);
  }
  80% {
    -webkit-transform: translate(0px, 2px) scale(0.98);
            transform: translate(0px, 2px) scale(0.98);
    clip-path: ellipse(49% 51% at 50% 50%);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    clip-path: ellipse(50% 50% at 50% 50%);
  }
}

@keyframes liquidMotion-purchase {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    clip-path: ellipse(50% 50% at 50% 50%);
  }
  20% {
    -webkit-transform: translate(0px, -2px) scale(1.01);
            transform: translate(0px, -2px) scale(1.01);
    clip-path: ellipse(52% 48% at 50% 49%);
  }
  40% {
    -webkit-transform: translate(0px, 3px) scale(0.99);
            transform: translate(0px, 3px) scale(0.99);
    clip-path: ellipse(48% 52% at 50% 51%);
  }
  60% {
    -webkit-transform: translate(0px, -1px) scale(1.02);
            transform: translate(0px, -1px) scale(1.02);
    clip-path: ellipse(51% 49% at 50% 50%);
  }
  80% {
    -webkit-transform: translate(0px, 2px) scale(0.98);
            transform: translate(0px, 2px) scale(0.98);
    clip-path: ellipse(49% 51% at 50% 50%);
  }
  100% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
    clip-path: ellipse(50% 50% at 50% 50%);
  }
}
.footer-button-purchase.visible {
  opacity: 1;
  visibility: visible;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .footer-content {
    display: block;
    margin: 0 0 34px;
  }
}

#purchase {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #purchase {
    width: 100%;
    margin: 0 0 30px;
  }
}

.purchase-heading {
  font-size: 2.8rem;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .purchase-heading {
    font-size: 1.8rem;
    margin: 0 0 25px;
  }
}

.purchase-description {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: justify;
  margin: 0 !important;
}
.purchase-description a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .purchase-description {
    font-size: 1rem;
  }
}

#news {
  width: 37%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #news {
    width: 100%;
  }
}

.news-heading {
  font-size: 2.8rem;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .news-heading {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}

.news-list {
  border-top: solid 1px #fff;
}

.news-list__item {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 12px 5px;
  border-bottom: solid 1px #fff;
}
.news-list__item a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news-list__item {
    font-size: 1rem;
    letter-spacing: -0.05em;
    padding: 10px 0;
  }
}

.purchase-button {
  display: inline-block;
  font-size: 2.4rem;
  color: #007FDC;
  padding: 12px 45px;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .purchase-button {
    font-size: 1.8rem;
    padding: 8px 25px;
  }
}