@charset "UTF-8";
/* ---------------------------------------------------------------

	2026おせち　ショッピング

	01.基本・汎用クラス
	02.コンテンツ

	PCページのfont-sizeの基本16px
	SPページのfont-sizeの基本14px

--------------------------------------------------------------- */
/* ---------------------------------------------------------------

	01.基本・汎用クラス

--------------------------------------------------------------- */
#cmn_header {
  margin-bottom: 0 !important;
}

.ec-layoutRole {
  background: url(/html/upload/user_data/feature/os/img/2026/background.jpg) !important;
}

.ec-featureRole__head {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .contents_,
  .mainframe_ {
    width: 100% !important;
  }
}
figure {
  margin: 0;
  padding: 0;
}

.hp_pcOnly {
  display: inline-block;
}

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

@media only screen and (max-width: 767px) {
  .hp_spOnly {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .image_sp_w100 {
    width: 100%;
    height: auto;
  }
}
/* font-family */
.hp_fontFamily {
  /*font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;*/
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  /*line-height: 1.8;*/
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

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

/* キャプション */
.bl_captionList > li {
  margin-top: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.8125rem !important;
}

/* もっと見るボタン */
.more_btn_ a:hover {
  text-decoration: none !important;
}

/* 02.コンテンツ
--------------------------------------------------------------- */
.contents_wrap {
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .contents_wrap {
    padding: 0 10px;
  }
}
/* mv
--------------------------------------------------------------- */
.mv img {
  width: 100%;
  height: auto;
}
.mv .sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mv .pc {
    display: none;
  }
  .mv .sp {
    display: block;
  }
}
/* navi_type1
--------------------------------------------------------------- */
.navi_type1 {
  margin: min(3.44vw, 40px) 0;
}
.navi_type1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.15vw, 25px);
}
.navi_type1 ul li {
  width: 38%;
}
.navi_type1 ul li a {
  display: block;
  background-image: linear-gradient(90deg, rgb(209, 158, 43) 0%, rgb(255, 238, 194) 45%, rgb(197, 149, 21) 100%);
  color: #fff;
  padding: min(0.51vw, 6px);
}
.navi_type1 ul li a:hover > span {
  opacity: 0.8;
  transition: 0.3s ease opacity;
}
.navi_type1 ul li a > span {
  text-align: center;
  font-size: min(2.32vw, 27px);
  font-weight: bold;
  display: block;
  background: linear-gradient(rgba(188, 0, 0, 0.96), rgba(188, 0, 0, 0.96)), url(/html/upload/user_data/feature/os/img/2026/bg04.png);
  background-size: cover;
  padding: min(1.03vw, 12px) 0;
  line-height: 1.5;
  position: relative;
  transition: 0.3s ease opacity;
}
.navi_type1 ul li a > span span {
  font-size: inherit;
  display: block;
  line-height: 1.5;
  letter-spacing: min(0.17vw, 2px);
  color: #ffdb94;
}
.navi_type1 ul li a > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: min(0.68vw, 8px);
  width: min(1.29vw, 15px);
  height: min(0.25vw, 3px);
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transform: rotate(45deg);
}
.navi_type1 ul li a > span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: min(0.68vw, 8px);
  width: min(1.29vw, 15px);
  height: min(0.25vw, 3px);
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .navi_type1 {
    margin: 4vw 0;
  }
  .navi_type1 ul {
    justify-content: center;
    gap: 4%;
  }
  .navi_type1 ul li {
    width: 48%;
  }
  .navi_type1 ul li a {
    padding: 0.8vw;
  }
  .navi_type1 ul li a:hover > span {
    transition: 0;
  }
  .navi_type1 ul li a > span {
    font-size: 4.26vw;
    padding: 2.66vw 0;
    line-height: 1.3;
    transition: 0;
  }
  .navi_type1 ul li a > span span {
    font-size: 4.26vw;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 0.53vw;
  }
  .navi_type1 ul li a > span::before {
    right: 1.33vw;
    width: 2.66vw;
    height: 0.53vw;
  }
  .navi_type1 ul li a > span::after {
    right: 1.33vw;
    width: 2.66vw;
    height: 0.53vw;
  }
}
/* navi_type2
--------------------------------------------------------------- */
.navi_type2 {
  margin: min(3.44vw, 40px) 0;
}
.navi_type2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(2.15vw, 25px);
}
.navi_type2 ul li {
  width: 30%;
}
.navi_type2 ul li a {
  display: block;
  background-image: linear-gradient(90deg, rgb(209, 158, 43) 0%, rgb(255, 238, 194) 45%, rgb(197, 149, 21) 100%);
  color: #fff;
  padding: min(0.34vw, 4px);
}
.navi_type2 ul li a:hover span {
  opacity: 0.8;
  transition: 0.3s ease opacity;
}
.navi_type2 ul li a span {
  text-align: center;
  font-size: min(1.89vw, 22px);
  font-weight: bold;
  display: block;
  background-color: #272c70;
  background: linear-gradient(rgba(39, 44, 112, 0.96), rgba(39, 44, 112, 0.96)), url(/html/upload/user_data/feature/os/img/2026/bg04.png);
  background-size: cover;
  padding: min(1.12vw, 13px) 0 min(1.63vw, 19px);
  line-height: 1.5;
  letter-spacing: min(0.17vw, 2px);
  position: relative;
  transition: 0.3s ease opacity;
}
.navi_type2 ul li a span::before {
  content: "";
  position: absolute;
  bottom: min(0.6vw, 7px);
  left: calc(50% - 1px);
  width: min(0.17vw, 2px);
  height: min(0.77vw, 9px);
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 1px);
  transform: rotate(45deg);
}
.navi_type2 ul li a span::after {
  content: "";
  position: absolute;
  bottom: min(0.6vw, 7px);
  left: calc(50% - 1px);
  width: min(0.17vw, 2px);
  height: min(0.77vw, 9px);
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 1px);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .navi_type2 {
    margin: 4vw 0;
  }
  .navi_type2 ul {
    justify-content: center;
    gap: 2%;
  }
  .navi_type2 ul li {
    width: 32%;
  }
  .navi_type2 ul li a {
    padding: 0.7vw;
  }
  .navi_type2 ul li a:hover span {
    transition: 0;
  }
  .navi_type2 ul li a span {
    font-size: 3.2vw;
    padding: 2.13vw 0 4.5vw;
    line-height: 1.35;
    transition: 0;
  }
  .navi_type2 ul li a span::before {
    bottom: 1.33vw;
    width: 0.53vw;
    height: 2vw;
  }
  .navi_type2 ul li a span::after {
    bottom: 1.33vw;
    width: 0.53vw;
    height: 2vw;
  }
}
/* notes_box
--------------------------------------------------------------- */
.notes_box {
  margin: min(5.17vw, 60px) 0;
  background-color: #f6f5e3;
  padding: min(5.17vw, 60px);
}
.notes_box h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
}
.notes_box p {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 10px;
}
.notes_box ul {
  margin: 0 5px !important;
}
.notes_box li {
  padding-left: 1em;
  text-indent: -0.7em;
  font-size: 16px;
  line-height: 1.5;
}
.notes_box li + li {
  margin-top: 3px;
}

@media only screen and (max-width: 767px) {
  .notes_box {
    margin: 8vw 0;
    padding: 5.33vw;
  }
  .notes_box h2 {
    font-size: 4.8vw;
    margin: 0 0 5.33vw;
  }
  .notes_box p {
    font-size: 3.46vw;
    margin: 5.33vw 0 1.33vw;
  }
  .notes_box ul {
    margin: 0 0.8vw !important;
  }
  .notes_box li {
    text-indent: -0.6em;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .notes_box li + li {
    margin-top: 0.8vw;
  }
}
/* bl_categoryWrap
--------------------------------------------------------------- */
.bl_categoryWrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}
.bl_categoryWrap .bl_category {
  flex-basis: 30%;
  margin: 1.2% 1.65%;
}
.bl_categoryWrap .bl_category .bl_category-child {
  background: #edf3e5;
}
.bl_categoryWrap .bl_category .bl_category-child > li > a {
  display: block;
  padding: 0.6em 1em;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.3s ease background-color;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: min(1.37vw, 16px);
  font-weight: bold;
  color: #000;
}
.bl_categoryWrap .bl_category .bl_category-child > li > a:hover {
  background-color: #d2e6b8;
}

@media only screen and (max-width: 767px) {
  .bl_categoryWrap {
    margin-top: 1vw;
    flex-direction: column;
    gap: 4vw 0;
  }
  .bl_categoryWrap .bl_category {
    margin: 0 2.5%;
  }
  .bl_categoryWrap .bl_category .bl_category-child {
    padding: 1vw 0 !important;
  }
  .bl_categoryWrap .bl_category .bl_category-child > li > a {
    padding: 2vw 3.2vw;
    transition: 0;
    font-size: 3.2vw;
  }
  .bl_categoryWrap .bl_category .bl_category-child > li > a:hover {
    background-color: transparent;
  }
}
/* bl_irohaLink
--------------------------------------------------------------- */
.bl_irohaLink {
  margin: min(5.17vw, 60px) 0;
}
.bl_irohaLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bl_irohaLink ul li {
  flex-basis: 33%;
  border-left: 1px solid #ccc;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.bl_irohaLink ul li a {
  display: flex;
  justify-content: center;
  padding: 0.5em;
  font-size: min(1.72vw, 20px);
  color: #000000;
  text-align: center;
}
.bl_irohaLink ul li:nth-of-type(3n) {
  border-right: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .bl_irohaLink {
    margin: 6vw 0;
  }
  .bl_irohaLink ul li {
    flex-basis: 50%;
    margin-bottom: 2.66vw;
  }
  .bl_irohaLink ul li a {
    padding: 0.5em 0;
    font-size: 3.2vw;
  }
  .bl_irohaLink ul li:nth-of-type(3n) {
    border-right: none;
  }
  .bl_irohaLink ul li:nth-of-type(2n) {
    border-right: 1px solid #ccc;
  }
}
/* el_ttlH2
--------------------------------------------------------------- */
.el_ttlH2 {
  display: flex;
  align-items: center;
  font-size: min(3.1vw, 36px);
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin: min(6.03vw, 70px) 0 min(1.72vw, 20px);
}
.el_ttlH2::before {
  content: "";
  height: min(0.25vw, 3px);
  flex-grow: 1;
  background-color: #b91001;
  margin-right: 2rem;
}
.el_ttlH2::after {
  content: "";
  height: min(0.25vw, 3px);
  flex-grow: 1;
  background-color: #b91001;
  margin-left: 2rem;
}

@media only screen and (max-width: 767px) {
  .el_ttlH2 {
    font-size: 4.8vw;
    line-height: 1.3;
    margin: 10.66vw 0 5.33vw;
  }
  .el_ttlH2::before {
    height: 0.6vw;
  }
  .el_ttlH2::after {
    height: 0.6vw;
  }
}
/* shoposechi
--------------------------------------------------------------- */
.shoposechi {
  margin-bottom: min(6.89vw, 80px);
  /*ul {
      display: flex;
      flex-wrap: wrap;
      width: 80%;
      margin: min(4.31vw,50px) auto!important;
      justify-content: space-between;
      gap: min(2.58vw,30px) 0;
      li {
          width: 48%;
          a {
              transition: 0.3s ease opacity;
              &:hover {
                  transition: 0.3s ease opacity;
                  opacity: 0.8;
              }
          }
      }
  }*/
}

@media only screen and (max-width: 767px) {
  .shoposechi {
    margin-bottom: 10.66vw;
    /*ul {
        width: auto;
        margin: 5.33vw auto!important;
        gap: 3.5vw 0;
        li {
            width: 48%;
            a {
                transition: 0;
                &:hover {
                    transition: 0;
                    opacity: 1;
                }
            }
        }
    }*/
  }
}
/* osusume
--------------------------------------------------------------- */
.osusume .osuTxt {
  font-size: min(1.55vw, 18px);
  text-align: center;
  margin: min(3.44vw, 40px) 0 min(1.72vw, 20px);
}
.osusume .bnrWrap {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .osusume .osuTxt {
    font-size: 3vw;
    margin: 4vw 0 1.33vw;
  }
  .osusume .bnrWrap {
    width: auto;
  }
}
/* bl_anchorBtnItemSightLink
--------------------------------------------------------------- */
a.bl_anchorBtnItemSightLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #AF9010;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease opacity;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: min(1.72vw, 20px);
  padding: 0.8em 30px;
  line-height: 1.4em;
}
a.bl_anchorBtnItemSightLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  right: 12px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
}
a.bl_anchorBtnItemSightLink:hover {
  opacity: 0.7;
}
a.bl_anchorBtnItemSightLink.grBk {
  background: linear-gradient(rgba(80, 116, 25, 0.96), rgba(80, 116, 25, 0.96)), url(/html/upload/user_data/feature/os/img/2026/bg04.png) !important;
}

@media only screen and (max-width: 767px) {
  a.bl_anchorBtnItemSightLink {
    font-size: 3.46vw;
    padding: 3vw 0;
    line-height: 1;
  }
  a.bl_anchorBtnItemSightLink::after {
    width: 2.5vw;
    height: 2.5vw;
    right: 5vw;
    border-left: 0.8vw solid #fff;
    border-bottom: 0.8vw solid #fff;
  }
}
/* acc_item
--------------------------------------------------------------- */
.acc_item {
  position: relative;
  transform: translateZ(0);
}
.acc_item p {
  display: block;
  margin: 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: min(1.72vw, 20px);
  padding: 0.8em 30px;
  line-height: 1.4em;
}
.acc_item .acc-toggle {
  display: none;
}
.acc_item .acc-title {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
  display: block;
  margin-bottom: 0;
  width: 100%;
  cursor: pointer;
  position: relative;
  border: none;
  background: linear-gradient(rgba(80, 116, 25, 0.96), rgba(80, 116, 25, 0.96)), url(/html/upload/user_data/feature/os/img/2026/bg04.png);
  background-size: 120%;
}
.acc_item .acc-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #f0dc00;
  transition: all 0.3s;
  z-index: 1;
  right: min(2.1875vw, 28px);
  width: min(0.3125vw, 2px);
  height: min(1.5625vw, 16px);
}
.acc_item .acc-title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #f0dc00;
  transition: all 0.3s;
  z-index: 1;
  transform: rotate(90deg);
  right: min(2.1875vw, 28px);
  width: min(0.3125vw, 2px);
  height: min(1.5625vw, 16px);
}
.acc_item .acc-content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
  overflow: hidden;
  max-height: 0;
}

@media only screen and (max-width: 767px) {
  .acc_item p {
    font-size: 3.46vw;
    padding: 3vw 0;
    line-height: 1;
  }
  .acc_item .acc-title::after,
  .acc_item .acc-title::before {
    right: 5.8666666667vw;
    width: 0.8vw;
    height: 3.7333333333vw;
  }
}
.acc_item .acc-toggle:checked + .acc-title::before {
  transform: rotate(90deg) !important;
}

.acc_item .acc-toggle:checked + .acc-title + .acc-content {
  max-height: 1000px;
  transition: all 1.5s;
}

/* campaign_detail
--------------------------------------------------------------- */
.campaign_detail .campaign_detail_inner {
  margin-top: min(4.31vw, 50px);
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 4px solid;
  -o-border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
     border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
}
.campaign_detail .campaign_detail_inner::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: "";
  border: 2px solid;
  -o-border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
     border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
}
.campaign_detail .campaign_detail_inner img {
  width: min(18.96vw, 220px);
  height: auto;
  position: absolute;
  top: max(-3.44vw, -40px);
  left: max(-2.58vw, -30px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box {
  display: flex;
  margin: 0;
  padding: 0;
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dt {
  padding-top: min(6.03vw, 70px);
  padding-bottom: min(3.01vw, 35px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd {
  padding-top: min(6.03vw, 70px);
  padding-bottom: min(3.01vw, 35px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box + .campaign_detail_box {
  border-top: 1px solid #f1cf8d;
}
.campaign_detail .campaign_detail_inner .campaign_detail_box + .campaign_detail_box dt {
  padding-top: min(3.44vw, 40px);
  padding-bottom: min(3.87vw, 45px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box + .campaign_detail_box dd {
  padding-top: min(3.44vw, 40px);
  padding-bottom: min(3.87vw, 45px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dt {
  width: 32%;
  background-color: #fefbec;
  background: url(/html/upload/user_data/feature/os/img/2026/back_gold.png) left top no-repeat;
  background-size: 500px auto;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: min(5.17vw, 60px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dt span {
  display: block;
  width: min(14.22vw, 165px);
  background-color: #b17e38;
  color: #fff;
  font-size: min(2.06vw, 24px);
  text-align: center;
  padding: min(0.43vw, 5px) 0;
  margin: 0 0 min(1.12vw, 13px);
  letter-spacing: min(0.25vw, 3px);
  line-height: 1;
  box-shadow: 4px 4px 0px 0px #e1cea4;
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dt p {
  font-size: min(3.44vw, 40px);
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd {
  width: 68%;
  box-sizing: border-box;
  padding-left: min(4.31vw, 50px);
  padding-right: min(4.31vw, 50px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd p {
  font-size: min(1.55vw, 18px);
  line-height: 1.6;
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd p .marker {
  font-size: inherit;
  background: linear-gradient(transparent 60%, #ffe289 60%);
  font-weight: bold;
  padding-left: min(0.43vw, 5px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd p .marker2 {
  font-size: inherit;
  background: linear-gradient(transparent 60%, #ffd3d3 60%);
  font-weight: bold;
  padding-left: min(0.43vw, 5px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn {
  margin: min(1.72vw, 20px) 0 0;
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn a {
  width: 75%;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  color: #fff;
  border: 3px solid;
  -o-border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
     border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
  text-align: center;
  font-size: min(1.89vw, 22px);
  font-weight: bold;
  display: block;
  background: linear-gradient(rgba(188, 0, 0, 0.96), rgba(188, 0, 0, 0.96)), url(/html/upload/user_data/feature/os/img/2026/bg04.png);
  background-size: cover;
  padding: min(1.37vw, 16px) 0;
  line-height: 1;
  position: relative;
  transition: 0.3s ease opacity;
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn a:hover {
  opacity: 0.8;
  transition: 0.3s ease opacity;
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn a span {
  font-size: inherit;
  color: #ffdb94;
  margin-right: min(0.86vw, 10px);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: min(1.29vw, 15px);
  width: min(1.03vw, 12px);
  height: min(0.17vw, 2px);
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transform: rotate(45deg);
}
.campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: min(1.29vw, 15px);
  width: min(1.03vw, 12px);
  height: min(0.17vw, 2px);
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .campaign_detail .campaign_detail_inner {
    margin-top: 7vw;
    border: 3px solid;
    -o-border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
       border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
  }
  .campaign_detail .campaign_detail_inner::before {
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid;
    -o-border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
       border-image: linear-gradient(to right, rgb(209, 158, 43), rgb(255, 238, 194), rgb(209, 158, 43)) 1;
  }
  .campaign_detail .campaign_detail_inner img {
    width: 26vw;
    height: auto;
    top: -5vw;
    left: -3vw;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box {
    display: block;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dt {
    padding-top: 6.2vw;
    padding-bottom: 5vw;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dd {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box + .campaign_detail_box dt {
    padding-top: 5.33vw;
    padding-bottom: 5vw;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box + .campaign_detail_box dd {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dt {
    width: auto;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    background-size: 100% auto;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dt span {
    width: 14vw;
    font-size: 3.5vw;
    padding: 1.1vw 0;
    margin: 0;
    letter-spacing: 0.3vw;
    line-height: 1;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dt p {
    font-size: 5.33vw;
    line-height: 1;
    margin: 0;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dt p br {
    display: none;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dd {
    width: auto;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dd p {
    font-size: 3.46vw;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn {
    margin: 5.33vw 0 0;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn a {
    width: auto;
    font-size: 3.9vw;
    padding: 3.46vw 0;
    transition: 0;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn a:hover {
    opacity: 1;
    transition: 0;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn a::before {
    right: 2.66vw;
    width: 2.66vw;
    height: 0.53vw;
  }
  .campaign_detail .campaign_detail_inner .campaign_detail_box dd .campaign_detail_btn a::after {
    right: 2.66vw;
    width: 2.66vw;
    height: 0.53vw;
  }
}/*# sourceMappingURL=style.css.map */