@charset "UTF-8";
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* 共通 */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
.title-b {
  color: #10242B;
  margin-bottom: 50px;
}
.title-w {
  color: #fff;
  margin-bottom: 50px;
}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* メインビジュアル */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
.pc-scroll {
  z-index: 100;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mv-wrap {
  background-color: #10242B;
}
.mainvisual {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 1;
}
.mainvisual img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
/* 全体のスタイル */
.swiper-wrapper {
  width: 100%;
  height: auto;
  font-size: 0;
}
/* 全スライド共通スタイル */
.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: auto;
}
/* メインコピー */
.maincopy {
  position: relative;
  display: block;
  z-index: 100;
  top: 150px;
  width: 50px;
  left: 80%;
  transform: translate(-85%, -85%);
  -webkit-transform: translate(-85%, -85%);
  -ms-transform: translate(-85%, -85%);
}
.maincopy span {
  position: absolute;
  background-color: #fff;
  width: 27px;
  height: auto;
  padding: 8px 0 5px;
}
.maincopy p {
  color: #10242B;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: center;
  top: -10px;
  letter-spacing: 5px;
}
.maincopy span:nth-child(1) {
  left: 0;
  padding: 8px 0 0;
}
.maincopy span:nth-child(2) {
  left: 40px;
}
.maincopy span:nth-child(3) {
  left: 80px;
}
.mainlogo {
  z-index: 100;
  position: absolute;
  width: 230px;
  height: auto;
  bottom: 70px;
  left: 8%;
}
.mainlogo img {
  width: 100%;
  height: auto;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:480px) {
  .swiper-wrapper img {
    height: 80vh;
  }
  .maincopy {
    top: 100px;
    left: 75%;
  }
  .maincopy p {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .maincopy span {
    width: 25px;
  }
  .maincopy span:nth-child(1) {
    left: 0;
    padding: 8px 0 0;
  }
  .maincopy span:nth-child(2) {
    left: 32px;
  }
  .maincopy span:nth-child(3) {
    left: 64px;
  }
  .mainlogo {
    width: 160px;
    bottom: 30px;
  }
}
/* スクロールダウンの表示 */
.sp-scroll {
  background-color: #10242B;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* トピックス */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
.topics-wrap {
  width: 100%;
  height: auto;
  background: #10242B;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
.topics-title {
  color: #fff;
  margin-bottom: 50px;
}
.topics-box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  border: 1px solid #fff;
  padding: 20px 50px 10px;
}
.topics-txt {
  width: 100%;
  padding: 10px 0;
  flex-wrap: wrap;
  border-bottom: dotted 1px #fff;
}
.topics-txt a {
  display: flex;
  flex-wrap: wrap
}
.topics-txt a:link, .topics-txt a:visited, .topics-txt a:active {
  text-decoration: none;
  color: #fff;
}
.topics-txt a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.top-topics-ymd {
  font-size: 14px;
  font-weight: bold;
  margin-right: 60px;
  text-align: left;
}
.top-topics-title {
  font-size: 16px;
  margin: 0;
  text-align: left;
}
.top-topics-more {
  text-align: right;
  color: #9E9EA0;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.top-topics-more a:link, .top-topics-more a:visited, .top-topics-more a:active {
  text-decoration: none;
  color: #9E9EA0;
}
.top-topics-more a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.top-topics-more img {
  width: 15px;
  height: auto;
  position: relative;
  top: 1px;
  left: 3px;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:480px) {
  .topics-box {
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 30px 30px;
  }
  .topics-txt {
    display: block;
  }
  .top-topics-ymd {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 350px) {}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* 商品一覧 */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
.top-product-wrap {
  width: 100%;
  height: auto;
  background: #ffff;
  padding: 50px 0 80px;
  color: #10242B;
  text-align: center;
}
.top-product-title {
  color: #10242B;
  margin-bottom: 30px;
}
.top-product {
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
}
.top-product-img {
  margin: 30px 20px 0;
  width: 450px;
  height: auto;
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 0;
}
.top-product-img img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.top-product-img img:hover {
  opacity: 0.6;
  transition: 0.5s;
}
.top-product-txt {
  width: 100%;
  height: 45px;
  text-align: center;
  padding-top: 15px;
}
.top-product-txt p {
  font-size: 14px;
  color: #10242B;
  text-align: center;
}
.top-product-txt span {
  font-size: 11px;
}
/*
 * 空の子パネル
 * padding, margin の左右も 0 に指定してしまうと、
 * 最後の行のレイアウトが崩れるので注意。
 */
.top-product-img.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:480px) {
  .top-product-img {
    margin: 30px 0 0;
  }
}
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
/* カレンダー */
/* ▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅▅ */
.calendar-wrap {
  color: #fff;
  padding: 100px 0 200px;
  text-align: center;
}
.calendar-wrap:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url("../images/top/background-img.png") center no-repeat;
  background-size: cover;
}
.calendar-title {
  margin: 0 auto 50px;
}
.calendar-area {
  width: 100%;
  text-align: center;
}
.calendar-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.calendar-txt {
  margin-left: 50px;
  font-size: 18px;
  line-height: 200%;
  color: #fff;
  text-align: left;
}
.calendar-txt span {
  letter-spacing: 5px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid;
  border-color: #fff;
  border-width: 1px;
}
/* =============================== */
/* レスポンシブ */
/* =============================== */
@media screen and (max-width:717px) {
  .calendar-wrap {
    padding: 100px 0 100px;
  }
  .calendar-txt {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}