@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  background-color: #fff;
}

a {
  color: #4c92cc;
}
img {
  border: 0;
}
strong {
  font-weight: bold;
}

/*====================================================================
 * コンテンツ：メイン
====================================================================*/

.main-container {
  width: 750px;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 10px 2px #d6d6d6;
  background-color: #fff;
}
.main-container img {
  width: 100%;
}

/* オファー */
.offer {
  position: relative;
}
.offer img {
  display: block;
  margin: 0 auto;
  width: 750px;
  max-width: 100%;
}
.btn.cart {
  display: block;
  position: absolute;
  bottom: 40px;
  right: 50px;
  width: 390px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  background: rgb(239, 0, 15);
  background: linear-gradient(0deg, rgba(0, 133, 62, 1) 0%, rgba(137, 208, 31, 1) 100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 4px solid #fff;
  border-radius: 42px;
}
.large .btn.cart {
  bottom: 50px;
}
.btn.cart:hover {
  opacity: 0.9;
}

/*====================================================================
 * フッター
====================================================================*/
.tokusyou {
  display: block;
  margin: 40px 70px;
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  background: #f5f5f5;
  color: #058bdd;
}
.tokusyou span {
  position: relative;
}
.tokusyou span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../img/cp/icon-link.svg);
  background-size: 19px 19px;
}

.ft26px {
  font-size: 26px;
}
.ft24px {
  font-size: 24px;
}
.ft13px {
  font-size: 13px;
}

/*====================================================================
 * モーダル
====================================================================*/

/*テキストリンク*/
.modal-link {
}
/*.modal-link a{
  color: #000;
  font-size: 24px;
  font-weight: bold;
}*/

/*モーダル*/
.modal {
  display: none;
}
.modaal-container {
  max-width: 650px;
  font-size: 22px;
}
.modaal-content-container {
  padding: 40px;
}
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}
.modaal-close:after,
.modaal-close:before {
  top: 7px;
  height: 36px;
}

/*====================================================================
 * ページ内リンクナビ（KV下）
====================================================================*/
.kv-nav-sec {
}
.kv-nav-fuku {
  background: linear-gradient(#d8eef9, #80c6ea);
  padding: 27px 0 40px;
}
.kv-nav-matome {
  background: linear-gradient(#ffe5cc, #f4ae66);
  padding: 27px 0 23px;
}
.kv-nav-outlet {
  background: linear-gradient(#d2f0e4, #9fdec3);
  padding: 27px 0 25px;
}
.kv-nav-title {
  margin: 0 0 0px;
}
.kv-nav-title img,
.kv-nav-copy img,
.kv-nav-btn img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.kv-nav-title img {
  width: 71%;
}
.kv-nav-matome .kv-nav-title img {
  width: 67%;
}
.kv-nav-outlet .kv-nav-title img {
  width: 75%;
}
.kv-nav-btn-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin: 0 auto 6px;
  padding: 0;
  list-style: none;
}
.kv-nav-btn-list li {
  width: 29%;
}
.kv-nav-btn-list li img {
  display: block;
  width: 100%;
}
.kv-nav-btn-list li a:hover img,
.kv-nav-btn a:hover img {
  opacity: 0.8;
}
.kv-nav-copy img {
  width: 49%;
}
.kv-nav-btn img {
  width: 86%;
}

/*====================================================================
 * アコーディオン（福袋 セット内容）
====================================================================*/

#fuku.offer-list {
  background-color: #faf2fd;
}
.sale-accordion {
  background: #e9f8fd;
}

.sale-accordion-item-title {
  cursor: pointer;
}
.sale-accordion-item-title img {
  display: block;
  width: 100%;
  position: relative;
  left: 1px;
}
.sale-accordion-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.sale-accordion-item-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.btn-link-list {
}
.btn-link-list ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special-offer {
  background: #f4c8d1;
}
.special-offer p {
  padding: 2% 0 0% 10%;
  text-align: left;
  font-size: 15px;
}
.special-offer-title {
}

.btn-link-list ul li {
  width: 50%;
}
.btn-link-list ul li:first-child {
  width: 100%;
}
.btn-link-list ul li img {
  width: 100%;
}

.modal-link-list {
  background: #f099a3;
  /* padding-bottom: 50px; */
}
.modal-link img {
  display: block;
  margin: 0 auto;
}

.point-inner-img {
}
.point-inner-img .point-inner-img-flex-item {
  display: flex;
}
.point-inner-img .point-inner-img-flex-item img {
}

.bottom-nav .kv-nav-title {
}
