@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* ------------------------------
   共通：不要バナー・見出し非表示
------------------------------ */
h1.fs-c-heading {
  display: none;
}

.sale-bnr {
  display: none;
}

/* ------------------------------
   フェードイン
------------------------------ */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ------------------------------
   LP全体・見出し
------------------------------ */
#original_wrapper h2 {
  font-family: mizolet, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 280%;
  margin: 15px 0;
}

#original_wrapper h3 {
  font-family: mizolet, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 150%;
  padding: 0;
  margin: 10px 0;
  letter-spacing: 0.6px;
}

@media only screen and (min-width: 750px) {
  #original_wrapper h3 {
    font-size: 180%;
    margin-top: 0;
  }
}

.topimg {
  width: 100vw;
  max-width: 1216px;
  margin-right: auto;
  margin-left: auto;
}

/* サブタイトル */
.subtitle {
  text-align: center;
}

.subtitle p {
  font-size: 150%;
  margin: 15px 0 30px;
}

/* リード */
.lead {
  margin: 20px 0;
}

.lead p {
  width: 80%;
  text-align: center;
  font-size: 110%;
  line-height: 1.7em;
  background: #daedf1;
  padding: 15px 0;
  margin: 0 auto 50px;
  box-shadow: 5px 5px #8ab5b4;
}

/* セクション幅 */
section.product {
  margin: 0 auto 30px;
  width: 80%;
}

/* 説明文 */
.explain {
  font-size: 100%;
  border-top: dashed 1px #ccc;
  padding: 10px 0;
}

.explain a {
  color: #333 !important;
}

.explain a:hover {
  color: #333 !important;
}

/* 区切り線 */
hr {
  margin: 10px calc(50% - 50vw) 30px;
  opacity: 0.5;
}

@media only screen and (min-width: 750px) {
  hr {
    margin: 0 calc(50% - 50vw) 50px;
    opacity: 0.5;
  }
}

/* 税込表記など */
.small {
  font-size: 80%;
}

/* ------------------------------
   スマホ設定
------------------------------ */
@media (max-width: 768px) {
  .topimg {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: inherit;
  }

  #original_wrapper h2 {
    text-align: center;
    font-size: 160%;
    margin: 10px 0 5px;
  }

  .subtitle {
    text-align: center;
  }

  .subtitle p {
    font-size: 100%;
  }

  .lead p {
    text-align: center;
    font-size: 90%;
    line-height: 1.5em;
    width: 95%;
    margin: 0 auto 30px;
    padding: 10px;
  }

  section.product {
    margin: 0 calc(50% - 50vw) 10px;
    width: 100vw;
    max-width: inherit;
  }

  .explain {
    text-align: center;
    font-size: 90%;
  }
  
/* スマホのみ改行 */
.br::before {
  content: "\A";
  white-space: pre;
}
}

/* ------------------------------
   テキスト入りメニューアイコン
------------------------------ */
.thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 30px;
  width: 100%;
  gap: 10px;
}

.thumbnail .icon {
  width: calc(96% / 3);
  padding: 0;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 35px;
}

.thumbnail .icon a:hover {
  opacity: 0.5;
}

.thumbnail .icon::after {
  content: "▼";
  position: absolute;
  color: #333;
  font-size: 60%;
  bottom: -38px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon {
  opacity: 0;
}

.icon img {
  width: 100%;
  position: relative;
}

.icon p {
  margin: 0;
  line-height: 1em;
  font-size: 80%;
  text-align: center;
  position: absolute;
  color: #333;
  width: 100%;
  bottom: -23px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* アイコンフェードアップ */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* アニメーション遅延 */
.delay-time02 {
  animation-delay: 0.2s;
}

.delay-time04 {
  animation-delay: 0.4s;
}

.delay-time06 {
  animation-delay: 0.6s;
}

.delay-time08 {
  animation-delay: 0.8s;
}

@media (max-width: 768px) {
  .thumbnail {
    margin: 15px auto;
    width: 100%;
    gap: 5px;
  }
}

@media screen and (min-width: 751px) {
  .thumbnail {
    display: flex;
    margin: 10px auto;
    width: 80%;
  }

  .thumbnail .icon {
    width: calc(94% / 6);
    padding: 0;
    margin-bottom: 40px;
  }

  .thumbnail .icon::after {
    font-size: 80%;
    bottom: -55px;
  }

  .icon p {
    font-size: 100%;
    bottom: -33px;
  }
}

/* ------------------------------
   サムネ付き商品リスト
------------------------------ */
.item-wrap {
  margin: 0 0 30px;
}

.itemlist-box {
  margin: 10px 10px 30px;
}

.itemlist {
  display: flex;
  position: relative;
  border: solid 1px #ccc;
  margin-bottom: 5px;
  border-radius: 8px;
  padding: 5px;
  gap: 10px;
}

.itemimg {
  width: 25%;
}

.itemtxt {
  width: 80%;
}

.itemtxt .txt {
  margin: 0;
  font-size: 90%;
}

.itemtxt .price {
  color: #ba0000;
  font-size: 130%;
  font-weight: bold;
}

.itemtxt a.itemlink {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: block;
  width: 30%;
  background: #e5cece;
  border-radius: 5px;
  height: 30px;
}

.itemtxt a.itemlink p {
  text-align: center;
  margin: 5px;
}

.itemtxt a:hover.itemlink {
  background: #a67979;
}

.itemtxt a:hover.itemlink p {
  color: #fff;
}

@media screen and (min-width: 751px) {
  .item-wrap {
    display: flex;
    margin: 0 0 50px;
  }

  .item-img {
    margin: 0;
    width: 55%;
  }

  .itemlist-box {
    margin: 0 0 0 10px;
    width: 45%;
  }

  .itemlist {
    padding: 5px;
    gap: 10px;
    margin: 5px 0;
  }

  .itemimg {
    width: 20%;
  }

  .itemtxt {
    font-size: 110%;
  }

  .itemtxt a.itemlink {
    bottom: 10px;
    right: 10px;
  }
}

/* ------------------------------
   商品一覧ボタン
------------------------------ */
a.more_list {
  background-color: #4c82a5;
  color: #ffffff;
  width: 95%;
  display: block;
  text-align: center;
  line-height: 30px;
  margin: 30px auto;
  border: solid 1px #39b2dc;
  font-size: 15px;
  border-radius: 100px;
  padding: 8px 0;
}

@media screen and (min-width: 751px) {
  a.more_list {
    width: 40%;
    margin: 0 auto 50px;
    padding: 15px;
    font-size: 18px;
  }
}

