@charset "UTF-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/Swiper/6.5.0/swiper-bundle.css);
section {
  width: 100%;
  box-sizing: border-box;
}

/* ==============================================
 ### MV
=================================================*/
.ctm_mv {
  margin-bottom: 13px;
}
@media screen and (min-width: 600px) {
  .ctm_mv {
    margin-bottom: 58px;
  }
}
.ctm_mv .item img {
  width: 100%;
}
.ctm_mv .ctm-slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /* Arrows */
}
.ctm_mv .ctm-slider .slick-prev {
  position: absolute;
}
.ctm_mv .ctm-slider .slick-next {
  position: absolute;
}
.ctm_mv .ctm-slider .slick-arrow {
  cursor: pointer;
  z-index: 1;
  display: block;
  color: #fff;
  width: 10px;
  height: 10px;
  border-left: 1px solid #3f3f3f;
  border-top: 1px solid #3f3f3f;
  bottom: 15px;
}
.ctm_mv .ctm-slider .slick-arrow.slick-next {
  order: 3;
  left: auto;
  right: 20%;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 600px) {
  .ctm_mv .ctm-slider .slick-arrow.slick-next {
    left: auto;
    right: 38%;
  }
}
.ctm_mv .ctm-slider .slick-arrow.slick-prev {
  margin-right: 10px;
  order: 1;
  right: auto;
  left: 20%;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 600px) {
  .ctm_mv .ctm-slider .slick-arrow.slick-prev {
    right: auto;
    left: 36%;
  }
}
.ctm_mv .ctm-slider .slide-dots {
  text-align: center;
  order: 4;
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
.ctm_mv .ctm-slider .slide-dots li {
  padding: 13px 5px 0;
}
.ctm_mv .ctm-slider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
}
.ctm_mv .ctm-slider .slide-dots li button:before {
  content: '';
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.ctm_mv .ctm-slider .slide-dots li.slick-active button {
  background-color: #452B22;
}

/* ==============================================
 ### A 【ctm】(TOP)バナーエリア
=================================================*/
.ctm_banner-section {
  padding-left: 2.6%;
  padding-right: 2.6%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1241px) {
  .ctm_banner-section {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
  }
}
.ctm_banner-section .fs-pt-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ctm_banner-section .fs-pt-column .fs-pt-column__item {
  display: block;
  width: 48.3%;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm_banner-section .fs-pt-column .fs-pt-column__item {
    width: 23.4%;
  }
}
.ctm_banner-section .fs-pt-column .fs-pt-column__image {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .ctm_banner-section .fs-pt-column .fs-pt-column__image {
    margin-bottom: 20px;
  }
}
.ctm_banner-section .fs-pt-column .fs-pt-column__heading {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  text-align: center;
  display: block;
}
@media screen and (min-width: 600px) {
  .ctm_banner-section .fs-pt-column .fs-pt-column__heading {
    font-size: 1.5rem;
  }
}

/* ==============================================
 ### A 【ctm】(TOP)お知らせ
=================================================*/
.ctm-news-list {
  padding-left: 2.6%;
  padding-right: 2.6%;
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .ctm-news-list {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 75px;
  }
}
.ctm-news-list dl {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .ctm-news-list dl {
    display: flex;
    justify-content: center;
  }
}
.ctm-news-list dl dt {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  .ctm-news-list dl dt {
    font-size: 1.3rem;
    margin-right: 2em;
  }
}
.ctm-news-list dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .ctm-news-list dl dd {
    font-size: 1.3rem;
  }
}

/* ==============================================
 ### A 【ctm】(TOP)イチオシ-
=================================================*/
.ctm_feature-banner {
  padding-left: 2.6%;
  padding-right: 2.6%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1241px) {
  .ctm_feature-banner {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_feature-banner .fs-pt-column {
    display: flex;
    justify-content: space-between;
  }
}
.ctm_feature-banner .fs-pt-column .fs-pt-column__item {
  display: block;
  margin-bottom: 28px;
}
@media screen and (min-width: 600px) {
  .ctm_feature-banner .fs-pt-column .fs-pt-column__item {
    margin-bottom: 0;
    width: 48%;
  }
}

/* ==============================================
 ### A 【ctm】(共通)新着のフルーツ
=================================================*/
.ctm_new-fruit {
  padding-left: 2.6%;
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) {
  .ctm_new-fruit {
    width: 100%;
    padding: 0;
    margin-bottom: 90px;
  }
}
.ctm_new-fruit .note {
  margin-bottom: 20px;
  text-align: center;
}
.ctm_new-fruit .item {
  margin-right: .5%;
}
@media screen and (min-width: 600px) {
  .ctm_new-fruit .item {
    margin-right: 25px;
  }
}
.ctm_new-fruit .slick-list {
  padding: 0 10% 0 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_new-fruit .slick-list {
    margin-left: 13px;
  }
}
@media screen and (min-width: 600px) {
  .ctm_new-fruit .slick-list {
    padding: 0 !important;
  }
}

/* ==============================================
 ### A【ctm】(TOP)旬のフルーツからギフトを選ぶ
=================================================*/
.ctm_seasonal-fruit {
  padding: 45px 0 35px;
  background-color: #f8f8f8;
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) {
  .ctm_seasonal-fruit {
    padding: 90px 0;
    margin-bottom: 90px;
  }
}
.ctm_seasonal-fruit .seasonal-fruit-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .ctm_seasonal-fruit .seasonal-fruit-list {
    justify-content: center;
  }
}
.ctm_seasonal-fruit .seasonal-fruit-list .item {
  display: block;
  width: 80px;
  margin-bottom: 20px;
  box-sizing: content-box;
  padding: 0 7px;
}
@media screen and (min-width: 600px) {
  .ctm_seasonal-fruit .seasonal-fruit-list .item {
    margin-bottom: 0;
    width: 100px;
    padding: 0 7px;
  }
}
.ctm_seasonal-fruit .seasonal-fruit-list .image {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
@media screen and (min-width: 600px) {
  .ctm_seasonal-fruit .seasonal-fruit-list .image {
    margin-bottom: 20px;
  }
}
.ctm_seasonal-fruit .seasonal-fruit-list .text {
  font-family: "Noto Serif JP", serif, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  text-align: center;
  display: block;
}
@media screen and (min-width: 600px) {
  .ctm_seasonal-fruit .seasonal-fruit-list .text {
    font-size: 1.5rem;
  }
}

/* ==============================================
 ### INSTAGRAM
=================================================*/
.ctm_instagram {
  padding-left: 2.6%;
  padding-right: 2.6%;
}
.ctm_instagram .ttl1 {
  margin-bottom: 10px;
}
.ctm_instagram .sns_accout {
  text-align: center;
  margin-bottom: 20px;
}
.ctm_instagram .list {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_instagram .list {
    margin-left: 13px;
  }
}
.ctm_instagram .list .item {
  margin-right: .5%;
}
@media screen and (min-width: 600px) {
  .ctm_instagram .list .item {
    margin-right: 25px;
  }
}
.ctm_instagram .list .item a {
  display: block;
  padding: 0;
}
.ctm_instagram .list .item img {
  width: 100%;
  height: calc(100vw / 2 - 20px);
  object-fit: cover;
}
@media screen and (min-width: 600px) and (max-width: 1240px) {
  .ctm_instagram .list .item img {
    height: 121px;
  }
}
@media screen and (min-width: 1241px) {
  .ctm_instagram .list .item img {
    height: 216px;
  }
}
