@charset "UTF-8";

.img-border {
  border-radius: 8px;
  border: 4px solid #fff;
  box-sizing: border-box;

  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/* 動き */
.fwfw01 {
  animation: floating-y1 2.3s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y1 {
  0% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(-8%);
  }
}
.fwfw02 {
  animation: floating-y2 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y2 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.fwfw03 {
  animation: floating-y3 2s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y3 {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}

.fadeup {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 2s ease, transform 2s ease;
}

.fadeup.show {
  opacity: 1;
  transform: translateY(0);
}

/*キービジュアル*/
#top-kv {
  position: relative;
  background: no-repeat url(../img/top/bg/kv-bg.svg);
  background-size: 100%;
  background-position: center 0;
  background-color: var(--primary-color-01);
  min-block-size: 100svb;
  padding-bottom: min(50%, 5vw);
}
.top-kv-wrapper1 {
  max-width: 1380px;
  margin-inline: auto;
  padding-top: min(12vw, 238px);
  scale: 1;
}
.kv-text {
  margin-inline: auto;
  width: 20%;
  position: relative;
  z-index: 20;
}
.kv-item {
  position: absolute;
  display: block;
  width: min(12%, 13vw);
  height: auto;
  z-index: 10;
}
.kv-item01 {
  top: 43%;
  left: 25%;
}
.kv-item02 {
  top: 21%;
  left: 4%;
  width: min(16%, 14vw);
}
.kv-item03 {
  bottom: 22%;
  left: 6%;
}
.kv-item04 {
  bottom: 2%;
  left: 18%;
  width: min(16%, 17vw);
}
.kv-item05 {
  top: 25%;
  right: 16%;
  width: min(16%, 16vw);
}
.kv-item06 {
  top: 50%;
  right: 4%;
}
.kv-item07 {
  top: 52%;
  right: 30%;
  width: min(12%, 6vw);
  max-width: 100px;
}
.kv-item08 {
  top: 58%;
  right: 21%;
  width: min(12%, 6vw);
  max-width: 100px;
}
.kv-item09 {
  bottom: -4%;
  left: 37%;
  width: min(12%, 8vw);
  max-width: 120px;
}

.kv-clouds img {
  position: absolute;
}
.kv-cloud01 {
  top: 20%;
  left: 17%;
  width: min(20%, 300px);
}
.kv-cloud02 {
  top: 68%;
  right: 10%;
  width: min(50%, 400px);
}
.kv-cloud03 {
  bottom: 29%;
  left: -12%;
  width: min(33%, 44vw);
}
.kv-cloud04 {
  top: 10%;
  right: -15%;
  width: min(50%, 500px);
}
.kv-cloud05 {
  bottom: -7%;
  left: 7%;
  width: min(50%, 30vw);
}
.kv-cloud06 {
  bottom: 18%;
  right: 7%;
  width: min(50%, 35vw);
}
.kv-cloud07 {
  bottom: -4%;
  left: 16%;
  width: min(50%, 50vw);
}

.top-kv-wrapper2 {
  max-width: 1280px;
  width: 70%;
  padding: 5vw 0 7vw;
  position: relative;
}
.top-recs {
  background-color: #000;
  color: #ffcc00;
  position: relative;
  padding: 5px;
  width: min(30%, 30vw);
  margin-left: min(10%, 20vw);
  z-index: 20;

  & p {
    text-align: right;
    font-weight: 600;
    font-size: 1rem;
    margin: 1vw 0 1vw;
  }
  &::before {
    content: "";
    position: absolute;
    background: no-repeat url(../img/top/pict/kv-bird.svg);
    width: 22%;
    aspect-ratio: 1;
    left: 7%;
    top: 8%;
  }
  & img {
    width: 100%;
  }
}

.top-news {
  width: min(30%, 30vw);
  z-index: 20;
  position: absolute;
  bottom: 0;
  right: 0;

  & h4 {
    width: 140px;
  }
}
.top-news-container {
  margin: 1vw auto;
  text-align: center;

  & a {
    display: block;
    background-color: #a6e866;
    margin: 1vw auto;
    padding: 1px;
  }
}
.go-news {
  text-align: right;
}
.icon-down {
  position: absolute;
  width: 2vw;
  height: auto;
  bottom: 0;
  left: 22%;
  z-index: 10;
}

.top-campaign {
  position: absolute;
  right: 0;
  top: 50%;
  width: min(30%, 28vw);
  max-width: 400px;
  z-index: 5;
}
.campaign-container {
  position: relative;
  padding: 1vw 5px 3vw;
  background-color: #335366;
  clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 92%);

  & h4 {
    width: 55%;
    margin: 0 0 5px 5px;
  }
}

.campaign-icon {
  position: absolute;
  top: -4%;
  right: 12%;
  width: min(22%, 10vw);
  aspect-ratio: 1;
  display: block grid;
  place-items: center;
  z-index: 1;

  & img {
    width: 1vw;
    aspect-ratio: 1;
    position: absolute;
    z-index: 1;
  }
}
.campaign-icon::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: no-repeat url(../img/top/icon/icon-circle_mv.svg);
  animation: rotateIcon 5s linear infinite;
}
@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*スライダー*/

#top-slider {
  position: relative;
  background-color: var(--primary-color-01);
  padding-top: min(50%, 10vw);
}
.top-slider-head {
  position: absolute;
  height: 40%;
  width: 100%;
  top: 10%;
}
.top-slider-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 15;
  background: no-repeat url(../img/top/bg/kv-cloud07.svg);
  background-size: 108%;
  background-position: center bottom;
}
.slid-cloud01 {
  position: absolute;
  width: min(50%, 800px);
  right: -10%;
  top: -22%;
  z-index: 16;
}
.slid-cloud02 {
  position: absolute;
  width: min(50%, 500px);
  left: -10%;
  top: -50%;
}

.slider-bnr1 {
  background-color: #fff;
  margin-inline: auto;
  width: fit-content;
  padding: 3vw 4vw;
  border-radius: 1.5vw;
  text-align: center;
  transform: translateY(20%);
  position: relative;
  z-index: 20;

  & h3 {
    margin: 0 auto;
  }
}
.slider-bnr-item {
  display: flex;
  gap: 1vw;
  justify-content: center;

  & p {
    background-color: var(--primary-color-02);
    padding: 5px 15px;
    border-radius: 8px;
    line-height: 1.1rem;
  }
}
.grgr {
  position: relative;

  &::before {
    content: "";
    background: no-repeat url(../img/top/icon/icon-grgr.svg);
    position: absolute;
    width: 20px;
    height: 100%;
    left: 0;
    top: -27%;
  }
}

.slider-container {
  width: 100%;
  height: 80vh;
  background-color: #fff;
  position: relative;
}
.slider-area {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.slider-area::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(#ffff66 0, rgba(255, 255, 255, 0) 20%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.slider-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  animation: slideShow 20s linear infinite 0s;
}
.slider-item01 {
  background: no-repeat url(../img/top/slider/slider-image01.jpg);
  background-size: cover;
}
.slider-item02 {
  background: no-repeat url(../img/top/slider/slider-image02.jpg);
  background-size: cover;
  animation-delay: 5s;
}
.slider-item03 {
  background: no-repeat url(../img/top/slider/slider-image03.jpg);
  background-size: cover;
  animation-delay: 10s;
}
.slider-item04 {
  background: no-repeat url(../img/top/slider/slider-image04.jpg);
  background-size: cover;
  animation-delay: 15s;
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes slideShow {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  40%,
  100% {
    opacity: 0;
  }
}
.slider-bnr2 {
  position: absolute;
  bottom: -12%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;

  & a {
    width: min(50%, 36vw);
    max-width: 700px;
    display: block;
    margin-inline: auto;
    position: relative;
    z-index: 1;
  }
  &::before {
    content: "";
    display: block;
    width: min(50%, 33vw);
    height: 100%;
    position: absolute;
    background: no-repeat url(../img/top/bg/kv-cloud09.svg);
    left: -3%;
    bottom: -29%;
    animation: floating-y1 2.3s ease-in-out infinite alternate-reverse;
  }
  &::after {
    content: "";
    display: block;
    width: min(50%, 400px);
    height: 100%;
    position: absolute;
    background: no-repeat url(../img/top/bg/kv-cloud05.svg);
    right: -4%;
    bottom: 5%;
    animation: floating-y1 2.3s ease-in-out infinite alternate-reverse;
  }
}

/*取り扱い商品*/
#top-goods {
  background-color: var(--primary-color-02);
  padding: 10vw 0 5vw;
  position: relative;

  & h2 {
    margin-left: auto;
    width: 300px;
  }
}
.goods-container {
  max-width: 1080px;
  margin-inline: auto;
}
.goods-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 3vw 2vw;
  padding: 0;

  & li {
    border: 4px solid #fff;
    display: flex;
    gap: 1vw;
    padding: 2vw 1vw;
    border-radius: 1vw;
  }
  & li:last-child {
    border: none;
    display: block grid;
    place-items: center;
    grid-column: span 2 / span 2;
  }
}
.goods-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
  justify-content: space-between;
  height: 100%;
  width: 35%;
  margin-right: 1vw;

  &::after {
    content: "";
    background: no-repeat url(../img/common/icon/icon-arrow_w.svg);
    display: block;
    width: 2vw;
    aspect-ratio: 1;
  }
}
.goods-item {
  font-size: 1rem;

  & a {
    display: block;
    align-items: center;
    margin-bottom: 1vw;
    line-height: 1.3rem;
    font-size: 1rem;
    text-indent: -0.8rem;
  }
  & a::before {
    content: "";
    width: 10px;
    aspect-ratio: 1;
    display: inline-block;
    background-color: #3e4347;
    border-radius: 50%;
    margin-right: 2px;
  }
}
.goods-last-text {
  position: relative;
  background-color: var(--bg-color-01);
  text-align: center;
  padding: 4vw 3vw 3vw;
  border-radius: 15px;
  width: 65%;
  font-size: 2rem;

  & p {
    font-weight: 600;
    margin: 0;
  }
}
.goods-text-nandemo {
  display: block;
  width: 90%;
  margin-inline: auto;
}
.goods-link {
  display: flex;
  align-items: center;
  gap: 1vw;
  justify-content: center;
  font-size: 1.2rem;
  margin-top: 1vw;

  &::after {
    content: "";
    display: block;
    background-image: url(../img/common/icon/icon-arrow_g.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 2vw;
    aspect-ratio: 1;
  }
}
.goods-last-img01 {
  position: absolute;
  top: -20%;
  left: 0;
  width: min(50%, 8vw);
}
.goods-last-img02 {
  position: absolute;
  width: min(20%, 10vw);
  bottom: -2rem;
  right: -4rem;
}

.separate-parts {
  background: no-repeat url(../img/top/bg/separate01.svg);
  width: 100%;
  height: 24vw;
  background-size: 100% auto;
  display: block;
  position: relative;
  top: -2px;
}

/*お客様の声*/
#top-voice {
  padding: 100px 0;
}
.top-voice-img {
  display: flex;
  justify-content: center;
  gap: 3vw;
  max-width: 1000px;
  margin-inline: auto;

  .img01 {
    width: 40%;
  }
  .img02 {
    width: 30%;
  }
}
.top-voice-subttl {
  text-align: center;
  margin: 1vw auto 3vw;
  font-size: 1.2rem;
  position: relative;

  &::before {
    content: "";
    background: no-repeat url(../img/top/bg/kv-cloud08.svg);
    position: absolute;
    width: 100%;
    height: 20vw;
    left: 0;
    bottom: 0;
    z-index: -1;
    animation: floating-y3 2s ease-in-out infinite alternate-reverse;
  }
  &::after {
    content: "";
    background: no-repeat url(../img/top/bg/kv-cloud08.svg);
    position: absolute;
    width: 100%;
    height: 10vw;
    background-position: right;
    right: 0;
    bottom: 0;
    z-index: -1;
    animation: floating-y1 2s ease-in-out infinite alternate-reverse;
  }
}
.voice-wrapper {
  margin-bottom: 3vw;
  position: relative;

  &::after {
    content: "";
    background: no-repeat url(../img/top/bg/kv-cloud08.svg);
    position: absolute;
    width: 100%;
    height: 16vw;
    left: 10%;
    bottom: -12%;
    z-index: -1;
    animation: floating-y3 2s ease-in-out infinite alternate-reverse;
  }
}
.voice-container {
  background-color: var(--bg-color-01);
  border: 3px solid #ffff00;
  margin: 2vw auto;
  border-radius: 1.5vw;
  padding: 1vw;
}
.voice-ttl-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
  cursor: pointer;
}
.voice-container[open] .voice-ttl-group {
  list-style-image: none;
}
.voice-text {
  padding: 1vw 0 1vw 3vw;
  width: 100%;
  max-width: 65%;
  position: relative;

  & p {
    margin: 1vw 0;
  }
}
.voice-text::after {
  content: "";
  background: no-repeat url(../img/common/icon/icon-more.svg);
  display: block;
  width: 5vw;
  height: 2vw;
  max-width: 80px;
  position: absolute;
  right: 0;
  background-size: 100%;
}
.voice-container[open] .voice-text::after {
  display: none;
}
.voice-ttl {
  font-size: 1.5rem;
  font-weight: 500;
}
.voice-name {
  font-weight: 600;
  font-size: 1.1rem;
}
.voice-picture {
  width: 370px;
  max-height: 200px;
  height: auto;
  margin: 0;
  overflow: hidden;
  border-radius: 1vw;

  & figure {
    transition-duration: 0.5s;
    margin: 0;
  }
  & figure:hover {
    display: block;
    transform: scale(1.2);
  }
}
.voice-message {
  text-align: justify;
  padding: 0 3vw;
  font-size: 1.2rem;

  .voice-picture {
    max-height: 500px;
    height: 100%;
  }
}

.go-btn {
  font-size: 1.5rem;
  margin: 0 auto 5vw;
  border-bottom: 2px solid;
  width: fit-content;

  & a {
    display: flex;
    align-items: center;
    gap: 1vw;
  }
  & a::after {
    content: "";
    display: block;
    background-image: url(../img/common/icon/icon-link.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 2vw;
    aspect-ratio: 1;
  }
}

.online-bnr {
  margin: 1vw auto;
  text-align: center;
  width: 50%;
}

/*当世館について*/
#top-about {
  padding: 100px 0 0;
  position: relative;
}
.top-about-ttl {
  position: relative;
  margin: 50px auto 3px;
  padding: 0 112px;
  text-align: center;
  width: fit-content;
  font-size: 1.4rem;

  & h4 {
    margin: 0;
    font-weight: 500;
  }
  & span {
    font-weight: 400;
  }
}
.top-about-ttl:before,
.top-about-ttl:after {
  content: "";
  position: absolute;
  top: 53%;
  display: inline-block;
  width: 115px;
  height: 2px;
  background-color: var(--text-color-01);
}
.top-about-ttl:before {
  left: 0;
  transform: rotate(57deg);
}
.top-about-ttl:after {
  right: 0;
  transform: rotate(-57deg);
}
.about-ttl02 {
  padding: 0 6vw;
}
.about-ttl02:before,
.about-ttl02:after {
  content: "";
  width: 6vw;
}
.top-about-head {
  width: 100%;
  height: 32vw;
  position: relative;
  background: no-repeat url(../img/top/bg/separate04.svg);
  background-position: center bottom;
  background-size: 100%;

  & img {
    position: absolute;
    z-index: 1;
  }
  &::before {
    content: "";
    background: no-repeat url(../img/top/bg/kv-cloud08.svg);
    position: absolute;
    width: 100%;
    height: 18vw;
    background-position: right;
    right: 3%;
    top: -25%;
    z-index: -1;
    animation: floating-y3 2s ease-in-out infinite alternate-reverse;
  }
  &::after {
    content: "";
    background: no-repeat url(../img/top//bg/separate04-2.svg);
    position: absolute;
    width: 100%;
    height: 27vw;
    background-position: center bottom;
    bottom: 0;
    background-size: contain;
  }
}
.about-item01 {
  width: min(50%, 9vw);
  bottom: 9%;
  left: 12%;
}
.about-item02 {
  width: min(50%, 9vw);
  bottom: 0;
  left: 26%;
}
.top-about-mv {
  position: relative;
  background-color: var(--primary-color-01);

  & video {
    width: 100%;
    height: auto;
    display: block;
  }
}
.top-about-mv::before {
  content: "";
  background: no-repeat url(../img/top/bg/separate05.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  background-position: center top;
}
.top-about-mv::after {
  content: "";
  background: no-repeat url(../img/top/bg/separate02.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -5%;
  background-position: center bottom;
  background-size: contain;
}
.about-container {
  background-color: var(--bg-color-01);
}
.about-comment {
  padding: 2vw 0;
  margin: 0;

  & li:nth-child(odd) {
    background: no-repeat url(../img/top/bg/comment-bg01.svg);
    width: 100%;
    background-size: cover;
  }
  & li:nth-child(even) {
    background: no-repeat url(../img/top/bg/comment-bg02.svg);
    width: 100%;
    background-size: cover;
  }
}
.comment-container {
  display: flex;
  justify-content: center;
  max-width: 900px;
  gap: 2vw;
  margin: 3vw auto;
}
.comment-syain {
  width: 8vw;
  height: 12vw;

  & img {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.comment-message {
  border: 1px solid;
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 1vw 3vw;
  border-radius: 2vw;
  background-color: #fff;
  width: 60%;
  font-size: 1rem;
  text-align: justify;
}
.comment-message::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #000000 transparent transparent;
  translate: -100% -50%;
}
.comment-message::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 9px 18px 9px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
.comment-name {
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  gap: 1vw;
  align-items: center;

  & img {
    width: 40%;
  }
}

.about-bottom {
  text-align: center;
  padding-bottom: 100px;
}
.about-bottom-img {
  margin: 1vw auto;
  width: 40%;
  border-radius: 2vw;
  overflow: hidden;
  margin: 4vw auto 0;
}

/*実績*/
#top-achievements {
  background-color: var(--primary-color-01);
  padding-bottom: min(50%, 5vw);
}
.top-achiev-separator {
  position: relative;
  background-color: var(--bg-color-01);
  height: 20vw;
}

.top-achiev-separator::after {
  content: "";
  border-top-left-radius: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--primary-color-01);
  height: 100%;
}
.top-achiev-container {
  margin: 0 auto 2vw;
}
.top-achiev-ttl {
  display: flex;
  justify-content: space-between;
  align-items: end;

  & h2 {
    width: 6vw;
    margin: 0;
  }
  & p {
    width: 25vw;
    margin: 0;
  }
}

.top-achiev-container02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3vw;
}
.achiev-name {
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0;
  padding-left: 1vw;

  & span {
    font-weight: 400;
    display: block;
    margin: 5px 0;
    font-size: 1rem;
  }
}
.achiev-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  margin: 1vw 0;
  overflow: hidden;
  border-radius: 20px;

  & figure {
    transition-duration: 0.5s;
    margin: 0;
  }
  & figure:hover {
    display: block;
    transform: scale(1.2);
  }
}
.achiev-new {
  background-color: #fff;
  position: absolute;
  padding: 7px 10px;
  color: #d354d7;
  font-weight: 600;
  width: fit-content;
  left: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.go-more-btn {
  margin: 3vw auto 1vw;

  & a {
    display: block;
    width: 10%;
    margin-left: auto;
  }
}

/* フッターアニメ */
.footer-animation {
  position: relative;
  background: no-repeat url(../img/top/slider/footer-anime-bg.svg);
  background-color: var(--primary-color-01);
  display: flex;
  overflow: hidden;
  background-position: bottom;
  border-bottom: 3px solid #9f686d;
  background-size: contain;
  height: 24vh;
  padding-top: min(50%, 5vw);
}
.footer-animation::after {
  width: 100%;
  height: 13vw;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(../img/top/slider/footer-animation.png);
  background-repeat: repeat-x;
  background-size: 90vw auto;
  z-index: 3;
  animation: anime-scroll 70s infinite linear;
}
@keyframes anime-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -90vw 0;
  }
}

/*SPサイズ*/
@media screen and (max-width: 767px) {
  .img-border {
    border-radius: 4vw;
  }
  /*キービジュアル*/
  .top-kv-wrapper1 {
    padding-top: min(50%, 20vw);
    height: 155vw;
  }
  .kv-item {
    width: min(30%, 30vw);
  }
  .kv-text {
    width: min(50%, 33vw);
  }
  .kv-cloud01 {
    top: 15%;
    left: -8%;
    width: min(50%, 44vw);
  }
  .kv-cloud02 {
    top: 35%;
    right: -13%;
    width: min(80%, 53vw);
  }
  .kv-cloud03 {
    bottom: 21%;
    left: 0%;
    width: min(80%, 60vw);
  }
  .kv-cloud04 {
    top: 9%;
    right: -6%;
  }
  .kv-cloud05 {
    bottom: -1%;
    left: -13%;
    width: min(80%, 60vw);
  }
  .kv-cloud06 {
    bottom: 15%;
    right: -7%;
    width: min(80%, 60vw);
  }
  .kv-cloud07 {
    bottom: -2%;
    left: -6%;
    width: min(80%, 60vw);
  }
  .kv-item01 {
    top: 28%;
    left: 1%;
  }
  .kv-item02 {
    top: 12%;
    left: 17%;
  }
  .kv-item03 {
    top: 69%;
    left: 5%;
  }
  .kv-item04 {
    top: 48%;
    left: 3%;
  }
  .kv-item05 {
    top: 16%;
    right: 1%;
  }
  .kv-item06 {
    top: 57%;
    right: 1%;
  }
  .kv-item07 {
    top: 33%;
    right: 16%;
    width: min(20%, 14vw);
    z-index: 9;
  }
  .kv-item08 {
    top: 37%;
    right: 4%;
    width: min(20%, 10vw);
    z-index: 9;
  }
  .kv-item09 {
    bottom: 4%;
    left: 33%;
    width: min(20%, 17vw);
  }
  .top-recs {
    width: min(50%, 40vw);
    margin-left: 0;

    & p {
      font-size: 0.7rem;
    }
    &::before {
      content: "";
      left: 0%;
    }
  }
  .top-campaign {
    top: 58%;
    width: min(50%, 44vw);
  }
  .campaign-icon {
    top: -10%;
    right: 7%;
    width: min(30%, 15vw);

    & img {
      width: 3vw;
    }
  }
  .campaign-container {
    padding: 3vw 5px 5vw;
  }
  .top-kv-wrapper2 {
    width: 100%;
    padding: 5vw 0 20vw;
  }
  .top-news {
    width: min(50%, 50vw);
    margin-right: 1vw;

    & h4 {
      margin-left: auto;
      margin-bottom: 0;
      width: 50%;
    }
  }
  .icon-down {
    width: 5vw;
    bottom: 2%;
    left: 20%;
  }

  /*スライダー*/
  .slider-bnr1 {
    width: 80%;
    border-radius: 5.5vw;

    & h3 {
      width: 90%;
    }
  }
  .slider-bnr-item {
    gap: 2vw;

    & p {
      padding: 1vw 2vw;
      border-radius: 6px;
      font-size: 0.5rem;
      line-height: 0.8rem;
    }
  }
  .grgr {
    &::before {
      content: "";
      left: -28%;
    }
  }
  .slider-bnr-catch {
    font-size: 1rem;
  }
  .top-slider-head {
    height: 20%;
    top: 25%;
  }
  .top-slider-head::before {
    content: "";
    background-size: 125%;
  }
  .slider-container {
    height: 65vw;
  }
  .slider-bnr2 {
    & a {
      width: 70%;
    }
  }
  /*商品*/
  #top-goods {
    padding: 18vw 0 5vw;

    & h2 {
      width: 45vw;
    }
  }
  .goods-container {
    width: 90%;
  }
  .goods-wrapper {
    gap: 6vw 2vw;
  }
  .goods-name {
    margin-inline: auto;
    width: 100%;

    &::after {
      content: "";
      width: 6vw;
    }
  }
  .goods-wrapper {
    & li {
      padding: 5vw 1vw 4vw;
      border-radius: 3vw;
    }
    & li:last-child {
      padding: 0;
    }
  }
  .goods-last-text {
    padding: 8vw 0 2vw;
    border-radius: 3vw;
    margin: 0;
    font-size: 1rem;
    width: 90%;
  }
  .goods-text-nandemo {
    width: 70%;
  }
  .goods-link {
    flex-direction: column;
    font-size: 0.8rem;

    &::after {
      content: "";
      width: 6vw;
    }
  }
  .goods-last-img01 {
    top: -2.5rem;
    width: 50%;
  }
  .goods-last-img02 {
    bottom: -22%;
    right: -11%;
    width: min(30%, 15vw);
  }
  .separate-parts {
    background: no-repeat url(../img/top/bg/separate01_sp.svg);
    height: 40vw;
    background-size: 100% auto;
  }

  /*お客様の声*/
  #top-voice {
    padding: 8vw 0;
  }
  .top-voice-img {
    gap: 0;

    .img01 {
      width: 50%;
      transform: translateY(-31%);
    }
    .img02 {
      width: 35%;
    }
  }
  .top-voice-subttl {
    margin: 5vw auto 7vw;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    padding: 0 5vw;

    &::before {
      content: "";
      height: 30vw;
    }
    &::after {
      content: "";
      height: 22vw;
      top: 16%;
    }
  }
  .voice-wrapper {
    margin-bottom: 10vw;

    &::after {
      content: "";
      height: 25vw;
      left: -12%;
      bottom: -16%;
    }
  }
  .voice-container {
    margin-bottom: 5vw;
    border-radius: 4vw;
    padding: 4vw 4vw 6vw;
  }
  .voice-ttl-group {
    flex-direction: column;
  }
  .voice-text {
    padding: 1vw 0 1vw;
    max-width: 100%;

    & p {
      line-height: 2rem;
    }
  }
  .voice-text::after {
    width: 20%;
    height: 10%;
    bottom: 0;
  }
  .voice-message {
    padding: 0;
    font-size: 1.1rem;
  }
  .voice-picture {
    width: 100%;
    height: 40vw;
  }

  .go-btn {
    margin: 0 auto 8vh;
    padding-bottom: 1vw;

    & a::after {
      content: "";
      width: 8vw;
    }
  }

  .online-bnr {
    width: 85%;
  }

  /*当世館について*/
  #top-about {
    padding: 6vw 0 0;
  }
  .top-about-ttl {
    margin: 5vw 0 0 5vw !important;
    padding: 0 18vw !important;
    font-size: 1.1rem;
  }
  .top-about-ttl:before,
  .top-about-ttl:after {
    content: "";
    width: 20vw;
  }
  .top-about-ttl:before {
    transform: rotate(60deg);
  }
  .top-about-ttl:after {
    transform: rotate(-60deg);
  }
  .about-ttl02 {
    margin: 5vw auto;
    padding: 0 13vw;
    font-size: 1rem;
  }
  .about-ttl02:before,
  .about-ttl02:after {
    content: "";
    width: 15vw;
  }
  .top-about-head {
    height: 55vw;
    background: no-repeat url(../img/top/bg/separate04_sp.svg);
    background-position: center bottom;
    background-size: 100%;

    &::before {
      content: "";
      height: 25vw;
      right: -9%;
      top: -40%;
    }
    &::after {
      content: "";
      background: no-repeat url(../img/top//bg/separate04-2_sp.svg);
      position: absolute;
      width: 100%;
      height: 54vw;
      background-position: center bottom;
      bottom: 10%;
    }
  }
  .about-item01 {
    width: 18vw;
    left: 7%;
  }
  .about-item02 {
    width: 16vw;
  }
  .top-about-mv {
    height: 70vw;

    & video {
      width: auto;
      height: 100%;
    }
  }
  .top-about-mv::before {
    content: "";
    background: no-repeat url(../img/top/bg/separate05_sp.svg);
  }
  .about-comment {
    padding: 8vw 0;

    & li:nth-child(odd) {
      background-size: 100%;
      background-position: center;
    }
    & li:nth-child(even) {
      background-size: 100%;
      background-position: center;
    }
  }
  .comment-container {
    align-items: center;
  }
  .comment-syain {
    width: 22vw;
    height: 33vw;
  }
  .comment-name {
    flex-direction: column;
    align-items: flex-start;

    & img {
      width: 90%;
    }
  }
  .comment-message {
    padding: 4vw 5vw;
    border-radius: 5vw;
    width: 57%;
    line-height: 1.2rem;

    & p {
      margin: 2vw 0;
    }
  }
  .about-bottom {
    padding-bottom: 12vw;
  }
  .about-bottom-img {
    width: 90%;
  }

  /*実績*/
  .top-achiev-separator {
    height: 35vw;
  }
  .top-achiev-ttl {
    padding: 1vw 4vw;

    & p {
      width: 55vw;
    }
    & h2 {
      width: 17vw;
    }
  }
  .top-achiev-container {
    margin: 0 auto 4vw;
  }
  .top-achiev-container02 {
    grid-template-columns: 1fr 1fr;
    gap: 7vw 4vw;

    & li a {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .achiev-name {
    font-size: 1rem;

    & span {
      font-size: 0.8rem;
    }
  }
  .achiev-new {
    padding: 0 1vw;
    font-size: 0.7rem;
  }
  .go-more-btn {
    margin: 10vw auto 6vw;

    & a {
      width: 30%;
    }
  }

  /*フッターアニメ*/
  .footer-animation {
    background: no-repeat url(../img/top/slider/footer-anime-bg_sp.svg);
    background-position: bottom;
    background-color: var(--primary-color-01);
    height: 32vw;
  }
  .footer-animation::after {
    height: 22vw;
    content: "";
    background-image: url(../img/top/slider/footer-animation.png);
    background-repeat: repeat-x;
    background-size: 150vw auto;
  }
  @keyframes anime-scroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -150vw 0;
    }
  }
}

/*PCサイズ*/
@media screen and (min-width: 768px) {
}

/* タブレット */
@media screen and (min-width: 767px) and (max-width: 1280px) {
  .kv-item {
    width: min(30%, 14vw);
  }
  .kv-item07 {
    width: min(30%, 6vw);
  }
  .kv-item08 {
    width: min(30%, 6vw);
  }
  .kv-item09 {
    width: min(30%, 8vw);
  }
}
