@charset "UTF-8";

/* .main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box {
	margin: 0 auto auto;
	width: auto;
} */

.main002 .not_c .not_sp_scroll .not_bun_part .not_bunner br {
	display: none;
}

p.slick-slide {
	display: none !important;
}

/* forcus部分のコード scrolltouch */

.main002 .not_c .not_sp_scroll {
    padding: 1em 1em;
    margin: auto;
}

/*Google Chrome、Safariへの対応*/
.main002 .not_c .not_sp_scroll::-webkit-scrollbar {
  display: none;
}

.main002 .not_c .not_sp_scroll .not_bun_part {
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    /* width: 1800px; */
}

.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box {
    width: 19%;
    margin: 0 0.5% auto;
}

.prev.slick-arrow {
	font-weight: 600;
	font-size: 3rem;
    left: 0;
    z-index: 1;
}

.next.slick-arrow {
	font-weight: 600;
	font-size: 3rem;
    right: 0;
    z-index: 1;
}

/* .not_scroll_img {
	width: 20%;
	margin: auto auto auto 0;
} */

/* .swiper {
	width: 100%;
	max-width: 100%;
	margin: 30px 0;
} */

@media ( prefers-reduced-motion: reduce ) {
   .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img{
    transition-duration: 100ms !important;
  }
}


.not_co_swipe .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*margin-top: 1em;*/
  margin-top: 7em;
  margin-bottom: 1.5em;
}





.not_co_swipe {
  position: relative;
  margin: auto 0 !important;
}

.swiper-container {
	width: 100%;
	max-width: 100%;
	margin: 30px 0;
}

.main002 .not_c .not_sp_scroll .not_bun_part {
  display: flex;
  flex-flow: initial;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.swiper {
  width: 100%;
  height: auto;
  margin: 0.5rem auto;
}

.swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size:30px;
}

/* .swiper-slide{
height:400px;
} */
.slide1,
.slide2,
.slide3,
.slide4,
.slide5,
.slide6 {
  background-repeat:no-repeat;
  background-position:center top;
  background-size:cover;
}



.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,15%));
  bottom: var(--swiper-scrollbar-bottom, 8px);
}

.not_co_swipe {
  position: relative;
  margin: auto 0 !important;
}

/* .not_co_swipe::before {
  background: #fff;
  position: absolute;
  content: "";
  width: 94.5vw;
  height: 35vw;
  height: 35vw;
  top: 0;
  right: 0;
} */


.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
  transition: .8s cubic-bezier(.2, 1, .2, 1);
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}


.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
  transition: .8s cubic-bezier(.2, 1, .2, 1);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -10px;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 0.8rem;
  height: 0.8rem;
  content: "";
  border: solid #e5c698;
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.not_co_swipe .swiper-button-prev,
.not_co_swipe .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
}
.not_co_swipe .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.not_co_swipe .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
          box-shadow: var(--box-shadow-inset);
}

.not_co_swipe .swiper-controller p {
  display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -10px;
}

.not_co02_fobox p a.not_co02_fobox_a {
  display: none !important;
}


@media screen and (max-width: 768px) {

.not_scroll_img {
	width: 100%;
	margin: auto auto auto 0;
}

.main002 .not_c .not_sp_scroll .not_bun_part {
    display: flex;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* width: 1500px; */
    width: 100%;
}

.slick-list {
	padding: 0 2% !important;
}

.prev.slick-arrow {
	position: absolute;
    left: 0;
    z-index: 1;
    font-size: 4vw;
}

.next.slick-arrow {
	position: absolute;
    right: 0;
    z-index: 1;
    font-size: 4vw;
}

.main002 .not_c .not_sp_scroll {
  padding: 1em 1em;
  margin: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.main002 .not_c .not_sp_scroll .not_bun_part {
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 900px;
}

/* .main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box {
  width: 100%;
  margin: auto;
} */

.main002 .not_c .not_sp_scroll .not_bun_part a {
  display: inline-block;
}

.swiper-slide {
  align-items: normal;
}

}

@media screen and (max-width: 640px) {

.not_scroll_img {
	width: 100%;
	margin: auto auto auto 0;
}



.main002 .not_c .not_sp_scroll {
  padding: 1em 1em;
  margin: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.main002 .not_c .not_sp_scroll .not_bun_part {
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 1800px;
  /* width: 2100px; */
}


.main002 .not_c .not_sp_scroll .not_bun_part .not_bun_sm2box {
    width: 15.5%;
    /* width: 13.28%; */
    margin: 0 0.5% auto;
}



.main002 .not_c .not_sp_scroll .not_bun_part a {
  display: inline-block;
}

.not_co_swipe .swiper-controller {
  margin-top: 4em;
}

}
