@charset "UTF-8";
main {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 1px;
  color: #333;
}

main p {
  font-size: 16px;
}
main a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  color: #333;
  text-decoration: none;
}
main a:hover, main a:active {
  opacity: 0.6;
}
main img {
  max-width: 100%;
  vertical-align: bottom;
}
main ul,
main li {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
main dl,
main dt,
main dd {
  margin: 0;
  padding: 0;
}
main p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 auto;
}
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main *:focus {
  outline: none;
}
main h1,
main h2,
main h3,
main h4,
main h5 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

body.menu-open {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

.container {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .container img {
    max-width: 100%;
  }
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.m-bt a {
  display: inline-block;
  min-width: 280px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #009245;
  border: 1px solid #009245;
  border-radius: 50px;
  padding: 12px 20px;
}
.m-bt a:hover {
  background: #fff;
  color: #009245;
}
@media screen and (max-width: 767px) {
  .m-bt a {
    min-width: 280px;
    padding: 10px 20px;
  }
}

#header .bt-official {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 135px;
}
@media screen and (max-width: 767px) {
  #header .bt-official {
    right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #header .bt-official {
    right: 40px;
  }
}
#header .bt-official a {
  font-size: 16px;
  font-weight: 700;
  color: #349599;
  border: 1px solid #349599;
  border-radius: 10px;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  #header .bt-official a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
#header .bt-official a:hover {
  opacity: 1;
  color: #fff;
  background-color: #349599;
}

#fixed-bt-area {
  position: fixed;
  top: 120px;
  right: 25px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  #fixed-bt-area {
    top: 70px;
    right: 15px;
  }
}
#fixed-bt-area .fixed-bt-gmenu svg,
#fixed-bt-area .fixed-bt-shop .ico_shop svg,
#fixed-bt-area .fixed-bt-shop .frame svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#fixed-bt-area .fixed-bt-gmenu svg .cls-1,
#fixed-bt-area .fixed-bt-shop .ico_shop svg .cls-1,
#fixed-bt-area .fixed-bt-shop .frame svg .cls-1 {
  fill: currentColor;
}
#fixed-bt-area .fixed-bt-gmenu svg .cls-2,
#fixed-bt-area .fixed-bt-shop .ico_shop svg .cls-2,
#fixed-bt-area .fixed-bt-shop .frame svg .cls-2 {
  stroke: currentColor;
  fill: none;
}
#fixed-bt-area .fixed-bt-gmenu svg .cls-3,
#fixed-bt-area .fixed-bt-shop .ico_shop svg .cls-3,
#fixed-bt-area .fixed-bt-shop .frame svg .cls-3 {
  stroke: currentColor;
  fill: none;
}
#fixed-bt-area.scrolled .fixed-bt-gmenu svg,
#fixed-bt-area.scrolled .fixed-bt-shop .ico_shop svg,
#fixed-bt-area.scrolled .fixed-bt-shop .frame svg {
  color: #000;
}
#fixed-bt-area .fixed-bt-gmenu {
  width: 49px;
  margin: 0 auto 48px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #fixed-bt-area .fixed-bt-gmenu {
    width: 40px;
    margin-bottom: 20px;
  }
}
#fixed-bt-area .fixed-bt-shop {
  position: relative;
  width: 108px;
  height: 108px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #fixed-bt-area .fixed-bt-shop {
    width: 80px;
    height: 80px;
  }
}
#fixed-bt-area .fixed-bt-shop a {
  width: 100%;
  height: 100%;
  display: block;
}
#fixed-bt-area .fixed-bt-shop .ico_shop {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}
#fixed-bt-area .fixed-bt-shop .ico_shop svg {
  width: 40px;
}
@media screen and (max-width: 767px) {
  #fixed-bt-area .fixed-bt-shop .ico_shop svg {
    width: 30px;
  }
}
#fixed-bt-area .fixed-bt-shop .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#fixed-bt-area .fixed-bt-shop .frame svg {
  -webkit-animation-name: gmenu-shop-spin;
          animation-name: gmenu-shop-spin;
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#fixed-gmenu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  z-index: 1000;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #fixed-gmenu .fixed-gmenu-content {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (min-width: 1024px) {
  #fixed-gmenu .fixed-gmenu-content {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .fixed-gmenu-content {
    width: 100%;
    padding: 80px 12px 60px;
  }
}
#fixed-gmenu h2 {
  width: 441px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu h2 {
    width: 210px;
    margin: 0 0 50px;
  }
}
#fixed-gmenu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#fixed-gmenu .menu-list ul {
  text-align: left;
}
#fixed-gmenu .menu-list ul li {
  width: 100%;
  margin: 0;
}
#fixed-gmenu .menu-list ul li img {
  height: 52px;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul li img {
    height: 40px;
  }
}
#fixed-gmenu .menu-list ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
  color: #fff;
}
#fixed-gmenu .menu-list ul li a:before {
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 25px;
  height: 25px;
  content: "";
  background-image: url("../images/gmenu_ico_arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul li a:before {
    width: 17px;
    height: 17px;
  }
}
#fixed-gmenu .menu-list ul li:not(#fixed-gmenu .menu-list ul li:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul li:not(#fixed-gmenu .menu-list ul li:last-child) {
    margin-bottom: 20px;
  }
}
#fixed-gmenu .menu-list ul:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul:nth-child(1) {
    width: 100%;
  }
}
#fixed-gmenu .menu-list ul:nth-child(1) li {
  width: 258px;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul:nth-child(1) li {
    width: 100%;
  }
}
#fixed-gmenu .menu-list ul:nth-child(2) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul:nth-child(2) {
    width: 100%;
  }
}
#fixed-gmenu .menu-list ul:nth-child(2) li {
  width: 505px;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul:nth-child(2) li {
    width: 100%;
  }
}
#fixed-gmenu .menu-list ul .shop {
  width: 330px !important;
  padding: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul .shop {
    width: 100% !important;
    padding-top: 20px;
  }
}
#fixed-gmenu .menu-list ul .shop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.5px solid #fff;
  border-radius: 50px;
  padding: 15px 48px;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul .shop a {
    padding: 15px 48px;
  }
}
#fixed-gmenu .menu-list ul .shop a img {
  height: 27px;
  margin-right: 18px;
}
#fixed-gmenu .menu-list ul .shop a p {
  font-size: 20px;
  font-weight: 700;
}
#fixed-gmenu .menu-list ul .shop a:before {
  display: none;
}
#fixed-gmenu .menu-list ul .shop a:hover {
  opacity: 1;
  border: 1.5px solid #009245;
  background-color: #009245;
}
#fixed-gmenu .menu-list ul .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 10px 0 0;
}
#fixed-gmenu .menu-list ul .related p {
  width: calc(100% - 410px);
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul .related p {
    width: calc(100% - 243px);
  }
}
#fixed-gmenu .menu-list ul .related .arrow {
  width: 230px;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .menu-list ul .related .arrow {
    width: 63px;
    padding: 0 15px;
  }
}
#fixed-gmenu .menu-list ul .related .arrow img {
  height: auto;
}
#fixed-gmenu .menu-list ul .related .item {
  width: 180px;
  display: block;
}
#fixed-gmenu .menu-list ul .related .item img {
  height: auto;
}
#fixed-gmenu .menu-list ul .related .item a:before {
  display: none;
}
#fixed-gmenu .bt-close {
  position: absolute;
  top: 133px;
  right: 47px;
  width: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #fixed-gmenu .bt-close {
    z-index: 1;
    position: fixed;
    top: 75px;
    right: 22px;
  }
}

.sct-mv {
  position: relative;
  height: 56.2142857143vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sct-mv {
    height: 134.1333333333vw;
  }
}
.sct-mv .container {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .sct-mv .container {
    padding: 0;
  }
}
.sct-mv .mv-slider {
  overflow: hidden;
  height: 100%;
  z-index: -1;
}
.sct-mv .mv-slider .mv-slider-item {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.sct-mv .mv-slider .mv-slider-item img {
  display: block;
  width: 107%;
  max-width: 107%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: toLeft 28s infinite linear;
          animation: toLeft 28s infinite linear;
}
.sct-mv .mv-slider .mv-slider-item:nth-child(1) img {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sct-mv .mv-slider .mv-slider-item:nth-child(2) img {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.sct-mv .mv-slider .mv-slider-item:nth-child(3) img {
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}
.sct-mv .mv-slider .mv-slider-item:nth-child(4) img {
  -webkit-animation-delay: 21s;
          animation-delay: 21s;
}

@-webkit-keyframes toLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 0;
  }
  3% { /* フェードイン開始 */
    opacity: 0.4;
  }
  8% { /* フェードイン完了 */
    opacity: 1;
  }
  25% { /* 表示のメイン時間 */
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
    opacity: 1;
  }
  28% { /* フェードアウト開始 */
    opacity: 0.6;
  }
  32% { /* フェードアウト完了 */
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
    opacity: 0;
  }
}

@keyframes toLeft {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 0;
  }
  3% { /* フェードイン開始 */
    opacity: 0.4;
  }
  8% { /* フェードイン完了 */
    opacity: 1;
  }
  25% { /* 表示のメイン時間 */
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
    opacity: 1;
  }
  28% { /* フェードアウト開始 */
    opacity: 0.6;
  }
  32% { /* フェードアウト完了 */
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-6%);
            transform: translateX(-6%);
    opacity: 0;
  }
}
.sct-buggy__wave {
  width: 100%;
  background-color: transparent;
}

.sct-buggy {
  margin-top: -60px;
  margin-top: calc(-1.7142857143vw + 1px);
  /* 24は.sct-buggy__wave内の画像の高さを示している。この数値は本来70。ただし画像本来の高さを指定するとMVのサイズが小さくなるので、24に縮めている。+1pxは見切れて下層レイヤーが透けることを防ぐために設定。 */
}
@media screen and (max-width: 767px) {
  .sct-buggy {
    margin-top: -30px;
    margin-top: calc(-4.2666666667vw + 1px);
  }
}
.sct-buggy h2 {
  margin-top: calc(-5vw + 1px - 4.4285714286vw);
  /* 70は.sct-buggy__wave内の画像の高さを示している。+1pxは見切れて下層レイヤーが透けることを防ぐために設定。62はh2の画像内で透かせたい分の高さを示している。 */
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sct-buggy h2 {
    margin-top: calc(-13.3333333333vw + 1px - 5.3333333333vw);
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-buggy h2 {
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
.sct-buggy .container {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sct-buggy .container {
    padding-bottom: 80px;
  }
}
.sct-buggy .buggy-content {
  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;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sct-buggy .buggy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sct-buggy .buggy-content-txt {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sct-buggy .buggy-content-txt {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sct-buggy .buggy-content-txt h3 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sct-buggy .buggy-content-txt h3 {
    margin-bottom: 28px;
  }
}
.sct-buggy .buggy-content-txt h3 img {
  width: 560px;
}
@media screen and (max-width: 767px) {
  .sct-buggy .buggy-content-txt h3 img {
    width: 220px;
  }
}
.sct-buggy .buggy-content-txt h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  padding-left: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sct-buggy .buggy-content-txt h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.sct-buggy .buggy-content-txt .txt {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  padding-left: 24px;
  margin-bottom: 50px;
}
.sct-buggy .buggy-content-txt .txt p {
  margin-bottom: 1.25em;
}
.sct-buggy .buggy-content-txt .txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sct-buggy .buggy-content-txt .txt {
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.sct-buggy .buggy-content-image {
  width: 50%;
  background-image: url(../images/buggy-photo_bg@2x.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: -90px;
}
@media screen and (max-width: 767px) {
  .sct-buggy .buggy-content-image {
    width: 110%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-size: 110%;
    background-position: left top 100px;
    margin-left: -20px;
    margin-right: -40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-buggy .buggy-content-image {
    margin-right: 0;
  }
}
.sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider.active {
  display: block;
}
.sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider .buggy-slider-item img {
  width: 300px;
  display: block;
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider .buggy-slider-item img {
    width: 240px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider .buggy-slider-item img {
    margin-left: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider .buggy-slider-item img {
    margin-left: 60px;
  }
}
.sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider ul.slick-dots {
  bottom: -35px;
}
.sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider ul.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider ul.slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider ul.slick-dots li button {
    border-width: 1px;
  }
}
.sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider ul.slick-dots li button:before {
  font-size: 0;
  pointer-events: none;
}
.sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider ul.slick-dots li.slick-active button {
  background-color: #000;
}
.sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.sct-buggy .buggy-content-image .buggy-content-slider .buggy-slider .slick-slide.slick-active {
  position: relative;
  z-index: 1;
  -webkit-animation-name: BuggyfadeInFromRight;
          animation-name: BuggyfadeInFromRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.sct-buggy .buggy-content-image .buggy-content-slider .slick-slider {
  margin-bottom: 0;
}
.sct-buggy .photo {
  pointer-events: none;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .sct-buggy .photo {
    padding-left: 0;
    padding-right: 40px;
  }
}
.sct-buggy .photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .sct-buggy .photo li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .sct-buggy .photo li {
    width: 100%;
  }
}
.sct-buggy .photo li:nth-child(1) {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .sct-buggy .photo li:nth-child(1) {
    padding-top: 70px;
    padding-left: 84px;
  }
}
@media screen and (max-width: 767px) {
  .sct-buggy .photo li:nth-child(2) {
    padding-right: 84px;
  }
}
.sct-buggy .photo img {
  width: 100%;
  height: auto;
}

.sct-logos {
  background-image: url(../images/logos-bg@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-logos {
    background: none;
  }
}
.sct-logos .logos-content {
  max-width: 700px;
  width: 33%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 75px 60px 90px 60px;
  padding-bottom: 70px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-logos .logos-content {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-logos .logos-content {
    width: 50%;
  }
}
.sct-logos .logos-content h2 {
  margin-bottom: 40px;
}
.sct-logos .logos-content h2 img {
  width: 260px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sct-logos .logos-content h2 {
    margin-bottom: 30px;
  }
  .sct-logos .logos-content h2 img {
    width: 216px;
  }
}
.sct-logos .logos-content .logos-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 auto 40px;
}
.sct-logos .logos-content .logos-txt p {
  margin-bottom: 1.5em;
}
.sct-logos .logos-content .logos-txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sct-logos .logos-content .logos-txt {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sct-logos {
    background: none;
    display: grid;
    grid-template-columns: 1fr minmax(320px, 33%);
  }
  .sct-logos .logos-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 600px;
  }
  .sct-logos .logos-content {
    width: 100%;
    max-width: 100%;
    background: #fff;
    padding: 0 13%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sct-features {
  background-image: url(../images/features-bg1@2x.png), url(../images/features-bg2@2x.png), url(../images/features-bg3@2x.png);
  background-size: 108px, 420px, 329px;
  background-position: right 175px top 91px, left top 238px, right bottom 750px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-features {
    background-size: 53px, 420px, 329px;
    background-position: right 10px top 55px, left top 238px, right bottom 750px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-features {
    background-size: 100px, 200px, 180px;
    background-position: right 10px top 55px, left top 238px, right bottom 750px;
  }
}
.sct-features .container {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .sct-features .container {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}
.sct-features h2 {
  text-align: left;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .sct-features h2 {
    text-align: center;
    margin: 50px auto 45px;
  }
}
.sct-features h2 img {
  width: 455px;
}
@media screen and (max-width: 767px) {
  .sct-features h2 img {
    width: 279px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-features h2 img {
    width: 279px;
  }
}
.sct-features .features-memo {
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.05em;
  padding-right: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sct-features .features-memo {
    padding-right: 0;
    margin-bottom: 45px;
  }
}
.sct-features .features-memo p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sct-features .features-memo p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .sct-features .features-memo {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.sct-features .features-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-features .features-list ul {
    gap: 40px;
  }
}
.sct-features .features-list ul li {
  text-align: left;
}
.sct-features .features-list ul li .feature-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li .feature-img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.sct-features .features-list ul li .feature-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li .feature-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
.sct-features .features-list ul li .feature-detail .txt {
  width: calc(100% - 460px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li .feature-detail .txt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-features .features-list ul li .feature-detail .txt {
    width: 60%;
  }
}
.sct-features .features-list ul li .feature-detail .txt h3 {
  text-align: right;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li .feature-detail .txt h3 {
    text-align: center;
    margin-bottom: 44px;
  }
}
.sct-features .features-list ul li .feature-detail .txt h3 img {
  height: 79px;
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li .feature-detail .txt h3 img {
    height: 63px;
  }
}
.sct-features .features-list ul li .feature-detail .txt p {
  width: 500px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li .feature-detail .txt p {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-features .features-list ul li .feature-detail .txt p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li .feature-detail .txt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.sct-features .features-list ul li .feature-detail .image {
  width: 460px;
}
.sct-features .features-list ul li .feature-detail .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li .feature-detail .image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-features .features-list ul li .feature-detail .image {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .sct-features .features-list ul li:nth-child(2n) .feature-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sct-features .features-list ul li:nth-child(2n) .feature-detail .txt h3 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li:nth-child(2n) .feature-detail .txt h3 {
    text-align: center;
  }
}
.sct-features .features-list ul li:nth-child(2n) .feature-detail .txt p {
  text-align: left;
  margin: 0;
}
.sct-features .features-list ul li:nth-child(1) .feature-detail .image img {
  width: 300px;
}
.sct-features .features-list ul li:nth-child(2) .feature-detail .image {
  position: relative;
  text-align: center;
}
.sct-features .features-list ul li:nth-child(2) .feature-detail .image img {
  width: 300px;
}
.sct-features .features-list ul li:nth-child(2) .feature-detail .image .bt-movie {
  position: absolute;
  top: 0;
  left: 0;
}
.sct-features .features-list ul li:nth-child(2) .feature-detail .image .bt-movie img {
  width: 93px;
}
.sct-features .features-list ul li:nth-child(3) .feature-detail .image img {
  width: 460px;
}
@media screen and (max-width: 767px) {
  .sct-features .features-list ul li:nth-child(3) .feature-detail .image img {
    width: 321px;
  }
}

.sct-comfort {
  position: relative;
  /* 上半分 */
  /* 下半分 */
}
.sct-comfort::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/comfort-baby_bg@2x.png) top center/cover no-repeat;
}
.sct-comfort::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/comfort-baby_bg@2x.png) bottom center/cover no-repeat;
}
.sct-comfort.tab-1-active::before {
  background: url(../images/comfort-baby_bg@2x.png) top center/cover no-repeat;
}
.sct-comfort.tab-1-active::after {
  background: url(../images/comfort-baby_bg@2x.png) bottom center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-comfort.tab-1-active::before {
    background: url(../images/comfort-baby_bg_sp@2x.png) top center/cover no-repeat;
  }
  .sct-comfort.tab-1-active::after {
    background: url(../images/comfort-baby_bg_sp@2x.png) bottom center/cover no-repeat;
  }
}
.sct-comfort.tab-2-active::before {
  background: url(../images/comfort-mama_bg@2x.png) top center/cover no-repeat;
}
.sct-comfort.tab-2-active::after {
  background: url(../images/comfort-mama_bg@2x.png) bottom center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-comfort.tab-2-active::before {
    background: url(../images/comfort-mama_bg_sp@2x.png) top center/cover no-repeat;
  }
  .sct-comfort.tab-2-active::after {
    background: url(../images/comfort-mama_bg_sp@2x.png) bottom center/cover no-repeat;
  }
}
.sct-comfort .container {
  padding-top: 120px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .container {
    padding-top: 108px;
    padding-bottom: 185px;
  }
}
.sct-comfort h2 {
  width: 709px;
  margin: 0 0 75px auto;
}
@media screen and (max-width: 767px) {
  .sct-comfort h2 {
    width: 260px;
    margin: 0 auto 44px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-comfort h2 {
    width: 260px;
    margin: 0 auto 44px;
  }
}
.sct-comfort ul.comfort-tab {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sct-comfort ul.comfort-tab li {
  width: 47%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .sct-comfort ul.comfort-tab li {
    width: 50%;
    padding: 0 8px;
  }
}
.sct-comfort ul.comfort-tab li .img-on {
  display: none;
}
.sct-comfort ul.comfort-tab li .img-off {
  display: block;
}
.sct-comfort ul.comfort-tab li img {
  display: block;
  width: 100%;
  height: auto;
}
.sct-comfort ul.comfort-tab li.active {
  width: 53%;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .sct-comfort ul.comfort-tab li.active {
    width: 50%;
  }
}
.sct-comfort ul.comfort-tab li.active .img-on {
  display: block;
}
.sct-comfort ul.comfort-tab li.active .img-off {
  display: none;
}
.sct-comfort ul.comfort-tab li:nth-child(1) {
  padding-top: 28px;
}
@media screen and (max-width: 767px) {
  .sct-comfort ul.comfort-tab li:nth-child(1) {
    padding-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-comfort ul.comfort-tab li:nth-child(1) {
    padding-top: 16px;
  }
}
.sct-comfort .comfort-content .comfort-content-box {
  display: none;
  text-align: left;
}
.sct-comfort .comfort-content .comfort-content-box.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .comfort-content-box {
    height: calc(720px + 7.2727272727vw);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sct-comfort .comfort-content .detail {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail {
    margin-inline: auto;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
.sct-comfort .comfort-content .detail ul li {
  position: absolute;
}
.sct-comfort .comfort-content .detail ul li img {
  max-width: 100%;
  cursor: pointer;
}
.sct-comfort .comfort-content .detail.baby {
  width: 429px;
  height: 732px;
  background-image: url(../images/comfort-baby_img@2x.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 30px auto 80px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.baby {
    width: 287px;
    height: 807px;
    background-position: center top 170px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-comfort .comfort-content .detail.baby {
    margin-top: -50px;
  }
}
.sct-comfort .comfort-content .detail.baby ul li:nth-child(1) {
  top: 70px;
  left: -146px;
  width: 311px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.baby ul li:nth-child(1) {
    top: 50px;
    left: -34px;
    width: 150px;
  }
}
.sct-comfort .comfort-content .detail.baby ul li:nth-child(2) {
  bottom: 197px;
  left: -205px;
  width: 334px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.baby ul li:nth-child(2) {
    bottom: -5px;
    left: -20px;
    width: 150px;
  }
}
.sct-comfort .comfort-content .detail.baby ul li:nth-child(3) {
  top: 138px;
  right: -240px;
  width: 399px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.baby ul li:nth-child(3) {
    top: 20px;
    right: -17px;
    width: 150px;
  }
}
.sct-comfort .comfort-content .detail.baby ul li:nth-child(4) {
  bottom: 195px;
  right: -215px;
  width: 420px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.baby ul li:nth-child(4) {
    bottom: -16px;
    right: -26px;
    width: 170px;
  }
}
.sct-comfort .comfort-content .detail.mama {
  width: 634px;
  height: 873px;
  background-image: url(../images/comfort-mama_img@2x.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  margin: -80px auto 80px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.mama {
    width: 375px;
    height: 807px;
    background-position: center top 170px;
    margin-top: -20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-comfort .comfort-content .detail.mama {
    margin-top: -150px;
  }
}
.sct-comfort .comfort-content .detail.mama ul li:nth-child(1) {
  top: 168px;
  left: -178px;
  width: 740px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.mama ul li:nth-child(1) {
    top: 35px;
    left: 14px;
    width: 307px;
  }
}
.sct-comfort .comfort-content .detail.mama ul li:nth-child(2) {
  bottom: 215px;
  left: -135px;
  width: 374px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.mama ul li:nth-child(2) {
    bottom: -15px;
    left: 24px;
    width: 150px;
  }
}
.sct-comfort .comfort-content .detail.mama ul li:nth-child(3) {
  top: 202px;
  right: -180px;
  width: 274px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.mama ul li:nth-child(3) {
    top: 65px;
    right: 28px;
    width: 150px;
  }
}
.sct-comfort .comfort-content .detail.mama ul li:nth-child(4) {
  bottom: 113px;
  right: -125px;
  width: 389px;
}
@media screen and (max-width: 767px) {
  .sct-comfort .comfort-content .detail.mama ul li:nth-child(4) {
    bottom: -35px;
    right: 17px;
    width: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-comfort .comfort-content {
    -webkit-transform: scale(0.7) !important;
            transform: scale(0.7) !important;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}

.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  width: 500px;
  z-index: 1001;
  border-radius: 8px;
  max-height: 90vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .modal-window {
    max-width: 95%;
    padding: 30px 20px 0;
    max-height: 85vh;
    -webkit-overflow-scrolling: touch;
  }
}

.modal-close {
  position: absolute;
  top: 22px;
  right: 21px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .modal-close {
    top: 41px;
    right: 26px;
  }
}
.modal-close img {
  width: 30px;
  height: 30px;
}
.modal-close:hover {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .modal-inner {
    overflow-y: scroll;
    max-height: calc(85vh - 30px);
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
  }
  .modal-inner::-webkit-scrollbar {
    display: none;
  }
}
.modal-inner-wrapper {
  display: contents;
}

@media (min-width: 768px) and (max-width: 1366px) and (max-height: 768px) {
  .modal-window {
    width: auto;
  }
  .modal-close {
    right: calc(50% - clamp(192px, 15vw, 205px));
  }
  .modal-inner-wrapper {
    display: grid;
    place-items: center;
    width: 500px;
    min-height: 0;
    max-height: 90vh;
    border-radius: 8px;
  }
  .modal-inner {
    min-height: 0;
    height: 100%;
  }
  .modal-inner img {
    width: auto;
    height: 100%;
  }
}
.sct-outdoor {
  background-image: url(../images/outdoor-bg@2x.png);
  background-size: 420px;
  background-position: left bottom 118px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-outdoor {
    background-image: url(../images/outdoor-bg_sp@2x.png);
    background-size: min(100% - 25px, 350px);
    background-position: left bottom 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-outdoor {
    background-size: 250px;
    background-position: left bottom 30px;
  }
}
.sct-outdoor .container {
  padding-top: 160px;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .sct-outdoor .container {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-inline: 25px;
  }
}
.sct-outdoor h2 {
  width: 442px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sct-outdoor h2 {
    width: 293px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-outdoor h2 {
    width: 293px;
    margin-bottom: 40px;
  }
}
.sct-outdoor .outdoor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sct-outdoor .outdoor-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.sct-outdoor .outdoor-txt {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sct-outdoor .outdoor-txt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-outdoor .outdoor-txt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.sct-outdoor .outdoor-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sct-outdoor .outdoor-txt p {
    font-size: 15px;
  }
}
.sct-outdoor .outdoor-image {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sct-outdoor .outdoor-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: -25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-outdoor .outdoor-image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.sct-outdoor .outdoor-image picture img {
  width: 100%;
  height: auto;
}
.sct-outdoor .outdoor-image .photo {
  position: absolute;
  bottom: -30px;
  left: -150px;
  width: 270px;
}
.sct-outdoor .outdoor-image .photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .sct-outdoor .outdoor-image .photo img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .sct-outdoor .outdoor-image .photo {
    position: relative;
    width: 189px;
    bottom: 40px;
    left: 25px;
    margin-top: 20px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-outdoor .outdoor-image .photo {
    width: 120px;
    left: -50px;
    bottom: -50px;
  }
}

.sct-town {
  background-image: url(../images/town_bg@2x.png);
  background-size: 343px;
  background-position: right bottom 121px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sct-town {
    background-image: url(../images/town_bg_sp@2x.png);
    background-size: min(100% - 25px, 350px);
    background-position: right bottom 110px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-town {
    background-size: 250px;
    background-position: right bottom 10px;
  }
}
.sct-town .container {
  padding-top: 0;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .sct-town .container {
    padding-top: 0;
    padding-bottom: 130px;
    padding-inline: 25px;
  }
}
.sct-town h2 {
  width: 442px;
  margin: 0 0 50px auto;
}
@media screen and (max-width: 767px) {
  .sct-town h2 {
    width: 208px;
    margin: 0 0 40px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-town h2 {
    width: 208px;
    margin: 0 0 40px auto;
  }
}
.sct-town .town-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .sct-town .town-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.sct-town .town-image {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sct-town .town-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: -25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-town .town-image {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.sct-town .town-image .photo {
  position: absolute;
  bottom: -30px;
  right: -150px;
  width: 270px;
}
.sct-town .town-image .photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .sct-town .town-image .photo {
    position: relative;
    width: 189px;
    bottom: 0;
    right: 25px;
    margin: -25px 0 20px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-town .town-image .photo {
    width: 120px;
    right: -50px;
    bottom: -50px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .sct-town .town-image .photo {
    width: 140px;
    right: -50px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sct-town .town-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.sct-town .town-txt {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  text-align: left;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .sct-town .town-txt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-town .town-txt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.sct-town .town-txt p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sct-town .town-txt p {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .sct-town h2 {
    width: auto;
    height: 44px;
    text-align: right;
  }
  .sct-town h2 img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .sct-outdoor {
    background-position: left calc(50vw - 700px) bottom 118px;
  }
  .sct-town {
    background-position: right calc(50vw - 700px) bottom 121px;
  }
}
.sct-product {
  background-color: #ebf0ed;
  background-image: url(../images/product-bg_below@2x.png), url(../images/product-bg_above@2x.png);
  background-size: min(1400px, 100%), min(1400px, 100%);
  background-position: right bottom, left top;
  background-repeat: no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-product {
    background-color: #fff;
    background-image: url(../images/product-bg1_sp@2x.png);
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-product {
    background-image: url(../images/product-bg1_sp@2x.png);
    background-size: cover;
    background-position: center top;
  }
}
.sct-product .container {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sct-product .container {
    background-image: url(../images/product-bg2_sp@2x.png);
    background-size: 197px;
    background-position: right bottom 67px;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.sct-product h2 {
  width: 410px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .sct-product h2 {
    width: 256px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-product h2 {
    width: 256px;
    margin-bottom: 40px;
  }
}
.sct-product h3 {
  width: 162px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .sct-product h3 {
    width: 108px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-product h3 {
    width: 108px;
    margin-bottom: 40px;
  }
}
.sct-product .product-content {
  margin-bottom: 50px;
}
.sct-product .product-content .product-slider {
  display: none;
}
.sct-product .product-content .product-slider.active {
  display: block;
}
.sct-product .product-content .product-slider .product-slider-item {
  margin-bottom: 30px;
}
.sct-product .product-content .product-slider .product-slider-item img {
  max-height: 388px;
  display: inline-block;
  margin: 0 auto;
}
.sct-product .product-content .product-slider .slick-slide.slick-active {
  position: relative;
  z-index: 1;
  -webkit-animation-name: BuggyfadeInFromRight;
          animation-name: BuggyfadeInFromRight;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.sct-product .product-content .product-slider ul.slick-dots {
  bottom: 5px;
}
.sct-product .product-content .product-slider ul.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.sct-product .product-content .product-slider ul.slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .sct-product .product-content .product-slider ul.slick-dots li button {
    border-width: 1px;
  }
}
.sct-product .product-content .product-slider ul.slick-dots li button:before {
  font-size: 0;
  pointer-events: none;
}
.sct-product .product-content .product-slider ul.slick-dots li.slick-active button {
  background-color: #000;
}
.sct-product .product-content .slick-next,
.sct-product .product-content .slick-prev {
  top: 50%;
  width: 42px;
  height: 42px;
  background-color: #009245;
  border-radius: 50%;
}
.sct-product .product-content .slick-next:before,
.sct-product .product-content .slick-prev:before {
  font-family: "Font Awesome 5 pro";
  font-size: 18px;
  font-weight: 900;
  line-height: 29px;
  opacity: 1;
  color: #BFE4D1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sct-product .product-content .slick-next:before,
  .sct-product .product-content .slick-prev:before {
    font-size: 14px;
  }
}
.sct-product .product-content .slick-next:hover:before,
.sct-product .product-content .slick-prev:hover:before {
  color: #fff;
}
.sct-product .product-content .slick-prev {
  left: 350px;
}
.sct-product .product-content .slick-prev:before {
  content: "←";
}
@media screen and (max-width: 767px) {
  .sct-product .product-content .slick-prev {
    left: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-product .product-content .slick-prev {
    left: 200px;
  }
}
.sct-product .product-content .slick-next {
  right: 350px;
}
.sct-product .product-content .slick-next:before {
  content: "→";
}
@media screen and (max-width: 767px) {
  .sct-product .product-content .slick-next {
    right: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-product .product-content .slick-next {
    right: 200px;
  }
}
.sct-product .product-content .slick-arrow {
  z-index: 50;
}
.sct-product .product-content .slick-slider {
  margin-bottom: 0;
}
.sct-product .product-slider-tab {
  position: relative;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 50px;
  margin: 0 auto 108px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sct-product .product-slider-tab {
    width: 100%;
    margin: 0 auto 55px;
  }
}
.sct-product .product-slider-tab li {
  width: 50%;
  padding: 16px 30px 24px;
  color: #000;
  border-radius: 50px;
  cursor: pointer;
}
.sct-product .product-slider-tab li img {
  height: 18px;
}
.sct-product .product-slider-tab li:first-child {
  position: relative;
}
.sct-product .product-slider-tab li:first-child::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: 999px;
  z-index: -1;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #000;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.sct-product .product-slider-tab li:first-child.active::before {
  background-color: #c69c6d;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sct-product .product-slider-tab li:last-child.active ~ li:first-child {
  color: #c69c6d;
}
.sct-product .product-slider-tab li .img-on {
  display: none;
}
.sct-product .product-slider-tab li .img-off {
  display: block;
}
.sct-product .product-slider-tab li.active .img-on {
  display: block;
}
.sct-product .product-slider-tab li.active .img-off {
  display: none;
}
@media screen and (max-width: 767px) {
  .sct-product .product-slider-tab li {
    padding: 18px 15px;
    font-size: 15px;
  }
}
.sct-product .spec-content {
  position: relative;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-product .spec-content {
    width: 100%;
  }
}
.sct-product .spec-content .spec-content-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 35px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  .sct-product .spec-content .spec-content-box {
    grid-template-columns: 1fr;
    font-size: 15px;
  }
}
.sct-product .spec-content .spec-table {
  display: grid;
  grid-template-columns: 160px 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sct-product .spec-content .spec-table {
    margin-bottom: 15px;
  }
  .sct-product .spec-content .spec-table.spec-table-more {
    display: none;
  }
}
.sct-product .spec-content .spec-table dt,
.sct-product .spec-content .spec-table dd {
  padding: 6px 0;
}
.sct-product .spec-content .spec-table dt {
  font-weight: 700;
  border-bottom: 1px dotted #000;
}
.sct-product .spec-content .spec-table dd {
  font-weight: 500;
  border-bottom: 1px dotted #000;
}
.sct-product .ico_arrow {
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sct-product .ico_arrow img {
  width: 29px;
}
.sct-product .ico_arrow.is-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sct-product .m-bt {
  margin-bottom: 40px;
}
.sct-product .m-bt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}
.sct-product .m-bt a svg {
  height: 27px;
  margin-right: 28px;
  vertical-align: sub;
  fill: currentColor;
}
.sct-product .product-memo p {
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-product .product-memo p {
    text-align: left;
  }
}
.sct-product .sct-product__footwave {
  -webkit-transform: translateY(calc(100% - 1px));
          transform: translateY(calc(100% - 1px));
  display: block;
  width: 100%;
}

.sct-related {
  background-image: url(../images/related-bg@2x.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sct-related {
    min-height: 100lvh;
    position: relative;
    background: revert;
  }
  .sct-related:before {
    z-index: -1;
    position: fixed;
    inset: 0;
    content: "";
    background-image: url(../images/related-bg_sp@2x.jpg);
    background-size: cover;
    background-position: center center;
  }
  .sct-related.is-bg-hidden::before {
    display: none;
  }
  .sct-related.is-bg-visible::before {
    display: block;
  }
}
.sct-related .container {
  padding-top: 140px;
  padding-bottom: 140px;
  padding-top: 24vh;
  padding-bottom: 32vh;
}
@media screen and (max-width: 767px) {
  .sct-related .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sct-related .related-content {
  width: 300px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sct-related .related-content {
    width: 100%;
    margin-top: 490px;
    margin-top: 30vh;
    margin-bottom: 32vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sct-related .related-content {
    width: 200px;
  }
}
.sct-related .related-content h2 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 35px;
}
.sct-related .related-content h2:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  bottom: -6px;
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 5px 4px 0px 4px;
  border-color: #fff transparent transparent transparent;
}
footer .sct-footer .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer .sct-footer .navi {
  text-align: center;
  margin-bottom: 30px;
}
footer .sct-footer .navi ul li {
  display: inline-block;
}
footer .sct-footer .navi ul li a {
  text-decoration: none;
  color: #333;
}
footer .sct-footer .navi ul li:after {
  content: "｜";
  margin: 0 15px;
}
footer .sct-footer .navi ul li:last-child:after {
  display: none;
}
footer .sct-footer .logo {
  margin-bottom: 30px;
}
footer .sct-footer .logo img {
  width: 180px;
}
footer .sct-footer .sns .ico {
  display: inline-block;
}
footer .sct-footer .sns .ico a {
  text-decoration: none;
}
footer .sct-footer .sns .ico i {
  font-size: 30px;
  margin: 0 10px;
}
footer .sct-footer .sns .ico i.insta {
  position: relative;
  color: #cf2e92;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@media all and (-ms-high-contrast: none) {
  footer .sct-footer .sns .ico i.insta {
    background: none;
  }
}
footer .sct-footer .sns .ico i.fb {
  color: #3b5998;
}
footer .sct-footer .sns .ico i.tw {
  color: #1da1f2;
}
footer .sct-footer .sns .ico i.line {
  color: #00b900;
}
footer .sct-footer .sns .ico i.youtube {
  color: #cd201f;
}
footer .sct-copy {
  background-color: #eeeeee;
  text-align: center;
  padding: 20px 0;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
#pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  -webkit-transition: opacity 0.6s, background-color 0.6s;
  transition: opacity 0.6s, background-color 0.6s;
}
#pagetop a:hover {
  background-color: #009245;
  opacity: 1;
}
#pagetop a .svg-inline--fa.fa-w-14 {
  width: 100%;
}

.fade {
  animation: fade 3s ease 0s 1 normal;
  -webkit-animation: fade 3s ease 0s 1 normal;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fadeinup {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.fadeinright {
  opacity: 0;
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

.fadeinleft {
  opacity: 0;
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}

ul.fadeturn li {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
ul.fadeturn li:nth-child(n+1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
ul.fadeturn li:nth-child(n+2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
ul.fadeturn li:nth-child(n+3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
ul.fadeturn li:nth-child(n+4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
ul.fadeturn li:nth-child(n+5) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
ul.fadeturn li:nth-child(n+6) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
ul.fadeturn li:nth-child(n+7) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
ul.fadeturn li:nth-child(n+8) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
ul.fadeturn li:nth-child(n+9) {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

@-webkit-keyframes gmenu-shop-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes gmenu-shop-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes BuggyfadeInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes BuggyfadeInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}