@charset "EUC-JP";

.main-visual {
  height: 720px;
  background: url(../img/mainvisual01.png) no-repeat center center/cover;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-visual {
    background: url(../img/mainvisual01_sp.png) no-repeat center top/100% auto;
    margin-bottom: 0;
    height: auto;
    padding: 83% 20px 30px 20px;
  }
}

.main-visual__catch {
  position: absolute;
  left: 10%;
  bottom: 35px;
  width: 382px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-visual__catch {
    width: 100%;
    bottom: inherit;
    left: inherit;
    position: static;
  }
}

.main-visual2 {
  height: 720px;
  background: url(../img/mainvisual02.png) no-repeat center center/cover;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main-visual2 {
    background: url(../img/mainvisual02_sp.png) no-repeat center top/100% auto;
    margin-bottom: 30px;
    height: auto;
    padding: 100% 20px 30px 20px;
  }
}

.main-visual2__catch {
  position: absolute;
  left: 10%;
  top: 185px;
  width: 382px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main-visual2__catch {
    width: 100%;
    bottom: inherit;
    left: inherit;
    position: static;
  }
}

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

.main-visual2__catch-detail {
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

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

.slick-list {
  overflow: visible;
}

.cat-navi {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cat-navi {
    max-width: 90%;
  }
}

.cat-navi__slider {
  list-style: none;
}

.cat-navi__link {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

.cat-navi__link img {
  border-radius: 100%;
}

.cat-navi__caption {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  margin: 1em 0 0 0;
}

@media screen and (max-width: 767px) {
  .cat-navi__caption {
    font-size: 1rem;
  }
}

.cat-navi__arrow {
  position: absolute;
  top: 0;
  width: 12px;
  height: 100%;
  background: #666;
  cursor: pointer;
  padding: 0;
  border: none;
  z-index: 1;
}

.cat-navi__arrow--prev {
  left: -12px;
}

.cat-navi__arrow--prev::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 3px 6px 3px 0;
  border-color: transparent white transparent transparent;
}

.cat-navi__arrow--next {
  right: -12px;
}

.cat-navi__arrow--next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent white;
}

.banners {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.banners__item {
  margin: 10px;
}

@media screen and (max-width: 767px) {
  .banners__item {
    width: calc(50% - 5px);
    text-align: center;
  }
}

.banners__image {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.banners .slick-dots li button::before {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .campaign {
    margin: 20px 0;
  }
}

.campaign__item {
  margin: 10px 0 0 0;
}

.campaign__item:nth-child(2) {
  margin: 10px 0 0 20px;
}

@media screen and (max-width: 767px) {
  .campaign__item:nth-child(2) {
    margin: 10px 0 0 0;
  }
}

.news {
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 767px) {
  .news {
    margin: 0 10px 50px 10px;
  }
}

.news-list {
  max-width: 800px;
  margin-left: 95px;
}

@media screen and (max-width: 767px) {
  .news-list {
    margin-left: 0;
  }
}

.news-list__item {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-bottom: 2px solid #f4f4f4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news-list__item {
    display: block;
    padding: 10px 20px;
  }
}

.news-list__item:hover {
  text-decoration: none;
  background: #f4f4f4;
  color: #073B66;
}

.news-list__item:hover .news-list__about {
  padding-left: 25px;
}

.news-list__item:hover .news-list__about::before, .news-list__item:hover .news-list__about::after {
  opacity: 1;
}

.news-list__item:hover .news-list__about::before {
  left: 0;
}

.news-list__item:hover .news-list__about::after {
  left: 19px;
}

.news-list__date {
  width: 140px;
  margin: 0 30px 0 0;
  color: #073B66;
  font-family: "Libre Baskerville", serif;
}

@media screen and (max-width: 767px) {
  .news-list__date {
    width: auto;
    margin: 0 0 5px 0;
  }
}

.news-list__new {
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 3px 5px;
  background: #073B66;
  color: #fff;
  border-radius: 4px;
}

.news-list__about {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin: 0;
}

.news-list__about::before, .news-list__about::after {
  content: "";
  background: #073B66;
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-list__about::before {
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 1px;
}

.news-list__about::after {
  left: 9px;
  width: 1px;
  height: 8px;
  margin-top: 1px;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotate(-220deg);
          transform: rotate(-220deg);
}

@media not screen and (max-width: 767px) {
  .ranking {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .ranking {
    margin: 0 10px 50px 10px;
  }
}

.ranking__head {
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

.ranking__list {
  list-style: none;
  margin: 0 auto;
  counter-reset: num;
  gap: 0 1px;
}

@media not screen and (max-width: 767px) {
  .ranking__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .ranking__list:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .ranking .slick-slide {
    counter-increment: num;
  }
}

.ranking__item {
  position: relative;
  max-width: 255px;
}

@media not screen and (max-width: 767px) {
  .ranking__item {
    counter-increment: num;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .ranking__item {
    margin-inline: 1px;
  }
  .ranking__list:not(.slick-slider) .ranking__item {
    display: inline-block;
    vertical-align: top;
  }
}

.ranking__item::before {
  content: counter(num);
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  width: 1.5em;
  aspect-ratio: 1;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media not screen and (max-width: 767px) {
  .ranking__item:nth-child(1)::before {
    background-color: #b6a810;
  }
  .ranking__item:nth-child(2)::before {
    background-color: #887f7f;
  }
  .ranking__item:nth-child(3)::before {
    background-color: #a65d15;
  }
  .ranking__item:not(:nth-child(-n+3))::before {
    background-color: #073B66;
  }
}

@media screen and (max-width: 767px) {
  .slick-slide:nth-child(1) .ranking__item::before {
    background-color: #b6a810;
  }
  .slick-slide:nth-child(2) .ranking__item::before {
    background-color: #887f7f;
  }
  .slick-slide:nth-child(3) .ranking__item::before {
    background-color: #a65d15;
  }
  .slick-slide:not(:nth-child(-n+3)) .ranking__item::before {
    background-color: #073B66;
  }
}

.ranking__link {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  -webkit-transition: opacity .3;
  transition: opacity .3;
}

.ranking__link:is(:hover, :focus) {
  text-decoration: underline;
  opacity: .7;
}

.ranking__thumbnail {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 255/170;
  overflow: hidden;
  width: 100%;
}

.ranking__name {
  margin: 14px 10px 0 10px;
}

.ranking__price {
  font-size: 1.3rem;
  margin: 1em 0 0 0;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 2px;
}

.new-item {
  background: #062849;
  color: #fff;
}

.new-item__wrap {
  padding: 120px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .new-item__wrap {
    padding: 60px 10px;
  }
}

.new-item__midashi-wrap {
  max-width: 1000px;
  margin: 0 auto 100px auto;
}

@media screen and (max-width: 767px) {
  .new-item__midashi-wrap {
    margin: 0;
  }
}

.arita-toukiichi {
  margin-bottom: 50px;
}
