@charset "UTF-8";
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}
/*メインビジュアルの設定*/
.mySwiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mySwiper .swiper-slide img {
  margin: 0 auto;
}
.mySwiper .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
}
.mySwiper .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.mySwiper .swiper-horizontal > .swiper-pagination-bullets,
.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper .swiper-pagination-custom,
.mySwiper .swiper-pagination-fraction {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  text-align: right;
  width: 30px;
}
.mySwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.mySwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 20px 10px auto;
  display: block;
}
.mySwiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #615d7f;
}
@keyframes mvVar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.topics {
  background-color: #f8f8f8;
  padding: 100px 0;
}
.topics h2 {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  font-size: 32px;
  padding: 1em 0;
}
.topics .swiper_controller {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}
.topics .swiper_controller .swiper-horizontal > .swiper-pagination-bullets,
.topics .swiper_controller .swiper-pagination-bullets.swiper-pagination-horizontal,
.topics .swiper_controller .swiper-pagination-custom,
.topics .swiper_controller .swiper-pagination-fraction {
  bottom: auto;
  top: -80px;
  right: 0;
  text-align: right;
}
.topics .swiper_controller .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.topics .swiper_controller .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 20px 10px auto;
  border: 1px solid #615d7f;
}
.topics .swiper_controller .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.topics .swiper_controller .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #615d7f;
}
.topics .swiper_controller .swiper-button-prev, .topics .swiper_controller .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #615d7f;
}
.topics .swiper_controller .swiper-button-prev {
  left: auto;
  right: 70px;
}
.topics .swiper_controller .swiper-button-next:after, .topics .swiper_controller .swiper-button-prev:after {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.topics .swiper_zone .swiper02 {
  max-width: 100%;
}
.topics .swiper_zone .swiper02 .swiper-wrapper .swiper-slide {
  transition: 0.5s;
}
.topics .swiper_zone .swiper02 .swiper-wrapper .swiper-slide.swiper-slide-active {
  transition: 0.5s;
}
.topics .swiper_zone .swiper02 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.topics .swiper_zone .swiper02 .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  padding: 1em 0;
  line-height: 1.5;
}
.og_search_wrap {
  background-color: #f3efec;
  padding: 80px 0;
}
.og_search_wrap h2 {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  font-size: 32px;
  padding: 1em 0;
  text-align: center;
}
.og_search_wrap form {
  border-bottom: 1px solid #000;
  max-width: 500px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.og_search_wrap form .search-name {
  display: block;
  width: 100%;
  padding: 0.5em;
  line-height: 2;
  outline: none;
}
.og_search_wrap form button {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/search_icon.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.gift {
  background-color: #fff;
  padding: 100px 0;
}
.gift h2 {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  font-size: 32px;
  padding: 1em 0;
}
.gift .swiper_controller {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}
.gift .swiper_controller .swiper-horizontal > .swiper-pagination-bullets,
.gift .swiper_controller .swiper-pagination-bullets.swiper-pagination-horizontal,
.gift .swiper_controller .swiper-pagination-custom,
.gift .swiper_controller .swiper-pagination-fraction {
  bottom: auto;
  top: -80px;
  right: 0;
  text-align: right;
}
.gift .swiper_controller .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.gift .swiper_controller .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 20px 10px auto;
  border: 1px solid #615d7f;
}
.gift .swiper_controller .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.gift .swiper_controller .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #615d7f;
}
.gift .swiper_controller .swiper-button-prev, .gift .swiper_controller .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #615d7f;
}
.gift .swiper_controller .swiper-button-prev {
  left: auto;
  right: 70px;
}
.gift .swiper_controller .swiper-button-next:after, .gift .swiper_controller .swiper-button-prev:after {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.gift .swiper_zone .swiper03 {
  max-width: 1090px;
}
.gift .swiper_zone .swiper03 .swiper-wrapper .swiper-slide {
  transition: 0.5s;
}
.gift .swiper_zone .swiper03 .swiper-wrapper .swiper-slide.swiper-slide-active {
  transition: 0.5s;
}
.gift .swiper_zone .swiper03 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.gift .swiper_zone .swiper03 .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  padding: 1em 0;
  line-height: 1.5;
}
.category {
  background-color: #f8f8f8;
  padding: 100px 0;
}
.category h2 {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  font-size: 32px;
  padding: 1em 0;
}
.category ul {
  max-width: 1090px;
  margin: 0 auto 40px auto;
  width: 95%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: space-between;
  gap: 30px;
}
.category ul li a {
  border: 1px solid #000;
  display: block;
  padding: 1em 2em;
  position: relative;
}
.category ul li a span {
  font-weight: bold;
  display: block;
  font-size: 24px;
}
.category ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  background-color: #615d7f;
  transition: 0.5s ease;
}
.category ul li a:hover {
  color: #fff;
  opacity: 1;
  position: relative;
  background-color: transparent;
  z-index: 1;
  transition: 0.5s ease;
}
.category ul li a:hover:before {
  transition: 0.5s ease;
  z-index: -1;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.category .all_cat {
  max-width: 300px;
  margin: 0 auto;
  width: 95%;
  display: block;
}
.category .all_cat a {
  position: relative;
  display: block;
  border: 1px solid #000;
  padding: 1em;
}
.category .all_cat a span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.category .all_cat a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  background-color: #615d7f;
  transition: 0.5s ease;
}
.category .all_cat a:hover {
  color: #fff;
  opacity: 1;
  position: relative;
  background-color: transparent;
  z-index: 1;
  transition: 0.5s ease;
}
.category .all_cat a:hover:before {
  transition: 0.5s ease;
  z-index: -1;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.news {
  padding: 100px 0;
}
.news h2 {
  max-width: 1090px;
  width: 95%;
  margin: 0 auto;
  font-size: 32px;
  padding: 1em 0;
}
.news .news_wrap {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 30px) / 2), auto));
  justify-content: center;
  gap: 30px;
  position: relative;
}
.news .news_wrap .news_box {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.news .news_wrap .news_box:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
.news .news_wrap .news_box .news_eye {
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #615d7f;
  flex-shrink: 0;
}
.news .news_wrap .news_box.open {
  opacity: 1;
}
.news .news_wrap .news_box.open .news_contents_wrap {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.news .news_wrap .news_box.open .news_contents_wrap h3 {
  font-size: 18px;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #615d7f;
  font-weight: bold;
}
.news .news_wrap .news_contents_wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .news_wrap .news_contents_wrap .news_content {
  background-color: #fff;
  overflow: hidden;
  max-width: 800px;
  width: 95%;
  max-height: 350px;
  height: 100%;
  padding: 2em;
  border-radius: 10px;
}
.news .news_wrap .news_contents_wrap .news_content .news_content_in {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  overflow-y: scroll;
  height: 100%;
}
.news .news_wrap .news_contents_wrap .news_content .news_content_in .news_url {
  text-decoration: underline;
  display: block;
  padding: 1em;
  text-align: center;
}
.news .more {
  margin: 30px auto 0 auto;
  width: 6em;
  text-align: center;
  display: block;
  padding: 1em;
  font-size: 24px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .mySwiper .autoplay-progress {
    display: none;
  }
  .topics {
    padding: 20px 0;
  }
  .topics h2 {
    padding: 0.5em 0;
  }
  .topics .swiper_controller .swiper-pagination {
    display: none;
  }
  .og_search_wrap {
    padding: 20px 0;
  }
  .og_search_wrap h2 {
    padding: 0.5em 0;
  }
  .gift {
    padding: 20px 0;
  }
  .gift h2 {
    padding: 0.5em 0;
  }
  .gift .swiper_controller .swiper-pagination {
    display: none;
  }
  .category {
    padding: 20px 0;
  }
  .category h2 {
    padding: 0.5em 0;
  }
  .news {
    padding: 20px 0;
  }
  .news h2 {
    padding: 0.5em 0;
  }
  .news .news_wrap {
    grid-template-columns: repeat(auto-fit, minmax(100%, auto));
  }
  .news .news_wrap .news_box .news_eye {
    width: 80px;
    height: 80px;
  }
}
/*# sourceMappingURL=top.css.map */