@charset "UTF-8";
:root {
  --whiteday-blue: #0B3971;
}
.container {
  width: auto;
}
.pane-left-menu {
  display: none;
}
.pane-left-menu + .pane-main ,.pane-main ,#whiteday {
  width: 100%;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック";
}
.block-event-page--header ,
.block-common-lightningrecommend--header,
.block-event-page--accessory,
.block-event-page--goods {
  display: none;
}
.pane-right-menu {
  margin-top: 0;
}
.swiper_warap {
  position: relative;
}
.whiteday_section {
  padding-block: 90px 100px;
  position: relative;
  z-index: 0;
}
html[data-browse-mode=S] .whiteday_section {
  padding-block: 30px ;
  padding: 20px;
}
.whiteday_section + .whiteday_section:before {
  content: "";
  display: inline-block;
  width: clamp(1200px, 100%, 1540px);
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
html[data-browse-mode=S] .whiteday_section + .whiteday_section:before {
  width: calc(100% - 40px);
  background: none;
  border-bottom: 1px dashed #D8D8D8;
}
h2.section_h2 {
  text-align: center;
  color: var(--whiteday-blue);
  display: flex;
  flex-direction: column;
}
html[data-browse-mode=P] h2.section_h2 {
  margin-bottom: 40px;
}
html[data-browse-mode=S] h2.section_h2 {
  margin-bottom: 20px;
}
html[data-browse-mode=P] h2.section_h2 p {
  font-size: 36px;
}
html[data-browse-mode=S] h2.section_h2 p {
  font-size: 21px;
}
h2.section_h2 .en {
  font-size: 16px;
  display: inline-block;
}


/**mv**/
h1 {
  width: 100%;
}
h1 img {
  width: 100%;
}

/**導入**/
#whiteday_lead {
  background: #F8F8F8;
}
html[data-browse-mode=P] #whiteday_lead {
  padding-block: 62px 70px;
}
html[data-browse-mode=S] #whiteday_lead {
  padding: 40px 20px;
}
#whiteday_lead h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  position: relative;
  z-index: 0;
  color: var(--whiteday-blue);
  font-size: 42px;
  font-weight: 900;
}
html[data-browse-mode=P] #whiteday_lead h2 {
  margin-bottom: 85px;
}
html[data-browse-mode=S] #whiteday_lead h2 {
  margin-bottom: 34px;
}
html[data-browse-mode=P] #whiteday_lead h2:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--whiteday-blue) 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
html[data-browse-mode=P] #whiteday_lead h2:after {
  content: "";
  display: inline-block;
  width: 396px;
  height: 6px;
  background: #F8F8F8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#whiteday_lead .text {
  text-align: center;
  line-height: 1.8;
  color: var(--whiteday-blue);
}
html[data-browse-mode=P] #whiteday_lead .text {
  font-size: 20px;
}
html[data-browse-mode=S] #whiteday_lead .text {
  font-size: 16px;
}


/**ナビ**/
html[data-browse-mode=P] #whiteday_nav {
  position: relative;
  padding-bottom: 44px;
  padding-inline: 30px;
  background: #F8F8F8;
}
html[data-browse-mode=S] #whiteday_nav {
  padding: 0 20px 42px;
  background: #F8F8F8;
}
#whiteday_nav .nav_inner {
    position: relative;
    z-index: 1;
}
#whiteday_nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  margin-inline: auto;
}
html[data-browse-mode=P] #whiteday_nav ul {
  width: clamp(1200px, 100%, 1730px);
}
html[data-browse-mode=S] #whiteday_nav ul {
  width: 100%;
  gap: 10px;
}
#whiteday_nav li {
  background: #fff;
  border: 2px solid #E7EEF2;
  border-radius: 6px;
}
html[data-browse-mode=P] #whiteday_nav li {
  width: min(16%, 263px);
}
html[data-browse-mode=S] #whiteday_nav li {
  width: calc(50% - 5px);
}
#whiteday_nav li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: .4s;
}
html[data-browse-mode=P] #whiteday_nav li a {
  padding-block: 20px 16px;
}
html[data-browse-mode=S] #whiteday_nav li a {
  padding-block: 10px;
}
html[data-browse-mode=P] #whiteday_nav li a:hover {
  background: #E7EEF2;
}
#whiteday_nav li a .nav_img {
  display: flex;
    justify-content: center;
    align-items: center;
}
html[data-browse-mode=P] #whiteday_nav li a .nav_img {
  width: 42px;
  height: 42px;
  transition: .4s;
  margin-bottom: 16px;
}
html[data-browse-mode=P] #whiteday_nav li:nth-of-type(1) a:hover .nav_img,
html[data-browse-mode=P] #whiteday_nav li:nth-of-type(2) a:hover .nav_img,
html[data-browse-mode=P] #whiteday_nav li:nth-of-type(5) a:hover .nav_img {
  transform: scale(1.1);
}
html[data-browse-mode=P] #whiteday_nav li:nth-of-type(3) a:hover .nav_img,
html[data-browse-mode=P] #whiteday_nav li:nth-of-type(4) a:hover .nav_img,
html[data-browse-mode=P] #whiteday_nav li:nth-of-type(6) a:hover .nav_img {
  transform: rotate(-15deg)
}
html[data-browse-mode=S] #whiteday_nav li a .nav_img {
    width: 50px;
    height: 45px;
}
#whiteday_nav li a p {
  color: var(--whiteday-blue);
}
html[data-browse-mode=P] #whiteday_nav li a p {
  font-size: 19px;
}
html[data-browse-mode=S] #whiteday_nav li a p {
  font-size: 15px;
}
#whiteday_nav li .nav_arrow {
  width: 12px;
  height: 12px;
  transform: rotateZ(45deg);
  position: relative;
}
html[data-browse-mode=S] #whiteday_nav li .nav_arrow {
  width: 10px;
}
#whiteday_nav li .nav_arrow:before,
#whiteday_nav li .nav_arrow:after {
  content: "";
  display: inline-block;
  background: var(--whiteday-blue);
  position: absolute;
  right: 0;
  bottom: 0;
}
#whiteday_nav li .nav_arrow:before {
  width: 100%;
  height: 2px;
}
#whiteday_nav li .nav_arrow:after {
  width: 2px;
  height: 100%;
}


/**おすすめ商品**/
.recommend_item {
  padding: 78px 30px 49px;
  background-image: url(/img/usr/freepage/whiteday/white_day_gift.png);
  background-color: #168FD6;
  background-repeat: repeat-x;
  background-size: 787px 88px;
  background-position: left top;
  animation: bg 16s infinite linear;
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -787px 0;
  }
}
.recommend_iteminner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1152px;
  background: #fff;
  margin-inline: auto;
  padding: 49px 28px 33px;
  position: relative;
  left: 24px;
}
html[data-browse-mode=P] .recommend_iteminner:before {
  content: "";
  display: inline-block;
  position: absolute;
}
html[data-browse-mode=P] .recommend_item:nth-of-type(odd) .recommend_iteminner:before {
  width: 177px;
  height: 165px;
  background: url(/img/usr/freepage/whiteday/plain.png) no-repeat center / contain;
  right: -50px;
  top: -30px;
}
html[data-browse-mode=P] .recommend_item:nth-of-type(even) .recommend_iteminner:before {
  width: 117px;
  height: 112px;
  background: url(/img/usr/freepage/whiteday/box.png) no-repeat center / contain;
  left: -100px;
  bottom: 0px;
}
.recommend_img {
  position: absolute;
  left: -48px;
  top: -36px;
}
.recommend_img img{
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all 1s ease;
}
.active .recommend_img img{
  top: 0;
  opacity: 1;
}
.recommend_item:nth-of-type(even) {
  background-color: #CADADE;
}
.recommend_item:nth-of-type(even) .recommend_iteminner {
  justify-content: flex-start;
}
.recommend_item:nth-of-type(even) .recommend_img {
  left: initial;
  right: -48px;
}
.recommend_info {
  width: 562px;
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: .3s;
}
.active .recommend_info{
  top: 0;
  opacity: 1;
}
.recommend_catch {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 44px;
  color: var(--whiteday-blue);
  font-size: 28px;
  font-weight: bold;
}
.recommend_catch .main {
  background: #FFD853;
  margin-right: 10px;
  padding: 4px 7px;
  position: relative;
}
.recommend_catch .main:before {
  content: "‟";
  position: absolute;
  left: -14px;
  top: -16px;
}
.recommend_catch .main:after {
  content: "”";
  position: absolute;
  right: -14px;
  top: -16px;
}
.recommend_head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
  padding-right: 25px;
}
.recommend_shop {
  width: calc(100% - 130px);
}
.recommend_shop a {
  text-decoration: underline;
}
.recommend_score {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.recommend_star {
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  color: #c7a276;
}
.recommend_star.rat0 {
  opacity: 0;
}
.recommend_star:before {
  content: "";
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: var(--whiteday-blue);
  position: absolute;
}
.recommend_star.rat49:before {width: 98%;}
.recommend_star.rat48:before {width: 96%;}
.recommend_star.rat47:before {width: 94%;}
.recommend_star.rat46:before {width: 92%;}
.recommend_star.rat45:before {width: 90%;}
.recommend_star.rat44:before {width: 88%;}
.recommend_star.rat43:before {width: 86%;}
.recommend_star.rat42:before {width: 84%;}
.recommend_starnum {
  font-size: 16px;
  line-height: 1;
}
h2.recommend_name {
  color: var(--whiteday-blue);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}
.recommend_price {
  font-size: 26px;
  margin-bottom: 36px;
}
.recommend_price:after {
  content: "（税込）";
  font-size: 18px;
}
.recommend_link {
  margin-bottom: 24px;
}
.recommend_link a {
  display: grid;
  place-items: center;
  width: 368px;
  background: #003145;
  border:2px solid #003145;
  border-radius: 300px;
  overflow: hidden;
  padding-block: 24px;
  padding-right: 30px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  position: relative;
}
.recommend_link a:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 300px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.recommend_link span.btnarrow {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.recommend_link span.btnarrow:before,
.recommend_link span.btnarrow:after {
  content: "";
  display: inline-block;
  background: #004B6A;
  border-radius: 300px;
  position: absolute;
  right: 0;
  top: 0;
}
.recommend_link span.btnarrow:before {
  width: 100%;
  height: 3px;
}
.recommend_link span.btnarrow:after {
  width: 3px;
  height: 100%;
}
.recommend_texttitle {
  font-size: 21px;
  margin-bottom: 14px;
}
.recommend_textcontent {
  background: #EAF0F5;
  padding: 24px 28px;
  font-size: 17px;
  line-height: 1.75;
}

html[data-browse-mode=S] .recommend_item {
    padding: 80px 0 0;
    background-size: 415px 50px;
    animation: bgsp 16s infinite linear;
  }

  /**ピックアップタイトル**/

html[data-browse-mode=P] .pickup_SP,
html[data-browse-mode=S] .pickup_title_PC{
    display: none;

  }
html[data-browse-mode=P] .pickup_PC{
    margin-bottom: 44px;
    font-size: 28px;
    font-weight: bold;
  }
  
html[data-browse-mode=P] .pickup_title_PC{
    display: inline-block;
    background: #FFD853;
    color: var(--whiteday-blue);
    padding: 4px 10px;
  }
    
html[data-browse-mode=S] .pickup_SP{
    margin-bottom: 44px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;

  }

html[data-browse-mode=S] .pickup_title_SP{
    display: inline-block;
    background: #FFD853;
    color: var(--whiteday-blue);
    padding: 4px 10px;
  }
  
  /**アコーディオン**/
html[data-browse-mode=P] .accordion{
	display: none;
}
html[data-browse-mode=S] .recommend_text{
	display: none;
}
html[data-browse-mode=S] .toggle {
	display: none;
}
html[data-browse-mode=S] .Label {		/*タイトル*/
	padding: 20PX;
	display: block;
	color: #003145;
    border: dashed 1px #003145;
    font-size: 16px;
}
html[data-browse-mode=S] .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 2px solid #003145;
	border-right: 2px solid #003145;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 45% - 3px );
	right: 10px;
	transform: rotate(135deg);
    margin-right: 5px;
}
html[data-browse-mode=S] .Label,
html[data-browse-mode=S] .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
  cursor: none;
}
html[data-browse-mode=S] .content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
  background-color: #EAF0F5;
}
html[data-browse-mode=S] .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
html[data-browse-mode=S] .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



@keyframes bgsp {
  0% {
    background-position: 0 23px;
  }
  100% {
    background-position: -415px 23px;
  }
}
html[data-browse-mode=S] .recommend_iteminner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 20px 22px;
  left: initial;
}
html[data-browse-mode=S] .recommend_img,
html[data-browse-mode=S] .recommend_item:nth-of-type(even) .recommend_img {
  position: relative;
  left: initial;
  right: inherit;
  top: -35px;
  width: 100%;
}
html[data-browse-mode=S] .recommend_info {
  width: 100%;
  padding-inline: 20px;
}
html[data-browse-mode=S] .recommend_catch {
  font-size: 21px;
  margin-bottom: 36px;
}
html[data-browse-mode=S] .recommend_catch .main:before {
  content: "‟";
  left: -6px;
  top: -16px;
  font-size: 31px;
}
html[data-browse-mode=S] .recommend_catch .main:after {
  right: -6px;
  top: -16px;
  font-size: 31px;
}
html[data-browse-mode=S] .recommend_head {
  padding-right: 0;
}
html[data-browse-mode=S] h2.recommend_name {
  font-size: 19px;
  margin-bottom: 16px;
}
html[data-browse-mode=S] .recommend_price {
  font-size: 22px;
  margin-bottom: 28px;
}
html[data-browse-mode=S] .recommend_link {
  margin-bottom: 30px;
}
html[data-browse-mode=S] .recommend_link a {
  width: min(100%, 290px);
  margin-inline: auto;
  padding-block: 14px;
  font-size: 16px;
}
html[data-browse-mode=S] .recommend_link a:before {
  width: 22px;
  height: 22px;
  right: 16px;
}
html[data-browse-mode=S] .recommend_link span.btnarrow {
  right: 24px;
}
html[data-browse-mode=S] .recommend_texttitle {
  font-size: 17px;
  margin-bottom: 16px;
}

/**ランキング**/
#whiteday_ranking .ranking_inner {
  margin-inline: auto;
}
html[data-browse-mode=P] #whiteday_ranking .ranking_inner {
  width: 1080px;
}
html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-next, html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-prev {
  display: flex;
  width: 45px;
  height: 45px;
  background: #50200F;
  border-radius: 300px;
  top: 50%;
}
html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-next {
  right: -55px;
}
html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-prev {
  left: -55px;
}
html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-next::before, html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-prev::before, html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-next::after, html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-prev::after {
  background: #fff;
  border-radius: 300px;
  content: "";
  height: 2px;
  position: absolute;
}
html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-next::before {
  width: 9px;
  transform: translate(-50%, -50%) rotate(45deg);
  right: 8px;
  left: inherit;
  top: calc(50% - 1px);
}
html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-prev::before {
  width: 9px;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 18px;
  top: calc(50% - 1px);
}
html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-next::after,
html[data-browse-mode=P] #whiteday_ranking .block-ranking-lightningrecommend .swiper-button-prev::after {
  width: 17px;
  top: calc(50% + 2px);
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: calc(50% + 2px);
}
.block-ranking-lightningrecommend .block-ranking-r--items li {flex-wrap: nowrap;}
html[data-browse-mode=S] .block-ranking-lightningrecommend .block-ranking-r--items li {
  width: 100%;
  overflow: auto;
}
html[data-browse-mode=S] .block-ranking-lightningrecommend .block-ranking-r--items li .block-ranking-r--goods {
  width: 200px;
}
html[data-browse-mode=S] .block-ranking-lightningrecommend .block-ranking-r--items li .block-ranking-r--goods:not(:nth-of-type(1)) {
  margin-left: 20px;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-image .block-ranking-r--rank {
  font-size: 28px;
  left: 10px;
  top: 10px;
}
.block-ranking-lightningrecommend .block-ranking-r--goods-image figure img {
  border-radius: 6px;
}
.block-ranking-lightningrecommend .block-ranking-r--goods:hover .block-ranking-r--goods-description {
  animation: none;
}
#whiteday_ranking .block-ranking-lightningrecommend .block-ranking-r--goods-description {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  opacity: 1;
  padding: 0;
  background: none;
  pointer-events: auto;
  font-family: var(--gothic);
  color: var(--whiteday-blue);
}
#whiteday_ranking .block-ranking-lightningrecommend .block-ranking-r--goods-description div:has(.starability-result[data-rating="0"]) {
  opacity: 0;
}
#whiteday_ranking .block-ranking-lightningrecommend .revico-star {display: inline-block;}
#whiteday_ranking .revico-star .revico-star-block {
  justify-content: flex-start;
  padding-top: 20px;

}
#whiteday_ranking .block-ranking-lightningrecommend .revico-star .revico-star-block--rate {
  transform: none;
}
#whiteday_ranking .block-ranking-lightningrecommend .revico-star-block--title {
  display: inline-block;
  margin-left: 10px;
  color: var(--whiteday-blue);
}
#whiteday_ranking .block-ranking-lightningrecommend .block-ranking-r--goods-name {
  text-align: left;
}
#whiteday_ranking .block-ranking-lightningrecommend .block-ranking-r--goods-name a {
  margin-bottom: 16px;
  display: inline-block;
  font-size: 16px;
  color: #0B3971;
}
#whiteday_ranking .block-ranking-lightningrecommend .block-ranking-r--price {
  color: var(--whiteday-blue);
  text-align: left;
  font-size: 18px;
}
/**贈る相手**/
html[data-browse-mode=S] #whiteday_target {
  padding-inline: 20px;
}
html[data-browse-mode=P] section#whiteday_target:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 140px;
  background: var(--whiteday-blue);
  position: absolute;
  left: 0;
  bottom: 65px;
  z-index: -1;
}
#whiteday_target .target_inner {
  margin-inline: auto;
}
html[data-browse-mode=P] #whiteday_target .target_inner {
  width: 1200px;
}
#whiteday_target .target_list ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 35px;
}
html[data-browse-mode=S] #whiteday_target .target_list ul {
  gap: 12px;
  margin-bottom: 0;
}
html[data-browse-mode=P] .target_list li {
  width: min(285px, 24%);
}
html[data-browse-mode=S] .target_list li {
  width: calc(50% - 6px);
}
.target_list li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: url(/img/usr/freepage/whiteday/target01.png) no-repeat center / auto 105%;
  border-image: 0 fill linear-gradient(0deg, #0005, #0005);
  padding-block: 53px 69px;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  transition: .4s;
}
html[data-browse-mode=S] .target_list li a {
  height: 120px;
  padding-block: 0;
  background-size: cover;
}
.target_list li:nth-of-type(2) a {background-image: url(/img/usr/freepage/whiteday/target02.png);}
.target_list li:nth-of-type(3) a {background-image: url(/img/usr/freepage/whiteday/target03.png);}
.target_list li:nth-of-type(4) a {background-image: url(/img/usr/freepage/whiteday/target04.png);}
html[data-browse-mode=P] .target_list li a:hover {
  background-size: auto 115%;
  border-image: 0 fill linear-gradient(0deg, #0003, #0003);
}


/**テーマ**/
html[data-browse-mode=S] #whiteday_theme {
  padding-inline: 20px;
}
#whiteday_theme .theme_inner {
  margin-inline: auto;
}
html[data-browse-mode=P] #whiteday_theme .theme_inner {
  width: 1200px;
}
.theme_list ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
}
html[data-browse-mode=S] .theme_list ul {
  gap: 20px;
}
html[data-browse-mode=P] .theme_list li {
  width: min(383px, 32%);
}
html[data-browse-mode=S] .theme_list li {
  width: calc(50% - 10px);
}
.theme_list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 23px 45px 18px;
  background: #F8F8F8;
  box-shadow: 0 3px 6px #0002;
  text-decoration: none;
  transition: .4s;
}
html[data-browse-mode=S] .theme_list li a {
  padding: 16px 20px;
}
html[data-browse-mode=P] .theme_list li a:hover {
  background: #EAF0F5;
}
.theme_img {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 243px;
  height: 243px;
  overflow: hidden;
  margin-inline: auto;
  margin-block: 12px;
}
html[data-browse-mode=S] .theme_img {
  width: 118px;
  height: 118px;
  margin-inline: auto;
}
.theme_img img {
  width: 100%;
  height: auto;
  transition: .4s;
}
html[data-browse-mode=P] .theme_list li a:hover .theme_img img {
  transform: scale(1.1);
  opacity: 1;
}
.theme_title {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 14px;
  padding-bottom: 14px;
  font-size: 19px;
  font-weight: bold;
  color: var(--whiteday-blue);
  border-bottom: 1px dashed var(--whiteday-blue);
}
html[data-browse-mode=S] .theme_title {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}
.theme_text {
  text-align: center;
  color: #000;
  font-size: 17px;
}
html[data-browse-mode=S] .theme_text {
  font-size: 15px;
}

/**ブランド**/
html[data-browse-mode=S] #whiteday_brand {
  padding-inline: 20px;
}
#whiteday_brand .brand_inner {
  margin-inline: auto;
}
html[data-browse-mode=P] #whiteday_brand .brand_inner {
  width: 1200px;
}
#whiteday_brand .brand_list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: stretch;
}
html[data-browse-mode=S] #whiteday_brand .brand_list ul {
  column-gap: 8px;
    row-gap: 14px;
}
html[data-browse-mode=P] #whiteday_brand .brand_list ul li {
  width: 300px;
}
html[data-browse-mode=S] #whiteday_brand .brand_list ul li {
  width: calc(50% - 4px);
}
#whiteday_brand .brand_list ul li a {
  display: grid;
  place-items: start center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
html[data-browse-mode=P] #whiteday_brand .brand_list ul li a {
  padding-block: 22px 20px;
}
html[data-browse-mode=P] #whiteday_brand .brand_list ul li a img {
  margin-bottom: 7px;
}
html[data-browse-mode=S] #whiteday_brand .brand_list ul li a img {
  margin-bottom: 4px;
}
#whiteday_brand .brand_list ul li a p {
  color: var(--whiteday-blue);
}
html[data-browse-mode=S] #whiteday_brand .brand_list ul li a p {
  font-size: 12px;
}

/**予算**/
html[data-browse-mode=S] #whiteday_price {
  padding-inline: 20px;
}
#whiteday_price .price_inner {
  margin-inline: auto;
}
html[data-browse-mode=P] #whiteday_price .price_inner {
  width: 1200px;
}
#whiteday_price .price_list ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
html[data-browse-mode=S] #whiteday_price .price_list ol {
  column-gap: 8px;
  row-gap: 14px;
}
html[data-browse-mode=P] #whiteday_price .price_list ol li {
  width: 286px;
}
html[data-browse-mode=S] #whiteday_price .price_list ol li {
  width: calc(50% - 4px);
}
#whiteday_price .price_list ol li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: #D4E5F5;
  border: 2px solid #D4E5F5;
  border-radius: 300px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
#whiteday_price .price_list ol li a:before {
  content: "";
  display: inline-block;
  width: 140%;
  height: 500px;
  background: #fff;
  position: absolute;
  left: -140%;
  top: -300px;
  transform: rotateZ(30deg);
  transition: .4s;
  z-index: -1;
}
html[data-browse-mode=P] #whiteday_price .price_list ol li a {
  padding-block: 16px;
}
html[data-browse-mode=P] #whiteday_price .price_list ol li a:hover:before {
  left: 0%;
}
html[data-browse-mode=S] #whiteday_price .price_list ol li a {
  padding-block: 14px;
}
#whiteday_price .price_list ol li p {
  color: var(--whiteday-blue);
  font-weight: 700;
}
html[data-browse-mode=P] #whiteday_price .price_list ol li p {
  font-size: 24px;
}
html[data-browse-mode=S] #whiteday_price .price_list ol li p {
  font-size: 16px;
}

/**商品一覧ボタン**/
html[data-browse-mode=P] #whiteday_allbtn {
  margin-bottom: 80px;
}
html[data-browse-mode=S] #whiteday_allbtn {
  margin-bottom: 30px;
  padding-inline: 20px;
}
.allbtn_inner a {
  display: grid;
  place-items: center;
  width: 80%;
  max-width: 400px;
  padding-block: 16px;
  background: var(--whiteday-blue);
  border-radius: 6px;
  margin-inline: auto;
  color: #fff;
  font-family: var(--gothic);
  font-size: 110%;
  text-decoration: none;
  position: relative;
  transition: .4s;
}
html[data-browse-mode=P] .allbtn_inner a:hover {
  opacity: .7;
}
.allbtn_inner a:before {
  content: "";
  display: inline-block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fdebeb;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


/**豆知識**/
#whiteday_travia {
  background: url(/img/usr/freepage/whiteday/bg.png)  #D6E1EB repeat center / contain;;
}
html[data-browse-mode=P] #whiteday_travia {
  padding-block: 120px;
}
html[data-browse-mode=S] #whiteday_travia {
  padding: 28px 20px 120px;
}
#whiteday_travia .travia_inner {
  margin-inline: auto;
}
html[data-browse-mode=P] #whiteday_travia .travia_inner {
  width: 1055px;
}
#whiteday_travia .travia_content ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
html[data-browse-mode=P] #whiteday_travia .travia_content ul {
  gap: 50px;
}
html[data-browse-mode=S] #whiteday_travia .travia_content ul {
  gap: 28px;
}
#whiteday_travia .travia_content ul li h3 {
  display: flex  ;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding-block: 14px;
  position: relative;
  color: var(--whiteday-blue);
  box-shadow: 0 3px 6px #0002;
}
html[data-browse-mode=P] #whiteday_travia .travia_content ul li h3 {
  gap: 14px;
  cursor: pointer;
  transition: .4s;
}
html[data-browse-mode=P] #whiteday_travia .travia_content ul li h3:hover {
  background: #f5f5f5;
}
html[data-browse-mode=S] #whiteday_travia .travia_content ul li h3 {
  gap: 7px;
  padding-right: 32px;
}
html[data-browse-mode=P] #whiteday_travia .travia_content ul li:nth-of-type(even) h3 {
  flex-direction: row-reverse;
}
#whiteday_travia .travia_content ul li h3:before,
#whiteday_travia .travia_content ul li h3:after{
  content: "";
  display: inline-block;
  border-radius: 300px;
  background: var(--whiteday-blue);
  position: absolute;
  transition: .4s;
}
html[data-browse-mode=P] #whiteday_travia .travia_content ul li h3:before,
html[data-browse-mode=P] #whiteday_travia .travia_content ul li h3:after{
  width: 24px;
  height: 4px;
  right: 40px;
  top: calc(50% - 2px);
}
html[data-browse-mode=S] #whiteday_travia .travia_content ul li h3:before,
html[data-browse-mode=S] #whiteday_travia .travia_content ul li h3:after{
  width: 16px;
  height: 2px;
  right: 16px;
  top: calc(50% - 1px);
}
#whiteday_travia .travia_content ul li h3:after {
  transform: rotate(90deg);
}
#whiteday_travia .travia_content ul li h3.is-active:before {
  transform: rotate(180deg);
}
#whiteday_travia .travia_content ul li h3.is-active:after {
  transform: rotate(180deg);
}
html[data-browse-mode=P] #whiteday_travia .travia_content ul li h3 p {
  font-size: 23px;
}
html[data-browse-mode=S] #whiteday_travia .travia_content ul li h3 p {
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
#whiteday_travia .travia_content ul li h3 p span.color {
  color: var(--whiteday-red);
}
#whiteday_travia .travia_content ul li h3 p span.ubr {
  display: inline-block;
}
html[data-browse-mode=S] #whiteday_travia .travia_content ul li h3 img {
  height: 28px;
  width: auto;
}
#whiteday_travia .travia_content ul li>p {
  line-height: 2.25;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #D6E1EB 50%, #D6E1EB 100%),linear-gradient(180deg, #707070 1px, transparent 1px);
  background-size: 4px 100%,100% 2.25em;
  line-height: 2.25em;
  display: none;
  padding-inline: 12px;
  mix-blend-mode: darken;
}
html[data-browse-mode=P] #whiteday_travia .travia_content ul li>p {
  margin-top: 16px;
  font-size: 20px;
  background-position-y: -1px;
}
html[data-browse-mode=S] #whiteday_travia .travia_content ul li>p {
  margin-top: 16px;
  font-size: 16px;
  background-position-y: -3px;
}