@charset "utf-8";
/* ---------------表示制御--------------- */
[data-browse-mode="P"] .sp_only_ {
  display: none;
}
[data-browse-mode="S"] .pc_only_ {
  display: none;
}
/* ---------------パンくず--------------- */
[data-browse-mode="P"] .breadcrumb {
  background: #f8f8f8;
  padding: 15px 0;
  font-size: 12px;
}
[data-browse-mode="P"] .breadcrumb > div {
  width: 1000px;
  margin: 0 auto;
}
[data-browse-mode="P"] .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
[data-browse-mode="P"] .breadcrumb a {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  margin-left: 10px;
}
[data-browse-mode="P"] .breadcrumb li {
  position: relative;
}
[data-browse-mode="P"] .breadcrumb li:after {
  position: absolute;
  top: -1px;
  left: 2px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  content: '>';
}
[data-browse-mode="P"] .breadcrumb li:first-child, [data-browse-mode="P"] .breadcrumb li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
[data-browse-mode="P"] .breadcrumb li:first-child:after {
  display: none;
}
[data-browse-mode="S"] .breadcrumb {
  background: #f8f8f8;
  font-size: 10px;
}
[data-browse-mode="S"] .breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 15px;
}
[data-browse-mode="S"] .breadcrumb a {
  display: inline-block;
  position: relative;
  padding: 2px 7px;
  margin-left: 10px;
}
[data-browse-mode="S"] .breadcrumb li {
  position: relative;
}
[data-browse-mode="S"] .breadcrumb li:after {
  position: absolute;
  top: 9px;
  transform: translateY(-50%);
  left: 2px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  content: '>';
}
[data-browse-mode="S"] .breadcrumb li:first-child, [data-browse-mode="S"] .breadcrumb li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
[data-browse-mode="S"] .breadcrumb li:first-child:after {
  display: none;
}
/* ---------------コンテンツ--------------- */
/* ----------common---------- */
[id^="w-cover"] {}
[id^="w-cover"] h1, [id^="w-cover"] h2, [id^="w-cover"] h3, [id^="w-cover"] h4, [id^="w-cover"] h5 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
#w-cover img, .connection img {
  vertical-align: top;
  height: auto;
}
.contents_inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contents_inner {
    width: calc(100% - calc(60 * (100vw / 750)));
    margin: 0 calc(30 * (100vw / 750));
  }
}
/* ----------mv---------- */
[id^="w-cover"] h2 {
  background: #ffa07a;
}
[id^="w-cover"] h2 img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.catch_txt {
  font-size: 16px;
  font-weight: 600;
  color: #802E1F;
  text-align: center;
  line-height: 2.3;
  margin: 40px auto 60px;
}
@media screen and (max-width: 768px) {
  .catch_txt {
    font-size: calc(32 * (100vw / 750));
    line-height: 1.8;
    margin: calc(20 * (100vw / 750)) auto calc(30 * (100vw / 750));
  }
}
/* ----------tab---------- */
.tab_list {
  display: flex;
  justify-content: center;
  margin: 0 auto 8px;
  width: 100%;
  max-width: 1000px;
}
.tab_list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 4);
  height: 95px;
  font-size: 20px;
  font-weight: 600;
  color: #802E1F;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0 0 10px;
  background: #FEEFE7;
  border-top: 1px solid #802E1F;
  border-left: 1px solid #802E1F;
  border-right: 1px solid #802E1F;
  border-bottom: 4px solid #D3523D;
  border-radius: 40px 40px 0 0;
  cursor: pointer;
  transition: 0.4s;
}
.tab_list li.js-active-btn, .tab_list li:hover {
  color: #FEEFE7;
  border-bottom: 4px solid #802E1F;
  background: #D3523D;
  transition: 0.4s;
}
.tab_list li::before, .tab_list li::after {
  position: absolute;
  transform: translateX(-50%);
  content: "";
  bottom: 10px;
  width: 16px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #802E1F;
}
.tab_list li.js-active-btn::before, .tab_list li.js-active-btn::after {
  background: #FEEFE7;
}
.tab_list li::before {
  left: 50%;
  transform: rotate(135deg);
}
.tab_list li::after {
  left: 46%;
  transform: rotate(-135deg);
}
.tab_goods_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab_list {
    flex-wrap: wrap;
    width: calc(100% - calc(20 * (100vw / 750)));
    margin: 0 calc(10 * (100vw / 750)) calc(40 * (100vw / 750));
  }
  .tab_list li {
    width: calc(100% / 3);
    height: calc(150 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    letter-spacing: 2px;
    padding: 0 0 calc(10 * (100vw / 750));
    border-radius: calc(40 * (100vw / 750)) calc(40 * (100vw / 750)) 0 0;
  }
  .tab_list li:nth-of-type(1), .tab_list li:nth-of-type(2) {
    margin-bottom: calc(20 * (100vw / 750));
  }
  .tab_list li:hover {
    color: #802E1F;
    border-bottom: 4px solid #D3523D;
    background: #FEEFE7;
  }
  .tab_list li.js-active-btn:hover {
    color: #FEEFE7;
    border-bottom: 4px solid #802E1F;
    background: #D3523D;
  }
  .tab_list li::before, .tab_list li::after {
    bottom: 8px;
    width: 10px;
    height: 2px;
  }
  .tab_list li::before {
    left: 49.5%;
    transform: rotate(135deg);
  }
}
/* -----タブ切り替え（.js-active-btn）----- */
/*.tab_list:has(> .tab_list01.js-active-btn) + .tab_goods_wrap > div:not(.tab_goods_list01), .tab_list:has(> .tab_list02.js-active-btn) + .tab_goods_wrap > div:not(.tab_goods_list02), .tab_list:has(> .tab_list03.js-active-btn) + .tab_goods_wrap > div:not(.tab_goods_list03), .tab_list:has(> .tab_list04.js-active-btn) + .tab_goods_wrap > div:not(.tab_goods_list04) {
  display: none;
}*/
.tab_goods_wrap div.tab_goods_list02,.tab_goods_wrap div.tab_goods_list03,.tab_goods_wrap div.tab_goods_list04 {
	display: none;
}
.tab_goods_wrap h3.goods_title {
  font-size: 28px;
  font-weight: 600;
  color: #802E1F;
  text-align: center;
  height: 112px;
  padding: 20px 0 0;
  background: #F8C5AE url(/img/usr/event/w-cover/title_bg.png) no-repeat center center;
  background-size: auto 80px;
}
.tab_goods_wrap h3.goods_title span {
  display: block;
  font-size: 22px;
}
.tab_goods_wrap p.goods_txt {
  font-size: 14px;
  color: #802E1F;
  text-align: center;
  line-height: 2.3;
  margin: 30px auto 40px;
}
@media screen and (max-width: 768px) {
  .tab_goods_wrap h3.goods_title {
    font-size: calc(47 * (100vw / 750));
    line-height: 1.3;
    letter-spacing: 2px;
    height: calc(199 * (100vw / 750));
    padding: calc(20 * (100vw / 750)) 0 0;
    background: #F8C5AE url(/img/usr/event/w-cover/title_bg_sp.png) no-repeat center center;
    background-size: 100%;
  }
  .tab_goods_wrap h3.goods_title span {
    font-size: calc(32 * (100vw / 750));
    line-height: 1.5;
  }
  .tab_goods_wrap p.goods_txt {
    font-size: calc(30 * (100vw / 750));
    line-height: 1.7;
    margin: calc(40 * (100vw / 750)) auto calc(15 * (100vw / 750));
  }
}
/* ----------goods(reset)---------- */
.block-thumbnail-t li {
  margin-bottom: 0;
  margin-left: 0;
}
.block-thumbnail-t--goods {
  width: calc((100% - 45px) / 4);
  padding: 9px;
  border: 1px solid #e6e6e6;
  margin-left: 15px;
  margin-bottom: 15px;
}
.block-thumbnail-t--goods-image figure {
  width: 100%;
  background-color: #fff;
}
.block-thumbnail-t--goods-wrap {
  justify-content: right;
}
.block-thumbnail-t--goods .price {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .block-thumbnail-t--items {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: auto;
    padding: 10px 0px 0 0;
    border-top: none;
    font-size: 0;
  }
  .block-thumbnail-t--items li {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 7px;
    padding-bottom: 10px;
    border: 1px solid #e6e6e6;
    padding-right: 7px;
    margin: 5px 2px;
    padding-top: 10px;
    box-shadow: 0 0 10px #eee;
  }
  .block-thumbnail-t--goods-name {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 13px;
  }
  .block-thumbnail-t--goods .price {
    font-size: 17px;
  }
}
/* ----------関連バナー---------- */
.connection {
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 150px;
}
.connection h4 {
  margin: 30px auto;
  padding: 0;
  border: none;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.connection_bnr {
  display: flex;
  justify-content: space-between;
}
.connection_bnr li {
  width: calc((100% - 45px) / 4);
}
.connection_bnr li img {
  width: 100%;
}
.connection_bnr li p {
  margin-top: 12px;
}
@media screen and (max-width:746px) {
  .connection {
    width: calc(100% - calc(40 * (100vw / 750)));
    margin: calc(60 * (100vw / 750)) calc(20 * (100vw / 750)) calc(90 * (100vw / 750));
  }
  .connection h4 {
    margin: 0 0 20px;
    padding: 20px 0 0 0;
    font-size: 5.3vw;
  }
  .connection_bnr {
    flex-wrap: wrap;
  }
  .connection_bnr li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 25px;
  }
}