@charset "UTF-8";

/**************************************************************************

	基本設定

***************************************************************************/
body {
  overflow-x: hidden;
}

/* リセット */
.ec-featureRole {
  background: #fff;
  max-width: 1160px;
  padding-left: 0;
  padding-right: 0;
}
.ec-featureRole * {
  font-size: inherit;
}
.ec-featureRole *::before, .ec-featureRole *::after {
  font-size: inherit;
}

.ec-featureRole__content {
  padding-bottom: 0 !important;
}

.bl_ushidayContents {
  background: #fff;
}

.ec-giftArea {
  padding-left: 20px;
  padding-right: 20px;
}

.bl_ushidayContents ul, .bl_ushidayContents ol {
  padding: initial;
  margin: initial;
}

.ec-featureRole__content {
  padding-bottom: 0;
}

.ec-layoutRole {
  background-color: #fff !important;
}
.ec-layoutRole .ec-layoutRole__contents {
  background-color: #fff !important;
}

.ec-featureRole__headdescription {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.ec-layoutRole .ec-layoutRole__contents li {
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  #content.gift .ec-giftArea + .ec-giftArea {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #content.gift .ec-giftArea + .ec-giftArea {
    margin-top: 12vw;
  }
}

.itemInfoArea {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.more-link {
  margin-top: 15px !important;
}

.cp-end {
  margin-bottom: 20px !important;
  border: solid 1px #fff17f;
  padding: 24px 24px 19px;
  background-color: #fffee3;
  text-align: center;
  font-weight: bold;
  color: #f00;
}

.slideContentArea {
  display: none;
}

.productList__carousel {
  display: block;
}

/***************************************************************************

	汎用クラス・共通要素

****************************************************************************/
.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txtC {
  text-align: center !important;
}

.txtL {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  .txtC_sp {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .txtL_sp {
    text-align: left !important;
  }
}

.fontSz80 {
  font-size: 80%;
}

.fontSz90 {
  font-size: 90%;
}

.fontSz110 {
  font-size: 110%;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

@media only screen and (max-width: 767px) {
  .mt15_sp {
    margin-top: 4vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt20_sp {
    margin-top: 5.3333333333vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt25_sp {
    margin-top: 6.6666666667vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt30_sp {
    margin-top: 8vw !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb25_sp {
    margin-bottom: 6.6666666667vw !important;
  }
}

.fontB {
  font-weight: bold;
}

.fontM {
  font-weight: 500;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.pc_inb {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .pc_inb {
    display: none;
  }
}

.sp {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
.sp2 {
  display: block;
}
@media print, screen and (min-width: 520px) {
  .sp2 {
    display: none;
  }
}

.sp3 {
  display: block;
}
@media print, screen and (min-width: 1000px) {
  .sp3 {
    display: none;
  }
}

.sp_inb {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .sp_inb {
    display: none;
  }
}

.tablet_inb, .sp_tablet_inb {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tablet_inb {
    display: inline-block;
  }
}

@media only screen and (max-width: 1024px) {
  .sp_tablet_inb {
    display: inline-block;
  }
}

.disp_inb {
  display: inline-block;
}
@media print {
  .disp_inb {
    display: inline-block;
  }
}

.font-min {
  font-family: "MyYuMinchoC", "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.fontRed {
  color: #DC3400;
}

/***************************************************************************

	コンテンツ

****************************************************************************/
.bl_fukubukuroContents {
  padding: 0;
}	
  /* MV */
.bl_fukubukuroContents img {
  max-width: 100%;
}
.bl_fukubukuroContents a {
  text-decoration: none;
}
.bl_fukubukuroContents #mainVisual {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  text-align: center;
}
.bl_fukubukuroContents .mv {
  display: inline-block;
}
.bl_fukubukuroContents .mv picture {
  display: inline-block;
}
.bl_fukubukuroContents .mv img {
  max-width: 100%;
}

/* リード */
.bl_lead {
  margin: 20px 0 40px;
  font-weight: 600;
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  text-align: center;
}
@media only screen and (max-width: 767px) {
.bl_lead {
  margin: 10px 0 20px;
}
}
.bl_lead p:first-child {
  font-size: 1.5em;
  color: #e4540d;
}
.bl_lead p:last-child {
  line-height: 1.6em;
}


/* 見出し2 */
.el_heading02 {
    background: url(/order/html/upload/user_data/feature/fukubukuro/img/2025/ttlLine.png);	
    background-repeat: repeat-x;
    background-size: contain;
    font-size: 25px;
    text-align: center;
    padding: 1em 0 0.8em;
    font-weight: 700;
    color: #7d6b01;
    width: 100%;
    margin: 80px auto 30px;
}

@media only screen and (max-width: 767px) {
.h2Ttl {
    font-size: 25px;
    width: 95%;
}
}

/* 見出し3 */
.el_heading03 {
  font-size: 20px;
  text-align: left;
  border-left: 8px solid #fe7226;
  padding-left: 0.5em;
  margin-bottom: 10px;
  font-weight: 600;
}

/* 特典 */
.bl_cp {
  background-image: url("/order/html/upload/user_data/feature/fukubukuro/img/2025/bg_cp_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative !important;
  margin: 0 0 30px;		
}
@media only screen and (max-width: 767px) {
.bl_cp {
  background-image: url("/order/html/upload/user_data/feature/fukubukuro/img/2025/bg_cp_sp.jpg");
}
}
.img_cp{
  position: absolute;
  left: 0;
  bottom: 0;
}

.bl_cp_inner {
  padding: 40px 10px 20%;
  background: #fff;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
.bl_cp {
  padding: 0 7%;	
}	
.bl_cp_inner {
  padding: 25px 10px 33%;
  width: 100%;
  font-size: 18px;	
}
}

.bl_cp_inner p{
  font-size: inherit;
}

.bl_cp_inner .txt_point{
  font-size: 2em;
  color: #e4540d;
  background: linear-gradient(transparent 60%, #ffed5a 60%);
  display: inline;
  padding-bottom: 0px;
  line-height: 1.2em;	
}

.bl_cp_inner .txt_point span{
  font-size: 1.5em;
  color: #e4540d;
}
.txt_catch{
  margin-bottom: 5px;
  color: #897a2f;
  font-size: 24px !important;	
}
.txt_cpNote{
  font-size: 0.7em !important;
  line-height: 1.6em;	
  color:#fe7226;
  margin-top: 25px;	
}
.bl_cp_head {
  font-size: 38px;
  background: #ffed5a;
  padding: 25px 10px;
  display: block;
  color: #7d6b01;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;	
}
@media only screen and (max-width: 767px) {
.bl_cp_head {
  font-size: 28px;
  padding: 20px 10px;	
}
.txt_catch{
  font-size: 22px !important;	
}	
}

.bl_cp_head span{
  font-size: 0.9em;
  display: block;
}

/* ボタン01 */
.button01 {
  padding-bottom: min(50px, 10vw);
}
.button01 a {
  background: #fff;
  border-radius: 15px;
  border: solid #aa8826 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 96%;
  max-width: 400px;
  padding: 18px 25px;
  color: #aa8826;
  line-height: 1.4;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  font-size: 18px;
  box-shadow: 0 5px 1px rgba(170, 136, 38, 1);
}
.button01 a:hover {
  opacity: 0.8;
}

/* ボタン001 */
.button001 a {
    background-color: #ffed5a;
    border: solid 2px #aa8826;
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: flex;
    height: 72px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #7d6b01;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 5px 1px rgba(170, 136, 38, 1);
    line-height: 1.2em;	
}

@media only screen and (max-width: 767px) {
.button001 a {
    padding: 10px 25px 10px 20px;
	line-height: 1.2em;
}
}

.button001 a:hover {
  opacity: 0.8;
}
.button001 a:after {
  position: absolute;
  content: "";
  background-image: url("/order/html/upload/user_data/feature/fukubukuro/img/2025/arrow_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 13px;
  bottom: 5%;
  right: 10px;
  transform: translateY(-50%);
}

/* 選ぶ */
.bl_category {
  padding-bottom: 50px;
}

.bl_location_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  padding: 0 2% !important;
}

.button001 a　span{
  display: inline-block !important;
}
.bl_location_list li{
  width: calc((100% - 30px) / 3);
}

@media only screen and (max-width: 767px) {
  .bl_location_list li{
    width: calc((100% - 15px) / 2);
  }
}

.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
  padding: 0 2% !important;
}
.bl_cardUnit a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.bl_cardUnit a:hover {
  opacity: 0.8;
}

.bl_card_body {
  display: flex;
  flex-grow: 1;
}

.bl_card {
  width: calc((100% - 56px) / 4);
}
@media only screen and (max-width: 767px) {
  .bl_card {
    width: 100%;
  }
.bl_cardUnit {
  padding: 0 6% !important;
  justify-content: flex-start;
  gap: 30px;	
}	
}
.bl_card img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.bl_card figure {
  margin: 0;
}

.bl_card_txt {
  background-color: #aa8826;
  background-size: 36px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  padding: 15px 25px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0 0 15px 15px;	
}
.bl_card_txt:after {
  position: absolute;
  content: "";
  background-image: url("/order/html/upload/user_data/feature/fukubukuro/img/2025/arrow_right2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 13px;
  bottom: 5%;
  right: 10px;
  transform: translateY(-50%);
}

/* キャンペーン詳細 */
.bl_cpDtl {
  background: #ebebeb;
  padding: clamp(40px, 7vw, 60px) clamp(20px, 5vw, 40px);
  margin-top: 60px;
}
.bl_cpDtl .el_heading02 {
  padding: 0;
  border: none !important;
}

.bl_notesDtl {
  margin-bottom: 20px !important;
}
.bl_notesDtl li {
  font-size: 16px;
  margin-bottom: 10px;
}
.bl_notesDtl li .indent {
  text-indent: clamp(-1rem, -3vw, -1.4rem);
  margin-left: clamp(1rem, 3vw, 1.4rem);
}
.fs_s {
  font-size: 0.9em !important;
}
/*# sourceMappingURL=style2025.css.map */