@charset "UTF-8";

/* =========================================================
共通
============================================================ */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

#d_container .wrap {
  width: 100%;
}

#d_topic_path {
  max-width: 990px;
  margin: 0 auto 20px;
}

/* =========================================================
PC
============================================================ */
#valentine_20250109 {
  text-align: center;
  color: #441306 !important;
  letter-spacing: 0.08em;
}

#valentine_20250109 .allWrap {
  margin: 55px auto 55px;
  overflow: hidden;
}

#valentine_20250109 a {
  transition: 0.3s;
  text-decoration: none;
}

#valentine_20250109 a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#valentine_20250109 .width990 {
  max-width: 990px;
  margin: 0 auto;
}

#valentine_20250109 .mv {
  background: #cddd68;
}

#valentine_20250109 .mv .mv_visual {
  margin: 0 auto;
  text-align: center;
  max-width: 1100px;
}

#valentine_20250109 .mv .mv_visual img {
  width: 100%;
}

#valentine_20250109 .mv .band {
  background-color: #150000;
  padding: 15px 0;
}

#valentine_20250109 .mv .band .bandWrap {
  max-width: 990px;
  margin: 0 auto;
}

#valentine_20250109 .mv .band .bandWrap>p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8em;
  color: #fff !important;
}

#valentine_20250109 .mv .band .bandWrap>p>b.sizeM {
  font-size: 28px;
  color: #ef8d24;
}

#valentine_20250109 .mv .band .bandWrap>p>b.sizeL {
  font-size: 32px;
  color: #ef8d24;
}

#valentine_20250109 .mv .band .bandWrap span.sizeS {
  font-size: 14px;
}

#valentine_20250109 .mv .band .bandWrap .caution {
  color: #fff;
  font-size: 18px;
}

#valentine_20250109 .anchorWrap {
  margin: 60px auto 0;
  position: relative;
  background: url(/ec/shop/images/campaign/20250109_valentine/yellow_dot_bg.jpg) repeat;
  padding: 50px 0 60px;
}

#valentine_20250109 .anchorWrap ul {
  display: flex;
  flex-wrap: wrap;
}

#valentine_20250109 .anchorWrap ul:not(:nth-child(3)) li {
  margin-bottom: 20px;
}

#valentine_20250109 .anchorWrap ul li {
  font-size: 16px;
  font-weight: bold;
}

#valentine_20250109 .anchorWrap ul li>a {
  height: 70px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#valentine_20250109 .anchorWrap ul li.column3 {
  width: calc((100% - 42px) / 3);
  background-color: #EF8D24;
}

#valentine_20250109 .anchorWrap ul li.column3>a {
  color: #FFF;
}

#valentine_20250109 .anchorWrap ul li.column3>a::after {
  content: "";
  width: 18px;
  height: 11px;
  background: url(/ec/shop/images/campaign/20250109_valentine/arrow_down_white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: center;
}

#valentine_20250109 .anchorWrap ul li.column3:not(:nth-child(3n)) {
  margin-right: 21px;
}

#valentine_20250109 .anchorWrap ul li.column2 {
  width: calc((100% - 20px) / 2);
}

#valentine_20250109 .anchorWrap ul li.column2:not(:nth-child(2n)) {
  margin-right: 20px;
}

#valentine_20250109 .anchorWrap ul li.column3Pink {
  width: calc((100% - 42px) / 3);
}

#valentine_20250109 .anchorWrap ul li.column3Pink:not(:nth-child(3n)) {
  margin-right: 21px;
}

#valentine_20250109 .anchorWrap ul li.column2>a,
#valentine_20250109 .anchorWrap ul li.column3Pink>a {
  border: 2px solid #EF8D24;
  color: #EF8D24;
  background: #fff;
}

#valentine_20250109 .anchorWrap ul li.column2>a:before,
#valentine_20250109 .anchorWrap ul li.column3Pink>a:before {
  content: "";
  width: calc(100% - 12px);
  /* 外側の線になる要素の幅を指定する*/
  height: calc(100% - 10px);
  /* 外側の線になる要素の高さを指定する */
  border: 1px solid #EF8D24;
  /* 外側の線になる一本線の枠線をひく*/
  position: absolute;
  /* 外側の線の位置を自由に動かせるようにする */
  top: 5px;
  /* 外側の線の位置を、内側の線から上に3pxずらす */
  left: 5px;
  /* 外側の線の位置を、内側の線から左に3pxずらす*/
}

#valentine_20250109 .anchorWrap ul li.column2>a::after,
#valentine_20250109 .anchorWrap ul li.column3Pink>a::after {
  content: "";
  width: 18px;
  height: 11px;
  background: url(/ec/shop/images/campaign/20250109_valentine/arrow_down_orange.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 46%;
}

#valentine_20250109 .reservationBnr {
  margin: 80px auto 0;
}

#valentine_20250109 .titleWrap {
  margin: 0 auto 40px;
  position: relative;
}

#valentine_20250109 #ranking .titleWrap {
  margin: 0 auto 60px;
  position: relative;
}

#valentine_20250109 .titleWrap .title {
  width: 990px;
  margin: 0 auto;
}

#valentine_20250109 .titleWrap .title img {
  margin: 0 auto;
}

#valentine_20250109 .titleWrap .title.titleIcon {
  position: relative;
}

#valentine_20250109 .titleWrap .title.titleIcon span {
  position: relative;
  display: inline-block;
}


#valentine_20250109 .titleWrap .title.titleIconLeft {
  position: relative;
}

#valentine_20250109 .titleWrap .title.titleIconLeft span {
  position: relative;
  display: inline-block;
}



#valentine_20250109 .titleCenter {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}


#valentine_20250109 .titleTop .titleBg {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#valentine_20250109 .detailLinkBtn {
  width: 90%;
  max-width: 200px;
  border-radius: 50px;
  background-color: #E46669;
  height: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

#valentine_20250109 .detailLinkBtn_green {
  width: 90%;
  max-width: 200px;
  border-radius: 50px;
  background-color: #84B200;
  height: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

#valentine_20250109 .detailLinkBtn_orange {
  width: 90%;
  max-width: 200px;
  border-radius: 50px;
  background-color: #EF8D24;
  height: 35px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}

#valentine_20250109 .detailLinkBtn::after,
#valentine_20250109 .detailLinkBtn_orange::after,
#valentine_20250109 .detailLinkBtn_green::after {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/campaign/20250109_valentine/arrow_right_white.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  right: 10px;
}

#valentine_20250109 .detailLinkBtn.listBtn,
#valentine_20250109 .detailLinkBtn_orange.listBtn_orange,
#valentine_20250109 .detailLinkBtn_green.listBtn_green {
  margin: 20px auto 0;
  font-size: 16px;
  max-width: 300px;
  height: 50px;
  border: none;
}

#valentine_20250109 .detailLinkBtn.listBtn a {
  color: #441306;
  border: 1px solid #441306;
  max-width: 300px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

#valentine_20250109 .detailLinkBtn_orange.listBtn_orange a {
  color: #fff;
  border: 1px solid #EF8D24;
  max-width: 300px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

#valentine_20250109 .detailLinkBtn_green.listBtn_green a {
  color: #fff;
  border: 1px solid #84B200;
  max-width: 300px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

#valentine_20250109 .detailLinkBtn.listBtn.wide,
#valentine_20250109 .detailLinkBtn_green.listBtn_green.wide,
#valentine_20250109 .detailLinkBtn_orange.listBtn_orange.wide {
  border: none;
  width: 90%;
  max-width: 300px;
  margin: 20px auto 0;
  height: 50px;
}

#valentine_20250109 .detailLinkBtn.listBtn.wide>a {
  width: 100%;
  max-width: 300px;
  border-radius: 50px;
  border: 1px solid #E46669;
  height: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  border-radius: 50px;
}



#valentine_20250109 .detailLinkBtn.listBtn.wide::after,
#valentine_20250109 .detailLinkBtn_green.listBtn_green.wide::after,
#valentine_20250109 .detailLinkBtn_orange.listBtn_orange.wide::after {
  width: 20px;
  height: 20px;
  right: 15px;
}


.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.column2Wrap .column2Box {
  width: calc((100% - 20px) / 2);
}



.column2Wrap .column2Box:not(:nth-child(2n)) {
  margin-right: 20px;
}


.column2Wrap .column2Box:nth-child(n+3) {
  margin-top: 20px;
}

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px !important;
  z-index: 2;
}

.column3Wrap .column3Box {
  width: calc((100% - 40px) / 3);
}

.column3Wrap .column3Box:not(:nth-child(3n)) {
  margin-right: 20px;
}

.column3Wrap .column3Box:nth-child(n+4) {
  margin-top: 20px;
}

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px !important;
  justify-content: center;
  z-index: 2;
}

.column4Wrap .column4Box {
  width: calc((100% - 60px) / 4);
}

.column4Wrap .column4Box:not(:nth-child(4n)) {
  margin-right: 20px;
}

.column4Wrap .column4Box:nth-child(n+5) {
  margin-top: 20px;
}

.innerColumn2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.innerColumn2 .innerColumn2Box {
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 20px;
  z-index: 2;
}

.innerColumn2 .innerColumn2Box:not(:nth-child(2n)) {
  margin-right: 20px;
}

.innerColumn2 .innerColumn2Box.bgFCF6E8 {
  background-color: #FCF6E8;
}

.innerColumn2 .innerColumn2Box.bgFCF6E8_c {
  background-color: #FCF6E8;
}

.innerColumn2 .innerColumn2Box.bgFCE8ED {
  background-color: #FCE8ED;
}

.innerColumn2 .innerColumn2Box .titleWrap h2.title {
  width: 445px !important;
  height: 43px;
  margin: 0 auto !important;
  text-align: center;
}

#Featured_Character .innerColumn2 .innerColumn2Box .titleWrap h2.title {
  width: 367px;
  height: 90px;
  margin: 0 auto !important;
  text-align: center;
}

#Featured_Character .title img {
  position: relative;
  top: -60px;
}


.innerColumn2 .innerColumn2Box .innerColumn2BoxInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.innerColumn2 .innerColumn2Box .innerColumn2BoxInner .column2Box {
  width: calc((100% - 20px) / 2);
}

.innerColumn2 .innerColumn2Box .innerColumn2BoxInner .column2Box:not(:nth-child(2n)) {
  margin-right: 20px;
}

.innerColumn2 .innerColumn2Box .innerColumn2BoxInner .column2Box:nth-child(n+3) {
  margin-top: 20px;
}

.productBox {
  background-color: #f9f9f9;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

#choose .productBox {
  background-color: #f9f9f9;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px #EF8D24;
}

.productBox a {
  color: #150000 !important;
  cursor: pointer;
}

.productBox a p {
  color: #150000 !important;
}

.productBox dl {
  position: relative;
}

.productBox dl dt img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.productBox dl dd {
  padding: 20px 10px;
}

.productBox dl dd p {
  font-size: 14px;
  padding: 0 0 10px 0;
}

.productBox dl dd p.productPrice {
  font-size: 18px;
  font-weight: bold;
}

.productBox dl dd p.productPrice>.tax {
  font-size: 14px;
  letter-spacing: 0;
}

.productBox dl.chooseBox dd.chooseName {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  color: #150000;
}

.productBox dl.chooseBox dd.chooseName_02 {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  color: #150000;
}

#valentine_20250109 .contentsWrap {
  margin: 80px auto 0;
  position: relative;
}

#valentine_20250109 .rankingInner,
#valentine_20250109 .japanInner {
  display: flex;
  position: relative;
  z-index: 1;
}



#valentine_20250109 #japan .title::before,
#valentine_20250109 #brandAllInner .title::before,
#valentine_20250109 #price .title::before,
#valentine_20250109 #choose .title::before {
  background: url(/ec/shop/images/campaign/20250109_valentine/bg_dot_left.png) no-repeat;
  position: absolute;
  right: 730px;
  bottom: 30px;
  z-index: -1;
  content: "";
  width: 293px;
  height: 97px;
  background-size: contain;
}



#valentine_20250109 #japan .title::after,
#valentine_20250109 #brandAllInner .title::after,
#valentine_20250109 #price .title::after,
#valentine_20250109 #choose .title::after {
  background: url(/ec/shop/images/campaign/20250109_valentine/bg_dot_right.png) no-repeat;
  position: absolute;
  right: -30px;
  bottom: 30px;
  z-index: -1;
  content: "";
  width: 293px;
  height: 97px;
  background-size: contain;
}

#valentine_20250109 .rankingInner .rankingBox {
  width: calc((100% - 40px) / 5);
  display: block;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  border-radius: 5px;
}

#valentine_20250109 .rankingInner .rankingBox:not(:nth-child(5n)) {
  margin-right: 10px;
}

#valentine_20250109 .rankingInner .rankingBox dt {
  padding: 10px;
}

#valentine_20250109 .rankingInner .rankingBox dt .rankImg>img {
  width: 100%;
}

#valentine_20250109 .rankingInner .rankingBox .rankNo::before {
  content: "";
  width: 56px;
  height: 51px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#valentine_20250109 .rankingInner .rankingBox .rankNo.rankNo01::before {
  background: url(/ec/shop/images/campaign/20250109_valentine/icon_rank_01.svg) no-repeat;
}

#valentine_20250109 .rankingInner .rankingBox .rankNo.rankNo02::before {
  background: url(/ec/shop/images/campaign/20250109_valentine/icon_rank_02.svg) no-repeat;
}

#valentine_20250109 .rankingInner .rankingBox .rankNo.rankNo03::before {
  background: url(/ec/shop/images/campaign/20250109_valentine/icon_rank_03.svg) no-repeat;
}

#valentine_20250109 .rankingInner .rankingBox .rankNo.rankNo04::before {
  background: url(/ec/shop/images/campaign/20250109_valentine/icon_rank_04.svg) no-repeat;
}

#valentine_20250109 .rankingInner .rankingBox .rankNo.rankNo05::before {
  background: url(/ec/shop/images/campaign/20250109_valentine/icon_rank_05.svg) no-repeat;
}

#ranking,
#casual {
  background: #EFF8BF url(/ec/shop/images/campaign/20250109_valentine/green_back.png) no-repeat;
  background-size: 600px;
  padding: 40px 0 60px;
  background-position: right top;
}

#Featured_Character .innerColumn2 {
  position: relative;
}



#Featured_Character .titleTop {
  margin: 0 auto 20px;
}

#Featured_Character .titleTop .titleBg {
  top: -60px;
}

#Featured_Character .titleTop .titleBg {
  top: -60px;
}

#world {
  background: #FCE8E4 url(/ec/shop/images/campaign/20250109_valentine/pink_back.png) no-repeat;
  background-size: 600px;
  padding: 40px 0 60px;
}


#casual .lead {
  padding: 0 10px 40px;
}

#casual .lead p {
  font-size: 18px;
  line-height: 1.8em;
  color: #150000 !important;
}

#casual .lead p.sizeS {
  font-size: 14px;
}

#casual .lead p.bold {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  display: inline-block;
}

#casual .lead p.bold::before {
  content: "＼";
  position: absolute;
  left: -1em;
  bottom: 0;
  color: #441306;
  font-size: 16px;
}

#casual .lead p.bold::after {
  content: "／";
  position: absolute;
  right: -1em;
  bottom: 0;
  color: #441306;
  font-size: 16px;
}

#casual .lead p.bold>span {
  font-size: 18px;
}

#choose .chooseInner {
  position: relative;
  z-index: 2;
}



#choose .titleTop {
  margin: 0 auto 20px;
}

#choose .titleTop .titleBg {
  top: -60px;
}

#choose .receiptWrap .receiptBtn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-radius: 5px;
}

#choose .receiptWrap .receiptBtn a span.icon {
  width: 50px;
  height: 100%;
  margin-right: 10px;
}

#choose .receiptWrap .receiptBtn a span.icon>img {
  width: 100%;
}

#choose .receiptWrap .receiptBtn a>p {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

#choose .receiptWrap .receiptBtn a>p>span {
  font-size: 25px;
}

#choose .receiptWrap .truck a {
  background-color: #EF8D24;
}

#choose .receiptWrap .shop a {
  background-color: #84B200;
}

#valentine_20250109 #brandAllInner {
  margin: 120px auto 0;
}

#valentine_20250109 .brand {
  text-align: center;
  padding: 0;
}

#valentine_20250109 .branda:hover,
#valentine_20250109 .branda:active,
#valentine_20250109 .branda:focus {
  text-decoration: none;
}

#valentine_20250109 .brand .tab {
  width: 100%;
}

#valentine_20250109 .brand .tabHeader {
  display: block;
}

#valentine_20250109 .brand .tabHeader ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#valentine_20250109 .brand .tabHeader li {
  width: 100%;
}

#valentine_20250109 .brand .tabHeader li:not(:last-child) {
  margin-right: 2px;
}

#valentine_20250109 .brand .tabHeader li a {
  background-color: #EFF8BF;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #150000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 19px 0;
  width: 100%;
  margin: 0 auto;
}

#valentine_20250109 .brand .tabHeader li a.opened {
  background-color: #84B200;
  color: #FFF;
}

#valentine_20250109 .brand .tabHeader li a:hover {
  background-color: #84B200;
  color: #FFF;
}

#valentine_20250109 .brand .tabContent {
  background-color: #FFFEFE;
  border: 1px solid #84B200;
  padding: 56px 43px;
}

#valentine_20250109 .brand .tabContent ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  width: calc((100% - 70px) / 3);
}

#valentine_20250109 .brand .tabContent ul>li {
  width: 100%;
}

#valentine_20250109 .brand .tabContent ul>li:not(:last-child) {
  margin-right: 2px;
}

#valentine_20250109 .brand .tabContent ul>li a {
  background-image: url(/ec/shop/images/campaign/20250109_valentine/bg-brand-name01.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px 20px;
  color: #84B200;
  display: block;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 20px;
}

#valentine_20250109 .brand .tabContent ul:not(:nth-child(3n)) {
  margin-right: 35px;
}

#valentine_20250109 .brand .tabContent ul:nth-last-child(n+4) {
  margin-bottom: 40px;
}

#valentine_20250109 .brand .tabContent .brandListSwitchWrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

#valentine_20250109 .brandInner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#valentine_20250109>h2 {
  padding: 55px 0 43px;
  margin: 0 auto;
  text-align: center;
}

#valentine_20250109>h2>img {
  margin: 0 auto;
  text-align: center;
}

#price .priceInner {
  position: relative;
  z-index: 1;
}



#price .priceInner .priceBtn {
  background-color: #EF8D24;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 60px;
  position: relative;
  border-radius: 5px;
}

#price .priceInner .priceBtn>span {
  font-size: 22px;
}

#price .priceInner .priceBtn::after {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/campaign/20250109_valentine/arrow_right_white.svg) no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
  right: 10px;
}

.catalogWrap {
  margin: 120px auto 0 !important;
}

.catalogWrap a {
  display: flex;
  justify-content: center;
  align-self: center;
}

#noticeWrap {
  margin: 0 auto 50px;
  position: relative;
}

#valentine_20250109 .notice::before {
  background: url(/ec/shop/images/campaign/20250109_valentine/notice_img_left.png) no-repeat;
  position: absolute;
  left: 70px;
  top: -40px;
  z-index: 1;
  content: "";
  width: 200px;
  height: 70px;
  background-size: contain;
}

#valentine_20250109 .notice::after {
  background: url(/ec/shop/images/campaign/20250109_valentine/notice_img_right.png) no-repeat;
  position: absolute;
  right: 70px;
  top: -40px;
  z-index: 1;
  content: "";
  width: 200px;
  height: 70px;
  background-size: contain;
}

#valentine_20250109 .notice {
  width: 940px;
  padding: 90px 20px 20px 20px;
  margin: 0 auto 40px;
  background: url(/ec/shop/images/campaign/20250109_valentine/dot_bg.jpg) repeat;
  border: 1px solid #84B200;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
  border-radius: 5px;
  position: relative;
}

#noticeWrap .titleWrap {
  margin: 0 auto;
  height: 80px;
}

#valentine_20250109 .notice .title {
  margin-bottom: 30px;
}

#noticeWrap .title img {
  position: relative;
  top: 25px;
  z-index: 1;
}

#valentine_20250109 .notice .notice_hl {
  font-size: 24px;
  color: #84B200;
  text-align: center;
}

#valentine_20250109 .notice ul {
  padding: 10px 20px 4px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#valentine_20250109 .notice ul li:not(:last-child) {
  border-bottom: 1px dotted #84B200;
}

#valentine_20250109 .notice ul li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  text-align: left;
}

#valentine_20250109 .notice ul li .notice_date {
  flex-basis: 20%;
  font-size: 20px;
  color: #84B200;
}

#valentine_20250109 .notice ul li .notice_txt {
  flex-basis: 80%;
  font-size: 18px;
}

/* =========================================================
TB

============================================================ */
@media screen and (max-width: 1326px) and (min-width: 1000px) {

  #world {
    background-position: left -30% top;
  }


  #ranking,
  #casual {
    background-position: right -30% top;
  }
}

/* =========================================================
TB - 2

============================================================ */
@media screen and (max-width: 1000px) and (min-width: 900px) {

  #world {
    background-position: left -50% top;
  }

  #ranking,
  #casual {
    background-position: right -50% top;
  }
}

/* =========================================================
TB - 2

============================================================ */
@media screen and (max-width: 900px) and (min-width: 768px) {

  #world {
    background-position: left -80% top;
  }

  #ranking,
  #casual {
    background-position: right -80% top;
  }
}

/* =========================================================
SP
============================================================ */
@media screen and (max-width: 767px) {
  #valentine_20250109 {
    letter-spacing: 0.05em;
  }

  #valentine_20250109 .allWrap {
    margin: 0 auto 30px;
    overflow: hidden;
  }

  #valentine_20250109 .width990 {
    max-width: 95%;
    margin: 0 auto;
  }

  #valentine_20250109 .mv .mv_visual {
    max-width: 100%;
  }

  #valentine_20250109 .mv .band {
    padding: 10px 5px;
  }

  #valentine_20250109 .mv .band .bandWrap {
    max-width: 100%;
  }

  #valentine_20250109 .mv .band .bandWrap>p {
    font-size: 14px;
  }

  #valentine_20250109 .mv .band .bandWrap>p>b.sizeM {
    font-size: 16px;
  }

  #valentine_20250109 .mv .band .bandWrap>p>b.sizeL {
    font-size: 20px;
  }

  #valentine_20250109 .mv .band .bandWrap span.sizeS {
    font-size: 12px;
  }

  #valentine_20250109 .mv .band .bandWrap .caution {
    font-size: 12px;
  }

  #valentine_20250109 .anchorWrap {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 40px auto;
    background: url(/ec/shop/images/campaign/20250109_valentine/yellow_dot_bg.jpg) repeat;
    background-size: 25px;
  }


  #valentine_20250109 .anchorWrap ul:not(:nth-child(3)) li {
    margin-bottom: 5px;
  }

  #valentine_20250109 .anchorWrap ul li {
    font-size: 3vw;
    letter-spacing: 0.02em;
  }

  #valentine_20250109 .anchorWrap ul li>a {
    height: 60px;
  }

  #valentine_20250109 .anchorWrap ul li.column3 {
    width: calc((100% - 10px) / 3);
  }

  #valentine_20250109 .anchorWrap ul li.column3>a::after {
    content: "";
    width: 10px;
    height: 8px;
    right: 7px;
  }

  #valentine_20250109 .anchorWrap ul li.column3:not(:nth-child(3n)) {
    margin-right: 5px;
  }

  #valentine_20250109 .anchorWrap ul li.column2 {
    width: calc((100% - 5px) / 2);
  }

  #valentine_20250109 .anchorWrap ul li.column2:not(:nth-child(2n)) {
    margin-right: 5px;
  }

  #valentine_20250109 .anchorWrap ul li.column3Pink {
    width: calc((100% - 10px) / 3);
  }

  #valentine_20250109 .anchorWrap ul li.column3Pink:not(:nth-child(3n)) {
    margin-right: 5px;
  }

  #valentine_20250109 .anchorWrap ul li.column2>a,
  #valentine_20250109 .anchorWrap ul li.column3Pink>a {
    border: 2px solid #EF8D24;
    color: #EF8D24;
  }

  #valentine_20250109 .anchorWrap ul li.column2>a:before,
  #valentine_20250109 .anchorWrap ul li.column3Pink>a:before {
    display: none;
  }

  #valentine_20250109 .anchorWrap ul li.column2>a::after,
  #valentine_20250109 .anchorWrap ul li.column3Pink>a::after {
    content: "";
    width: 10px;
    height: 8px;
    right: 7px;
  }

  #valentine_20250109 .titleWrap {
    width: 100%;
  }

  #valentine_20250109 .titleWrap h2.title {
    width: 80%;
  }

  #valentine_20250109 #Featured_Character .titleWrap h2.title {
    width: 90% !important;
    height: 90% !important;
  }

  #valentine_20250109 .titleWrap .title.titleIcon {
    position: relative;
  }


  #valentine_20250109 .titleWrap .title.titleIconLeft {
    position: relative;
  }



  #valentine_20250109 .titleCenter {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }



  #valentine_20250109 .titleTop .titleBg {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
  }

  #valentine_20250109 .detailLinkBtn,
  #valentine_20250109 .detailLinkBtn_green,
  #valentine_20250109 .detailLinkBtn_orange {
    font-size: 14px;
    width: 100%;
  }

  #valentine_20250109 .detailLinkBtn:after,
  #valentine_20250109 .detailLinkBtn_green:after,
  #valentine_20250109 .detailLinkBtn_orange:after {
    width: 13px;
    height: 13px;
    right: 8px;
  }

  .column2Wrap .column2Box {
    width: calc((100% - 10px) / 2);
  }

  .column2Wrap .column2Box:not(:nth-child(2n)) {
    margin-right: 10px;
  }

  .column3Wrap .column3Box {
    width: calc((100% - 10px) / 2);
  }

  .column3Wrap .column3Box:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .column3Wrap .column3Box:not(:nth-child(2n)) {
    margin-right: 10px;
  }

  .column3Wrap .column3Box:nth-child(n+4) {
    margin-top: 0;
  }

  .column3Wrap .column3Box:nth-child(n+3) {
    margin-top: 10px;
  }

  .column4Wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px !important;
    z-index: 2;
  }

  .column4Wrap .column4Box {
    width: calc((100% - 10px) / 2);
  }

  .column4Wrap .column4Box:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .column4Wrap .column4Box:nth-child(n+5) {
    margin-top: 0;
  }

  .column4Wrap .column4Box:not(:nth-child(2n)) {
    margin-right: 10px;
  }

  .column4Wrap .column4Box:nth-child(n+3) {
    margin-top: 10px;
  }

  .innerColumn2 .innerColumn2Box {
    width: 100%;
    padding: 30px 10px;
  }

  .innerColumn2 .innerColumn2Box:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .innerColumn2 .innerColumn2Box:not(:nth-child(2n)) {
    margin-bottom: 40px;
  }

  .innerColumn2 .innerColumn2Box .titleWrap {
    width: 100% !important;
  }

  .innerColumn2 .innerColumn2Box .titleWrap h2.title {
    width: 100% !important;
    height: 100%;
  }

  .innerColumn2 .innerColumn2Box .innerColumn2BoxInner .column2Box {
    width: calc((100% - 10px) / 2);
  }

  .innerColumn2 .innerColumn2Box .innerColumn2BoxInner .column2Box:not(:nth-child(2n)) {
    margin-right: 10px;
  }

  .productBox dl dd p.productPrice {
    font-size: 16px;
  }

  .productBox dl.chooseBox dd.chooseName {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .productBox dl.chooseBox dd.chooseName_02 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }

  #valentine_20250109 .contentsWrap {
    margin: 40px auto 0;
  }

  #valentine_20250109 .rankingInner {
    flex-wrap: wrap;
  }

  #valentine_20250109 .rankingInner::after {
    right: -50px;
    bottom: -40px;
    z-index: -1;
    width: 118px;
    height: 166px;
  }

  #valentine_20250109 .rankingInner .rankingBox:not(:nth-child(5n)) {
    margin-right: 0;
  }

  #valentine_20250109 .rankingInner .rankingBox:first-child {
    width: 100%;
    margin-bottom: 50px;
  }

  #valentine_20250109 .rankingInner .rankingBox:not(:first-child) {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 50px;
  }

  #valentine_20250109 .rankingInner .rankingBox:nth-child(3n),
  #valentine_20250109 .rankingInner .rankingBox:nth-child(5n) {
    margin-right: 0;
  }


  #Featured_Character .innerColumn2::before {
    width: 158px;
    height: 146px;
    top: -20px;
    left: -40px;
  }

  #Featured_Character .innerColumn2::after {
    width: 104px;
    height: 182px;
    bottom: 380px;
    right: -20px;
    z-index: -1;
  }

  .innerColumn2 .innerColumn2Box.bgFCF6E8_c {
    background-color: #FCF6E8;
  }

  #Featured_Character .titleTop {
    margin: 0 auto 30px;
  }

  #Featured_Character .title img {
    position: relative;
    top: 0px;
  }

  #Featured_Character .titleTop .titleBg {
    top: -50px !important;
  }

  #world {
    background: #FCE8E4 url(/ec/shop/images/campaign/20250109_valentine/pink_back.png) no-repeat;
    background-size: 70%;
    background-position: left -20px;
    padding: 30px 0;
  }


  #ranking {
    background: #EFF8BF url(/ec/shop/images/campaign/20250109_valentine/green_back.png) no-repeat;
    background-size: 70%;
    background-position: right -20px;
    padding: 30px 0 0;
  }

  #casual {
    background: #EFF8BF url(/ec/shop/images/campaign/20250109_valentine/green_back.png) no-repeat;
    background-size: 70%;
    background-position: right -20px;
    padding: 30px 0;
  }

  #casual .lead {
    padding: 0 10px 40px;
  }

  #casual .lead p {
    font-size: 16px;
    line-height: 1.8em;
  }

  #casual .lead p.sizeS {
    font-size: 14px;
  }

  #casual .lead p.bold {
    line-height: 1.5em;
    color: #150000 !important;
  }

  #casual .lead p.bold::before {
    left: -1.3em;
    bottom: -3px;
  }

  #casual .lead p.bold::after {
    right: -1.3em;
    bottom: -3px;
  }

  #casual .lead p.bold>span {
    font-size: 18px;
  }



  #choose .chooseInner .titleWrap {
    width: 60%;
  }

  #choose .receiptWrap .receiptBtn {
    width: 100%;
  }

  #choose .receiptWrap .receiptBtn:not(:nth-child(2n)) {
    margin: 0 0 20px 0;
  }

  #choose .receiptWrap .receiptBtn a {
    color: #441306 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    border-radius: 5px;
  }

  #choose .receiptWrap .receiptBtn a span.icon {
    margin-right: 5px;
  }

  #choose .receiptWrap .receiptBtn a>p {
    font-size: 16px;
    color: #fff !important;
  }

  #choose .receiptWrap .receiptBtn a>p>span {
    font-size: 22px;
  }

  #valentine_20250109 #brandAllInner {
    margin: 40px auto 0;
  }

  /* ------------------------------------------------
  ブランド一覧
  ------------------------------------------------ */
  #valentine_20250109 .brand {
    padding: 0 0 0;
    text-align: center;
  }

  #valentine_20250109 .brand .tab {
    width: 100%;
  }

  #valentine_20250109 .brand .tabHeader {
    display: block;
  }

  #valentine_20250109 .brand .tabContent {
    background-color: #fff;
    border: 1px solid #442105;
    padding: 56px 43px;
  }

  #valentine_20250109 .brand .tabHeader ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #valentine_20250109 .brand .tabHeader li {
    width: 100%;
  }

  #valentine_20250109 .brand .tabHeader li:not(:last-child) {
    margin-right: 2px;
  }

  #valentine_20250109 .brandListSwitchWrap>p {
    display: none;
  }

  #valentine_20250109 .brand .tabHeader li a {
    background-color: #FCE8ED;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0;
    width: 100%;
  }

  #valentine_20250109 .brand .tabHeader li a.opened {
    background-color: #84B200;
  }

  #valentine_20250109 .brand .tabHeader li a:hover {
    background-color: #84B200;
  }

  #valentine_20250109 .brand .tabContent .brandListSwitchWrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }



  #valentine_20250109 .brand .tabContent li a {
    background-image: url(/ec/shop/images/campaign/20250109_valentine/bg-brand-name01.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    color: #84B200;
    display: block;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 30px;
  }

  #valentine_20250109 .brand .shopSearchingWord {
    display: none;
  }

  #valentine_20250109 .brand .tabHeader {
    display: none;
  }

  #valentine_20250109 .brand .tab {
    background-color: transparent;
    width: calc(100% - 15px);
    margin: 0 auto;
  }

  #valentine_20250109 .brandListSwitchWrap.opened {
    padding: 0 0 18px;
  }

  #valentine_20250109 .brandListSwitchWrap.opened>p {
    background-color: #84B200;
    margin-bottom: 22px;
  }


  #valentine_20250109 .brandListSwitchWrap>p {
    background-color: #84B200;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 0;
    width: 100%;
  }

  #valentine_20250109 .brandListSwitchWrap>p {
    position: relative;
  }

  #valentine_20250109 .brandListSwitchWrap>p::after,
  #valentine_20250109 .brandListSwitchWrap>p::before {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 2px;
    position: absolute;
    top: 20px;
    right: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
    transition: all .2s ease-in-out;
  }

  #valentine_20250109 .brandListSwitchWrap>p::after {
    background-color: #fff;
    transform: rotate(90deg);
  }

  #valentine_20250109 .brandListSwitchWrap.opened>p::after {
    transform: rotate(0);
  }

  #valentine_20250109 .brand .tabHeader li a:hover {
    background-color: #84B200;
  }

  #valentine_20250109 .brand .tabContent {
    background-color: transparent;
    border: none;
  }

  #valentine_20250109 .brand .brandListSwitchWrap {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-color: #fff;
    border: 1px solid #84B200;
  }

  #valentine_20250109 .brand .brandListSwitchWrap:not(:last-child) {
    margin-bottom: 2px;
  }

  #valentine_20250109 .brand .tabContent ul {
    width: calc((100% - 66px) / 2);
  }

  #valentine_20250109 .brand .tabContent ul:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #valentine_20250109 .brand .tabContent ul:nth-last-child(n+4) {
    margin-bottom: 0;
  }

  #valentine_20250109 .brand .tabContent ul:nth-child(2n) {
    margin-right: 20px;
  }

  #valentine_20250109 .brand .tabContent ul:not(:nth-child(2n)) {
    padding-right: 23px;
  }

  #valentine_20250109 .brand .tabContent ul:nth-child(2n) {
    padding-left: 23px;
  }

  #valentine_20250109 .brand .tabContent ul:nth-last-child(n+3) {
    margin-bottom: 17px;
  }

  #valentine_20250109 .brand .tabContent {
    padding: 0;
  }

  #valentine_20250109 .brand .tabContent li a {
    background-size: 12px 12px;
    font-size: 10px;
    padding-left: 16px;
  }



  #price .priceInner .priceBtn {
    font-size: 14px;
    height: 50px;
  }

  #price .priceInner .priceBtn>span {
    font-size: 16px;
  }

  #price .priceInner .priceBtn::after {
    width: 20px;
    height: 20px;
    right: 10px;
  }

  .catalogWrap {
    margin: 20px auto 50px !important;
  }

  #japan.contentsWrap,
  #choose.contentsWrap,
  #price.contentsWrap {
    margin: 40px auto 0;
  }

  #noticeWrap {
    margin: 0 auto 40px;
    position: relative;
  }

  #news #valentine_20250109 .notice {
    width: auto;
    padding: 90px 10px 10px 10px;
    margin: 6vw auto 0;
  }

  #noticeWrap .title img {
    position: relative;
    top: 35px;
    z-index: 1;
  }

  #noticeWrap .titleWrap {
    margin: 0 auto;
    position: relative;
    height: 50px;
  }

  #valentine_20250109 .notice::before {
    background: url(/ec/shop/images/campaign/20250109_valentine/notice_img_left_sp.png) no-repeat;
    position: absolute;
    left: 20px;
    top: -40px;
    z-index: 1;
    content: "";
    width: 40px;
    height: 42px;
    background-size: contain;
  }

  #valentine_20250109 .notice::after {
    background: url(/ec/shop/images/campaign/20250109_valentine/notice_img_right_sp.png) no-repeat;
    position: absolute;
    right: 20px;
    top: -10px;
    z-index: 1;
    content: "";
    width: 40px;
    height: 42px;
    background-size: contain;
  }

  #news #valentine_20250109 .notice .notice_hl {
    padding-bottom: 5px;
    font-size: 4.8vw;
  }

  #news #valentine_20250109 .notice ul {
    padding: 0 10px;
  }

  #news #valentine_20250109 .notice ul li {
    padding: 10px 0;
  }

  #valentine_20250109 .notice ul li:not(:last-child) {
    border-bottom: 1px dotted #84B200;
  }

  #news #valentine_20250109 .notice ul li .notice_date {
    font-size: 3.7333333333vw;
  }

  #news #valentine_20250109 .notice ul li .notice_txt {
    padding-left: 10px;
    font-size: 3.5vw;
  }




  #valentine_20250109 #japan .title::before,
  #valentine_20250109 #brandAllInner .title::before,
  #valentine_20250109 #price .title::before,
  #valentine_20250109 #choose .title::before {
    background: url(/ec/shop/images/campaign/20250109_valentine/bg_dot_left_sp.png) no-repeat;
    position: absolute;
    left: 0px;
    bottom: 20px;
    z-index: 1;
    content: "";
    width: 33px;
    height: 100px;
    background-size: contain;
  }

  #valentine_20250109 #japan .title::after,
  #valentine_20250109 #brandAllInner .title::after,
  #valentine_20250109 #price .title::after,
  #valentine_20250109 #choose .title::after {
    background: url(/ec/shop/images/campaign/20250109_valentine/bg_dot_right_sp.png) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 1;
    content: "";
    width: 33px;
    height: 100px;
    background-size: contain;
  }


}

/* =========================================================
SP-XSサイズ
============================================================ */