@charset "UTF-8";
.sp-only {
  display: none;
}

@media screen and (max-width: 619px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 619px) {
  .pc-only {
    display: none;
  }
}

.c-meta__item--author {
  display: none !important;
}

.c-meta {
  text-align: left;
}

.smb-spider-slider__item__caption {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.spider__slide {
  background-color: transparent !important;
}

.spider__dots:not([data-thumbnails=true]) .spider__dot[aria-current=true] {
  background-color: rgba(2, 44, 250, 0.6) !important;
}

.spider__dots:not([data-thumbnails=true]) .spider__dot {
  background-color: #022cfa !important;
}

@media screen and (min-width: 620px) {
  .text-align {
    text-align: center;
  }
}

.top-mv {
  position: relative;
  height: 100vh;
}

.top-mv__slide-img {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* imgのみ */
.top-mv__img {
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 30s 0s infinite;
          animation: anime 30s 0s infinite;
}

.top-mv__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.top-mv__img:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

.top-mv__img:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}

/* ふわっとアニメーション */
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

.top-mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 10;
}

@media screen and (max-width: 619px) {
  .top-mv__inner {
    top: 40%;
  }
}

.top-mv-title {
  font-size: 42px;
  color: #ffffff;
  -webkit-text-stroke: 0.5px #333;
  margin: 0;
  font-weight: bold;
}

.top-mv-sub-title {
  font-size: 20px;
  margin-top: 11px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
}

.p-section-front-page-content {
  padding-top: 0 !important;
}

@media screen and (max-width: 1024px) {
  .smb-section-break-the-grid__shadow {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .smb-section-break-the-grid__figure {
    left: auto !important;
    right: auto !important;
  }
}

@media screen and (max-width: 619px) {
  .smb-section-break-the-grid__figure {
    width: 100vw;
    position: relative;
    left: 50% !important;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

@media screen and (max-width: 1024px) {
  .smb-section-break-the-grid__content {
    margin-top: 110px;
  }
}

@media screen and (max-width: 619px) {
  .top-about .c-container,
  .top-news .c-container {
    padding: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .top-about .smb-section__title {
    text-align: center;
  }
}

.smb-section__title::before {
  content: "";
  width: 45px;
  height: 34px;
  background-image: url(https://xs398945.xsrv.jp/wp-content/uploads/2022/03/レモン.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.smb-panels__item__figure {
  overflow: hidden;
}

.top-sell img {
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
  position: relative;
  z-index: 1;
}

.top-sell img:hover {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
  z-index: 1;
}

.smb-panels__item__link {
  font-weight: bold;
  border: 1px solid #022cfa;
  border-radius: 10px;
}

.smb-panels__item__content {
  text-align: left !important;
}

.smb-panels__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
}

@media screen and (min-width: 620px) {
  .smb-panels__item {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (min-width: 620px) {
  .smb-panels__item__body {
    -webkit-box-shadow: 0 0 0 1px #ccc;
            box-shadow: 0 0 0 1px #ccc;
    box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.c-row__col {
  padding: 0 !important;
}

.smb-panels__item__figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.smb-panels__item__figure::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}

.smb-panels__item__figure img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-columns {
  margin: 0 auto !important;
}

.c-copyright {
  text-align: center;
}

.img-cut {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.img-cut::before {
  content: "";
  display: block;
  padding-top: 32.666%;
}

.img-cut img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
  z-index: 10;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #ffff05;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #ffff05;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #ffff05;
}

.smb-section-break-the-grid__figure {
  overflow: hidden;
  position: relative;
}

.smb-section-break-the-grid__figure::before {
  content: "";
  display: block;
  padding-top: 66.048649%;
}

.smb-section-break-the-grid__figure img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 619px) {
  .smb-section-break-the-grid__content--left > .smb-section__header .smb-section__title:after {
    margin-left: auto !important;
  }
}

.c-entry-summary__figure img {
  -webkit-transition: 0.3s ease-in-out !important;
  transition: 0.3s ease-in-out !important;
}

.c-entry-summary__figure img:hover {
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}

.fade-in {
  -webkit-animation: fadeIn 5s ease 1s 1 normal backwards;
          animation: fadeIn 5s ease 1s 1 normal backwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.l-footer-widget-area__item:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*カラムを可変にする*/
  max-width: 100%;
}

.l-footer-widget-area__item:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*テキストウィジェットを上下中央に揃える用*/
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*テキストウィジェットを上下中央に揃える用*/
}

/*スマホサイズ以上*/
@media (min-width: 40em) {
  .l-footer-widget-area__item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 300px;
        -ms-flex: 0 1 300px;
            flex: 0 1 300px;
    /*300px固定*/
    border-left: solid 1px #666;
    padding-left: 20px !important;
  }
}

.l-footer__body {
  max-width: var(--_container-max-width, 1280px);
  margin: 0 auto;
  padding-left: calc(var(--_container-margin, 1.8rem) + env(safe-area-inset-left));
  padding-right: calc(var(--_container-margin, 1.8rem) + env(safe-area-inset-right));
}

#nav_menu-2 .menu-item a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #022cfa !important;
          text-decoration-color: #022cfa !important;
}

.c-drawer {
  padding-top: 80px;
  background-color: rgba(2, 44, 250, 0.8) !important;
}

.c-drawer__menu {
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}

.c-drawer a {
  font-size: 18px !important;
  font-weight: bold !important;
}
/*# sourceMappingURL=style.css.map */