@charset "UTF-8";
@keyframes ScrollBar {
  0% {
    transform-origin: top left;
    transform-origin: top left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: top left;
    transform-origin: top left;
    transform: scaleX(1);
  }
  75% {
    transform-origin: bottom right;
    transform-origin: bottom right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: bottom right;
    transform-origin: bottom right;
    transform: scaleX(0);
  }
}
@keyframes ScrollBar2 {
  0% {
    transform-origin: top left;
    transform-origin: top left;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top left;
    transform-origin: top left;
    transform: scaleY(1);
  }
  75% {
    transform-origin: bottom right;
    transform-origin: bottom right;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom right;
    transform-origin: bottom right;
    transform: scaleY(0);
  }
}
@keyframes slideTextFade {
  0%, 25% {
    opacity: 0;
    transform: translate(-10%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideTextFadeSub {
  0%, 45% {
    opacity: 0;
    transform: translate(-10%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideimg-lt {
  0% {
    background-size: 105% auto;
    background-position: left top;
  }
  100% {
    background-size: 100% auto;
    background-position: left top;
  }
}
@keyframes slideimg-lc {
  0% {
    background-position: left center;
    background-size: 105% auto;
  }
  100% {
    background-position: left center;
    background-size: 100% auto;
  }
}
@keyframes slideimg-lb {
  0% {
    background-size: 105% auto;
    background-position: left bottom;
  }
  100% {
    background-size: 100% auto;
    background-position: left bottom;
  }
}
@keyframes slideimg-rt {
  0% {
    background-size: 105% auto;
    background-position: right top;
  }
  100% {
    background-size: 100% auto;
    background-position: right top;
  }
}
@keyframes slideimg-rc {
  0% {
    background-size: 105% auto;
    background-position: right center;
  }
  100% {
    background-size: 100% auto;
    background-position: right center;
  }
}
@keyframes slideimg-rb {
  0% {
    background-size: 105% auto;
    background-position: right bottom;
  }
  100% {
    background-size: 100% auto;
    background-position: right bottom;
  }
}
/*==================================================================================================
    サイト基礎
==================================================================================================*/
/*==================================================================================================
    main
==================================================================================================*/
.top-join {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.5em 1.25em 1.25em;
}
@media screen and (max-width: 960px) {
  .top-join {
    padding: 0 1.25em 1em;
  }
}
.top-join__l .font-en {
  font-size: clamp(2.625em, 7vw, 6.375em);
  line-height: 1.3431372549;
  display: block;
}
.top-join__l .font-jp {
  font-size: clamp(1.125em, 2.5vw, 2.25em);
  display: block;
  margin-top: 0.5em;
}
.top-join__l .font-jp.slideinR.is-animated {
  animation: slideInR 0.75s cubic-bezier(0.33, 1, 0.68, 1) 3.3s forwards;
}
@media screen and (max-width: 960px) {
  .top-join__l .font-en {
    line-height: 1;
  }
  .top-join__l .font-jp {
    margin-top: 0.2em;
  }
}
.top-join__r {
  font-size: clamp(0.75em, 1vw, 0.875em);
  max-width: 30.5em;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .top-join__r {
    margin-top: 2.8571428571em;
  }
}
form.shop-search {
  margin-top: 3.75em;
  position: relative;
}
form.shop-search input {
  border: none;
  border-bottom: 1px solid #50504B;
  width: 100%;
  text-align: center;
  padding: 0.625em;
  background: transparent;
}
form.shop-search button {
  background: none;
  border: none;
  width: 2.125em;
  position: absolute;
  left: 1.25em;
  bottom: 0.625em;
}

.bbs-txt {
  font-weight: bold;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  color: #f0f0f0;
  font-size: clamp(5em, 10vw, 12.9375em);
  overflow: hidden;
  white-space: nowrap;
}
.bbs-txt p {
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.bbs-txt p span {
  flex-shrink: 0;
  display: block;
  padding-inline: 0.1em;
}
.bbs-txt p span:nth-child(odd) {
  animation: MoveLeft 24s -12s infinite linear;
}
.bbs-txt p span:nth-child(even) {
  animation: MoveLeft2 24s infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top-sec {
  padding: 4.375em 0;
  position: relative;
}
.top-sec *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 960px) {
  .top-sec {
    padding: 2.5em 0;
  }
}
.top-sec__head {
  padding: 0 15px;
  margin: 0 auto 2.5em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sec__head {
    margin-bottom: 1.5625em;
  }
}
.top-sec__head .head-main {
  font-size: clamp(1.375em, 2vw, 1.75em);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.top-sec__head2 {
  padding: 0 0.25em;
  font-size: clamp(2.75em, 6vw, 5.25em);
  color: #9DC938;
  margin-bottom: -0.5em;
  line-height: 1.4;
  z-index: 10;
  position: relative;
}
.top-sec__body {
  max-width: 1730px;
  margin: 0 auto;
  padding: 0 15px;
}
.top-sec__read {
  font-size: clamp(1.25em, 2vw, 2.25em);
  line-height: 2;
  margin-bottom: 1em;
}
.top-sec__txt {
  font-size: clamp(0.875em, 1vw, 1em);
  margin-bottom: 3em;
}
@media screen and (max-width: 960px) {
  .top-sec--main {
    padding-top: 0;
    padding-bottom: 3em;
  }
}
.top-sec--main .main-slider {
  position: relative;
}
.top-sec--main .main-slider .swiper-slide {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 45.7291666667%;
}
@media screen and (max-width: 768px) {
  .top-sec--main .main-slider .swiper-slide {
    padding-top: 80%;
    background-size: cover;
    background-position: center;
  }
}
.top-sec--main .main-slider .swiper-slide--01 {
  background-image: url(../img/top/main_slider01.jpg);
}
.top-sec--main .main-slider .swiper-slide--02 {
  background-image: url(../img/top/main_slider02.jpg);
}
.top-sec--main .main-slider .swiper-slide--03 {
  background-image: url(../img/top/main_slider03.jpg);
}
.top-sec--main .main-slider .swiper-slide--04 {
  background-image: url(../img/top/main_slider04.jpg);
}
.top-sec--main .main-slider .swiper-slide--05 {
  background-image: url(../img/top/main_slider05.jpg);
}
.top-sec--main .main-slider .swiper-slide--06 {
  background-image: url(../img/top/main_slider06.jpg);
}
.top-sec--main .main-slider .swiper-slide--07 {
  background-image: url(../img/top/main_slider07.jpg);
}
.top-sec--main .main-slider .swiper-slide--08 {
  background-image: url(../img/top/main_slider08.jpg);
}
.top-sec--main .main-slider .swiper-slide--09 {
  background-image: url(../img/top/main_slider09.jpg);
}
.top-sec--main .main-slider .swiper-slide--10 {
  background-image: url(../img/top/main_slider10.jpg);
}
.top-sec--main .main-slider .swiper-slide--11 {
  background-image: url(../img/top/main_slider11.jpg);
}
.top-sec--main .main-slider .swiper-slide--12 {
  background-image: url(../img/top/main_slider12.jpg);
}
.top-sec--main .main-slider .swiper-slide--13 {
  background-image: url(../img/top/main_slider13.jpg);
}
.top-sec--main .main-slider .swiper-slide__read {
  position: absolute;
  color: #FFF;
  padding: 4.1666666667vw;
}
@media screen and (max-width: 960px) {
  .top-sec--main .main-slider .swiper-slide__read {
    padding-left: 7.8125vw;
    padding-right: 7.8125vw;
  }
}
.top-sec--main .main-slider .swiper-slide__read--r {
  text-align: right;
}
.top-sec--main .main-slider .swiper-slide__read--lt {
  left: 0;
  top: 0;
}
.top-sec--main .main-slider .swiper-slide__read--lc {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.top-sec--main .main-slider .swiper-slide__read--lb {
  left: 0;
  bottom: 0;
}
.top-sec--main .main-slider .swiper-slide__read--rt {
  right: 0;
  top: 0;
}
.top-sec--main .main-slider .swiper-slide__read--rc {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.top-sec--main .main-slider .swiper-slide__read--rb {
  right: 0;
  bottom: 0;
}
.top-sec--main .main-slider .swiper-slide__read .s-right2-text {
  font-weight: bold;
  line-height: 1;
  font-size: max((9000vw/1920),24px);
  display: block;
  position: relative;
}
.top-sec--main .main-slider .swiper-slide__read .s-right2-text span {
  display: inline-block;
  background: #9DC938;
  padding: 0.1em 0.25em;
}
.top-sec--main .main-slider .swiper-slide__read .s-right2-text span:not(:first-child) {
  margin-top: 0.2em;
}
.top-sec--main .main-slider .swiper-slide__read .s-right2-sub {
  line-height: 1;
  font-size: max((2400vw/1920),9px);
  display: block;
  margin-top: 1.25vw;
  position: relative;
}
.top-sec--main .main-slider .swiper-slide__read .s-right2-sub span {
  display: inline-block;
  background: #50504B;
  padding: 0.35em 1em;
}
.top-sec--main .main-slider .swiper-slide__read .s-right2-sub span:not(:first-child) {
  margin-top: 0.4em;
}
@media screen and (min-width: 769px) {
  .top-sec--main .main-slider .swiper-slide.swiper-slide-active .s-right2-text {
    animation: slideTextFade 1s ease 0s 1 normal;
  }
}
@media screen and (min-width: 769px) {
  .top-sec--main .main-slider .swiper-slide.swiper-slide-active .s-right2-sub {
    animation: slideTextFadeSub 1s ease 0s 1 normal;
  }
}
@media screen and (min-width: 769px) {
  .top-sec--main .main-slider .swiper-slide.swiper-slide-active.swiper-slide--lt {
    animation: slideimg-lt 1s ease-out 0s 1 normal;
  }
}
@media screen and (min-width: 769px) {
  .top-sec--main .main-slider .swiper-slide.swiper-slide-active.swiper-slide--lc {
    animation: slideimg-lc 1s ease-out 0s 1 normal;
  }
}
@media screen and (min-width: 769px) {
  .top-sec--main .main-slider .swiper-slide.swiper-slide-active.swiper-slide--lb {
    animation: slideimg-lb 1s ease-out 0s 1 normal;
  }
}
@media screen and (min-width: 769px) {
  .top-sec--main .main-slider .swiper-slide.swiper-slide-active.swiper-slide--rt {
    animation: slideimg-rt 1s ease-out 0s 1 normal;
  }
}
@media screen and (min-width: 769px) {
  .top-sec--main .main-slider .swiper-slide.swiper-slide-active.swiper-slide--rc {
    animation: slideimg-rc 1s ease-out 0s 1 normal;
  }
}
@media screen and (min-width: 769px) {
  .top-sec--main .main-slider .swiper-slide.swiper-slide-active.swiper-slide--rb {
    animation: slideimg-rb 1s ease-out 0s 1 normal;
  }
}
.top-sec--main .main-slider .swiper-button-prev,
.top-sec--main .main-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  font-size: clamp(0.5em, 1vw, 1em);
  width: 1.25em;
  height: 2.3125em;
  margin-top: 0;
  z-index: 10;
  transform: translate(0, -50%);
  cursor: pointer;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.top-sec--main .main-slider .swiper-button-prev {
  left: 1em;
  background-image: url(../img/common/arrow_l_slider.svg);
}
.top-sec--main .main-slider .swiper-button-next {
  right: 1em;
  background-image: url(../img/common/arrow_r_slider.svg);
}
.top-sec--main .main-slider .swiper-pagination {
  position: absolute;
  width: 100%;
  line-height: 1;
  margin-top: 1em;
}
.top-sec--main .main-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.25em;
  background: transparent;
  border: 1px solid #50504B;
  width: 0.75em;
  height: 0.75em;
}
.top-sec--main .main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #50504B;
  border: 1px solid #50504B;
}
.top-sec--news {
  padding-bottom: 9.375em;
}
@media screen and (max-width: 768px) {
  .top-sec--news {
    padding-bottom: 5.625em;
  }
}
.top-sec--news .head-main {
  display: block;
}
.top-sec--news .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .top-sec--news .inner {
    display: block;
  }
}
.top-sec--news .inner .news-cont {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-sec--news .inner .news-cont {
    margin-bottom: 1.5625em;
  }
}
.top-sec--news .inner .news-cont .view-btn {
  text-align: center;
}
.top-sec--news .inner .news-cont .view-btn a {
  display: inline-block;
  text-decoration: none;
  font-size: clamp(0.875em, 2vw, 1.125em);
  color: #50504B;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #50504B;
}
.top-sec--news .inner .top-sec__body {
  width: 57.2916666667%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .top-sec--news .inner .top-sec__body {
    width: 100%;
  }
}
.top-sec--news .news-slider {
  margin-bottom: 6.25em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top-sec--news .news-slider {
    margin-bottom: 3.125em;
  }
}
.top-sec--news .news-slider a {
  display: block;
  color: #50504B;
  text-decoration: none;
}
.top-sec--news .news-slider a time {
  display: block;
  margin-top: 0.75em;
  font-weight: 600;
}
.top-sec--news .news-slider a .news-txt {
  margin-top: 0.25em;
  font-size: clamp(0.875em, 2vw, 1.125em);
}
.top-sec--news .news-slider .swiper-container {
  overflow: hidden;
}
.top-sec--news .news-slider .swiper-button-prev,
.top-sec--news .news-slider .swiper-button-next {
  position: absolute;
  font-size: clamp(0.875em, 1vw, 1em);
  top: calc(100% + 3em);
  left: auto;
  right: auto;
  width: 4.5em;
  height: 2.25em;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top-sec--news .news-slider .swiper-button-prev,
  .top-sec--news .news-slider .swiper-button-next {
    top: calc(100% + 1em);
  }
}
.top-sec--news .news-slider .swiper-button-prev {
  left: 0;
  background-image: url(../img/common/arrow_l_news.svg);
}
@media screen and (max-width: 768px) {
  .top-sec--news .news-slider .swiper-button-prev {
    left: auto;
    right: calc(50% + 1em);
  }
}
.top-sec--news .news-slider .swiper-button-next {
  left: 12.5em;
  background-image: url(../img/common/arrow_r_news.svg);
}
@media screen and (max-width: 768px) {
  .top-sec--news .news-slider .swiper-button-next {
    left: calc(50% + 1em);
  }
}
.top-sec--open {
  padding-bottom: 8.75em;
}
@media screen and (max-width: 960px) {
  .top-sec--open {
    padding: 4.375em 0;
  }
}
.top-sec--open .top-sec__head {
  padding: 0;
}
.top-sec--open .top-sec__head .font-jp {
  display: block;
  font-size: clamp(0.875em, 1.2vw, 1.25em);
}
.top-sec--open .top-sec__head .font-en {
  margin-top: 0.2em;
  display: block;
  font-size: clamp(2.25em, 3vw, 2.75em);
}
.top-sec--open .top-sec__body {
  padding: 0;
  max-width: none;
}
.top-sec--open .open-slider {
  margin-bottom: 6.25em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top-sec--open .open-slider {
    margin-bottom: 3.125em;
  }
}
.top-sec--open .open-slider a {
  display: block;
  color: #50504B;
  text-decoration: none;
}
.top-sec--open .open-slider a time {
  display: block;
  margin-top: 0.75em;
  font-weight: 600;
  padding: 5px 7px;
}
.top-sec--open .open-slider a .open-txt {
  margin-top: 0.25em;
  font-size: clamp(0.875em, 2vw, 1.125em);
  padding: 7px;
}
.top-sec--open .open-slider .swiper-container {
  overflow: hidden;
}
.top-sec--open .open-slider .swiper-button-prev,
.top-sec--open .open-slider .swiper-button-next {
  position: absolute;
  font-size: clamp(0.875em, 1vw, 1em);
  top: calc(100% + 3em);
  left: auto;
  right: auto;
  width: 4.5em;
  height: 2.25em;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .top-sec--open .open-slider .swiper-button-prev,
  .top-sec--open .open-slider .swiper-button-next {
    top: calc(100% + 1em);
  }
}
.top-sec--open .open-slider .swiper-button-prev {
  right: calc(50% + 3em);
  background-image: url(../img/common/arrow_l_news.svg);
}
@media screen and (max-width: 768px) {
  .top-sec--open .open-slider .swiper-button-prev {
    right: calc(50% + 1em);
  }
}
.top-sec--open .open-slider .swiper-button-next {
  left: calc(50% + 3em);
  background-image: url(../img/common/arrow_r_news.svg);
}
@media screen and (max-width: 768px) {
  .top-sec--open .open-slider .swiper-button-next {
    left: calc(50% + 1em);
  }
}
.top-sec--about {
  padding-top: 0;
}
.top-sec--about .top-sec__head {
  margin-bottom: 5.625em;
}
@media screen and (max-width: 960px) {
  .top-sec--about .top-sec__head {
    margin-bottom: 1.875em;
  }
}
.top-sec--about .about-category {
  padding: 0 5%;
}
.top-sec--about .about-category__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4.1666666667%;
}
.top-sec--about .about-category__list:after {
  content: "";
  width: 31.5%;
}
@media screen and (max-width: 768px) {
  .top-sec--about .about-category__list {
    display: block;
  }
  .top-sec--about .about-category__list:not(:first-child) {
    margin-top: 1.5em;
  }
}
.top-sec--about .about-category__list li {
  width: 31.5%;
  color: #50504B;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .top-sec--about .about-category__list li {
    width: 100%;
  }
  .top-sec--about .about-category__list li:not(:first-child) {
    margin-top: 1.5em;
  }
}
.top-sec--about .about-category__list li a {
  text-decoration: none;
  color: #50504B;
  display: block;
}
.top-sec--about .about-category__list li .about-thum {
  overflow: hidden;
  border-radius: 2.5em;
  font-size: clamp(0.5em, 1vw, 1em);
}
.top-sec--about .about-category__list li .about-thum img {
  transition: transform 0.6s ease;
}
.top-sec--about .about-category__list li .about-thum img:hover {
  transform: scale(1.1);
  opacity: 1;
}
.top-sec--about .about-category__list li .about-txt {
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  color: #9DC938;
  font-size: clamp(1.125em, 1.6vw, 1.375em);
}
.top-sec--about .about-category__list li .about-subtxt {
  font-size: clamp(0.75em, 1vw, 1em);
  margin-top: 1em;
  text-align: center;
}
.top-sec--about .about-category__list li .about-cont {
  position: relative;
  padding: 0 0 0.5em;
}
.top-sec--about .about-category__list li .about-cont:before, .top-sec--about .about-category__list li .about-cont:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0.90625em;
  height: 100%;
  border-top: 1px solid #9DC938;
  border-bottom: 1px solid #9DC938;
}
.top-sec--about .about-category__list li .about-cont:before {
  left: 0;
  border-left: 1px solid #9DC938;
}
.top-sec--about .about-category__list li .about-cont:after {
  right: 0;
  border-right: 1px solid #9DC938;
}
.top-sec--about .about-category__list--wide li {
  width: 100%;
}
.top-sec--about .about-read {
  text-align: center;
  font-size: clamp(0.875em, 2vw, 1.125em);
  padding: 0 20px;
  margin: 2.7777777778em 0 0;
}
.top-sec--about .about-btn {
  max-width: 312px;
  margin: 3.125em auto 0;
}
.top-sec--review {
  background: url(../img/top/review_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 961px) {
  .top-sec--review {
    margin-top: 6.25em;
    height: 75vw;
    max-height: 85vh;
  }
}
@media screen and (max-width: 960px) {
  .top-sec--review {
    padding: 20% 20px;
  }
}
@media screen and (min-width: 961px) {
  .top-sec--review .inner {
    position: absolute;
    left: 61.6145833333%;
    right: 5.2083333333%;
    top: 50%;
    max-width: 520px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .top-sec--review .inner {
    position: static;
    max-width: none;
    background: rgba(255, 255, 255, 0.85);
    padding: 1.5em;
  }
}
.top-sec--review .top-sec__head {
  text-align: left;
  padding: 0;
}
.top-sec--review .top-sec__head .font-en {
  font-size: clamp(2.25em, 5vw, 5em);
  line-height: 1.2125;
}
@media screen and (max-width: 960px) {
  .top-sec--review .top-sec__txt {
    font-weight: bold;
  }
}
.top-sec--review .review-btn {
  max-width: 312px;
  font-size: clamp(0.75em, 1vw, 0.875em);
}
@media screen and (max-width: 960px) {
  .top-sec--review .review-btn {
    margin: 0 auto;
  }
}
.top-sec--shop {
  background: #DBE0DC;
  padding: 6.25em 20px;
}
@media screen and (max-width: 960px) {
  .top-sec--shop {
    padding: 3.75em 20px;
  }
}
.top-sec--shop .top-sec__head {
  margin-bottom: 0.625em;
}
.top-sec--shop .shop-cont {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .top-sec--shop .shop-cont {
    display: block;
    margin-bottom: 3em;
  }
}
.top-sec--shop .shop-cont .shop-img {
  max-width: 660px;
  width: 46.4788732394%;
}
@media screen and (max-width: 960px) {
  .top-sec--shop .shop-cont .shop-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}
.top-sec--shop .shop-cont__num {
  width: 52.676056338%;
}
@media screen and (max-width: 960px) {
  .top-sec--shop .shop-cont__num {
    width: 100%;
  }
}
.top-sec--shop .shop-cont__ttl {
  text-align: center;
  font-size: clamp(1.25em, 2vw, 2em);
  margin-bottom: 0.5em;
}
.top-sec--shop .shop-cont__ttl img {
  width: 4.0625em;
  vertical-align: middle;
  margin-right: 0.25em;
}
.top-sec--shop .shop-cont__sub {
  text-align: center;
  font-size: clamp(0.625em, 1vw, 0.875em);
  margin-bottom: 3em;
  font-weight: bold;
}
.top-sec--shop .shop-cont__area {
  margin-top: 0;
}
.top-sec--shop .shop-cont__area li {
  margin-top: 0;
  margin-bottom: 4px;
}
.top-sec--shop .shop-cont__area li a {
  display: block;
  color: #FFF;
  padding: 0.5em 1em;
  background: #333;
  font-weight: bold;
  font-size: clamp(0.75em, 1vw, 1em);
}
.top-sec--shop .shop-cont__area li a:hover {
  opacity: 0.9;
}
.top-sec--shop .shop-cont__area li.area01 a {
  background-color: #6b7f98;
}
.top-sec--shop .shop-cont__area li.area02 a {
  background-color: #4d5d6f;
}
.top-sec--shop .shop-cont__area li.area03 a {
  background-color: #bfc4a1;
}
.top-sec--shop .shop-cont__area li.area04 a {
  background-color: #836d89;
}
.top-sec--shop .shop-cont__area li.area05 a {
  background-color: #619c96;
}
.top-sec--shop .shop-cont__area li.area06 a {
  background-color: #6990b8;
}
.top-sec--shop .shop-cont__area li.area07 a {
  background-color: #02696f;
}
.top-sec--shop .shop-cont__area li.area08 a {
  background-color: #6195a3;
}
.top-sec--shop .shop-cont__area li.area09 a {
  background-color: #98889b;
}
.top-sec--shop .shop-cont__area li.area10 a {
  background-color: #606374;
}
.top-sec--shop .shop-search {
  max-width: 500px;
  font-size: clamp(0.75em, 1vw, 0.875em);
  margin: 0 auto;
}
.top-sec--shop .shop-btn {
  max-width: 312px;
  margin: 3.125em auto 0;
}
.top-sec--service {
  text-align: center;
  padding: 9.375em 20px;
}
@media screen and (max-width: 960px) {
  .top-sec--service {
    padding: 3.75em 20px;
  }
}
.top-sec--service .top-sec__body {
  padding-left: 0;
  padding-right: 0;
}
.top-sec--machine {
  background: url(../img/top/machine_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  padding-top: 8em;
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  .top-sec--machine {
    padding: 3.75em 20px;
  }
}
.top-sec--machine .inner {
  background: #FFF;
  padding: 3%;
  width: 42.4479166667%;
  margin-right: 4.1666666667%;
}
@media screen and (max-width: 768px) {
  .top-sec--machine .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    width: 100%;
    margin-right: 0;
  }
}
.top-sec--machine .inner .machine-scroll {
  position: absolute;
  top: 0;
  right: 4.914004914%;
  width: 19.2874692875%;
  margin-top: -22.113022113%;
}
@media screen and (max-width: 768px) {
  .top-sec--machine .inner .machine-scroll {
    width: 64px;
    margin-top: -75px;
  }
}
.top-sec--machine .top-sec__head {
  text-align: left;
  padding: 0;
}
.top-sec--machine .top-sec__head .font-en {
  display: block;
}
.top-sec--machine .top-sec__head .font-jp {
  display: block;
  font-size: 1.5em;
  margin-top: 0.5em;
}
.top-sec--machine .top-sec__head .head-logo {
  max-width: 11.25em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.top-sec--machine .top-sec__txt {
  line-height: 2.3333333333;
}
.top-sec--machine .machine-btn {
  max-width: 312px;
  font-size: clamp(0.75em, 1vw, 0.875em);
  margin: 0 auto;
}
.top-sec--start {
  padding-top: 9.375em;
}
@media screen and (max-width: 960px) {
  .top-sec--start {
    padding-top: 5em;
  }
}
.top-sec--start .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1264px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .top-sec--start .inner {
    display: block;
  }
}
.top-sec--start .start-cont {
  width: 41.9303797468%;
}
@media screen and (max-width: 640px) {
  .top-sec--start .start-cont {
    width: 50%;
    margin: 0 auto 2em;
  }
}
.top-sec--start .top-sec__head {
  text-align: left;
  padding: 0;
  margin-bottom: 1.5em;
}
.top-sec--start .top-sec__head .font-en {
  display: block;
  font-size: clamp(2.625em, 5vw, 5.25em);
  letter-spacing: 0;
}
.top-sec--start .top-sec__read {
  font-size: clamp(1.25em, 2vw, 1.5em);
  line-height: 1.75;
}
.top-sec--start .top-sec__txt {
  font-size: clamp(0.8125em, 1vw, 1.125em);
  line-height: 1.9444444444;
}
.top-sec--start .top-sec__body {
  width: 57.2916666667%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .top-sec--start .top-sec__body {
    width: 100%;
  }
}
.top-sec--start .start-join {
  display: flex;
  align-items: center;
  color: #9DC938;
}
@media screen and (max-width: 640px) {
  .top-sec--start .start-join {
    justify-content: center;
  }
}
.top-sec--start .start-join__qr {
  width: 8.5625em;
}
@media screen and (max-width: 640px) {
  .top-sec--start .start-join__qr {
    display: none;
  }
}
.top-sec--start .start-join__sp {
  text-align: center;
  margin-left: 3em;
}
@media screen and (max-width: 640px) {
  .top-sec--start .start-join__sp {
    margin-left: 0;
  }
}
.top-sec--start .start-join__sp p {
  font-weight: bold;
  font-size: clamp(1em, 1vw, 1.125em);
  margin-bottom: 1.5em;
}
.top-sec--start .start-join__sp p span {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #9DC938;
  position: relative;
}
.top-sec--start .start-join__sp p span:after {
  content: "";
  width: 1px;
  height: 1em;
  background: #9DC938;
  position: absolute;
  top: calc(100% + 1px);
  right: 20%;
  transform: rotate(45deg);
  transform-origin: top right;
}
.top-sec--start .start-join__sp a {
  font-size: clamp(2.25em, 3vw, 2.875em);
  line-height: 1;
  font-weight: bold;
  color: #9DC938;
  text-decoration: none;
}
.top-sec--start .step-list {
  max-width: 1304px;
  margin: 3em auto 0;
  padding: 0 20px;
  font-size: clamp(0.75em, 1vw, 1em);
}
.top-sec--start .step-list dl {
  border: 1px solid #50504B;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-sec--start .step-list dl + dl {
  margin-top: 3em;
}
@media screen and (max-width: 640px) {
  .top-sec--start .step-list dl + dl {
    margin-top: 1em;
  }
}
.top-sec--start .step-list dl.bk {
  background: #50504B;
  color: #FFF;
}
.top-sec--start .step-list dl dt {
  text-align: center;
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-size: 1.375em;
  font-weight: 600;
  width: 10em;
}
@media screen and (max-width: 640px) {
  .top-sec--start .step-list dl dt {
    width: 8em;
  }
}
.top-sec--start .step-list dl dd {
  padding: 2em;
  flex: 1;
}
@media screen and (max-width: 640px) {
  .top-sec--start .step-list dl dd {
    padding: 1em 1em 1em 0;
  }
}
.top-sec--start .step-list dl dd .txt-main {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}
.top-sec--start .step-list dl dd .txt-sub {
  display: block;
  font-size: 1.125em;
  margin-top: 0.5em;
}
.top-sec--start .step-credit {
  border: 1px solid #50504B;
  padding: 2em;
  text-align: center;
  margin-top: 3em;
}
.top-sec--start .step-credit__ttl {
  font-size: 1.5em;
  margin-bottom: 1em;
}
.top-sec--start .step-credit__txt {
  font-size: 1.125em;
}
.top-sec--faq .inner {
  max-width: 1304px;
  padding: 0 20px;
  margin: 0 auto 1.875em;
}
.top-sec--faq .faq-list {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  transition: 0.3s;
  font-size: clamp(0.75em, 1vw, 1em);
}
.top-sec--faq .faq-list:not(:last-child) {
  margin-bottom: 3em;
}
@media screen and (max-width: 640px) {
  .top-sec--faq .faq-list:not(:last-child) {
    margin-bottom: 1em;
  }
}
.top-sec--faq .faq-list[open] {
  background: #FFF;
  border-color: #50504B;
}
.top-sec--faq .faq-list[open] .faq-list__head:after {
  background-image: url(../img/common/minus.svg);
}
.top-sec--faq .faq-list__head {
  font-size: 1.25em;
  padding: 1.5em 2.5em 1.5em 5em;
  width: auto;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .top-sec--faq .faq-list__head {
    padding-left: 3.5em;
  }
}
.top-sec--faq .faq-list__head:before {
  content: "Q";
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  position: absolute;
  top: 0.6em;
  left: 1.5em;
}
@media screen and (max-width: 640px) {
  .top-sec--faq .faq-list__head:before {
    left: 1em;
  }
}
.top-sec--faq .faq-list__head:after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  transform: translate(0, -50%);
  top: 50%;
  background: url(../img/common/plus.svg) no-repeat;
  background-position: center;
}
.top-sec--faq .faq-list__body {
  font-size: 1.125em;
  padding: 0.5555555556em 2.7777777778em 1.6666666667em 5.5555555556em;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top-sec--faq .faq-list__body {
    padding-left: 3.8888888889em;
  }
}
.top-sec--faq .faq-list__body:before {
  content: "A";
  font-family: "Montserrat", "M PLUS Rounded 1c", 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  font-size: 1.6666666667em;
  color: #9DC938;
  position: absolute;
  top: 0.25em;
  left: 1.5em;
}
@media screen and (max-width: 640px) {
  .top-sec--faq .faq-list__body:before {
    left: 1em;
  }
}
.top-sec--faq .faq-list__body a {
  text-decoration: underline;
  color: #9DC938;
}
.top-sec--faq .faq-list__body a:hover {
  text-decoration: none;
}/*# sourceMappingURL=top.css.map */