@charset "UTF-8";
@-webkit-keyframes blurin {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    filter: blur(0);
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    filter: blur(50px);
  }
  20% {
    opacity: 1;
  }
  100% {
    filter: blur(0);
  }
}
body#toppage {
  overflow: clip;
}
body#toppage.loaded {
  overflow: auto;
}
body#toppage.loaded .loader {
  pointer-events: none;
}
body#toppage.loaded.open {
  overflow: clip;
}
body#toppage .loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: var(--light);
}
body#toppage .loader figure {
  width: 22.5rem;
  -webkit-animation: blurin 2s cubic-bezier(0.75, 0, 0.25, 1) 0.1s 1 normal both;
          animation: blurin 2s cubic-bezier(0.75, 0, 0.25, 1) 0.1s 1 normal both;
}
@media (max-width: 768px) {
  body#toppage .loader figure {
    width: 70%;
    height: 70%;
  }
  body#toppage .loader figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body#toppage .visual {
  display: none;
}
body#toppage .visual.slick-initialized {
  display: block;
}
body#toppage .visual picture img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body#toppage .header {
  position: fixed;
}
body#toppage .header::before {
  opacity: 0;
}
body#toppage .header .logo svg {
  fill: var(--wh);
}
body#toppage .header .telephone a {
  color: var(--wh);
}
body#toppage .header .telephone a::before {
  background-color: var(--wh);
}
body#toppage .header .telephone .time {
  color: var(--wh);
}
body#toppage .header .menunav button {
  background-color: transparent;
}
body#toppage .header.scroll::before {
  opacity: 1;
}
body#toppage .header.scroll .logo svg {
  fill: var(--key);
}
body#toppage .header.scroll .telephone a {
  color: var(--key);
}
body#toppage .header.scroll .telephone a::before {
  background-color: var(--key);
}
body#toppage .header.scroll .telephone .time {
  color: var(--key);
}
body#toppage .header.scroll .menunav button {
  background-color: var(--key);
}
body#toppage .globalnav {
  transform: translateY(-5rem);
}
@media (max-width: 768px) {
  body#toppage .globalnav {
    transform: translateY(0);
  }
}
body#toppage .globalnav > ul > li a.dropdown::after {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  body#toppage .globalnav > ul > li a.dropdown::after {
    transform: rotate(0deg);
  }
}
body#toppage .globalnav > ul > li ul {
  top: auto;
  bottom: 100%;
}
@media (max-width: 768px) {
  body#toppage .globalnav > ul > li ul {
    bottom: auto;
  }
}
body#toppage .globalnav.floating {
  transform: translateY(0);
}
body#toppage .globalnav.floating > ul > li a.dropdown::after {
  transform: rotate(0deg);
}
body#toppage .globalnav.floating > ul > li ul {
  top: 100%;
  bottom: auto;
}
@media (max-width: 768px) {
  body#toppage .globalnav.floating > ul > li ul {
    top: auto;
  }
}
body#toppage .main {
  margin-top: -5rem;
}
@media (max-width: 768px) {
  body#toppage .main {
    margin-top: 0;
  }
}
body#toppage .main .news {
  padding: 2.5rem 0;
  border-bottom: 0.25rem solid var(--bk30);
}
@media (max-width: 768px) {
  body#toppage .main .news {
    padding: 4.1666666667vw 0;
    border-width: 0.4166666667vw;
  }
}
body#toppage .main .news .container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  body#toppage .main .news .container {
    flex-direction: column;
    align-items: stretch;
    gap: 2.0833333333vw;
  }
}
body#toppage .main .news h2 {
  width: 12.5rem;
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
@media (max-width: 768px) {
  body#toppage .main .news h2 {
    width: 100%;
    font-size: 6.25vw;
  }
}
body#toppage .main .news dl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  body#toppage .main .news dl {
    gap: 2.0833333333vw;
  }
}
body#toppage .main .news dl dt {
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  body#toppage .main .news dl dt {
    font-size: 3.3333333333vw;
  }
}
body#toppage .main .news dl dd {
  font-size: 1rem;
}
@media (max-width: 768px) {
  body#toppage .main .news dl dd {
    font-size: 2.9166666667vw;
  }
}
body#toppage .main .news .nav {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  body#toppage .main .news .nav {
    right: 4.1666666667vw;
  }
}
body#toppage .main .news .nav a {
  position: relative;
  display: block;
  width: 2.5rem;
  aspect-ratio: 1/1;
  font-size: 0;
}
@media (max-width: 768px) {
  body#toppage .main .news .nav a {
    width: 8.3333333333vw;
  }
}
body#toppage .main .news .nav a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--bk65);
  -webkit-mask: url("../images/toppage/list_nav.svg") no-repeat;
          mask: url("../images/toppage/list_nav.svg") no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background-color 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
@media (any-hover: hover) {
  body#toppage .main .news .nav a:hover::before {
    background-color: var(--key);
  }
}
body#toppage .main .campaign {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  body#toppage .main .campaign {
    padding: 8.3333333333vw 0;
  }
}
body#toppage .main .campaign .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  body#toppage .main .campaign .container {
    gap: 4.1666666667vw;
  }
}
body#toppage .main .campaign a {
  width: 56.25rem;
}
@media (any-hover: hover) {
  body#toppage .main .campaign a:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  body#toppage .main .campaign a {
    width: 100%;
  }
}
body#toppage .main .promise {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 5rem 0;
  background-color: var(--key20);
}
@media (max-width: 768px) {
  body#toppage .main .promise {
    flex-wrap: wrap;
    row-gap: 6.25vw;
    padding: 8.3333333333vw 0;
  }
}
body#toppage .main .promise::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  left: calc(18% - 8.125rem);
  width: 15.625rem;
  aspect-ratio: 1/1;
  background: url("../images/toppage/promise_fig.svg") no-repeat 0 0;
  background-size: contain;
}
@media (max-width: 768px) {
  body#toppage .main .promise::before {
    top: 2.0833333333vw;
    left: 2.0833333333vw;
    width: 37.5vw;
  }
}
body#toppage .main .promise .content {
  order: 2;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 36%;
  padding-top: 1.25rem;
}
@media (max-width: 768px) {
  body#toppage .main .promise .content {
    gap: 2.0833333333vw;
    width: 66.6666666667vw;
    padding-top: 0;
    padding-right: 4.1666666667vw;
  }
}
body#toppage .main .promise .content h2 {
  display: flex;
  align-items: baseline;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body#toppage .main .promise .content h2 {
    flex-direction: column;
    font-size: 7.5vw;
  }
}
body#toppage .main .promise .content h2 .min {
  color: var(--bk50);
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  body#toppage .main .promise .content h2 .min {
    font-size: 3.3333333333vw;
  }
}
body#toppage .main .promise .content h2 .min::before {
  content: "／";
}
@media (max-width: 768px) {
  body#toppage .main .promise .content h2 .min::before {
    display: none;
  }
}
body#toppage .main .promise .content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  body#toppage .main .promise .content h3 {
    font-size: 3.75vw;
  }
}
body#toppage .main .promise .content p {
  font-size: 1rem;
  line-height: 2;
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  body#toppage .main .promise .content p {
    font-size: 2.9166666667vw;
  }
}
body#toppage .main .promise .content .nav {
  display: flex;
}
body#toppage .main .promise .content .nav .btn {
  padding: 0.625rem 2.5rem;
  border: 1px solid var(--bk65);
  border-radius: 5em;
  font-size: 1.125rem;
  text-transform: uppercase;
  background-color: var(--wh);
}
@media (any-hover: hover) {
  body#toppage .main .promise .content .nav .btn:hover {
    color: var(--key);
    text-decoration: none;
    background-color: var(--bk65);
  }
}
@media (max-width: 768px) {
  body#toppage .main .promise .content .nav .btn {
    padding: 2.0833333333vw 8.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
body#toppage .main .promise picture {
  position: relative;
}
body#toppage .main .promise picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.125rem solid var(--key);
}
@media (max-width: 768px) {
  body#toppage .main .promise picture::before {
    border-width: 0.4166666667vw;
  }
}
body#toppage .main .promise picture figure {
  position: relative;
  overflow: hidden;
}
body#toppage .main .promise picture figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.125rem solid var(--wh);
}
@media (max-width: 768px) {
  body#toppage .main .promise picture figure::before {
    border-width: 0.4166666667vw;
  }
}
body#toppage .main .promise picture figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body#toppage .main .promise picture.pic01 {
  order: 1;
  align-self: flex-end;
  width: 18%;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  body#toppage .main .promise picture.pic01 {
    width: 27.0833333333vw;
  }
}
body#toppage .main .promise picture.pic01::before {
  transform: translate(1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#toppage .main .promise picture.pic01::before {
    transform: translate(2.0833333333vw, 2.0833333333vw);
  }
}
body#toppage .main .promise picture.pic01 figure {
  height: 13.75rem;
}
@media (max-width: 768px) {
  body#toppage .main .promise picture.pic01 figure {
    height: 45.8333333333vw;
  }
}
body#toppage .main .promise picture.pic01 figure::before {
  transform: translate(1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#toppage .main .promise picture.pic01 figure::before {
    transform: translate(2.0833333333vw, 2.0833333333vw);
  }
}
body#toppage .main .promise picture.pic02 {
  order: 3;
  align-self: flex-start;
  width: 35%;
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  body#toppage .main .promise picture.pic02 {
    width: 100%;
    padding-left: 8.3333333333vw;
  }
}
body#toppage .main .promise picture.pic02::before {
  transform: translate(-1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#toppage .main .promise picture.pic02::before {
    transform: translate(-2.0833333333vw, 2.0833333333vw);
  }
}
body#toppage .main .promise picture.pic02 figure {
  height: 19.375rem;
}
@media (max-width: 768px) {
  body#toppage .main .promise picture.pic02 figure {
    height: 37.5vw;
  }
}
body#toppage .main .promise picture.pic02 figure::before {
  transform: translate(-1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#toppage .main .promise picture.pic02 figure::before {
    transform: translate(-2.0833333333vw, 2.0833333333vw);
  }
}
body#toppage .main .items {
  padding: 7.5rem 0;
  background: linear-gradient(to bottom, var(--wh) 0%, #ffe 20%, #ffe 80%, var(--wh) 100%);
}
@media (max-width: 768px) {
  body#toppage .main .items {
    padding: 12.5vw 0;
  }
}
body#toppage .main .items .container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media (max-width: 768px) {
  body#toppage .main .items .container {
    gap: 8.3333333333vw;
  }
}
body#toppage .main .items .subject {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  body#toppage .main .items .subject {
    gap: 2.0833333333vw;
  }
}
body#toppage .main .items .subject h2 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1em;
}
@media (max-width: 768px) {
  body#toppage .main .items .subject h2 {
    font-size: 3.3333333333vw;
  }
}
body#toppage .main .items .subject p {
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}
@media (max-width: 768px) {
  body#toppage .main .items .subject p {
    font-size: 8.3333333333vw;
  }
}
body#toppage .main .items .nav {
  display: flex;
}
body#toppage .main .items .nav .btn {
  padding: 0.625rem 2.5rem;
  border: 1px solid var(--bk65);
  border-radius: 5em;
  font-size: 1.125rem;
  text-transform: uppercase;
  background-color: var(--wh);
}
@media (any-hover: hover) {
  body#toppage .main .items .nav .btn:hover {
    color: var(--key);
    text-decoration: none;
    background-color: var(--bk65);
  }
}
@media (max-width: 768px) {
  body#toppage .main .items .nav .btn {
    padding: 2.0833333333vw 8.3333333333vw;
    font-size: 3.3333333333vw;
  }
}
body#toppage .main .items .large {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}
@media (max-width: 768px) {
  body#toppage .main .items .large {
    gap: 12.5vw;
  }
}
body#toppage .main .items .large > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li {
    flex-direction: column !important;
    gap: 4.1666666667vw;
  }
}
body#toppage .main .items .large > li picture {
  position: relative;
  width: 25rem;
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li picture {
    width: 66.6666666667vw;
  }
}
body#toppage .main .items .large > li picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.125rem solid var(--key);
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li picture::before {
    border-width: 0.4166666667vw;
  }
}
body#toppage .main .items .large > li picture figure {
  position: relative;
  overflow: hidden;
}
body#toppage .main .items .large > li picture figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.125rem solid var(--wh);
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li picture figure::before {
    border-width: 0.4166666667vw;
  }
}
body#toppage .main .items .large > li .content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 36.25rem;
  padding: 0 3.125rem;
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li .content {
    gap: 4.1666666667vw;
    width: 100%;
    padding: 0;
  }
}
body#toppage .main .items .large > li .content .category {
  position: relative;
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li .content .category {
    text-align: center;
  }
}
body#toppage .main .items .large > li .content .category h3 {
  position: absolute;
  bottom: -0.25em;
  left: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li .content .category h3 {
    font-size: 5vw;
  }
}
body#toppage .main .items .large > li .content .category p {
  color: var(--key30);
  font-family: "Playball", serif;
  font-size: 3.75rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li .content .category p {
    font-size: 12.5vw;
  }
}
body#toppage .main .items .large > li .content .comment {
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li .content .comment {
    font-size: 3.3333333333vw;
  }
}
body#toppage .main .items .large > li .content .nav {
  justify-content: flex-end;
}
body#toppage .main .items .large > li:nth-child(2n-1) {
  flex-direction: row-reverse;
}
body#toppage .main .items .large > li:nth-child(2n-1) picture::before, body#toppage .main .items .large > li:nth-child(2n-1) picture figure::before {
  transform: translate(-1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li:nth-child(2n-1) picture::before, body#toppage .main .items .large > li:nth-child(2n-1) picture figure::before {
    transform: translate(-2.0833333333vw, 2.0833333333vw);
  }
}
body#toppage .main .items .large > li:nth-child(2n) {
  flex-direction: row;
}
body#toppage .main .items .large > li:nth-child(2n) picture::before, body#toppage .main .items .large > li:nth-child(2n) picture figure::before {
  transform: translate(1.25rem, 1.25rem);
}
@media (max-width: 768px) {
  body#toppage .main .items .large > li:nth-child(2n) picture::before, body#toppage .main .items .large > li:nth-child(2n) picture figure::before {
    transform: translate(2.0833333333vw, 2.0833333333vw);
  }
}
body#toppage .main .items .small {
  display: flex;
  justify-content: center;
  gap: 3.125rem;
  padding-top: 1.25rem;
}
@media (max-width: 768px) {
  body#toppage .main .items .small {
    flex-direction: column;
    gap: 8.3333333333vw;
    padding-top: 4.1666666667vw;
  }
}
body#toppage .main .items .small > li {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 16.25rem;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li {
    flex-direction: row;
    gap: 4.1666666667vw;
    width: 100%;
  }
}
body#toppage .main .items .small > li:nth-child(2) > * {
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li:nth-child(2) > * {
    transition-delay: 0.1s;
  }
}
body#toppage .main .items .small > li:nth-child(3) > * {
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li:nth-child(3) > * {
    transition-delay: 0.1s;
  }
}
body#toppage .main .items .small > li picture {
  width: 100%;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li picture {
    width: 33.3333333333vw;
  }
  body#toppage .main .items .small > li picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body#toppage .main .items .small > li .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li .content {
    gap: 2.0833333333vw;
    width: 54.1666666667vw;
  }
}
body#toppage .main .items .small > li .content .category {
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li .content .category {
    text-align: left;
  }
}
body#toppage .main .items .small > li .content .category h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li .content .category h3 {
    font-size: 4.1666666667vw;
  }
}
body#toppage .main .items .small > li .content .category p {
  color: var(--key30);
  font-family: "Playball", serif;
  font-size: 1.875rem;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li .content .category p {
    font-size: 7.5vw;
  }
}
body#toppage .main .items .small > li .content .comment {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li .content .comment {
    font-size: 3.3333333333vw;
  }
}
body#toppage .main .items .small > li .content .nav {
  justify-content: center;
}
@media (max-width: 768px) {
  body#toppage .main .items .small > li .content .nav {
    justify-content: flex-end;
  }
}
body#toppage .main .items .gift a {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  width: 56.25rem;
  aspect-ratio: 3/1;
  overflow: clip;
  margin: 0 auto;
  color: var(--wh);
  text-decoration: none;
  background-color: var(--key);
}
@media (max-width: 768px) {
  body#toppage .main .items .gift a {
    gap: 2.0833333333vw;
    width: 100%;
    aspect-ratio: 2/1;
  }
}
body#toppage .main .items .gift a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
  transition: all 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}
body#toppage .main .items .gift a h3 {
  position: relative;
  font-size: 1.125rem;
  font-weight: 500;
  text-shadow: 0 0 0.625rem var(--key);
}
@media (max-width: 768px) {
  body#toppage .main .items .gift a h3 {
    font-size: 3.75vw;
    text-shadow: 0 0 2.0833333333vw var(--key);
  }
}
body#toppage .main .items .gift a p {
  position: relative;
  font-size: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-shadow: 0 0 0.625rem var(--key);
}
@media (max-width: 768px) {
  body#toppage .main .items .gift a p {
    font-size: 10vw;
    text-shadow: 0 0 2.0833333333vw var(--key);
  }
}
@media (any-hover: hover) {
  body#toppage .main .items .gift a:hover img {
    opacity: 0.6;
    transform: scale(1.1);
  }
}