@charset "utf-8";
/* CSS Document */

html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff !important;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.clearfix::after {
  content: “”;
  display: block;
  clear: both;
}

h2 {
  color: #24140e !important;
}

h3 {
  text-align: center;
  color: #24140e !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.5em !important;
}

p.copy {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #777;
}

/* pc　768px以上 */
.wrap {
  overflow: hidden;
  max-width: 1920px;
}
.logo {
  text-align: right;
  margin-bottom: 15px;
}
.nav {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 90;
}
.nav ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  justify-content: flex-end;
}
.nav li img {
  width: 100%;
}
.content img {
  width: 100%;
  margin: 0 auto;
  padding-top: 72px;
}

.tokuten_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 77%;
  margin: 0 auto;
}

.tk {
  text-align: center;
  width: 45%;
  margin-top: 48px;
}

.tk-first {
  width: 100%;
}

.tk p {
  font-size: 20px;
  color: #b22d1f;
  font-family: "LINESeedJP_TTF_0";
}
.tk p.p-bracket {
  padding-bottom: 3em;
}
.tk span {
  font-size: 16px;
}
.tk span.tk_small {
  font-size: 15px;
}
.tk img {
  width: 100%;
}

.tk-first img {
  max-width: 45%;
  width: 100%;
}

.tk a:hover {
  text-decoration: none;
}
span.tk-bold {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.tk-fc {
  margin-top: 24px;
}

.tk-fc a {
  color: #c50119;
  font-size: 18px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: all ease 0.3s;
}
.tk-fc a:hover {
  color: #027ac4;
  text-decoration: none;
}
.store-name {
  color: #fff;
  font-size: 18px;
}
.note {
  font-size: 16px;
  color: #69438d;
  display: block;
}
.tk p {
  font-size: 20px;
  color: #b22d1f;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 110px;
}
.tk span {
  font-size: 16px;
}
.tk span.tk_small {
  font-size: 15px;
}
.content > #tokuten .tk img {
  width: 100%;
  margin-top: 0 !important;
  padding-top: 0;
}
.tk a,
.tk a:hover,
.tk a:visited {
  text-decoration: none;
}
.btn_amazon {
  display: block;
  width: 200px;
  height: auto;
  text-align: center;
  padding: 12px 0;
  margin: 12px auto 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px #000;
  border-radius: 0.1em;
  box-shadow: 0 0 3px #000;
  font-family: "LINESeedJP_TTF_0";
}
.btn_amazon {
  background: linear-gradient(
    30deg,
    rgba(131, 79, 17, 1) 0%,
    rgba(212, 110, 21, 1) 73%,
    rgba(191, 108, 6, 1) 100%
  );
  transition: all ease 0.25s;
}
.btn_amazon:hover {
  background: linear-gradient(
    30deg,
    rgba(189, 123, 45, 1) 0%,
    rgba(245, 136, 40, 1) 73%,
    rgba(223, 134, 24, 1) 100%
  );
}

.btn_sofmap {
  display: block;
  width: 200px;
  height: auto;
  text-align: center;
  padding: 12px 0;
  margin: 12px auto 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px #000;
  border-radius: 0.1em;
  box-shadow: 0 0 3px #000;
  font-family: "LINESeedJP_TTF_0";
}
.btn_sofmap {
  background: linear-gradient(to right, #30b5ef 0%, #0075c1 100%);
  transition: all ease 0.25s;
}
.btn_sofmap:hover {
  background: linear-gradient(
    0deg,
    rgba(76, 201, 255, 1) 0%,
    rgba(12, 142, 227, 1) 100%
  );
}

.btn_getchu {
  display: block;
  width: 200px;
  height: auto;
  text-align: center;
  padding: 12px 0;
  margin: 12px auto 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px #000;
  border-radius: 0.1em;
  box-shadow: 0 0 3px #000;
  font-family: "LINESeedJP_TTF_0";
}
.btn_getchu {
  background: linear-gradient(
    0deg,
    rgba(238, 120, 181, 1) 0%,
    rgba(237, 138, 189, 1) 50%,
    rgba(245, 169, 208, 1) 100%
  );
  transition: all ease 0.25s;
}
.btn_getchu:hover {
  background: linear-gradient(
    0deg,
    rgba(235, 141, 189, 1) 0%,
    rgba(240, 153, 198, 1) 50%,
    rgba(242, 184, 213, 1) 100%
  );
}

.btn_rakuten {
  display: block;
  width: 200px;
  height: auto;
  text-align: center;
  padding: 12px 0;
  margin: 12px auto 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px #000;
  border-radius: 0.1em;
  box-shadow: 0 0 3px #000;
  font-family: "LINESeedJP_TTF_0";
}
.btn_rakuten {
  background: linear-gradient(
    0deg,
    rgba(192, 0, 0, 1) 0%,
    rgba(148, 0, 0, 1) 100%
  );
  transition: all ease 0.25s;
}
.btn_rakuten:hover {
  background: linear-gradient(
    0deg,
    rgba(247, 0, 0, 1) 0%,
    rgba(196, 0, 0, 1) 100%
  );
}

.btn_amiami {
  display: block;
  width: 200px;
  height: auto;
  text-align: center;
  padding: 12px 0;
  margin: 12px auto 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px #000;
  border-radius: 0.1em;
  box-shadow: 0 0 3px #000;
  font-family: "LINESeedJP_TTF_0";
}
.btn_amiami {
  background: linear-gradient(
    0deg,
    rgba(255, 187, 51, 1) 0%,
    rgba(255, 138, 0, 1) 100%
  );
  transition: all ease 0.25s;
}
.btn_amiami:hover {
  background: linear-gradient(
    0deg,
    rgba(255, 201, 93, 1) 0%,
    rgba(255, 153, 33, 1) 100%
  );
}

.btn_yodobashi {
  display: block;
  width: 200px;
  height: auto;
  text-align: center;
  padding: 12px 0;
  margin: 12px auto 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 3px #000;
  border-radius: 0.1em;
  box-shadow: 0 0 3px #000;
  font-family: "LINESeedJP_TTF_0";
}
.btn_yodobashi {
  background: linear-gradient(
    180deg,
    rgba(255, 38, 0, 1) 0%,
    rgba(255, 40, 0, 1) 50%,
    rgba(228, 0, 0, 1) 50%
  );
  transition: all ease 0.25s;
}
.btn_yodobashi:hover {
  background: linear-gradient(
    180deg,
    rgba(224, 34, 0, 1) 0%,
    rgba(237, 36, 0, 1) 50%,
    rgba(204, 0, 0, 1) 50%
  );
}
p.str_note {
  padding-left: 40px;
  color: yellow;
}
.shop_list img {
  width: 190px;
  height: auto;
  padding-top: inherit;
  margin-top: 18px;
  margin-right: 11px;
}
.shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 6px;
  padding: 0;
  box-sizing: border-box;
}
.shop_list li {
  list-style: none;
}
.main_image img {
  width: 100%;
}
.main_text {
  color: #24140e;
  margin-top: 15px;
}
.side-menu {
  float: right;
  width: 360px;
  list-style: none;
}
.side-menu li {
  display: block;
}
.side-menu li a {
  display: block;
  line-height: 30px;
  text-decoration: underline;
  color: #24140e;
}
.side-banner li {
  margin-bottom: 15px;
  width: 320px;
}

/*
.main_news {
	padding: 0 20px;
}
*/

.news_slick {
  margin-top: 15px;
}

.slick_content {
  text-align: center;
  margin: 0 auto;
}

.slick_content img {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100px;
}

.slick_content p {
  padding: 0 25px;
  color: #24140e !important;
}

.news_box ul {
  padding: 0;
}

.news_box li {
  border-bottom: dotted 2px #24140e;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news_box p {
  vertical-align: top;
  color: #24140e;
  word-break: break-all;
}

.news_left {
  float: left;
  width: 50%;
}

.news_left img {
  width: 200px;
}

.news_right {
  float: right;
  width: 50%;
}

.overview_box p {
  vertical-align: top;
  color: #fff;
}

.product_box {
  display: flex;
  font-family: "M PLUS Rounded 1c";
}

.product_box p {
  color: #fff;
}

.product .main_image {
  width: 70%;
}

.product .capture_box {
  width: 30%;
  font-size: 0;
  margin-left: 10px;
}

.product .capture_box img {
  margin-bottom: 5px;
}

.product_txt p {
  font-weight: bold;
}

.product_txt img {
  width: 100%;
}

.special_product {
  width: 100%;
  margin: 12px 0;
}

.special_product img {
  width: 70%;
}

.prd_img {
  margin-bottom: 24px;
}

.col-1 {
  display: inline-block;
  width: 85px;
  text-align: right;
  vertical-align: top;
}
.col-2 {
  display: inline-block;
  /* border: solid 1px; */
}

footer {
  display: block;
  text-align: center;
}

footer a {
  text-decoration: underline;
  color: #fff;
}

/* スマホ　767px以下 */
@media only screen and (max-width: 767px) {
  .wrap {
    width: 100%;
  }
  .logo {
    text-align: center;
  }
  .main {
    float: none;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .main_image {
    width: 100%;
  }
  .side-menu {
    /*　floatを解除 */
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
  }
  .side-banner li {
    margin-bottom: 15px;
    width: 320px;
    margin: 0 auto;
    margin-top: 15px;
  }
  .news_left img {
    width: 80%;
  }

  .news_right {
    width: 50%;
  }
  .content img {
    padding-top: 23px;
  }
  #tokuten .tk img {
    width: 80%;
    margin-top: 0;
  }
  .shop_list img {
    height: auto;
    padding-top: inherit;
  }
  .product_box {
    display: block;
  }

  .product .main_image {
    width: 100%;
  }

  .product .capture_box {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  .col-1 {
    text-align: left;
  }

  #colorbox {
    width: 50%;
  }
}
.text_title {
  font-size: 18px;
}

.attention {
  font-size: 16px;
  font-weight: 700;
  color: red;
}
/* ===================================
       Header
    =================================== */
header img {
  width: 100%;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
  height: auto;
}

/* ===================================
       ブランドロゴ（左）
    =================================== */
.header-logo {
  display: flex;
  align-items: center;
}

.header-logo a {
  display: inline-flex;
  align-items: center;
}

.header-logo img {
  height: 80px;
  width: auto;
}

/* ===================================
       グローバルナビ（中央）
    =================================== */
.global-nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
}

.nav-item {
  position: relative;
}

/* 区切り線 */
.nav-item + .nav-item {
  border-left: 1px solid #ccc;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 20px;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.2s;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.nav-link a {
  color: #222;
}

.nav-link:hover {
  color: #2e86c1;
}

.nav-arrow {
  font-size: 9px;
  color: #1b6ca8;
  transition: transform 0.2s ease;
}

.nav-arrow:hover {
  color: #2e86c1;
}

.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link:visited {
  text-decoration: none;
}

.nav-link:focus,
.nav-link:focus-visible {
  outline: none;
  border: none;
}
/* ===================================
       SNSリンク（右）
    =================================== */
.header-sns {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}

.sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.sns-link:hover {
  opacity: 0.75;
}

.sns-link img {
  height: 32px;
  width: auto;
  display: block;
}

/* ===================================
       メガメニュー
    =================================== */
.mega-menu {
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
  z-index: 99;
  padding: 20px 0;

  /* 非表示状態 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

.mega-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.nav-item.has-mega-menu.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-item.has-mega-menu.is-open .nav-arrow {
  transform: rotate(180deg);
}
/* ===================================
       作品グリッド
    =================================== */
.works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 256px));
  gap: 16px;
  list-style: none;
}

.work-item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.work-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  transition: opacity 0.2s ease;
}

.work-item a:hover img {
  opacity: 0.75;
}

.work-title {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.4;
  color: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-style: normal;
}
/* ===================================
   スマホ（480px以下）：ヘッダー調整
=================================== */
@media (max-width: 480px) {
  .header-inner {
    padding: 0 12px;
    height: 52px;
  }

  .header-logo img {
    height: 28px;
  }

  .nav-link {
    font-size: 11px;
    padding: 6px 8px;
    letter-spacing: 0;
  }

  .nav-arrow {
    font-size: 8px;
  }

  .sns-link img {
    height: 22px;
  }

  .header-sns {
    gap: 4px;
  }

  /* メガメニュー */
  .mega-menu {
    top: 48px;
  }
  /* ===================================
   YouTube埋め込みレスポンシブ
=================================== */
  #movie {
    padding: 0 16px;
  }

  #movie iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  /* ===================================
   特典
=================================== */
  .tk {
    text-align: center;
    width: 100%;
    margin-top: 48px;
  }
  .shop_list li {
    width: 45%;
  }
}
