@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* --------------------------------
	base
-------------------------------- */
/*cont*/
/*color*/
/* font */
/* --------------------------------
	html body
-------------------------------- */
body {
  font-family: 'Noto Sans JP', Avenir, "Helvetica neue", Helvetica, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, verdana, sans-serif;
  overflow-x: hidden;
}

@media (min-width: 769px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
    line-height: 22px;
  }
}

/* --------------------------------
        style
-------------------------------- */
#store {
  /*ShortHeader*/
  /* --------------------------------
          attenstion_box
  -------------------------------- */
  /* --------------------------------
        side
-------------------------------- */
  /*slider*/
  /* 価格共通 */
  /* 価格共通 */
  /* リスト系価格表示 */
  /* 商品詳細ブロック価格表示 */
  /*u_page*/
  /*after cart system*/
  /*categoryList*/
  /*CategoryRankingParts*/
  /*salesbest*/
}

@media (min-width: 769px) {
  #store {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #store {
    font-size: 12px;
    line-height: 22px;
  }
}

#store .display_pc {
  display: inline-block;
}

#store .display_sp {
  display: none;
}

@media (max-width: 768px) {
  #store .display_pc {
    display: none;
  }

  #store .display_sp {
    display: inline-block;
  }
}

#store header {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
}

#store header .statusArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FD6533;
  color: #ffffff;
  padding: 2px 40px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

@media (max-width: 768px) {
  #store header .statusArea {
    justify-content: center;
    padding: 4px 10px;
  }
}

@media (max-width: 768px) {
  #store header .statusArea .siteCopy {
    width: 100%;
  }
}

#store header .statusArea .shoplogo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

#store header .statusArea .shoplogo li {
  margin-right: 10px;
}

@media (min-width: 769px) {
  #store header .statusArea .shoplogo li {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store header .statusArea .shoplogo li {
    font-size: 10px;
    line-height: 12px;
  }
}

#store header .statusArea .shoplogo li:last-of-type {
  margin-right: 0;
}

#store header .statusArea .shoplogo li a {
  color: white;
  text-decoration: underline;
}

#store header .statusArea .shoplogo li a:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -3px;
}

#store header .statusArea .shoplogo li img {
  width: 60px;
  height: auto;
}

@media (max-width: 768px) {
  #store header .statusArea .shoplogo li img {
    width: 50px;
  }
}

#store header .statusArea .shoplogo li:first-child a:before {
  background-image: url("../images/common/ico_head_rambbit.svg");
}

#store header .statusArea .shoplogo li:nth-child(2) a:before {
  background-image: url("../images/common/ico_head_tyojigift.svg");
}

#store header .statusArea .shoplogo li:last-child a:before {
  background-image: url("../images/common/ico_head_choicegift.svg");
}

@media (max-width: 768px) {
  #store header .statusArea .shoplogo.display_pc {
    display: none;
  }
}

#store header .header_inner {
  display: flex;
  width: calc(100% - 108px);
  max-width: 1280px;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 40px;
  justify-content: space-between;
  background-color: #ffffff;
}

@media (min-width: 1200px) {
  #store header .header_inner {
    width: calc(100% - 68px);
    padding: 0 30px 0 20px;
  }
}

@media (min-width: 1280px) {
  #store header .header_inner {
    width: calc(100% - 68px);
    padding: 0 20px 0 20px;
  }
}

@media (min-width: 1300px) {
  #store header .header_inner {
    width: calc(100% - 68px);
    padding: 0 20px 0 0px;
  }
}

@media (max-width: 1130px) {
  #store header .header_inner {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner {
    justify-content: space-between;
    height: 72px;
    width: calc(100% - 68px);
  }
}

#store header .header_inner .cart {
  position: absolute;
  right: 80px;
  background-color: transparent;
  border-radius: 0;
}

@media (min-width: 1200px) {
  #store header .header_inner .cart {
    right: 48px;
  }
}

@media (min-width: 1280px) {
  #store header .header_inner .cart {
    right: 3px;
  }
}

@media (max-width: 1130px) {
  #store header .header_inner .cart {
    right: 20px;
  }
}

#store header .header_inner .cart a {
  display: block;
  padding: 20px 0px 0px 0px;
}

@media (max-width: 768px) {
  #store header .header_inner .cart a {
    padding: 14px 0px 0px 0px;
  }
}

#store header .header_inner .cart i {
  width: 42px;
  height: 37px;
  background-image: url("../images/icon/ico_headCart_orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  #store header .header_inner .cart i {
    width: 32px;
    height: 27px;
  }
}

#store header .header_inner .cart span.carttxt {
  color: #ffffff;
  display: inline-block;
  text-align: center;
}

@media (min-width: 769px) {
  #store header .header_inner .cart span.carttxt {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner .cart span.carttxt {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner .cart span.carttxt {
    display: none;
  }
}

#store header .header_inner .cart span.num {
  position: absolute;
  right: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 2em;
  height: 2em;
  border-radius: 20px;
  background-color: #eee;
}

@media (min-width: 769px) {
  #store header .header_inner .cart span.num {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner .cart span.num {
    font-size: 10px;
    line-height: 12px;
  }
}

#store header .header_inner .spMenu {
  display: none;
}

@media (max-width: 768px) {
  #store header .header_inner .spMenu {
    display: block;
    margin-top: 15px;
  }
}

#store header .header_inner .logoArea {
  padding: 15px 0 10px 0;
  position: relative;
}

@media (max-width: 1130px) {
  #store header .header_inner .logoArea {
    width: 310px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner .logoArea {
    padding: 8px 0 8px 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 285px;
  }
}

@media (max-width: 500px) {
  #store header .header_inner .logoArea {
    max-width: 240px;
  }
}

#store header .header_inner .logoArea .logo {
  width: 210px;
  height: 63px;
  margin-bottom: 5px;
}

@media (max-width: 1130px) {
  #store header .header_inner .logoArea .logo {
    width: 166px;
    height: 52px;
  }
}

@media (max-width: 999px) {
  #store header .header_inner .logoArea .logo {
    width: 146px;
    height: 42px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner .logoArea .logo {
    margin: 0 auto;
    max-width: 126px;
    height: auto;
    width: 100%;
  }
}

#store header .header_inner .logoArea p {
  text-align: left;
}

#store header .header_inner .logoArea p:first-of-type {
  font-size: 15px;
  color: #FD6533;
}

@media (max-width: 1130px) {
  #store header .header_inner .logoArea p:first-of-type {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  #store header .header_inner .logoArea p:first-of-type {
    font-size: 11px;
    text-align: center;
  }
}

#store header .header_inner .logoArea p:last-of-type {
  font-size: 10px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  #store header .header_inner .logoArea p:last-of-type {
    display: none;
  }
}

#store header .header_inner .logoArea .logoArt {
  width: 103px;
  height: 100px;
  display: block;
  position: absolute;
  top: 10px;
  left: 286px;
}

@media (max-width: 1130px) {
  #store header .header_inner .logoArea .logoArt {
    width: 73px;
    height: 71px;
    left: 176px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner .logoArea .logoArt {
    display: none;
  }
}

#store header .header_inner .shopInfo {
  width: 470px;
  padding-top: 10px;
}

@media (max-width: 1130px) {
  #store header .header_inner .shopInfo {
    width: 330px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner .shopInfo {
    display: none;
  }
}

#store header .header_inner .shopInfo .shopInfo_inner {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  font-size: 14px;
  align-items: flex-start;
}

#store.shortmaster header .header_inner .shopInfo .shopInfo_inner {
  justify-content: center;
}

@media (max-width: 1130px) {
  #store header .header_inner .shopInfo .shopInfo_inner {
    justify-content: flex-start;
    font-size: 13px;
  }
}

#store:not(.shortmaster) header .header_inner .shopInfo .shopInfo_inner .freedial,
#store:not(.shortmaster) header .header_inner .shopInfo .shopInfo_inner .time {
  display: none;
}

#store header .header_inner .shopInfo .shopInfo_inner li.shopfreenum img {
  width: 450px;
  height: 36px;
  margin: 8px 0 5px 0;
}

#store header .header_inner .shopInfo .shopInfo_inner li.shopfreenum img.fixedShopfreenumImg {
  display: none;
}

@media (max-width: 1130px) {
  #store header .header_inner .shopInfo .shopInfo_inner li.shopfreenum img {
    width: 320px;
    height: 30px;
  }
}

#store header .header_inner .shopInfo .shopInfo_inner li.freedial i {
  width: 26px;
  height: 17px;
  background-image: url("../images/icon/ico_freedial.svg");
}

@media (max-width: 1130px) {
  #store header .header_inner .shopInfo .shopInfo_inner li.freedial .fixedHidden {
    display: none;
  }
}

#store header .header_inner .shopInfo .shopInfo_inner li.time {
  margin-left: auto;
}

@media (max-width: 1130px) {
  #store header .header_inner .shopInfo .shopInfo_inner li.time {
    margin-left: 20px;
    text-align: left;
  }
}

#store header .header_inner .shopInfo .shopInfo_inner li.time i {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon/ico_watch.svg");
}

#store header .header_inner .shopInfo .shopInfo_inner li.faxnum {
  margin-right: 40px;
}

@media (max-width: 1130px) {
  #store header .header_inner .shopInfo .shopInfo_inner li.faxnum {
    margin-right: 5px;
    letter-spacing: -0.5px;
  }
}

#store header .header_inner .shopInfo .shopInfo_inner li.faxnum i {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon/ico_fax.svg");
}

@media (max-width: 1130px) {
  #store header .header_inner .shopInfo .shopInfo_inner li.faxnum i {
    display: none;
  }
}

#store header .header_inner .shopInfo .shopInfo_inner li.shopnum {
  margin: auto;
}

#store header .header_inner .shopInfo .shopInfo_inner li.shopnum i {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon/ico_phone.svg");
}

@media (max-width: 1130px) {
  #store header .header_inner .shopInfo .shopInfo_inner li.shopnum i {
    display: none;
  }
}

@media (min-width: 769px) {
  #store header .header_inner .shopInfo .shopInfo_inner li span.min {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner .shopInfo .shopInfo_inner li span.min {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 1130px) {
  #store header .header_inner .shopInfo .shopInfo_inner li span.min {
    display: block;
    margin-left: 14px;
  }
}

#store header .header_inner .shopInfo .shopInfo_inner li i {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -2px;
}

#store header .header_inner .shopNavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin: -44px -108px 0 auto;
  font-family: "メイリオ", Meiryo;
  font-size: 14px;
  gap: 0 15px;
}

@media (min-width: 1280px) {
  #store header .header_inner .shopNavi {
    margin: -44px -90px 0 auto;
  }
}

@media (max-width: 1279px) {
  #store header .header_inner .shopNavi {
    margin: -44px -7% 0 auto;
  }
}

@media (max-width: 1130px) {
  #store header .header_inner .shopNavi {
    justify-content: center;
    margin: 0 -80px 20px 0;
    width: calc(100% + 80px);
  }
}

@media (max-width: 768px) {
  #store header .header_inner .shopNavi {
    width: auto;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 2;
  }
}

#store header .header_inner .shopNavi li {
  display: flex;
  align-items: center;
  font-weight: 500;
}

#store header .header_inner .shopNavi li:hover a {
  text-decoration: underline;
  color: #FD6533;
}

/*#store header .header_inner .shopNavi li + li:before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #434343;
  display: inline-block;
  margin: 0 8px;
}
@media (max-width: 768px) {
  #store header .header_inner .shopNavi li + li:before {
    content: none;
  }
}*/

#store header .header_inner .shopNavi li a i:before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: -2px;
}

#store header .header_inner .shopNavi li.favorite a i:before {
  background-image: url("../images/icon/ico_heartempty.svg");
}

#store header .header_inner .shopNavi li.login a i:before {
  background-image: url("../images/icon/ico_login.svg");
}

#store header .header_inner .shopNavi li.mypage a i:before {
  background-image: url("../images/icon/ico_user.svg");
}

@media (max-width: 768px) {
  #store header .header_inner .shopNavi li {
    /*&.favorite a,
    &.login a,
    &.mypage a{font-size: 0;}*/
    display: none;
  }

  #store header .header_inner .shopNavi li:nth-last-child(n+3) {
    display: none;
  }
}

@media (max-width: 768px) {
  #store header .header_inner {
    /* --------------------------------
            sp-menu-close
    -------------------------------- */
  }

  #store header .header_inner .spmenu_overlay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fade_overlay .5s;
  }

  #store header .header_inner .spmenu_wrap {
    z-index: 9990;
  }

  #store header .header_inner .spmenu_overlay {
    z-index: 9991;
    background: rgba(0, 0, 0, 0.6);
  }

  #store header .header_inner .spmenu_wrap #menu {
    position: fixed;
    top: 0;
    left: -340px;
    overflow: hidden;
    width: 300px;
    height: 100%;
    padding: 0;
    transition: left .5s, right .5s;
    background-color: white;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9992;
  }

  #store header .header_inner .toggle {
    width: 28px;
    cursor: pointer;
    display: block;
    position: relative;
  }

  #store header .header_inner .toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fd6533;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #store header .header_inner .toggle span:nth-child(1) {
    top: 0;
  }

  #store header .header_inner .toggle span:nth-child(2) {
    top: 10px;
  }

  #store header .header_inner .toggle span:nth-child(3) {
    top: 20px;
  }

  #store header .header_inner #sidemenu_open {
    display: none;
  }

  #store header .header_inner #sidemenu_open:checked~.spmenu_wrap,
  #store header .header_inner #sidemenu_open:checked~.spmenu_wrap .spmenu_overlay {
    display: block;
    opacity: 1;
  }

  #store header .header_inner #sidemenu_open:checked~.spmenu_wrap #menu {
    left: 0;
    z-index: 9991;
  }

  #store header .header_inner .closebtn {
    position: fixed;
    left: -50px;
    font-size: 2rem;
    z-index: 9999;
    top: 10px;
    color: #fff;
    transition: left .5s, right .5s;
    background-color: #434343;
    padding: 10px 4px;
  }

  #store header .header_inner #sidemenu_open:checked~.spmenu_wrap .closebtn {
    left: 280px;
  }

  #store header .header_inner .mdropmenu {
    font-size: 12px;
    width: 95%;
    max-width: 500px;
    list-style-type: none;
    border-top: 0;
  }

  #store header .header_inner .mdropmenu li a {
    display: block;
  }

  #store header .header_inner .mdropmenu li .sidemenuTit {
    background-color: #eceaea;
    color: #333;
    padding: 0.5em 1em;
    font-size: 15px;
  }

  #store header .header_inner .mdropmenu nav>ul>li:first-child {
    border: none;
  }

  #store header .header_inner .mdropmenu ul.parent_cat>li>a {
    padding: 1em;
    font-size: 15px;
    text-align: left;
    position: relative;
  }

  #store header .header_inner .mdropmenu ul.parent_cat>li>a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    top: calc(50% - 4px);
    display: block;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #store header .header_inner .mdropmenu ul.parent_cat>li>a.linkTxt {
    font-size: 12px;
    text-decoration: underline;
    text-align: right;
  }

  #store header .header_inner .mdropmenu ul.parent_cat>li>a.linkTxt:after {
    content: none;
  }

  #store header .header_inner .mdropmenu ul li p {
    padding: 1em;
    font-size: 15px;
    text-align: left;
    position: relative;
  }

  #store header .header_inner .mdropmenu ul li ul.checkGift,
  #store header .header_inner .mdropmenu ul li ul.ranking {
    display: flex;
    flex-wrap: wrap;
  }

  #store header .header_inner .mdropmenu ul li ul.checkGift li,
  #store header .header_inner .mdropmenu ul li ul.ranking li {
    width: calc(100% / 3);
    padding: 0% 10px;
    box-sizing: border-box;
  }

  #store header .header_inner .mdropmenu ul li ul.ranking dl dt {
    width: 47px;
    height: 23px;
    margin: 1em auto 4px auto;
  }
}

#store header .box_memberMessage {
  border-top: 1px dashed #f59658;
  padding: 10px 20px;
  color: #000;
}

@media (min-width: 1280px) {
  #store header .box_memberMessage {
    border-top: 1px dashed #f59658;
    padding: 10px 0px;
    color: #000;
  }
}

#store header .box_memberMessage .MemberMsg {
  margin-right: 14px;
  display: flex;
  justify-content: space-between;
}

#store header .box_memberMessage .MemberMsg .box_userwrap_left,
#store header .box_memberMessage .MemberMsg .box_userwrap_right {
  display: flex;
}

#store header .box_memberMessage .MemberMsg .box_userwrap_left #divUserName,
#store header .box_memberMessage .MemberMsg .box_userwrap_left #divQuantity,
#store header .box_memberMessage .MemberMsg .box_userwrap_right #divUserName,
#store header .box_memberMessage .MemberMsg .box_userwrap_right #divQuantity {
  margin-right: 1em;
}

#store header .box_memberMessage .MemberMsg .box_userwrap_left #spanPoint,
#store header .box_memberMessage .MemberMsg .box_userwrap_right #spanPoint {
  color: #FD6533;
  font-weight: 600;
  font-size: 1.2em;
}

#store header .box_memberMessage .MemberMsg .box_userwrap_right {
  display: none;
}

#store header .box_memberMessage .MemberMsg .HeaderMember {
  color: #000000;
  float: none;
  padding: 0;
}

@media (min-width: 769px) {
  #store header .box_memberMessage .MemberMsg .HeaderMember {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #store header .box_memberMessage .MemberMsg .HeaderMember {
    font-size: 12px;
    line-height: 22px;
  }
}

#store header .box_memberMessage .HeaderMemberPoint {
  margin-right: 10px;
}

@media (min-width: 769px) {
  #store header .box_memberMessage .HeaderMemberPoint {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #store header .box_memberMessage .HeaderMemberPoint {
    font-size: 12px;
    line-height: 22px;
  }
}

#store header .navi {
  border-top: solid #ddd 0px;
  background-color: #f3f3f5;
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  border-bottom: solid #ddd 1px;
  box-sizing: border-box;
}

#store header .navi>ul {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;

}

@media (min-width: 1220px) {
  #store header .navi>ul {
    width: 100%;
    max-width: 1280px;
    margin: auto;
  }
}

#store header .navi>ul>li {
  margin: 0 0px;
  border-right: 1px solid #eceaea;
  flex-grow: 1;
}

#store header .navi>ul>li.navi_search {
  border-left: 1px solid #eceaea;
}

/*@media (min-width: 1200px) {
#store header .navi > ul > li.navi_search {
    padding: 8px 30px 8px 20px;
    width: 20%;
}
}
@media (min-width: 1230px) {
#store header .navi > ul > li.navi_search {
    padding: 8px 30px 8px 30px;
    width: 20%;

}}*/
@media (max-width: 900px) {
  #store header .navi>ul>li {
    margin: 0px;
  }
}

#store header .navi>ul>li:last-child {
  /*border-right: 0;*/
}

#store header .navi>ul>li:last-child a:before {
  content: none;
}

@media (max-width: 768px) {
  #store header .navi>ul>li {
    margin: 0;
    border-right: 1px solid #eceaea;
    width: calc(100% / 3);
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #store header .navi>ul>li {
    font-size: 14px;
  }
}

#store header .navi>ul>li>a {
  padding: 14px 8px;
  display: block;
}

#store header .navi>ul>li:hover,
#store header .navi>ul>li.open {
  background-color: #ffd5a0;
  color: #333;
}

@media (max-width: 768px) {
  #store header .navi>ul>li>a {
    padding: 10px 8px;
  }
}

@media (max-width: 500px) {
  #store header .navi>ul>li>a {
    padding: 10px 6px;
  }
}

#store header .navi>ul>li>a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(135deg);
  top: calc(50% - 4px);
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 0.5em;
  transition: all 0.2s 0s;
}

@media (max-width: 768px) {
  #store header .navi>ul>li>a:before {
    content: none;
  }
}

#store header .navi>ul>li:first-child a:before {
  border-top: 1px solid #FD6533;
  border-right: 1px solid #FD6533;
}

#store header .navi>ul>li .child_cate {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  z-index: 2;
  background-color: #FFFAF2;
  border-top: solid #ffd5a0 1px;
}

#store header .navi>ul>li .child_cate .child_cate_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left {
  display: flex;
  width: 100%;
  text-align: left;
  background-color: #FFFAF2;
  max-width: calc(100% - 240px);
  padding: 1em 1em 0 1em;
  box-sizing: border-box;
}

@media (min-width: 1300px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left {
    padding: 1em 0em 0 0em;
  }
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left {
    max-width: none;
  }
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl {
  width: 100%;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dt {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dt {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dt p.hd_menuclose2 {
    font-size: 12px;
    margin-left: auto;
    font-weight: normal;
    background-color: #ffd5a0;
    border-radius: 20px;
    padding: 0 8px;
  }
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd {
    margin-bottom: 0;
  }
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul li {
  margin-right: 10px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul li:nth-child(2n) {
    margin-right: 0;
  }
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul li>a {
  padding: 14px 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul li>a {
    padding: 4px 0px 4px 10px;
  }

  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul li>a span {
    width: calc(100% - 8px);
  }
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd:last-child ul:not(.listArrow) {
  max-width: none;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul:not(.listArrow) li {
  width: calc(25% - 10px);
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul.listArrow li>a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  display: inline-block;
  margin-left: 0.5em;
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul.listArrow li>a:after {
    top: calc(50% - 2px);
  }
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd ul.col3 li {
    width: calc(100% / 2);
    margin-right: 0;
  }
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl dd:last-child ul>li>a {
    padding: 5px;
  }
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_right {
  width: 100%;
  max-width: 240px;
  padding: 1em;
  box-sizing: border-box;
  background-color: #ffffff;
  flex-wrap: wrap;
  align-items: center;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_right dl dt {
  font-weight: 600;
  text-align: left;
}

@media (min-width: 769px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_right dl dt {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .child_cate_inner .child_cate_right dl dt {
    font-size: 20px;
    line-height: 30px;
  }
}

#store header .navi>ul>li .child_cate .hd_menuclose {
  padding: 8px;
  box-sizing: border-box;
  border-top: 1px solid #ffd5a0;
  background-color: #ffd5a0;
  margin-top: 16px;
  width: 100%;
}

@media (max-width: 768px) {
  #store header .navi>ul>li .child_cate .hd_menuclose {
    font-size: 12px;
  }
}

#store header .navi>ul>li .child_cate .hd_menuclose span.cross {
  margin-right: 0.5em;
}

#store header .navi>ul>li.open>div.child_cate {
  display: block;
}

#store header .navi>ul>li.open>a:before {
  margin-bottom: 0;
}

#store header .navi>ul>li.link_search a:before {
  content: none;
}

#store header .navi>ul>li.link_search img {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  #store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow {
    margin-top: 20px;
  }
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li {
  width: calc(33% - 60px);
  padding-left: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  #store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li {
    width: calc(50% - 55px);
    margin-bottom: 30px;
  }
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li>a:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 40px;
  background-color: #fff;
  vertical-align: middle;
  position: absolute;
  top: auto;
  margin-left: -55px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  #store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li>a:before {
    top: auto;
  }
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.bridalgift>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_bridalgift_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.babygift>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_baby_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.hikidemono>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_hikidemono_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.kaikiiwai>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_kaikiiwai_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.shinchikuuchiiwai>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_sinchikuuchiiwai_or.svg);
  background-size: 40px 40px;
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.othergift>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_celebration_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.bridal>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_bridal_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.baby>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_babygift_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.ippangift>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_ippangift_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.shincikuiwai>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_shinchikuiwai_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.birthday>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_birthday_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.temiyage>a:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_temiyage_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.kouden>a:before {
  background-image: url(/store/u_page/img/assets/images/top/ico_kouden_or.svg);
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow>li.rakukouden>a:before {
  background-image: url(/store/u_page/img/assets/images/top/ico_rakukouden_or.svg);
  background-size: 36px 36px;
}

#store header.is-fixed {
  background-color: #ffffff;
  max-width: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  left: 0;
}

#store header.is-fixed .header_inner {
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner {
    justify-content: space-between;
    max-width: 1000px;
  }
}

@media (max-width: 768px) {
  #store header.is-fixed .header_inner {
    justify-content: space-between;
    align-items: flex-start;
  }
}

#store header.is-fixed .header_inner .cart {
  margin-top: 10px;
  right: 40px;
}

@media (max-width: 1350px) {
  #store header.is-fixed .header_inner .cart {
    margin-top: -10px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  #store header.is-fixed .header_inner .cart {
    margin-top: 5px;
  }
}

#store header.is-fixed .header_inner .cart a {
  padding: 10px 24px 5px 24px;
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner .cart a {
    padding: 10px 20px 5px 20px;
  }
}

@media (max-width: 768px) {
  #store header.is-fixed .header_inner .cart a {
    padding: 10px 15px 14px 13px;
  }
}

#store header.is-fixed .header_inner .cart a i {
  width: 36px;
  height: 32px;
}

@media (max-width: 768px) {
  #store header.is-fixed .header_inner .cart a i {
    width: 32px;
    height: 27px;
  }
}

#store header.is-fixed .header_inner .logoArea {
  width: auto;
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner .logoArea {
    padding: 5px 60px 5px 0;
  }
}

#store header.is-fixed .header_inner .logoArea .logo {
  width: 166px;
  height: 52px;
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner .logoArea .logo {
    margin-bottom: 0;
    width: 150px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  #store header.is-fixed .header_inner .logoArea .logo {
    margin: 0 auto;
    max-width: 126px;
    height: auto;
    width: 100%;
  }
}

#store header.is-fixed .header_inner .logoArea p,
#store header.is-fixed .header_inner .logoArea .logoArt {
  display: none;
}

@media (max-width: 768px) {
  #store header.is-fixed .header_inner .logoArea p:first-of-type {
    display: block;
  }
}

#store header.is-fixed .header_inner .shopInfo {
  max-width: 270px;
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner .shopInfo {
    padding-top: 5px;
    margin-right: 70px;
  }
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner {
  align-items: center;
  justify-content: flex-start;
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner .freedial,
#store header.is-fixed .header_inner .shopInfo .shopInfo_inner .time {
  display: block;
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner .faxnum,
#store header.is-fixed .header_inner .shopInfo .shopInfo_inner .shopnum,
#store header.is-fixed .header_inner .shopInfo .shopInfo_inner .fixedHidden {
  display: none;
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.time {
  order: 1;
  width: 100%;
  margin-left: 10px;
  text-align: left;
}

@media (min-width: 769px) {
  #store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.time {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.time {
    font-size: 10px;
    line-height: 12px;
  }
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.time .min {
  display: inline-block;
  margin-left: 0;
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.freedial {
  order: 2;
  margin-right: 8px;
  margin-left: 10px;
}

@media (min-width: 769px) {
  #store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.freedial {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.freedial {
    font-size: 10px;
    line-height: 12px;
  }
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.shopfreenum {
  order: 3;
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.shopfreenum img {
  width: 111px;
  height: 13px;
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.shopfreenum img.shopfreenumImg {
  display: none;
}

#store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.shopfreenum img.fixedShopfreenumImg {
  display: block;
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner .shopInfo .shopInfo_inner li.shopfreenum img {
    margin: 8px 0 10px 0;
  }
}

#store header.is-fixed .header_inner .shopNavi {
  margin: 0 auto 0 10px;
  width: calc(100% - 460px);
  justify-content: flex-start;
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner .shopNavi {
    width: 100%;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 14px;
    gap: 0 10px;
  }
}

@media (max-width: 768px) {
  #store header.is-fixed .header_inner .shopNavi {
    width: auto;
    margin: 12px 42px 0px 0;
  }
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner .shopNavi li {
    position: relative;
    width: calc((100% / 7) - 10px);
    justify-content: center;
  }

  #store header.is-fixed .header_inner .shopNavi li+li:before {
    display: block;
    position: absolute;
    left: 0;
    margin: 0;
  }
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner .shopNavi li a i:before {
    width: 14px;
    height: 14px;
    margin-bottom: -1px;
  }
}

#store header.is-fixed .navi,
#store header.is-fixed .box_memberMessage {
  display: none;
}

#store.shortmaster header .header_inner {
  width: 100%;
}

@media (max-width: 768px) {
  #store.shortmaster header .header_inner {
    padding: 0;
    height: auto;
  }
}

@media (max-width: 768px) {
  #store.shortmaster header .header_inner .logoArea {
    position: static;
    padding-bottom: 0;
  }
}

#store.shortmaster header .header_inner .logoArea .logo {
  width: 200px;
  height: 61px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #store.shortmaster header .header_inner .logoArea .logo {
    height: auto;
    margin-bottom: 0;
  }
}

#store.shortmaster header .header_inner .shopInfo .shopInfo_inner li.time {
  margin-left: 20px;
}

@media (min-width: 769px) {
  #store.shortmaster header .header_inner .shopInfo .shopInfo_inner li span.min {
    display: block;
    text-align: left;
    margin-left: 1em;
  }
}

#store.shortmaster header .header_inner .shopInfo .shopInfo_inner li.shopfreenum img {
  width: 300px;
  height: 43px;
  margin: 0;
}

#store footer {
  width: 100%;
  padding: 30px 0 0 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
  background-color: #F8F8F8;
}

#store footer .box_footer {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#store footer .box_footer .box_footerTit {
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #store footer .box_footer .box_footerTit {
    display: none;
  }
}

@media (min-width: 769px) {
  #store footer .box_footer .box_footerTit {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store footer .box_footer .box_footerTit {
    font-size: 20px;
    line-height: 30px;
  }
}

#store footer .box_footer .nav_footer {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}

#store footer .box_footer .nav_footer dl {
  width: calc((100% / 4) - 40px);
  margin-right: 40px;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
#store footer .box_footer .nav_footer dl:nth-child(n+5){
  margin-bottom: 0px;	
	}
}

@media (max-width: 1280px) {
  #store footer .box_footer .nav_footer dl {
    width: calc((100% / 4) - 10px);
    margin-right: 10px;
  }
}

@media (max-width: 1030px) {
  #store footer .box_footer .nav_footer dl {
    width: calc((100% / 2) - 10px);
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #store footer .box_footer .nav_footer dl {
    width: 100%;
    margin-right: 0;
  }
}

#store footer .box_footer .nav_footer dl:last-child {
  margin-right: 0;
}

#store footer .box_footer .nav_footer dl dt {
  position: relative;
  font-size: 18px;
  border-bottom: 1px solid #434343;
  padding: 0 20px 10px 0;
  margin-bottom: 10px;
  font-weight: 500;
}

@media (max-width: 1280px) {
  #store footer .box_footer .nav_footer dl dt {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #store footer .box_footer .nav_footer dl dt {
    font-size: 14px;
  }
}

#store footer .box_footer .nav_footer dl dt:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 768px) {
  #store footer .box_footer .nav_footer dl dt:before {
    margin-bottom: -3px;
  }
}

#store footer .box_footer .nav_footer dl dt.payment:before {
  width: 24px;
  height: 16px;
  background-image: url("../images/icon/ico_card.svg");
}

#store footer .box_footer .nav_footer dl dt.openingh-inq:before {
  width: 21px;
  height: 21px;
  background-image: url("../images/icon/ico_memo.svg");
}

#store footer .box_footer .nav_footer dl dt.shipping:before {
  width: 30px;
  height: 21px;
  background-image: url("../images/icon/Ico_shipping.svg");
}

#store footer .box_footer .nav_footer dl dt.other:before {
  width: 22px;
  height: 22px;
  background-image: url("../images/icon/Ico_paper-plane.svg");
}

#store footer .box_footer .nav_footer dl dt.othercont:before {
  width: 22px;
  height: 22px;
  background-image: url("/store/u_page/img/assets/images/icon/ico_pickup.svg");
}

#store footer .box_footer .nav_footer dl dt:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  display: block;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  #store footer .box_footer .nav_footer dl dt:after {
    transform: rotate(135deg);
  }
}

#store footer .box_footer .nav_footer dl dd {
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 769px) {
  #store footer .box_footer .nav_footer dl dd {
    display: block !important;
  }
}

@media (max-width: 768px) {
  #store footer .box_footer .nav_footer dl dd {
    display: none;
  }
}

#store footer .box_footer .nav_footer dl dd ul li {
  position: relative;
}

@media (max-width: 768px) {
  #store footer .box_footer .nav_footer dl dd ul li {
    border-bottom: 1px solid #cccccc;
  }
}

#store footer .box_footer .nav_footer dl dd ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  display: block;
  margin: 13px auto auto auto;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}

@media (max-width: 768px) {
  #store footer .box_footer .nav_footer dl dd ul li:before {
    margin: 20px auto auto auto;
  }
}

#store footer .box_footer .nav_footer dl dd ul li.blank:after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/store/u_page/img/assets/images/icon/ico_targetBlank_b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 4px;
}

#store footer .box_footer .nav_footer dl dd ul li a {
  padding: 4px 0 0 16px;
  display: inline-block;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #store footer .box_footer .nav_footer dl dd ul li a {
    padding: 10px 0 10px 16px;
  }
}

@media (min-width: 769px) {
  #store footer .box_footerLink {
    display: none;
  }
}

#store footer .box_footerLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#store footer .box_footerLink ul li {
  width: calc(100% / 2);
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#store footer .box_footerinq {
  background-color: #ffffff;
  padding: 20px 10px;
  box-sizing: border-box;
}

#store footer .box_footerinq ul li {
  margin-bottom: 5px;
}

#store footer .box_footerinq ul li.shopfreenum img {
  width: 100%;
  max-width: 400px;
  height: 43px;
  margin: 10px 0;
}

@media (max-width: 1130px) {
  #store footer .box_footerinq ul li.shopfreenum img {
    max-width: 280px;
    height: auto;
  }
}

#store footer .box_footerinq ul li.freedial i {
  width: 26px;
  height: 17px;
  background-image: url("../images/icon/ico_freedial.svg");
}

@media (max-width: 1130px) {
  #store footer .box_footerinq ul li.freedial .fixedHidden {
    display: none;
  }
}

#store footer .box_footerinq ul li.time {
  margin-left: auto;
}

#store footer .box_footerinq ul li.time i {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon/ico_watch.svg");
}

#store footer .box_footerinq ul li.faxnum {
  margin-right: 40px;
}

@media (max-width: 1130px) {
  #store footer .box_footerinq ul li.faxnum {
    margin-right: 10px;
  }
}

#store footer .box_footerinq ul li.faxnum i {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon/ico_fax.svg");
  margin-right: 7px;
}

#store footer .box_footerinq ul li.shopnum {
  margin-right: auto;
}

#store footer .box_footerinq ul li.shopnum i {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon/ico_phone.svg");
  margin-left: -1px;
}

@media (min-width: 769px) {
  #store footer .box_footerinq ul li span.min {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store footer .box_footerinq ul li span.min {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 1130px) {
  #store footer .box_footerinq ul li span.min {
    display: block;
    margin-left: 14px;
  }
}

#store footer .box_footerinq ul li i {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -2px;
}

#store footer .box_footerinq ul .freedial {
  width: 100%;
  display: block;
  color: #333;
}

#store footer .box_footerinq ul .freedial i {
  width: 20px;
  height: 13px;
  background-image: url(/store/u_page/img/assets/images/icon/ico_freedial.svg);
}

@media (min-width: 769px) {
  #store footer .box_footerinq ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: flex-start;
  }

  #store footer .box_footerinq ul li.address {
    font-size: 15px;
    box-sizing: border-box;
    letter-spacing: 1px;
    width: 380px;
    text-align: left;
    margin-bottom: -1.8em;
  }

  #store footer .box_footerinq ul li.address .footerLogo {
    border-width: 0px;
    width: 27%;
    margin-bottom: 2%;
  }

  #store footer .box_footerinq ul li.shopfreenum {
    width: calc(100% - 380px);
    text-align: left;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 20px;
    box-sizing: border-box;
  }

  #store footer .box_footerinq ul .freedial {
    margin: 0px 0 0px 0;
    text-align: left;
    display: inline-block;
    width: auto;
  }

  #store footer .box_footerinq ul .freedial i {
    width: 18px;
    height: 13px;
  }

  #store footer .box_footerinq ul li.shopfreenum .telnum {
    font-size: 14px;
    color: #333;
  }

  #store footer .box_footerinq ul li.time {
    box-sizing: border-box;
    width: 380px;
    font-size: 14px;
    margin: 0;
    text-align: left;
    border-bottom: none;
    margin-bottom: -2em;
  }

  #store footer .box_footerinq ul li.faxnum,
  #store footer .box_footerinq ul li.shopnum {
    text-align: left;
    font-size: 14px;
    margin: 0;
    letter-spacing: 1px;
  }

  #store footer .box_footerinq ul li.faxnum {
    box-sizing: border-box;
    padding-left: 20px;
  }

  #store footer .box_footerinq ul li.shopnum {
    width: 100%;
    padding-left: 63%;
  }

  #store footer .box_footerinq ul li.address strong {
    font-weight: 500;
    color: #333;
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
  }
}



@media (max-width: 768px) {
  #store footer .box_footerinq ul li.address strong {
    font-weight: 500;
    display: block;
  }

  #store footer .box_footerinq ul li.time {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }

  #store footer .box_footerinq ul li.address {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }

  #store footer .box_footerinq ul li.shopfreenum .telnum {
    font-size: 40px;
    line-height: 1;
    color: #fd6533;
    margin: 5px 0 0 0;
    display: block;
  }
}

#store footer .box_copyLight {
  background-color: #FD6533;
  color: #ffffff;
  padding: 10px;
}

@media (min-width: 769px) {
  #store footer .box_copyLight .copyLight {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store footer .box_copyLight .copyLight {
    font-size: 10px;
    line-height: 12px;
  }
}

#store footer .btn_pagetop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  text-decoration: none;
  z-index: 2;
}

#store footer .btn_pagetop:before {
  content: "";
  border-radius: 50%;
  background-color: #FD6533;
  display: block;
  width: 52px;
  height: 52px;
}

@media (max-width: 768px) {
  #store footer .btn_pagetop:before {
    width: 40px;
    height: 40px;
  }
}

#store footer .btn_pagetop:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  top: calc(50% - 4px);
  transition: all 0.2s 0s;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  #store.productdetail_aspx .btn_pagetop {
    bottom: 70px;
  }
}

#store .ShopMessagePanel {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#store .ShopMessagePanel .attention_box {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #ffeae4;
  width: auto;
  max-width: none;
}

#store .ShopMessagePanel .attention_box a {
  color: #B10000;
  padding: 10px;
  display: block;
}

#store .ShopMessagePanel .attention_box a:hover {
  text-decoration: underline;
}

#store .ShopMessagePanel .attention_box a:after {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  border-top: 1px solid #B10000;
  border-right: 1px solid #B10000;
  margin-left: 8px;
}

#store aside {
  width: 100%;
  max-width: 220px;
  margin-right: auto;
}

#store.productdetail_aspx aside {
  display: none;
}

@media (max-width: 768px) {
  #store aside {
    display: none;
  }
}

#store aside .box_side {
  margin-top: 20px;
}

#store aside .box_side>* {
  margin-bottom: 40px;
}

#store aside .box_side .side_searvice>* {
  margin-bottom: 20px;
}

#store aside .box_side .side_searvice>*:last-child {
  margin-bottom: 0px;
}

#store aside .box_side .box_sidenews time {
  color: #564E58;
  border-bottom: 2px solid #cccccc;
  display: block;
  padding: 8px;
  text-align: left;
}

#store aside .box_side .box_sidenews .text {
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 10px;
}

#store aside .box_side .box_sidenews .text dt {
  color: #FD6533;
  padding: 8px 0;
  font-weight: 600;
}

#store aside .box_side .box_sidenews .text dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#store aside .box_side .box_sidenews .sideNewsLink a {
  color: #FD6533;
  display: block;
  text-align: right;
  padding: 8px;
  text-decoration: underline;
}

@media (min-width: 769px) {
  #store aside .box_side .box_sidenews .sideNewsLink a {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store aside .box_side .box_sidenews .sideNewsLink a {
    font-size: 10px;
    line-height: 12px;
  }
}

#store aside .box_side .box_siderankinng {
  margin-bottom: 40px;
}

#store aside .box_side .box_siderankinng ul li {
  margin-top: 20px;
}

#store aside .box_side .box_siderankinng ul li dl dt {
  width: 72px;
  height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999%;
  margin: 4px auto 10px auto;
}

#store aside .box_side .box_siderankinng ul li dl dd img {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 4px;
}

#store aside .box_side .box_siderankinng ul li:first-child dl dt {
  background-image: url("../images/common/tit_rank01.png");
}

#store aside .box_side .box_siderankinng ul li:nth-child(2) dl dt {
  background-image: url("../images/common/tit_rank02.png");
}

#store aside .box_side .box_siderankinng ul li:nth-child(3) dl dt {
  background-image: url("../images/common/tit_rank03.png");
}

#store aside .box_side .box_sidecheckitems ul {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
}

#store aside .box_side .box_sidecheckitems ul li {
  margin: 20px 0 0 0;
}

#store aside .box_side .box_sidecheckitems ul li dl dt {
  margin-bottom: 10px;
}

#store aside .box_side .box_sidecheckitems ul li dl dd {
  text-align: left;
}

#store aside .box_side .box_sidecheckitems ul li:nth-child(n+4) {
  display: none;
}

#store aside .box_side .box_sidecheckitems .ClearHistory {
  display: none;
}

#store aside .box_side .box_sidecalender>div+div {
  margin-top: 20px;
}

#store aside .box_side .box_sidecalender table {
  width: 100%;
}

#store aside .box_side .box_sidecalender table table {
  text-align: center;
  background-color: #FD6533;
  color: #ffffff;
}

#store aside .box_side .box_sidecalender table table tbody tr:first-child td {
  padding: 4px;
  text-align: center;
}

#store aside .box_side .box_sidecalender table tbody tr th {
  background-color: #FFEFD6;
  text-align: center;
  padding: 4px;
}

#store aside .box_side .box_sidecalender table tbody tr:first-child td {
  padding: 0;
}

#store aside .box_side .box_sidecalender table tbody tr:nth-child(n+2) td {
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
}

#store aside .box_side .boxsidebnr ul li {
  margin-bottom: 20px;
}

#store aside .box_side .boxsidebnr ul li:last-child {
  margin-bottom: 0;
}

#store aside .sideTit {
  background-color: #FD6533;
  color: #ffffff;
  box-sizing: border-box;
  padding: 8px 0;
}

#store #main {
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #store #main .contentsBox {
    padding-bottom: 120px;
    width: 100%;
    max-width: calc(100% - 220px);
  }
}

@media (max-width: 768px) {
  #store #main .contentsBox {
    padding-bottom: 60px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  #store #main .cont {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  #store #main .cont {
    padding: 0 30px;
  }
}

#store .modal {
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

@media (min-width: 769px) {
  #store .modal {
    padding: 60px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  #store .modal {
    padding: 30px;
    box-sizing: border-box;
  }
}

#store .modal .box_modal {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #564E58;
}

@media (min-width: 769px) {
  #store .modal .box_modal {
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #store .modal .box_modal {
    padding: 20px;
  }
}

#store .modal .box_modal .box_img {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #store .modal .box_modal .box_img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 769px) {
  #store .modal .box_modal .box_img img {
    width: auto;
    height: auto;
    margin: 0 20px 20px 20px;
  }
}

#store .modal .box_modal .notice {
  width: 100%;
  text-align: left;
}

#store .modal .box_modal .close {
  background-color: #000000;
  position: absolute;
}

@media (min-width: 769px) {
  #store .modal .box_modal .close {
    width: 60px;
    height: 60px;
    top: 40px;
    right: 40px;
  }
}

@media (max-width: 768px) {
  #store .modal .box_modal .close {
    width: 35px;
    height: 35px;
    top: 10px;
    right: 10px;
  }
}

#store .modal .box_modal .close:before,
#store .modal .box_modal .close:after {
  content: '';
  background-color: #ffffff;
  position: absolute;
}

@media (min-width: 769px) {

  #store .modal .box_modal .close:before,
  #store .modal .box_modal .close:after {
    width: 24px;
    height: 4px;
    top: 50%;
    left: calc(50% - 12px);
  }
}

@media (max-width: 768px) {

  #store .modal .box_modal .close:before,
  #store .modal .box_modal .close:after {
    width: 18px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 9px);
  }
}

#store .modal .box_modal .close:before {
  transform: rotate(45deg);
}

#store .modal .box_modal .close:after {
  transform: rotate(-45deg);
}

#store .modal .box_modal .btnColor,
#store .modal .box_modal .btnBorder,
#store .modal .box_modal .btnBorderColor {
  width: 100% !important;
  max-width: 640px !important;
  margin: 20px auto 0 auto !important;
}

#store.top_aspx .headerSearch {
  margin: 20px 0;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 768px) {
  #store.top_aspx .headerSearch {
    display: block;
  }
}

#store.top_aspx .headerSearch .search_container {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 70%;
  overflow: hidden;
}

#store.top_aspx .headerSearch .search_container input[type="text"] {
  border: none;
  height: 2.0em;
}

#store.top_aspx .headerSearch .search_container input[type="text"]:focus {
  outline: 0;
}

#store.top_aspx .headerSearch .search_container .headerSearch_btn {
  cursor: pointer;
  border: none;
  background-color: #434343;
  color: #fff;
  position: absolute;
  width: 5em;
  height: 2.5em;
  right: 0px;
  top: -3px;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#store.top_aspx .headerSearch .search_container .headerSearch_btn i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon/ico_search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

@media (min-width: 769px) {
  #store.top_aspx .headerSearch .search_container .headerSearch_btn span.text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx .headerSearch .search_container .headerSearch_btn span.text {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx .headerSearch .search_container {
    width: 100%;
  }
}

#store.top_aspx .headerSearch .box_searcWord {
  width: auto;
  max-width: calc(30% - 20px);
  margin-left: 20px;
}

@media (max-width: 768px) {
  #store.top_aspx .headerSearch .box_searcWord {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 10px;
  }
}

#store.top_aspx .headerSearch .box_searcWord .searcWord_tag {
  display: flex;
  flex-wrap: wrap;
}

#store.top_aspx .headerSearch .box_searcWord .searcWord_tag li {
  margin-right: 10px;
}

#store.top_aspx .headerSearch .box_searcWord .searcWord_tag li a {
  background-color: #FFFAF2;
  border: 1px solid #EDC9A6;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 6px 10px;
  color: #564E58;
}

@media (min-width: 769px) {
  #store.top_aspx .headerSearch .box_searcWord .searcWord_tag li a {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx .headerSearch .box_searcWord .searcWord_tag li a {
    font-size: 10px;
    line-height: 12px;
  }
}

#store.top_aspx .headerSearch .box_searcWord .searcWord_tag li:last-child {
  margin-right: 0;
}

#store.top_aspx .mainVisual {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 10px;
  position: relative;
}

#store.top_aspx .box_bnrCataloggift {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #store.top_aspx .box_bnrCataloggift {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 20px;
  }
}

#store.top_aspx .box_pickupCataloggift h1 span {
  font-size: 2em;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

#store.top_aspx .box_pickupCataloggift h1 span:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  background-image: url(/assets/images/top/txt_recommendCatalog_arch.png);
  height: 35px;
  margin-bottom: 10px;
}

#store.top_aspx .box_pickupCataloggift .itemList li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #store.top_aspx .box_pickupCataloggift .itemList.list-col3 {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }

  #store.top_aspx .box_pickupCataloggift .itemList.list-col3 li {
    width: calc((100% / 2) - 40px);
  }
}

@media (max-width: 500px) {
  #store.top_aspx .box_pickupCataloggift .itemList.list-col3 {
    width: calc(100% + 40px);
  }

  #store.top_aspx .box_pickupCataloggift .itemList.list-col3 li {
    width: calc((100% / 2) - 20px);
  }

  #store.top_aspx .box_pickupCataloggift .itemList.list-col3 li:nth-child(even) {
    margin-left: 0;
  }

  #store.top_aspx .box_pickupCataloggift .itemList.list-col3 li:nth-child(odd) {
    margin-right: 0;
  }
}

#store.top_aspx .box_giftSearch {
  background-color: #dbdad4;
  background-color: #fffaf2;
  padding: 40px 10px;
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #store.top_aspx .box_giftSearch {
    margin-top: 40px;
  }
}

#store.top_aspx .box_giftSearch .box_giftSearch_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#store.top_aspx .box_giftSearch .box_giftSearch_inner .selectBase {
  width: 30%;
  max-width: 310px;
  margin-right: 20px;
  background-color: #ffffff;
}

#store.top_aspx .box_giftSearch .box_giftSearch_inner .cross {
  display: inline-block;
  margin-right: 20px;
}

#store.top_aspx .box_giftSearch .box_giftSearch_inner button.search-submit {
  padding: 0px;
  background-color: #564E58;
  border-radius: 10px;
  width: 100%;
  max-width: 140px;
}

#store.top_aspx .box_giftSearch .box_giftSearch_inner button.search-submit .searchBtn {
  display: inline-block;
  padding: 7px 10px;
}

@media (max-width: 530px) {
  #store.top_aspx .box_giftSearch .box_giftSearch_inner button.search-submit {
    margin-top: 20px;
  }
}

#store.top_aspx .box_giftscene {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 60px;
}

#store.top_aspx .box_giftscene .box_giftscene_return,
#store.top_aspx .box_giftscene .box_giftscene_celebration {
  display: flex;
  flex-wrap: wrap;
}

#store.top_aspx .box_giftscene .box_giftscene_celebration {
  position: relative;
}

@media (min-width: 1100px) {
  #store.top_aspx .box_giftscene .box_giftscene_celebration:before {
    content: "";
    width: 1px;
    height: calc(100% - 60px);
    display: block;
    position: absolute;
    left: -20px;
    bottom: 0;
    top: 20px;
    margin: auto;
    border-left: 1px dashed #ccc;
  }
}

#store.top_aspx .box_giftscene .box_giftscene_return .tit-centerborder,
#store.top_aspx .box_giftscene .box_giftscene_celebration .tit-centerborder {
  width: 100%;
  position: relative;
}

@media (max-width: 1099px) {

  #store.top_aspx .box_giftscene .box_giftscene_return .tit-centerborder,
  #store.top_aspx .box_giftscene .box_giftscene_celebration .tit-centerborder {
    margin-bottom: 20px;
  }
}

#store.top_aspx .box_giftscene .box_giftscene_return .tit-centerborder span,
#store.top_aspx .box_giftscene .box_giftscene_celebration .tit-centerborder span {
  text-indent: -9999%;
  background-color: transparent;
}

#store .box_giftscene_return .tit-centerborder:after,
#store .box_giftscene_celebration .tit-centerborder:after {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: auto;
  height: auto;
  padding: 3.5% 0;
  margin: 0 auto 0 auto;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
}

@media (max-width: 1099px) {

  #store .box_giftscene_return .tit-centerborder:after,
  #store .box_giftscene_celebration .tit-centerborder:after {
    padding: 2.2% 0;
  }
}

@media (max-width: 500px) {

  #store .box_giftscene_return .tit-centerborder:after,
  #store .box_giftscene_celebration .tit-centerborder:after {
    padding: 14px 0;
  }
}

#store .box_giftscene_return .tit-centerborder:after {
  background-image: url(/store/u_page/img/assets/images/top/tit_okaesshi.png);
}

#store .box_giftscene_celebration .tit-centerborder:after {
  background-image: url(/store/u_page/img/assets/images/top/tit_oiwai.png);
}

@media (max-width: 768px) {
  #store.top_aspx .box_giftscene .box_giftscene_inner {
    padding: 0;
  }
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_01 {
  border-color: #db9f8f;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_02 {
  border-color: #edb241;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_03 {
  border-color: #8c7bb1;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_04 {
  border-color: #d27d65;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_05 {
  border-color: #f47278;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_06 {
  border-color: #e7b247;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_07 {
  border-color: #b69191;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_08 {
  border-color: #91b6bf;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_01 a {
  background-image: url("../images/top/img_scene_bridalGift.jpg");
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_02 a {
  background-image: url("../images/top/img_scene_baby.jpg");
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_03 a {
  background-image: url("../images/top/img_scene_koudengaeshi.jpg");
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_04 a {
  background-image: url("../images/top/img_scene_celebration.jpg");
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_05 a {
  background-image: url("../images/top/img_scene_bridal.jpg");
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_06 a {
  background-image: url("../images/top/img_scene_babyGift.jpg");
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_07 a {
  background-image: url("../images/top/img_scene_hikidemono.jpg");
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_08 a {
  background-image: url("../images/top/img_scene_ippanGift.jpg");
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl a {
  width: 100%;
  padding: 31% 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl dt {
  background-color: transparent;
  color: #333;
  text-shadow: 1px 1px 2px #fff;
  padding: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 19px;
  text-indent: -5px;
}

@media (max-width: 500px) {
  #store.top_aspx .box_giftscene .box_giftscene_inner dl dt {
    font-size: 4vw;
  }
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl dt:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_01 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_bridalGift.svg);
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_02 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_baby.svg);
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_03 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_koudenGaeshi.svg);
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_04 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_celebration.svg);
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_05 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_bridal.svg);
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_06 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_babyGift.svg);
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_07 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_hikidemono.svg);
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.giftscene_08 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_ippanGift.svg);
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl dd {
  opacity: 0;
  height: 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col {
  width: calc(50% - 10px);
  margin: 0 10px;
  border-radius: 20px;
  border: 1px solid transparent;
  box-sizing: border-box;
  box-shadow: 0px 2px 3px #ccc;
}

@media (max-width: 1100px) {
  #store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col {
    border-radius: 10px;
  }
}

@media (max-width: 500px) {
  #store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col {
    width: calc(50% - 5px);
  }
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col:nth-of-type(odd) {
  margin: 0 10px 20px 0px;
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col:nth-of-type(even) {
  margin: 0 0px 20px 10px;
}

@media (max-width: 500px) {
  #store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col:nth-of-type(odd) {
    margin: 0 5px 20px 0px;
  }

  #store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col:nth-of-type(even) {
    margin: 0 0px 20px 5px;
  }
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl.half-col a {
  padding-top: calc(31% * 2);
}

#store.top_aspx .box_giftscene .box_giftscene_inner dl:hover>a>dd {
  height: auto;
  opacity: 1;
  padding: 8px;
  box-sizing: border-box;
}

#store.top_aspx .box_giftscene .box_giftscene_inner ul.itemList {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

#store.top_aspx .box_giftscene .box_giftscene_inner ul.itemList li {
  width: calc((100% / 2) - 10px);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin: 20px 10px 0px 0;
  padding: 4px 20px 4px 4px;
  position: relative;
}

#store.top_aspx .box_giftscene .box_giftscene_inner ul.itemList li:nth-child(2n) {
  margin: 20px 0 0px 10px;
}

#store.top_aspx .box_giftscene .box_giftscene_inner ul.itemList li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  display: block;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1100px) {
  #store.top_aspx .box_giftscene .box_giftscene_inner.list-col2>* {
    width: 100%;
    padding: 0;
  }
}

#store.top_aspx .box_pickup {
  /*tabの全体枠*/
  /*tabの本文エリア*/
  background-color: #fffaf2;
  box-sizing: border-box;
  padding: 20px;
}

@media (max-width: 768px) {
  #store.top_aspx .box_pickup {
    padding: 0 15px;
    box-sizing: border-box;
  }
}

#store.top_aspx .box_pickup .tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #efefef;
  border: 1px solid #ccc;
  box-sizing: border-box;
  /*inputを非表示にする*/
  /*tabボタン部分*/
}

#store.top_aspx .box_pickup .tab .input {
  position: absolute;
  opacity: 0;
}

#store.top_aspx .box_pickup .tab .tab-label {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  background-color: #FD6533;
  cursor: pointer;
  color: #ffffff;
  margin-bottom: 0;
  transition: background 0.1s, color 0.1s;
  position: relative;
}

@media (min-width: 769px) {
  #store.top_aspx .box_pickup .tab .tab-label {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx .box_pickup .tab .tab-label {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx .box_pickup .tab .tab-label:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 5px);
    color: #ffffff;
    transition: right 0.3s 0s;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    right: 20px;
  }
}

#store.top_aspx .box_pickup .tab .tab-label:hover {
  background: #d8d8d8;
}

#store.top_aspx .box_pickup .tab .tab-label:active {
  background: #ccc;
}

#store.top_aspx .box_pickup .tab .input:checked+.tab-label {
  background-color: #434343;
  color: #ffffff;
}

@media (max-width: 768px) {
  #store.top_aspx .box_pickup .tab .input:checked+.tab-label:after {
    content: none;
    transform: rotate(-45deg);
    top: calc(50% - 9px);
  }
}

#store.top_aspx .box_pickup .tab-label {
  font-size: 1.2em;
  display: block;
  text-align: left;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#store.top_aspx .box_pickup .tab-label a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
  color: #FD6533;
}

@media (max-width: 768px) {
  #store.top_aspx .box_pickup .tab-label {
    font-size: 1.4em;
  }
}

#store.top_aspx .box_pickup .RecommendParts {
  margin-bottom: 40px;
}

#store.top_aspx .box_pickup .tab-panel>ul li {
  -webkit-box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  box-shadow: 0 1px 3px 0 rgba(88, 88, 88, 0.3);
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 20px 10px 40px 10px;
  background-color: #fff;
  font-weight: 500;
}

#store.top_aspx .box_pickup .tab-panel .slick-list.draggable {
  margin: 0;
}

@media (min-width: 769px) {
  #store.top_aspx .box_pickup .tab-panel {
    box-sizing: border-box;
    padding: 0 3%;
  }

  #store.top_aspx .box_pickup .tab-panel>ul {
    display: block;
  }

  #store.top_aspx .box_pickup .tab-panel>ul li,
  #store.top_aspx .box_pickup .tab-panel>ul>* {
    width: auto;
  }

  #store.top_aspx .box_pickup .tab-panel>ul .slick-track {
    display: flex;
  }

  #store.top_aspx .box_pickup .tab-panel>ul button {
    background-color: #7c7c7c;
    width: 40px;
    margin: 0;
  }

  #store.top_aspx .box_pickup .tab-panel>ul button.slick-prev {
    left: -10px;
  }

  #store.top_aspx .box_pickup .tab-panel>ul button.slick-next {
    right: -10px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx .box_pickup .tab-panel {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    overflow-x: auto;
    padding: 0 5px 10px 5px;
    -webkit-overflow-scrolling: touch;
  }

  #store.top_aspx .box_pickup .tab-panel>ul {
    flex-wrap: initial;
    justify-content: flex-start;
  }

  #store.top_aspx .box_pickup .tab-panel>ul li {
    width: auto;
    display: block;
    min-width: calc(100% - 42%);
  }
}

@media (min-width: 768px) {
  #store.top_aspx .box_pickup .tab .tab-label {
    width: calc(100% / 5);
    border-right: 1px solid #ffffff;
  }

  #store.top_aspx .box_pickup .tab .tab-label:last-of-type {
    border-right: 0;
  }
}

#store.top_aspx .box_pickup .tab .tab-panel {
  display: none;
  padding: 20px 30px 30px;
  background: #fff;
}

@media (min-width: 768px) {
  #store.top_aspx .box_pickup .tab .tab-panel {
    order: 99;
  }
}

#store.top_aspx .box_pickup .tab .input:checked+.tab-label+.tab-panel {
  display: block;
  width: 100%;
}

#store.top_aspx .box_pickup .itemList li {
  margin-bottom: 20px;
}

#store.top_aspx section.news {
  display: flex;
}

@media (min-width: 769px) {
  #store.top_aspx section.news {
    height: 180px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.news {
    flex-direction: column-reverse;
  }
}

#store.top_aspx section.news .box_news {
  background-color: #000000;
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_news {
    width: calc(((100% - 1280px)/2) + 920px);
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 1000px) and (max-width: 1280px) {
  #store.top_aspx section.news .box_news {
    width: calc(((100% - 1280px)/2) + 920px - 20px);
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.news .box_news {
    width: 100%;
  }
}

#store.top_aspx section.news .box_news .list_news {
  box-sizing: border-box;
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_news .list_news {
    width: 740px;
    height: 100%;
    padding: 30px 60px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.news .box_news .list_news {
    width: 100%;
    padding: 30px 20px;
  }
}

#store.top_aspx section.news .box_news .list_news li {
  margin-bottom: 20px;
}

#store.top_aspx section.news .box_news .list_news li a {
  display: flex;
  color: #ffffff;
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_news .list_news li a {
    transition: color 0.2s 0s;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.news .box_news .list_news li a {
    text-align: left;
  }
}

#store.top_aspx section.news .box_news .list_news li a time {
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_news .list_news li a time {
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.news .box_news .list_news li a time {
    margin-right: 20px;
  }
}

#store.top_aspx section.news .box_news .list_news li a h3 {
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_news .list_news li a:hover {
    color: #FD6533;
    text-decoration: none;
  }
}

#store.top_aspx section.news .box_news .list_news li:last-child {
  margin-bottom: 0;
}

#store.top_aspx section.news .box_news .btn_more_news {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #434343;
  color: #ffffff;
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_news .btn_more_news {
    width: 180px;
    height: 180px;
    transition: background 0.2s 0s;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.news .box_news .btn_more_news {
    padding: 10px 0;
    flex-direction: row-reverse;
  }
}

#store.top_aspx section.news .box_news .btn_more_news:before {
  content: '';
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_news .btn_more_news:before {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-image: url("../images/icon/news.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin-left: 4px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.news .box_news .btn_more_news:before {
    width: 13px;
    height: 13px;
    display: inline-block;
    background-image: url("../images/icon/news.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
  }
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_news .btn_more_news:hover {
    text-decoration: none;
    background-color: #5c5c5c;
  }
}

#store.top_aspx section.news .box_text {
  display: flex;
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_text {
    width: 100%;
    max-width: calc(1280px - 920px);
    height: 100%;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.news .box_text {
    width: 100%;
    padding: 15px 0;
    align-items: center;
    justify-content: center;
  }
}

#store.top_aspx section.news .box_text .text {
  width: 200px;
  height: 26px;
  display: inline-block;
  overflow: hidden;
  background-image: url("../images/top/txt-giants-pride.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -10000px;
}

@media (min-width: 769px) {
  #store.top_aspx section.news .box_text .text {
    height: 100%;
  }
}

@media (min-width: 769px) {
  #store.top_aspx section.products {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products {
    padding-top: 40px;
  }
}

#store.top_aspx section.products h2 {
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.top_aspx section.products h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 769px) {
  #store.top_aspx section.products h2 {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products h2 {
    margin-bottom: 30px;
  }
}

#store.top_aspx section.products .list_products li {
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li {
    height: 360px;
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products .list_products li {
    margin-bottom: 50px;
    padding-top: 30px;
    flex-direction: column-reverse;
  }
}

#store.top_aspx section.products .list_products li .box_text {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_text {
    position: relative;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products .list_products li .box_text {
    box-sizing: border-box;
  }
}

#store.top_aspx section.products .list_products li .box_text .copy {
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #store.top_aspx section.products .list_products li .box_text .copy {
    position: absolute;
    top: 0;
    left: 30px;
  }
}

#store.top_aspx section.products .list_products li .box_text h3 {
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_text h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products .list_products li .box_text h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_text h3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products .list_products li .box_text h3 {
    margin-bottom: 20px;
  }
}

#store.top_aspx section.products .list_products li .box_text .price {
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_text .price {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products .list_products li .box_text .price {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_text .price {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products .list_products li .box_text .price {
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_text .price span {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products .list_products li .box_text .price span {
    font-size: 12px;
    line-height: 22px;
  }
}

#store.top_aspx section.products .list_products li .box_text .btn {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FD6533;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_text .btn {
    width: 360px;
    transition: all 0.2s 0s;
  }
}

@media (max-width: 768px) {
  #store.top_aspx section.products .list_products li .box_text .btn {
    width: 100%;
  }
}

#store.top_aspx section.products .list_products li .box_text .btn:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_text .btn:after {
    transition: right 0.2s 0s;
  }
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_text .btn:hover {
    opacity: 0.8;
  }
}

#store.top_aspx section.products .list_products li .box_text .btn:hover:after {
  right: 7px;
}

#store.top_aspx section.products .list_products li .box_img {
  background-color: #564E58;
  text-align: left;
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_img {
    width: calc(((100% - 1280px)/2) + 920px);
    padding-left: 180px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
}

@media (min-width: 769px) {
  #store.top_aspx section.products .list_products li .box_img img {
    width: 680px;
    height: 360px;
  }
}

#store.top_aspx section.products .list_products li:last-child {
  margin-bottom: 0;
}

#store .bnr_fixed_area {
  position: fixed;
  right: 0;
  top: 21%;
  z-index: 1000;
}

#store aside .box_side .box_sidecheckitems ul#ExternalRecentlyViewedItemList.itemList.list-col5>li {
  width: auto;
}

.bnr_fixed_area {
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bnr_fixed_area.scroll {
  bottom: -90px !important;
  opacity: 0;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area {
    position: fixed;
    z-index: 1000;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    display: flex;
    background-color: rgba(90, 90, 90, 0.8);
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    padding: 6px;
  }
}

#store .bnr_fixed_area.hidden img {
  display: none;
}

#store .bnr_fixed_area .closebtn span:before {
  content: "×";
  display: block;
  font-size: 22px;
  border-radius: 30px;
  background-color: #f7f7f7;
  position: absolute;
  top: -16px;
  right: 1px;
  box-sizing: border-box;
  padding: 0px 4px;
  line-height: 1;
  vertical-align: middle;
  height: 30px;
  padding-top: 3px;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .closebtn {
    display: none;
  }
}

@media (min-width: 769px) {
  #store .bnr_fixed_area .areaclosebtn {
    display: none;
  }
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .areaclosebtn span:before {
    content: "×";
    display: block;
    font-size: 22px;
    border-radius: 30px;
    background-color: #f7f7f7;
    position: absolute;
    top: -16px;
    right: 1px;
    box-sizing: border-box;
    padding: 0px 4px;
    line-height: 1;
    vertical-align: middle;
    height: 30px;
    padding-top: 3px;
    z-index: 1;
  }
}

#store .bnr_fixed_area .bnr_fixed_houjin {
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .bnr_fixed_houjin {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }

  #store .bnr_fixed_area .bnr_fixed_houjin a:before {
    content: "";
    background-image: url(/store/u_page/img/assets/images/top/bnr_fixed_houjindantai_sp_cmp.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 17.5% 0;
    background-size: contain;
    background-color: transparent;
    display: block;
    margin: auto;
  }

  /*#store .bnr_fixed_area .bnr_fixed_houjin a:after {
    content: "法人・団体ギフト";
    display: block;
    font-size: 11px;
    color: #182142;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    position: relative;
    top: 0px;
    left: 0;
  }*/
}

#store .bnr_fixed_area .bnr_fixed_houjin img {
  width: 100%;
  max-width: 140px;
  height: auto;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .bnr_fixed_houjin img {
    display: none;
  }
}

#store .bnr_fixed_area .bnr_fixed_houjin.hidden {
  height: 80px;
  width: 100px;
  margin-left: auto;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .bnr_fixed_houjin.hidden {
    margin-left: 0;
    width: calc(50% - 10px);
  }
}

#store .bnr_fixed_area .bnr_fixed_houjin.hidden img {
  display: none;
}

#store .bnr_fixed_area .bnr_fixed_houjin.hidden .closebtn span:before {
  content: "";
  background-image: url(/store/u_page/img/assets/images/top/bnr_fixed_houjin_sp.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-color: transparent;
}

#store .bnr_fixed_area .bnr_fixed_houjin.hidden .closebtn span:after {
  content: "法人・団体ギフト";
  display: block;
  font-size: 11px;
  color: #182142;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  position: relative;
  top: 59px;
  left: 0px;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .bnr_fixed_houjin.hidden .closebtn {
    display: none;
  }
}

#store .bnr_fixed_area .bnr_fixed_tyoji {
  position: relative;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .bnr_fixed_tyoji {
    width: calc(50% - 10px);
  }

  #store .bnr_fixed_area .bnr_fixed_tyoji a:before {
    content: "";
    background-image: url(/store/u_page/img/assets/images/top/bnr_fixed_kouden_sp.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 17.5% 0;
    background-size: contain;
    background-color: transparent;
    display: block;
    margin: auto;
  }

  /*#store .bnr_fixed_area .bnr_fixed_tyoji a:after {
    content: "香典返し・法要";
    display: block;
    font-size: 11px;
    color: #182142;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    position: relative;
    top: 0px;
    right: 0;
  }*/
}

#store .bnr_fixed_area .bnr_fixed_tyoji img {
  width: 100%;
  max-width: 140px;
  height: auto;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .bnr_fixed_tyoji img {
    display: none;
  }
}

#store .bnr_fixed_area .bnr_fixed_tyoji.hidden {
  height: 80px;
  width: 100px;
  margin-left: auto;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .bnr_fixed_tyoji.hidden {
    margin: 0;
    width: calc(50% - 10px);
  }
}

#store .bnr_fixed_area .bnr_fixed_tyoji.hidden img {
  display: none;
}

#store .bnr_fixed_area .bnr_fixed_tyoji.hidden .closebtn span:before {
  content: "";
  background-image: url(/store/u_page/img/assets/images/top/bnr_fixed_tyoji_sp.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-color: transparent;
}

#store .bnr_fixed_area .bnr_fixed_tyoji.hidden .closebtn span:after {
  content: "香典返し・法要";
  display: block;
  font-size: 11px;
  color: #182142;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  position: relative;
  right: 0px;
  top: 56px;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .bnr_fixed_tyoji.hidden .closebtn {
    display: none;
  }
}

#store .bnr_fixed_area .bnr_fixed_info {
  position: relative;
  display: none;
}

@media (max-width: 768px) {
  #store .bnr_fixed_area .bnr_fixed_info {
    width: calc(50% - 10px);
    display: block;
  }

  #store .bnr_fixed_area .bnr_fixed_info a:before {
    content: "";
    background-image: url(/store/u_page/img/assets/images/top/bnr_fixed_info_sp.png);
    background-repeat: no-repeat;
    width: 100%;
    padding: 17.5% 0;
    background-size: contain;
    background-color: transparent;
    display: block;
    margin: auto;
  }
}

@media (max-width: 768px) {

  #store .bnr_fixed_area .bnr_fixed_houjin+.bnr_fixed_tyoji,
  #store .bnr_fixed_area .bnr_fixed_tyoji+.bnr_fixed_info,
  #store .bnr_fixed_area .bnr_fixed_houjin+.bnr_fixed_info {
    margin-left: 20px;
  }
}

#store .box_mainslider {
  opacity: 0;
  transition: opacity .3s linear;
}

#store .box_mainslider.slick-initialized {
  opacity: 1;
}

#store .box_mainslider li {
  margin: 0 10px;
}

#store .slick-prev,
#store .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: rgba(204, 204, 204, 0.8);
  border-radius: 30px;
}

#store .slick-prev:before,
#store .slick-next:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  display: block;
  position: absolute;
  right: 5px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#store.productdetail_aspx #ProductDetail .slick-prev,
#store.productdetail_aspx #ProductDetail .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: rgba(204, 204, 204, 0.8);
  border-radius: 30px;
}

#store .slick-prev {
  left: 35px;
}

#store .slick-prev:before {
  transform: rotate(225deg);
  right: -1px;
}

#store.productdetail_aspx #ProductDetail .slick-prev {
  left: 10px;
}

#store .slick-next {
  right: 35px;
}

#store.productdetail_aspx #ProductDetail .slick-next {
  right: 10px;
}

@media (max-width: 768px) {
  #store .slick-prev {
    left: 10px;
  }

  #store .slick-next {
    right: 10px;
  }
}

#store.productdetail_aspx section.product {
  margin: 0 0px 0 0px;
  padding-bottom: 40px;
  /*display: flex;
  flex-wrap: wrap;*/
  position: relative;
  box-sizing: border-box;
  /*fix*/
}

@media (max-width: 1000px) {
  #store.productdetail_aspx section.product {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product {
    padding: 0 10px 40px 10px;
    margin: 0;
    overflow: hidden;
  }
}

@media (min-width: 1000px) {
  #store.productdetail_aspx section.product #ProductDetail {
    display: flex;
    flex-wrap: wrap;
  }
}

#store.productdetail_aspx section.product #ProductDetail .ErrorMessage {
  width: 100%;
}

#store.productdetail_aspx section.product .box_slider {
  margin: 20px 40px 0px 0;
  position: relative;
  background-color: #ffffff;
}

@media (min-width: 1000px) {
  #store.productdetail_aspx section.product .box_slider {
    width: 50%;
    max-width: 500px;
  }
}

@media (max-width: 999px) {
  #store.productdetail_aspx section.product .box_slider {
    width: 100%;
  }
}

#store.productdetail_aspx section.product .box_slider .list_product {
  margin-bottom: 20px;
}

#store.productdetail_aspx section.product .box_slider .thumblist_product {
  margin: 0 -5px 40px -5px;
}

#store.productdetail_aspx section.product .box_slider .thumblist_product li {
  margin: 0 5px 10px 5px;
  /*width:calc((100% / 5) - 10px)!important;*/
}

#store.productdetail_aspx section.product .box_slider .thumblist_product.thumbSlideMin .slick-track {
  transform: unset !important;
}

#store.productdetail_aspx section.product .btn_catalog {
  position: relative;
}

#store.productdetail_aspx section.product .btn_catalog a {
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #333;
  background: #eeeeee;
  width: 100%;
  max-width: 480px;
  padding: 8px 15px 8px 15px;
  border: 1px solid #a6a6a6;
  border-radius: 0px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 1px 2px 2px 0px #ccc;
  transition: all 0.2s 0s;
  margin: 0 auto;
  font-weight: 500;
}

#store.productdetail_aspx section.product .btn_catalog a:hover {
  background: #fff;
}

#store.productdetail_aspx section.product .btn_catalog a span.ico_catalog {
  display: inline-block;
  /*position: absolute;*/
  width: 76px;
  height: 53px;
  top: 0;
  bottom: 0;
  margin: 0 10px 0 0;
  left: 50px;
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .btn_catalog a span.ico_catalog {
    width: 56px;
    height: 40px;
  }
}

#store.productdetail_aspx section.product .btn_catalog a span.ico_catalog:before {
  width: 76px;
  height: 53px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("/store/images/common/img_catalogBtn.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .btn_catalog a span.ico_catalog:before {
    width: 56px;
    height: 40px;
  }
}

#store.productdetail_aspx section.product .btn_catalog a:after {
  content: '';
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(/store/u_page/img/assets/images/icon/ico_targetBlank_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .btn_catalog a:after {
    width: 20px;
    height: 20px;
  }
}

#store.productdetail_aspx section.product .box_text {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding-top: 20px;
}

@media (min-width: 1000px) {
  #store.productdetail_aspx section.product .box_text {
    max-width: calc((100% - 50%) - 40px);
  }
}

@media (max-width: 999px) {
  #store.productdetail_aspx section.product .box_text {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .box_text {
    max-width: none;
    width: 100%;
    margin-top: 30px;
  }
}

#store.productdetail_aspx section.product .box_text .ico_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 20px;
}

#store.productdetail_aspx section.product .box_text .ico_list li {
  border: 1px solid #E68B6D;
  color: #E68B6D;
  min-width: 80px;
  padding: 1px 4px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 8px 10px 0;
}

#store.productdetail_aspx section.product .box_text .ico_list li:last-child {
  margin-right: 0;
}

#store.productdetail_aspx section.product .box_text .box_textDetail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#store.productdetail_aspx section.product .box_text .itemnum {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

#store.productdetail_aspx section.product .box_text .itemnum dt {
  border: 1px solid #888;
  background-color: #F7F7F7;
  color: #888888;
  min-width: 80px;
  padding: 1px 4px;
  box-sizing: border-box;
  margin-right: 20px;
}

#store.productdetail_aspx section.product .box_text .copy {
  margin-bottom: 10px;
  font-weight: bold;
}

#store.productdetail_aspx section.product .box_text h3,
#store.productdetail_aspx section.product .box_text h1 {
  width: 100%;
  font-weight: 500;
}

@media (min-width: 769px) {

  #store.productdetail_aspx section.product .box_text h3,
  #store.productdetail_aspx section.product .box_text h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {

  #store.productdetail_aspx section.product .box_text h3,
  #store.productdetail_aspx section.product .box_text h1 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 769px) {

  #store.productdetail_aspx section.product .box_text h3,
  #store.productdetail_aspx section.product .box_text h1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {

  #store.productdetail_aspx section.product .box_text h3,
  #store.productdetail_aspx section.product .box_text h1 {
    margin-bottom: 10px;
  }
}

#store.productdetail_aspx section.product .box_text .box_addTobookmark {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#store.productdetail_aspx section.product .box_text .bookmark {
  margin-left: auto;
}

#store.productdetail_aspx section.product .box_text .bookmark .IconBookMark {
  border: 1px solid #888;
  padding: 4px 20px;
  border-radius: 30px;
  display: inline-block;
}

#store.productdetail_aspx section.product .box_text .bookmark .IconBookMark i {
  width: 27px;
  height: 24px;
  background-image: url("../images/icon/Ico_bookmark.svg");
  background-size: contain;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#store.productdetail_aspx section.product .box_text .bookmark .Bookmarked i {
  background-image: url("../images/icon/Ico_bookmarked.svg");
}

#store.productdetail_aspx section.product .box_text .box_openday {
  margin-bottom: 10px;
}

#store.productdetail_aspx section.product .box_text .box_openday .openday {
  color: #FD6533;
  text-decoration: underline;
}

#store.productdetail_aspx section.product .box_text .box_openday+div {
  width: 100%;
}

#store.productdetail_aspx section.product .box_text .freeshippingitemLink {
  max-width: none;
  width: auto;
  display: inline-block;
  padding: 6px 30px 4px 10px;
  font-weight: normal;
  margin-bottom: 20px;
}

#store.productdetail_aspx section.product .box_text .box_cart {
  width: 100%;
  background-color: #FFFAF2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart .box_cartInner {
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFAF2;
    margin-top: 40px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product.naireItem .box_text .box_cart {
    background-color: transparent;
  }

  #store.productdetail_aspx section.product.naireItem .box_text .box_cart .box_cartInner {
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFAF2;
    margin-top: 40px;
    width: 100%;
  }

  #store.productdetail_aspx section.product.naireItem .box_text .box_cart .cartBtn>.display_pc {
    display: block;
  }
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn {
  margin-top: 0px;
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn span.display_pc {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn span.display_pc .fontmin {
  font-size: 11px;
  line-height: 1.2;
  color: #666;
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn span.display_pc:nth-of-type(2) {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  margin-top: 14px;
}

#store.productdetail_aspx section.product .box_text .box_cart .itemCount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  width: 100%;
}

#store.productdetail_aspx section.product #ProductDetail.unavailable .box_text .box_cart .cartBtn {
  margin-top: 10px;
  margin-bottom: 10px;
}

#store.productdetail_aspx section.product #ProductDetail.unavailable .box_text .box_cart .itemCount {
  display: none;
}

#store.productdetail_aspx section.product .box_text .box_cart .itemCount dt {
  margin-right: 20px;
}

#store.productdetail_aspx section.product .box_text .box_cart .itemCount dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#store.productdetail_aspx section.product .box_text .box_cart .itemCount dd .btn_plus,
#store.productdetail_aspx section.product .box_text .box_cart .itemCount dd .btn_minus {
  background-color: #eaeaea;
  color: #222;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {

  #store.productdetail_aspx section.product .box_text .box_cart .itemCount dd .btn_minus {
    font-size: 28px;
    line-height: 38px;
  }

  #store.productdetail_aspx section.product .box_text .box_cart .itemCount dd .btn_plus {
    font-size: 22px;
    display: flex;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {

  #store.productdetail_aspx section.product .box_text .box_cart .itemCount dd .btn_plus,
  #store.productdetail_aspx section.product .box_text .box_cart .itemCount dd .btn_minus {
    font-size: 24px;
    line-height: 36px;
  }
}

#store.productdetail_aspx section.product .box_text .box_cart .itemCount dd .itemCountinput {
  margin: 0 10px;
  padding: 10px;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.product .box_text .box_cart .itemCount dd .itemCountinput {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart .itemCount dd .itemCountinput {
    font-size: 24px;
    line-height: 36px;
  }
}

#store.productdetail_aspx section.product .box_text .box_cart .itemCount dd select {
  margin: 0 10px;
  padding: 5px 9px;
  background-color: #ffffff;
  width: 3em;
  -webkit-appearance: none;
  /* Google Chrome、Safari */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  /* 標準のスタイルを無効に */
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.product .box_text .box_cart .itemCount dd select {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart .itemCount dd select {
    font-size: 20px;
    line-height: 30px;
  }
}

#store.productdetail_aspx section.product .box_text .box_cart .itemCount dd select::-ms-expand {
  display: none;
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart .cartBtn {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product.naireItem .box_text .box_cart .cartBtn {
    display: block;
  }
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart {
  border-radius: 10px;
  background: linear-gradient(#fd6533 0%, #e3592c 100%);
  border-radius: 10px;
  position: relative;
  width: 100%;
  max-width: 210px;
  text-align: center;
}

@media (min-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart {
    max-width: none;
  }
}

@media (min-width: 1000px) {
  #store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart {
    width: 100%;
    margin-bottom: 20px;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart {
    max-width: none;
  }
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart a {
  padding: 14px 10px 10px 50px;
  display: block;
  color: #ffffff;
  line-height: 1.4em;
  box-shadow: 0px 7px 0px -4px #f0cec2;
  border-radius: 10px;
  font-weight: 500
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart a:before {
  width: 32px;
  height: 28px;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 24px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart a:after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart.gift {
  margin-right: 20px;
  order: 1;
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart.gift {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart.gift a:before {
  background-image: url("../images/icon/ico_gift.svg");
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart.nogift {
  order: 2;
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart.nogift a:before {
  background-image: url("../images/icon/ico_headCart.svg");
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart span {
  position: absolute;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #FD6533;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  left: 0;
  right: 0;
  margin: auto;
  top: -34px;
  padding: 6px 8px;
  box-sizing: border-box;
  color: #FD6533;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart span {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart span {
    font-size: 10px;
    line-height: 12px;
  }
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart span:before,
#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: '';
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart span:before {
  bottom: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #FD6533 transparent transparent;
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .btnCart span:after {
  bottom: -7px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

#store.productdetail_aspx section.product .box_text .box_cart .cartBtn .ErrorMessage {
  order: 3;
}

#store.productdetail_aspx section.product .box_text .box_cart #AddToCartPanel {
  width: 100%;
}

#store.productdetail_aspx section.product .box_text .btnIteminq {
  border: 1px solid #707070;
  border-radius: 20px;
  background-color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
}

#store.productdetail_aspx section.product .box_text .btnIteminq:before {
  width: 18px;
  height: 17px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/icon/Ico_buble.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

#store.productdetail_aspx section.product .box_text .box_sns {
  width: calc(50% - 20px);
  border: 2px solid #FFEFD6;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#store.productdetail_aspx section.product .box_text .box_sns a {
  width: 42%;
  margin: 0 2%;
}

#store.productdetail_aspx section.product .box_text .text {
  padding-right: 40px;
  box-sizing: border-box;
}

#store.productdetail_aspx section.product .box_text .NamePrintOptionEachFrame {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #store.productdetail_aspx section.product .box_text .NamePrintOptionEachFrame {
    max-width: 400px;
    margin: 0 auto 10px auto;
  }
}

#store.productdetail_aspx section.product .box_text .box_cartInner .NamePrintOptionEachFrame+input+.ClearFloatDiv+#cartBtn {
  margin-top: 30px;
}

#store.productdetail_aspx section.product .box_text .NamePrintOptionEachFrame .NamePrintInputTitle+input.inputBase {
  width: calc(100% - 6em);
}

#store.productdetail_aspx section.product .box_text .NamePrintOptionEachFrame .InputRequired.red {
  color: #ff0000;
}

#store.productdetail_aspx section.product .box_text .NamePrintOptionEachFrame:last-child {
  margin-bottom: 0;
}

#store.productdetail_aspx section.product .fixcartBtn {
  position: fixed;
  right: 0;
  top: 40%;
  background-color: #fff;
  z-index: 1000;
  width: 210px;
  border-radius: 10px 0 0 10px;
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .fixcartBtn {
    top: auto;
    bottom: 0;
    background-color: #fff;
    z-index: 10000;
    width: 100%;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    display: none;
  }
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

@media (max-width: 999px) {
  #store.productdetail_aspx section.product .fixcartBtn .box_textDetail {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .fixcartBtn .box_textDetail {
    display: none;
  }
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .ico_list,
#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .itemnum {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .fixCartProductName {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .PriceDiv table .ListPriceTable .PriceTitleB,
#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .PriceDiv table .ListPriceTable .ListPriceTextB2,
#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .PriceDiv table .ListPriceTable .ListPriceDiv1 {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .taxratio {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark {
  display: block;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark>* {
  width: 100% !important;
  padding: 0px;
  background-color: #fff;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .bookmark {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .box_cart .itemCount {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .box_cart .cartBtn {
  display: block;
  margin-top: 10px;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .box_cart .cartBtn>* {
  width: 100%;
  max-width: 170px;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .box_cart .cartBtn .btnCart.gift {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .box_cart .cartBtn .btnCart.nogift {
  margin-top: 20px;
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .box_cart .cartBtn .btnCart span {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .box_cart .cartBtn .btnCart a {
  font-size: 14px;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .box_cart .cartBtn .btnCart a#OpenGiftOptionUI {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .box_addTobookmark .box_cart .NamePrintOptionEachFrame {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .box_textDetail .RelatedLink2 {
  display: none;
}

#store.productdetail_aspx section.product .fixcartBtn .btnCart.nogift2 {
  background: linear-gradient(#fd6533 0%, #e3592c 100%);
  border-radius: 10px;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
  max-width: 170px;
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .fixcartBtn .btnCart.nogift2 {
    margin: 0 auto;
    max-width: none;
  }
}

#store.productdetail_aspx section.product .fixcartBtn .btnCart.nogift2 a {
  font-size: 12px;
  padding: 14px 10px 12px 50px;
  display: block;
  color: #ffffff;
  line-height: 1.4em;
  box-shadow: 0px 7px 0px -4px #f0cec2;
  border-radius: 10px;
}

#store.productdetail_aspx section.product .fixcartBtn .btnCart.nogift2 a:before {
  width: 32px;
  height: 28px;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 10px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon/ico_headCart.svg);
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product.naireItem .fixcartBtn {
    display: block;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart {
    position: fixed;
    bottom: 0;
    padding: 8px 4px;
    box-sizing: border-box;
    left: 0;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    z-index: 1;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .itemCount {
    width: 70px;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .itemCount dt {
    margin-right: 4px;
    width: 1em;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .itemCount dd .btn_minus,
  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .itemCount dd .btn_plus {
    display: none;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .itemCount dd select {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }

  #store.productdetail_aspx section.product #ProductDetail.unavailable .box_text .box_cart .itemCount {
    display: none;
  }

  #store.productdetail_aspx section.product #ProductDetail.unavailable .box_text .box_cart .cartBtn {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cartInner {
    margin-top: 0;
    width: calc(100% - 70px);
  }

  /*#store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn {
    margin-top: 0;
    width: calc(100% - 70px);
  }*/
  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart.gift {
    max-width: calc(50% - 4px);
    margin-bottom: 0;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart.nogift {
    max-width: calc(50% - 4px);
    margin-left: auto;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart:nth-of-type(2) {
    width: 100%;
    max-width: none;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart:nth-of-type(2) a {
    font-size: 12px;
    padding: 14px 10px 12px 50px;
    display: block;
    color: #ffffff;
    line-height: 1.4em;
    box-shadow: 0px 7px 0px -4px #f0cec2;
    border-radius: 10px;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart:nth-of-type(2) a:before {
    width: 32px;
    height: 28px;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 10px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon/ico_headCart.svg);
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart:nth-of-type(2) a br {
    display: none;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart a {
    font-size: 11px;
    padding: 10px 8px 10px 30px;
  }

  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart a:before {
    width: 22px;
    height: 18px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}

@media (max-width: 768px) and (max-width: 450px) {
  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart a:before {
    left: 6px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product:not(.naireItem) .box_text .box_cart .cartBtn .btnCart span {
    display: none;
  }
}

#store.productdetail_aspx section.itemInformation {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
  /*rambbit table*/
}

#store.productdetail_aspx section.itemInformation h2 {
  margin-bottom: 20px;
  font-weight: 500;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.itemInformation h2 {
    font-size: 24px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.itemInformation h2 {
    font-size: 24px;
    line-height: 36px;
  }
}

#store.productdetail_aspx section.itemInformation .itemtext,
#store.productdetail_aspx section.itemInformation .itemAttribute {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px auto;
}

#store.productdetail_aspx section.itemInformation .itemtext:empty,
#store.productdetail_aspx section.itemInformation .itemAttribute:empty {
  display: none;
}

#store.productdetail_aspx section.itemInformation .itemAttribute {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #564E58;
  border-bottom: 1px solid #564E58;
  font-size: 14px;
}

#store.productdetail_aspx section.itemInformation .itemAttribute dt,
#store.productdetail_aspx section.itemInformation .itemAttribute dd {
  border-top: 1px solid #564E58;
  border-left: 1px solid #564E58;
  box-sizing: border-box;
  padding: 6px 10px;
  text-align: left;
  box-sizing: border-box;
}

#store.productdetail_aspx section.itemInformation .itemAttribute dt {
  width: 25%;
  background-color: #FFFAF2;
  font-weight: 500;
}

#store.productdetail_aspx section.itemInformation .itemAttribute dd {
  width: 75%;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main {
  border-right: 1px solid #564E58;
  border-top: 1px solid #564E58;
  display: block;
  padding-bottom: 0;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main tbody {
  width: 100%;
  display: block;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main tbody tr {
  display: block;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main tbody tr td {
  border-bottom: none;
  border-left: 1px solid #564E58;
  box-sizing: border-box;
  padding: 6px 10px;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main tbody tr td p {
  line-height: 24px;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main tbody tr td img {
  width: auto;
  max-width: 100%;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main tbody tr.col2 {
  display: flex;
  flex-wrap: wrap;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main tbody tr.col2 td {
  border-bottom: 1px solid #564E58;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main tbody tr.col2 td:nth-child(odd) {
  width: 25%;
  background-color: #FFFAF2;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main tbody tr.col2 td:nth-child(even) {
  width: 75%;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main+table#main {
  border-top: none;
}

#store.productdetail_aspx section.itemInformation .ProductDetailExplain table#main+table#main:last-child tbody tr td {
  border-bottom: 1px solid #564E58;
}

#store.productdetail_aspx .box_otherOrder {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 20px 10px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

#store.productdetail_aspx .box_otherOrder h3 {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #store.productdetail_aspx .box_otherOrder h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx .box_otherOrder h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

#store.productdetail_aspx .box_otherOrder h3 span {
  position: relative;
  padding: 0 1.5em;
  display: inline-block;
}

#store.productdetail_aspx .box_otherOrder h3 span:before {
  content: "＼";
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
}

#store.productdetail_aspx .box_otherOrder h3 span:after {
  content: "／";
  display: inline-block;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
}

#store.productdetail_aspx .box_otherOrder ul {
  display: flex;
  flex-wrap: wrap;
}

#store.productdetail_aspx .box_otherOrder ul li {
  margin: 0 10px 10px 10px;
  width: calc((100% / 3) - 20px);
}

@media (max-width: 768px) {
  #store.productdetail_aspx .box_otherOrder ul li {
    width: calc(100% - 20px);
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
}

#store.productdetail_aspx .box_otherOrder .text a {
  color: #FD6533;
  text-decoration: underline;
  font-weight: 600;
}

#store.productdetail_aspx .box_rambbit {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px auto;
}

#store.productdetail_aspx .box_rambbit .rambbit-searvice-title {
  width: 520px;
  height: 110px;
  margin: 40px auto 20px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

@media (max-width: 768px) {
  #store.productdetail_aspx .box_rambbit .rambbit-searvice-title {
    width: 100%;
    max-width: 520px;
    padding: 11% 0;
    background-size: 100%;
    height: auto;
  }
}

#store.productdetail_aspx .box_rambbit .rambbit-searvice-title.title-wrappingpaper {
  background-image: url(../images/service/tit_wrappingpaper.png);
}

#store.productdetail_aspx .box_rambbit .rambbit-searvice-title.title-noshi {
  background-image: url(../images/service/tit_noshi.png);
}

#store.productdetail_aspx .box_rambbit .rambbit-searvice-title.title-messagecard {
  background-image: url(../images/service/tit_messagecard.png);
}

#store.productdetail_aspx .box_rambbit .rambbit-searvice-title span {
  position: relative;
  top: -30px;
}

@media (max-width: 768px) {
  #store.productdetail_aspx .box_rambbit .rambbit-searvice-title span {
    margin-top: -17%;
    display: inline-block;
    font-size: 2vw;
    top: 0;
  }
}

#store.productdetail_aspx .box_rambbit .wrapping_paper,
#store.productdetail_aspx .box_rambbit .noshi,
#store.productdetail_aspx .box_rambbit .message-card {
  margin-bottom: 100px;
}

#store.productdetail_aspx .box_rambbit .wrapping_paper .itemList li,
#store.productdetail_aspx .box_rambbit .noshi .itemList li,
#store.productdetail_aspx .box_rambbit .message-card .itemList li {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
}

@media (min-width: 769px) {

  #store.productdetail_aspx .box_rambbit .wrapping_paper .itemList li p,
  #store.productdetail_aspx .box_rambbit .noshi .itemList li p,
  #store.productdetail_aspx .box_rambbit .message-card .itemList li p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {

  #store.productdetail_aspx .box_rambbit .wrapping_paper .itemList li p,
  #store.productdetail_aspx .box_rambbit .noshi .itemList li p,
  #store.productdetail_aspx .box_rambbit .message-card .itemList li p {
    font-size: 12px;
    line-height: 22px;
  }
}

#store.productdetail_aspx .box_rambbit .wrapping_paper .itemList li p.text.min,
#store.productdetail_aspx .box_rambbit .noshi .itemList li p.text.min,
#store.productdetail_aspx .box_rambbit .message-card .itemList li p.text.min {
  font-size: 12px;
  line-height: 22px;
}

#store.productdetail_aspx .box_rambbit .message-card .bannerBox {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 769px) {
  #store.productdetail_aspx .box_rambbit .message-card .bannerBox {
    max-width: 800px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx .box_rambbit .message-card .bannerBox {
    max-width: 480px;
  }
}

#store.productdetail_aspx section.detail {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail {
    padding: 0 30px;
  }
}

#store.productdetail_aspx section.detail .list_size {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000000;
}

#store.productdetail_aspx section.detail .list_size li {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .list_size li {
    width: calc((100% - 6px)/5);
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail .list_size li {
    width: calc((100% - 3px)/2);
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail .list_size li:nth-child(even) {
    border-right: 1px solid #000000;
  }
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .list_size li:nth-child(5n) {
    border-right: 1px solid #000000;
  }
}

#store.productdetail_aspx section.detail .list_size li:last-child {
  border-right: 1px solid #000000;
}

#store.productdetail_aspx section.detail .list_size li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000000;
  background-color: #564E58;
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .list_size li h3 {
    height: 60px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail .list_size li h3 {
    height: 50px;
  }
}

#store.productdetail_aspx section.detail .list_size li p {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .list_size li p {
    height: 60px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail .list_size li p {
    height: 50px;
  }
}

#store.productdetail_aspx section.detail .list_size li p.hasStock {
  color: #FD6533;
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .list_size+.def_detail {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail .list_size+.def_detail {
    margin-top: 50px;
  }
}

#store.productdetail_aspx section.detail .def_detail {
  border-top: 1px solid #000000;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .def_detail {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }
}

#store.productdetail_aspx section.detail .def_detail dt {
  box-sizing: border-box;
  background-color: #564E58;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .def_detail dt {
    width: 160px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail .def_detail dt {
    border-right: 1px solid #000000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#store.productdetail_aspx section.detail .def_detail dd {
  box-sizing: border-box;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .def_detail dd {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail .def_detail dd {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .def_detail dd {
    width: calc(100% - 160px);
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail .def_detail dd {
    padding: 10px;
    text-align: left;
  }
}

#store.productdetail_aspx section.detail .table_detail {
  width: 100%;
  border: 1px solid #000000;
}

#store.productdetail_aspx section.detail .table_detail tr th,
#store.productdetail_aspx section.detail .table_detail tr td {
  padding: 20px;
  box-sizing: border-box;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#store.productdetail_aspx section.detail .table_detail tr th:last-child,
#store.productdetail_aspx section.detail .table_detail tr td:last-child {
  border-right: none;
}

#store.productdetail_aspx section.detail .table_detail tr th {
  background-color: #564E58;
  font-weight: bold;
}

#store.productdetail_aspx section.detail .table_detail tr th+td {
  text-align: left;
}

#store.productdetail_aspx section.detail .table_detail tr td {
  text-align: center;
}

#store.productdetail_aspx section.detail .table_detail tr td.hasStock {
  color: #FD6533;
  font-weight: bold;
}

#store.productdetail_aspx section.detail .table_detail thead tr th {
  text-align: center;
}

#store.productdetail_aspx section.detail .table_detail tbody tr th {
  min-width: 160px;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.detail .table_detail tbody tr td {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.detail .table_detail tbody tr td {
    font-size: 12px;
    line-height: 24px;
  }
}

#store.productdetail_aspx section.detail .table_detail tbody tr:last-child th,
#store.productdetail_aspx section.detail .table_detail tbody tr:last-child td {
  border-bottom: none;
}

#store.productdetail_aspx section.detail .table_detail+.table_detail {
  margin-top: 100px;
}

#store.productdetail_aspx .box_modal .box_img div {
  position: relative;
}

@media (min-width: 768px) {
  #store.productdetail_aspx .box_modal .box_img img {
    width: 480px;
    height: 480px;
  }
}

@media (max-width: 767px) {
  #store.productdetail_aspx .box_modal .box_img img {
    width: 260px;
    height: 260px;
  }
}

#store.productdetail_aspx .fixanchorcartBtn {
  display: none;
  position: fixed;
  right: 0;
  top: 40%;
  width: 70px;
  z-index: 10;
  font-size: 1em;
  text-align: center;
  border-radius: 10px 0px 0 10px;
  opacity: 1;
  transition: .5s;
  color: #fff;
  background-color: #FD6533;
}

@media (max-width: 768px) {
  #store.productdetail_aspx .fixanchorcartBtn {
    right: 0;
    top: auto;
    width: 100%;
    font-size: 1.3em;
    text-align: center;
    border-radius: 0;
    bottom: 0;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  }
}

#store.productdetail_aspx .fixanchorcartBtn a {
  color: #fff;
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #store.productdetail_aspx .fixanchorcartBtn a {
    padding: 10px;
  }
}

#store.productdetail_aspx .fixanchorcartBtn a span {
  position: relative;
}

@media (max-width: 768px) {
  #store.productdetail_aspx .fixanchorcartBtn a span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#store.productdetail_aspx .fixanchorcartBtn a span:before {
  content: "";
  display: block;
  margin-right: 0;
  margin-bottom: 10px;
  background-image: url("../images/icon/ico_headCart.svg");
  width: 32px;
  height: 28px;
  content: "";
  top: 5px;
  bottom: 0;
  left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

@media (max-width: 768px) {
  #store.productdetail_aspx .fixanchorcartBtn a span:before {
    margin-right: 20px;
  }
}

#store.productdetail_aspx .fixanchorcartBtn.hideBtn {
  opacity: 0;
}

#store .box_choiceRambbit {
  background-color: #fffaf2;
  box-sizing: border-box;
  padding: 20px 10px;
}

#store .box_choiceRambbit h2.tite_choiceRambbit {
  font-weight: 600;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #store .box_choiceRambbit h2.tite_choiceRambbit {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store .box_choiceRambbit h2.tite_choiceRambbit {
    font-size: 20px;
    line-height: 30px;
  }
}

#store .box_choiceRambbit h2.tite_choiceRambbit .keyColor {
  color: #FD6533;
}

@media (min-width: 769px) {
  #store .box_choiceRambbit h2.tite_choiceRambbit .keyColor {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  #store .box_choiceRambbit h2.tite_choiceRambbit .keyColor {
    font-size: 24px;
    line-height: 36px;
  }
}

#store .box_choiceRambbit h2.tite_choiceRambbit>span {
  position: relative;
}

#store .box_choiceRambbit h2.tite_choiceRambbit>span:after,
#store .box_choiceRambbit h2.tite_choiceRambbit>span:before {
  content: "";
  display: block;
  width: 20px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 22px);
  background-image: url(../images/common/img-txtside01.png);
}

#store .box_choiceRambbit h2.tite_choiceRambbit>span:before {
  left: -40px;
}

#store .box_choiceRambbit h2.tite_choiceRambbit>span:after {
  transform: rotate(180deg);
  left: auto;
  right: -40px;
}

#store .box_choiceRambbit ul.itemList {
  justify-content: center;
}

#store .box_choiceRambbit ul.itemList li {
  margin: 20px 0px 40px 0px;
}

#store .box_choiceRambbit ul.itemList li img {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin: 0 auto 10px auto;
}

#store .box_reverceCategory {
  width: 100%;
  background-color: #F2F2F2;
  box-sizing: border-box;
  padding: 20px 40px;
}

#store .box_reverceCategory h3 {
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #store .box_reverceCategory h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store .box_reverceCategory h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

#store .box_reverceCategory ul {
  display: flex;
  flex-wrap: wrap;
}

#store .box_reverceCategory ul li+li a {
  text-decoration: underline;
}

#store .box_reverceCategory ul li+li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  display: inline-block;
  margin: -3px 0.5em 0 0.5em;
  vertical-align: middle;
}

#store .box_reverceCategory.RecentlyViewedCategory h3 a {
  display: none;
}

#store .box_reverceCategory.RecentlyViewedCategory ul li {
  margin-right: 20px;
  margin-bottom: 10px;
}

#store .box_reverceCategory.RecentlyViewedCategory ul li a {
  text-decoration: none;
  font-weight: normal;
  max-width: none;
}

#store .box_reverceCategory.RecentlyViewedCategory ul li a.btnBorderColor.arrow {
  padding: 8px 30px 8px 12px;
  background-color: #fff;
  color: #474747;
  border: 1px solid #EDC9A6;
  font-size: 14px;
}

#store .box_reverceCategory.RecentlyViewedCategory ul li a.btnBorderColor.arrow:after {
  border-color: #EDC9A6;
}

#store .box_reverceCategory.RecentlyViewedCategory ul li+li a:before {
  content: none;
}

#store .box_reverceCategory.RecentlyViewedCategory ul li:last-child {
  margin-right: 0;
}

#store.productdetail_aspx section.product .box_sidecheckitems .ClearHistory {
  display: none;
}

#store.productdetail_aspx section.product .box_sidecheckitems .sideTit {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #store.productdetail_aspx section.product .box_sidecheckitems .sideTit {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store.productdetail_aspx section.product .box_sidecheckitems .sideTit {
    font-size: 20px;
    line-height: 30px;
  }
}

#store.productdetail_aspx section.product .box_sidecheckitems .sideTit span {
  background-color: #ffffff;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  display: inline-block;
}

#store.productdetail_aspx section.product .box_sidecheckitems .sideTit:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000000;
  top: 50%;
  left: 0;
  z-index: 0;
}

#store.productdetail_aspx section.product .box_sidecheckitems #ExternalRecentlyViewedItemList li dl dt {
  margin-bottom: 10px;
}

#store .price_area {
  /* 表示金額 */
}

#store .price_area .PriceTitleA {
  float: left;
  padding-right: 3px;
}

#store .price_area .ListPriceTextA {
  float: left;
  padding-right: 3px;
}

#store .price_area .priceA {
  font-weight: bold;
  float: left;
}

#store .price_area .DiscountRateA {
  font-weight: bold;
  color: #FF0000;
}

#store .price_area .ListPriceDiv2 {
  display: none;
  clear: both;
}

#store .price_area .ListPriceDiv3 {
  clear: both;
}

#store .price_area .PriceTitleB {
  float: left;
  padding-right: 3px;
}

#store .price_area .ListPriceTextB {
  float: left;
  padding-right: 3px;
}

#store .price_area .priceB {
  padding-right: 3px;
  font-weight: bold;
  float: left;
}

#store .price_area .DiscountRateB {
  font-weight: bold;
  color: #FF0000;
}

#store .price_area .ListPriceDiv4 {
  clear: both;
}

#store .price_area .UnitDiscountPriceTitle {
  float: left;
  padding-right: 3px;
}

#store .price_area .MemberPriceTitle {
  float: left;
  padding-right: 3px;
}

#store .price_area .MultiPriceTitle {
  float: left;
  padding-right: 3px;
}

#store .price_area .ListPriceTextC {
  float: left;
  padding-right: 3px;
}

#store .price_area .priceC {
  padding-right: 3px;
  font-weight: bold;
  float: left;
}

#store .price_area .DiscountRateC {
  font-weight: bold;
  color: #FF0000;
}

#store .price_area .ListPriceTableEnd {
  clear: both;
}

#store .price_area table,
#store .price_area table tbody .price_area table tbodt tr {
  width: 100%;
  position: relative;
}

#store .ListPriceTable {
  width: 100%;
  font-size: 1em;
  font-weight: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#store .ListPriceTable .ListPriceDiv1 .PriceTitleA span {
  display: none;
}

#store .ListPriceTable .ListPriceDiv1 .PriceTitleA:after {
  content: "定価";
  display: inline-block;
}

#store .ListPriceTable .ListPriceDiv2,
#store .ListPriceTable .ListPriceDiv5 {
  display: none;
}

#store .itemList .ListPriceTable .ListPriceDiv1 .ListPriceTextA2 {
  display: none;
}

#store .itemList .ListPriceTable .ListPriceDiv3 .ListPriceTextB2 {
  display: none;
}

#store .itemList .ListPriceTable .ListPriceDiv3 .priceB {
  font-size: 1.5em;
  color: #FD6533;
}

#store .itemList .ListPriceTable .ListPriceDiv3 .DiscountRateB,
#store .itemList .ListPriceTable .ListPriceDiv3 .DiscountRateD {
  font-size: 0.9em;
  line-height: 1.1em;
  display: inline-block;
  margin-left: 5px;
  margin-top: 7px;
}

#store .itemList .ListPriceTable .ListPriceDiv3 .DiscountRateB .discountRate,
#store .itemList .ListPriceTable .ListPriceDiv3 .DiscountRateD .discountRate {
  background-color: #FD6533;
  color: #fff;
  padding: 3px;
}

#store #ProductDetail .box_text .price_area,
#store #ProductDetail .fixcartBtn .box_textDetail .price_area {
  width: calc(100% - 180px);
}

@media (max-width: 500px) {

  #store #ProductDetail .box_text .price_area,
  #store #ProductDetail .fixcartBtn .box_textDetail .price_area {
    width: calc(100% - 140px);
  }
}

#store #ProductDetail .box_text .price_area .ListPriceDiv1 .PriceTitleA,
#store #ProductDetail .fixcartBtn .box_textDetail .price_area .ListPriceDiv1 .PriceTitleA {
  width: 4em;
}

#store #ProductDetail .box_text .price_area .ListPriceDiv1 .ListPriceTextA2,
#store #ProductDetail .fixcartBtn .box_textDetail .price_area .ListPriceDiv1 .ListPriceTextA2 {
  margin-bottom: 8px;
}

#store #ProductDetail .box_text .price_area .ListPriceDiv3,
#store #ProductDetail .fixcartBtn .box_textDetail .price_area .ListPriceDiv3 {
  display: flex;
  flex-wrap: wrap;
}

#store #ProductDetail .box_text .price_area .ListPriceDiv3 .priceB .priceArea1,
#store #ProductDetail .fixcartBtn .box_textDetail .price_area .ListPriceDiv3 .priceB .priceArea1 {
  color: #f86434;
  font-size: 28px;
}

#store #ProductDetail .box_text .price_area .ListPriceDiv3 .priceB .priceArea1 .priceUnit,
#store #ProductDetail .fixcartBtn .box_textDetail .price_area .ListPriceDiv3 .priceB .priceArea1 .priceUnit {
  font-size: 18px;
}

#store #ProductDetail .box_text .price_area .ListPriceDiv3 .DiscountRateB .discountRate,
#store #ProductDetail .fixcartBtn .box_textDetail .price_area .ListPriceDiv3 .DiscountRateB .discountRate,
#store #ProductDetail .box_text .price_area .ListPriceDiv3 .DiscountRateD .discountRate,
#store #ProductDetail .fixcartBtn .box_textDetail .price_area .ListPriceDiv3 .DiscountRateD .discountRate {
  background-color: #f86434;
  color: #fff;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 14px;
}

#store #ProductDetail .fixcartBtn .box_textDetail .price_area {
  width: 100%;
}

#store .itemList {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
  padding: 0 10px;
}

@media (max-width: 500px) {
  #store .itemList {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

#store .itemList li,
#store .itemList>* {
  margin: 20px 20px 40px 20px;
}

@media (max-width: 500px) {

  #store .itemList li,
  #store .itemList>* {
    padding: 0 10px 10px 10px;
    margin: 10px 10px;
    box-sizing: border-box;
  }
}

#store .itemList.itemSlider {
  display: block;
}

#store .itemList.itemSlider>* {
  margin: 0;
}

#store .itemList.itemSlider .slick-track {
  margin-left: 0;
}

#store .itemList.list-col2 li,
#store .itemList.list-col2>* {
  width: calc((100% / 2) - 40px);
}

@media (max-width: 500px) {

  #store .itemList.list-col2 li,
  #store .itemList.list-col2>* {
    width: calc((100% / 2) - 20px);
  }
}

#store .itemList.list-col3 li,
#store .itemList.list-col3>* {
  width: calc((100% / 3) - 40px);
}

@media (max-width: 500px) {

  #store .itemList.list-col3 li,
  #store .itemList.list-col3>* {
    width: calc((100% / 2) - 20px);
  }
}

#store .itemList.list-col4 li,
#store .itemList.list-col4>* {
  width: calc((100% / 4) - 40px);
}

@media (max-width: 1000px) {

  #store .itemList.list-col4 li,
  #store .itemList.list-col4>* {
    width: calc((100% / 2) - 40px);
  }
}

@media (max-width: 500px) {

  #store .itemList.list-col4 li,
  #store .itemList.list-col4>* {
    width: calc((100% / 2) - 20px);
  }
}

#store .itemList.list-col5 {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

#store .itemList.list-col5 li,
#store .itemList.list-col5>* {
  width: calc((100% / 5) - 20px);
  margin: 20px 10px 40px 10px;
}

@media (max-width: 1000px) {

  #store .itemList.list-col5 li,
  #store .itemList.list-col5>* {
    width: calc((100% / 3) - 20px);
  }
}

@media (max-width: 500px) {

  #store .itemList.list-col5 li,
  #store .itemList.list-col5>* {
    width: calc((100% / 2) - 20px);
  }
}

#store .itemList.courseList li {
  background-color: #ccbab0;
  /*&:first-child{
    background-color: #a6be50;
  }
  &:nth-child(2){
    background-color: #3e80bc;
  }
  &:nth-child(3){
    background-color: #db7677;
  }
  &:nth-child(4){
    background-color:#f09a21 ;
  }
  &:nth-child(5){
    background-color: #b1c377;
  }
  &:nth-child(6){
    background-color: #74579d;
  }*/
}

#store .itemList.courseList li a {
  color: #ffffff;
  display: block;
  padding: 7px;
  box-sizing: border-box;
}

#store .itemList.courseList li a .itemBlock {
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
}

#store .itemList.courseList li .giftName {
  font-size: 11px;
  border-bottom: 1px dotted #ffffff;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#store .itemList.courseList li .giftPrice {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 769px) {
  #store .itemList.courseList li .giftPrice .pricenumeric {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store .itemList.courseList li .giftPrice .pricenumeric {
    font-size: 10px;
    line-height: 12px;
  }
}

#store .itemList.courseList li .giftPrice+img {
  padding: 10px 4px;
  background-color: #fff;
  box-sizing: border-box;
}

@media (max-width: 500px) {
  #store .itemList.courseList>* {
    padding: 0px;
  }
}

#store .box_courseGift {
  width: 100%;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .btnColor {
  background-color: #FD6533;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .btnBorder {
  border: 1px solid #FD6533;
  color: #FD6533;
  background-color: #ffffff;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .btnBorder {
    transition: all 0.1s 0s;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .btnBorder:after {
  border-color: #FD6533;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea {
    padding: 0 60px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle,
#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFAF2;
  font-weight: bold;
}

@media (min-width: 769px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle {
    height: 120px;
    margin-bottom: 60px;
    margin-top: 20px;
  }
}

@media (min-width: 769px) and (min-width: 769px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (min-width: 769px) and (max-width: 768px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle {
    height: 60px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) and (min-width: 769px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle {
    font-size: 20px;
    line-height: 30px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle.min,
#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle.min {
  height: auto;
  background-color: inherit;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 769px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle.min,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle.min {
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) and (min-width: 769px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle.min,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle.min {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (min-width: 769px) and (max-width: 768px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle.min,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle.min {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle.min,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle.min {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) and (min-width: 769px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle.min,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle.min {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle.min,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle.min {
    font-size: 12px;
    line-height: 22px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle.min span,
#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle.min span {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  padding-right: 30px;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .categoryTitle.min:after,
#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .contTitle.min:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText li {
    transition: color 0.2s 0s;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText li a {
    transition: color 0.2s 0s;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText li:hover {
    color: #FD6533;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText li:hover a {
    color: #FD6533;
  }
}

@media (min-width: 769px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText+.categoryTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText+.contTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText+.NewsListLink {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText+.categoryTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText+.contTitle,
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .listText+.NewsListLink {
    margin-top: 30px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase dt {
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase dt {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase dt {
    font-size: 20px;
    line-height: 30px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox {
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox {
    flex-wrap: wrap;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dt {
  font-weight: bold;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dt {
    width: 200px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dt {
    width: 100%;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dd {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dd {
    width: calc(100% - 200px);
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dd {
    width: 100%;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dd p {
  width: 100%;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dd .selectBase {
  min-width: 240px;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dd .selectBase select {
  width: 100%;
  border: 1px solid #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dd .selectBase:after {
  width: 10px;
  height: 10px;
  border-color: #000000;
  top: calc(50% - 5px + 2px);
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dd textarea,
#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox dd input[type='text'] {
  width: 100%;
  background-color: #ffffff !important;
  border: 1px solid #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox+.btnBox {
  margin: 20px auto 0 auto;
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .inputBox .inputContents {
    margin-bottom: 0;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .WhatsNew {
  text-align: left;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .WhatsNew .newsDetailDate {
  color: #434343;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .WhatsNew .newsDetailTit {
  font-weight: bold;
  border-bottom: 1px solid #564E58;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .WhatsNew .newsDetailTit {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .WhatsNew .newsDetailTit {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .WhatsNew+.NewsListLink {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .WhatsNew+.NewsListLink {
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .orderHistoryAuth .controlArea {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .orderHistoryAuth .controlArea {
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .SubContents {
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .SubContents {
    margin-bottom: 30px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea #guideLink ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea #guideLink ul li {
  margin-right: 20px;
  margin-bottom: 10px;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea #guideLink ul li a {
  border-bottom: 1px solid #000000;
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea #guideLink ul li a:after {
  transform: rotate(135deg);
  top: calc(50% - 7px);
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea #guideLink ul li a:hover {
    color: #FD6533;
    border-color: #FD6533;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea #guideLink ul li a:hover:after {
    border-color: #FD6533;
    top: calc(50% - 4px);
    right: 3px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea #qa dl {
  border-bottom: 2px solid #cccccc;
  text-align: left;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dt {
  font-weight: bold;
  position: relative;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dt {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dt {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dt {
    min-height: 48px;
    margin-bottom: 20px;
    padding-left: 70px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dt {
    min-height: 25px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dt:before {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url("../images/icon/q.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dt:before {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url("../images/icon/q.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dd {
  position: relative;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dd {
    min-height: 48px;
    padding-left: 70px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dd {
    min-height: 25px;
    padding-left: 40px;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dd:before {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url("../images/icon/a.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dd:before {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url("../images/icon/a.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dd a {
  color: #FFFAF2;
  border-bottom: 1px solid #FFFAF2;
  font-weight: bold;
  transition: all 0.2s 0s;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx):not(.u_page_hojin_gift_aspx) .mainArea #qa dl dd a:hover {
    color: #FD6533;
    border-bottom: 1px solid #FD6533;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase.kiyaku dl {
    display: flex;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
  }

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase.kiyaku dl:last-child {
    border-bottom: 1px solid #cccccc;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase.kiyaku dt {
  font-weight: 600;
  background-color: #f8f8f8;
  padding: 10px;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase.kiyaku dt {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase.kiyaku dt {
    font-size: 12px;
    line-height: 22px;
  }
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase.kiyaku dt {
    border-right: 1px solid #cccccc;
    width: 11em;
    box-sizing: border-box;
  }
}

#store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase.kiyaku dd {
  padding: 10px;
}

@media (min-width: 769px) {
  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase.kiyaku dd {
    box-sizing: border-box;
    width: calc(100% - 11em);
  }

  #store.wrapper:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx) .mainArea .termBase.kiyaku dd ul {
    width: 100%;
  }
}

#store .tit-centerborder {
  position: relative;
}

@media (min-width: 769px) {
  #store .tit-centerborder {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store .tit-centerborder {
    font-size: 20px;
    line-height: 30px;
  }
}

#store .tit-centerborder span {
  background-color: #ffffff;
  padding: 0 16px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  display: inline-block;
}

#store .tit-centerborder:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000000;
  top: 50%;
  left: 0;
  z-index: 0;
}

#store .tit-centerborder+p {
  margin-bottom: 20px;
}

#store .box_giftscene .tit-centerborder span {
  background-color: #FFFAF2;
}

#store .tit-beforeicon {
  position: relative;
}

@media (min-width: 769px) {
  #store .tit-beforeicon {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  #store .tit-beforeicon {
    font-size: 20px;
    line-height: 30px;
  }
}

#store .tit-beforeicon span:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#store .box_giftspecial {
  background-color: #fff;
  margin-bottom: 60px;
}

@media (min-width: 769px) {
  #store .box_giftspecial {
    padding: 50px 20px;
  }
}

@media (max-width: 768px) {
  #store .box_giftspecial {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  #store .box_giftspecial .list-col3 {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}

#store .box_giftspecial .list-col3 li {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #store .box_giftspecial .list-col3 li {
    width: calc((100% / 2) - 40px);
  }
}

@media (max-width: 500px) {
  #store .box_giftspecial .list-col3 li {
    width: 100%;
  }
}

#store .box_giftspecial .list-col3 li img {
  background-color: #ffffff;
}

#store .box_giftCategory {
  background-color: #fff;
  padding: 20px;
}

#store .box_giftCategory .itemList {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

@media (max-width: 768px) {
  #store .box_giftCategory .itemList {
    padding: 0;
  }
}

#store .box_giftCategory .itemList li {
  width: calc((100% / 3) - 20px);
  background-color: #ffffff;
  margin: 10px;
  border: 1px solid #dbdad4;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #store .box_giftCategory .itemList li {
    width: calc((100% / 2) - 20px);
    padding: 0;
  }
}

#store .box_giftCategory .itemList li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #store .box_giftCategory .itemList li a {
    padding: 10px;
  }
}

#store .box_giftCategory .itemList li a img {
  width: 34%;
  max-width: 85px;
}

#store .box_giftCategory .itemList li a p {
  width: calc(66% - 10px);
  text-align: center;
  box-sizing: border-box;
  padding-left: 10px;
}

#store .box_giftCategory .itemList li.max-col {
  width: 100%;
}

#store .box_giftCategory .itemList li.max-col a {
  padding: 0;
}

@media (max-width: 600px) {
  #store .box_giftCategory .itemList li.max-col a {
    padding: 0px;
  }
}

#store .box_giftCategory .itemList li.max-col a img {
  width: 100%;
  max-width: none;
}

#store .box_giftCategory .itemList li#ramA2300000,
#store .box_giftCategory .itemList li #choA2300000 {
  width: 100%;
}

#store .box_giftCategory .itemList li#ramA2300000 p.text,
#store .box_giftCategory .itemList li #choA2300000 p.text {
  display: none;
}

#store .box_giftCategory .itemList li#ramA2300000 a,
#store .box_giftCategory .itemList li #choA2300000 a {
  padding: 0;
}

@media (max-width: 600px) {

  #store .box_giftCategory .itemList li#ramA2300000 a,
  #store .box_giftCategory .itemList li #choA2300000 a {
    padding: 0px;
  }
}

#store .box_giftCategory .itemList li#ramA2300000 a img,
#store .box_giftCategory .itemList li #choA2300000 a img {
  width: 100%;
  max-width: none;
}

#store .box_giftSearch .tit-beforeicon span:before {
  width: 27px;
  height: 27px;
  background-image: url(../images/icon/ico_giftsearch.svg);
}

#store .box_giftscene .tit-beforeicon span:before {
  width: 31px;
  height: 26px;
  background-image: url(../images/icon/ico_giftchoice.svg);
}

#store .box_giftspecial .tit-beforeicon span:before {
  width: 27px;
  height: 27px;
  background-image: url(../images/icon/ico_present.svg);
}

#store .box_pickup .tit-beforeicon span:before {
  width: 27px;
  height: 32px;
  background-image: url(../images/icon/ico_pickup.svg);
}

#store .box_giftCategory .tit-beforeicon span:before,
#store .RecommendCategoryParts2 .tit-beforeicon span:before {
  width: 34px;
  height: 26px;
  background-image: url(../images/icon/ico_giftcategory.svg);
}

#store.wrapper:not(.top_aspx):not(.categorylist_aspx):not(.productlist_aspx) #main .contentsBox {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#store.wrapper:not(.top_aspx):not(.categorylist_aspx):not(.productlist_aspx) #main aside {
  display: none;
}

#store.wrapper.top_aspx #main .contentsBox {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#store.wrapper.top_aspx aside {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 768px) {
  #store.wrapper.top_aspx aside {
    display: none;
  }
}

#store.wrapper.top_aspx .top_contentHead {
  width: 100%;
}

#store.wrapper.top_aspx .top_contentmain {
  overflow: hidden;
}

@media (min-width: 769px) {
  #store.wrapper.top_aspx .top_contentmain {
    width: 100%;
    width: calc((100% - 220px) - 40px);
    max-width: calc((1280px - 220px) - 40px);
    margin: 20px 40px 0 0;
  }
}

@media (max-width: 768px) {
  #store.wrapper.top_aspx .top_contentmain {
    width: 100%;
  }
}

#store .is-fixed {
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
}

#store header.is-fixed.modalOpen,
#store header.modalOpen {
  z-index: 0;
}

#store .fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

#store .modal,
#store .modal2 {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

#store .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}

#store .modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 80%;
  z-index: 1001;
}

@media (max-width: 1200px) {
  #store .modal__content {
    width: 80%;
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  #store .modal__content {
    width: 90%;
  }
}

#store .modal__content_inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

#store .js-modal-close2.modalCloseBtn,
#store .js-modal-close.modalCloseBtn {
  background-color: #FD6533;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 1.2em;
  height: 1.2em;
  justify-content: center;
  align-items: center;
}

#store .js-modal-close2.modalCloseBtn {
  top: 10px;
  right: 10px;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .categoryTitle.text-center {
  height: 200px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .categoryTitle.text-center span,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .categoryTitle.text-center span,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .categoryTitle.text-center span,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .categoryTitle.text-center span,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .categoryTitle.text-center span,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .categoryTitle.text-center span,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .categoryTitle.text-center span {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 30px;
  display: block;
  letter-spacing: 4px;
  box-sizing: border-box;
}

@media (min-width: 769px) {

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .categoryTitle.text-center span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .categoryTitle.text-center span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .categoryTitle.text-center span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .categoryTitle.text-center span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .categoryTitle.text-center span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .categoryTitle.text-center span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .categoryTitle.text-center span {
    padding: 20px 60px;
  }
}

@media (min-width: 769px) {

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .categoryTitle.text-center {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 768px) {

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .categoryTitle.text-center,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .categoryTitle.text-center {
    font-size: 20px;
    line-height: 30px;
  }
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx.u_page_utiiwai_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx.u_page_utiiwai_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx.u_page_utiiwai_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx.u_page_utiiwai_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx.u_page_utiiwai_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx.u_page_utiiwai_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx.u_page_utiiwai_advice_aspx .categoryTitle.text-center {
  background-image: url(../images/common/bg_uchiiwai.jpg);
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx.u_page_tyoji_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx.u_page_tyoji_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx.u_page_tyoji_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx.u_page_tyoji_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx.u_page_tyoji_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx.u_page_tyoji_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx.u_page_tyoji_advice_aspx .categoryTitle.text-center {
  background-image: url(../images/common/bg_tyouji.jpg);
  background-position: center bottom;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx.u_page_bridal_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx.u_page_bridal_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx.u_page_bridal_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx.u_page_bridal_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx.u_page_bridal_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx.u_page_bridal_advice_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx.u_page_bridal_advice_aspx .categoryTitle.text-center {
  background-image: url(../images/common/bg_bridal.jpg);
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx.u_page_celebration_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx.u_page_celebration_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx.u_page_celebration_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx.u_page_celebration_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx.u_page_celebration_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx.u_page_celebration_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx.u_page_celebration_aspx .categoryTitle.text-center {
  background-image: url(../images/common/bg_celebration.jpg);
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx.u_page_gift_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx.u_page_gift_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx.u_page_gift_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx.u_page_gift_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx.u_page_gift_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx.u_page_gift_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx.u_page_gift_aspx .categoryTitle.text-center {
  background-image: url(../images/common/bg_gift.jpg);
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx.u_page_hikidemono_set_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx.u_page_hikidemono_set_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx.u_page_hikidemono_set_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx.u_page_hikidemono_set_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx.u_page_hikidemono_set_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx.u_page_hikidemono_set_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx.u_page_hikidemono_set_aspx .categoryTitle.text-center {
  background-image: url(../images/common/bg_hikidemono_set.jpg);
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx.u_page_gourmetandsweet_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx.u_page_gourmetandsweet_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx.u_page_gourmetandsweet_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx.u_page_gourmetandsweet_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx.u_page_gourmetandsweet_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx.u_page_gourmetandsweet_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx.u_page_gourmetandsweet_aspx .categoryTitle.text-center {
  background-image: url(../images/common/bg_gourmetAndSweet.jpg);
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx strong,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx strong,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx strong,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx strong,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx strong,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx strong,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx strong {
  font-weight: 600;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx strong.block,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx strong.block,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx strong.block,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx strong.block,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx strong.block,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx strong.block,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx strong.block {
  display: block;
}

@media (max-width: 768px) {

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice {
    font-size: 14px;
    line-height: 24px;
  }
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice h3,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice h3,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice h3,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice h3 {
  background-color: #fffaf1;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #50504f;
  /*h3*/
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2 i:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2 i:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2 i:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice h3 i:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice h3 i:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice h3 i:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice h3 i:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}

@media (max-width: 768px) {

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice h3,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice h3,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice h3,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice h3 {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    text-align: center;
  }
}

@media (max-width: 768px) {

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice h3:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice h3:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice h3:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice h3:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice h3:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice h3:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice h3:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice h3:after {
    position: absolute;
    content: '';
  }

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice h3:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice h3:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice h3:before,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice h3:before {
    top: -34px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
  }

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice h3:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice h3:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice h3:after,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice h3:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2 i,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2 i,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2 i,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice h3 i,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice h3 i,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice h3 i,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice h3 i {
    position: absolute;
    z-index: 1;
    top: -23px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    text-align: center;
  }

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2 span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2 span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2 span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice h3 span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice h3 span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice h3 span,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice h3 span {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 768px) {

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice dl,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice dl,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice dl,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice dl,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice dl,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice dl,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice dl {
    margin-bottom: 60px;
  }

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice dl:first-of-type,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice dl:first-of-type,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice dl:first-of-type,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice dl:first-of-type,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice dl:first-of-type,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice dl:first-of-type,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice dl:first-of-type {
    margin-top: 60px;
  }
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice dd,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice dd,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice dd,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice dd,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice dd,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice dd,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice dd {
  padding: 0 10px;
}

@media (max-width: 768px) {

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice dd,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice dd,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice dd,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice dd,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice dd,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice dd,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice dd {
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
  }
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice .btnColor,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice .btnColor,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice .btnColor,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice .btnColor,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice .btnColor,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice .btnColor,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice .btnColor {
  background-color: #534c5f;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice .btnColor:hover,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice .btnColor:hover,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice .btnColor:hover,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .termBase.advice .btnColor:hover,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .termBase.advice .btnColor:hover,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .termBase.advice .btnColor:hover,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .termBase.advice .btnColor:hover {
  color: #FFFAF2;
  border-bottom: 1px solid #534c5f;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .box_giftCategory h3,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .box_giftCategory h3,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .box_giftCategory h3,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .box_giftCategory h3 {
  background-color: transparent;
  text-align: center;
  color: initial;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .box_giftCategory h3:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .box_giftCategory h3:after,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .box_giftCategory h3:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .box_giftCategory h3:after,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .box_giftCategory h3:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .box_giftCategory h3:after,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .box_giftCategory h3:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .box_giftCategory h3:after {
  background-color: transparent;
  content: none;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .categoryTitle.text-center,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .categoryTitle.text-center {
  height: auto;
  padding: 20px 10px;
  box-sizing: border-box;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .categoryTitle.text-center .img_tit,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .categoryTitle.text-center .img_tit,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .categoryTitle.text-center .img_tit,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .categoryTitle.text-center .img_tit {
  width: 100%;
  max-width: 560px;
  height: auto;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .bannerBox img,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .bannerBox img,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .bannerBox img,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .bannerBox img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .itemList.itemShadow>*,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .itemList.itemShadow>*,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .itemList.itemShadow>*,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .itemList.itemShadow>* {
  padding: 20px 10px;
  box-sizing: border-box;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .itemList.itemShadow>* .giftName,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .itemList.itemShadow>* .giftName,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .itemList.itemShadow>* .giftName,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .itemList.itemShadow>* .giftName {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {

  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .itemList.itemShadow>* .giftName,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .itemList.itemShadow>* .giftName,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_hikidemono_set_aspx .itemList.itemShadow>* .giftName,
  #store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gourmetandsweet_aspx .itemList.itemShadow>* .giftName {
    font-size: 14px;
    line-height: 24px;
  }
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx h3,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx h3 {
  background-color: transparent;
  width: 100%;
  max-width: 466px;
  margin: 0 auto 20px auto;
  position: relative;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx #orei h3:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('/store/u_page/img/assets/images/common/tit_celebration03.png');
  padding-bottom: 31%;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx #kaiki h3:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('/store/u_page/img/assets/images/common/tit_celebration02.png');
  padding-bottom: 39%;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx #shinchiku h3:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('/store/u_page/img/assets/images/common/tit_celebration01.png');
  padding-bottom: 31%;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx #shinchiku h3:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('/store/u_page/img/assets/images/common/tit_gift01.png');
  padding-bottom: 31%;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx #birthday h3:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('/store/u_page/img/assets/images/common/tit_gift02.png');
  padding-bottom: 38%;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx #gift h3:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('/store/u_page/img/assets/images/common/tit_gift04.png');
  padding-bottom: 31%;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx h3 span,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx h3 span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .btnColor {
  border: 1px solid #cc85a3;
  color: #cc85a3;
  background-color: #fff;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .btnColor:hover {
  border-color: #cc85a3;
  color: #cc85a3;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .btnColor.arrow:after {
  border-color: #cc85a3;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .btnColor {
  border: 1px solid #deb798;
  color: #deb798;
  background-color: #fff;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .btnColor:hover {
  border-color: #deb798;
  color: #deb798;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .btnColor.arrow:after {
  border-color: #deb798;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2 {
  background-color: #edd57e;
  color: #fff;
  border-bottom: none;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2:after {
  background-color: #edd57e;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_utiiwai_advice_aspx .termBase.advice h2 i:before {
  background-image: url(../images/common/ico_head_choicegift.svg);
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2 {
  background-color: #cdb2c4;
  color: #fff;
  border-bottom: none;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2:after {
  background-color: #cdb2c4;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_tyoji_advice_aspx .termBase.advice h2 i:before {
  background-image: url(../images/common/ico_head_tyojigift.svg);
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2 {
  background-color: #e7a7ab;
  color: #fff;
  border-bottom: none;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2:before,
#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2:after {
  background-color: #e7a7ab;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_bridal_advice_aspx .termBase.advice h2 i:before {
  background-image: url(../images/common/ico_ring.svg);
}

@media (max-width: 768px) {

  #store.login_aspx .contentsBox .contTitle,
  #store.membership_aspx .contentsBox .contTitle,
  #store.memberreset_aspx .contentsBox .contTitle {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {

  #store.login_aspx .loginBox,
  #store.login_aspx .userregistBox,
  #store.membership_aspx .loginBox,
  #store.membership_aspx .userregistBox,
  #store.memberreset_aspx .loginBox,
  #store.memberreset_aspx .userregistBox {
    padding: 20px;
  }
}

#store.login_aspx .loginBox .inputBox,
#store.login_aspx .userregistBox .inputBox,
#store.membership_aspx .loginBox .inputBox,
#store.membership_aspx .userregistBox .inputBox,
#store.memberreset_aspx .loginBox .inputBox,
#store.memberreset_aspx .userregistBox .inputBox {
  justify-content: space-between;
}

#store.login_aspx .loginBox .inputBox .inputTitle,
#store.login_aspx .userregistBox .inputBox .inputTitle,
#store.membership_aspx .loginBox .inputBox .inputTitle,
#store.membership_aspx .userregistBox .inputBox .inputTitle,
#store.memberreset_aspx .loginBox .inputBox .inputTitle,
#store.memberreset_aspx .userregistBox .inputBox .inputTitle {
  width: auto;
}

@media (max-width: 1000px) {

  #store.login_aspx .loginBox .inputBox .inputTitle,
  #store.login_aspx .userregistBox .inputBox .inputTitle,
  #store.membership_aspx .loginBox .inputBox .inputTitle,
  #store.membership_aspx .userregistBox .inputBox .inputTitle,
  #store.memberreset_aspx .loginBox .inputBox .inputTitle,
  #store.memberreset_aspx .userregistBox .inputBox .inputTitle {
    width: auto;
    margin-bottom: 0;
  }
}

#store.login_aspx .loginBox .inputBox .inputTitle+span,
#store.login_aspx .userregistBox .inputBox .inputTitle+span,
#store.membership_aspx .loginBox .inputBox .inputTitle+span,
#store.membership_aspx .userregistBox .inputBox .inputTitle+span,
#store.memberreset_aspx .loginBox .inputBox .inputTitle+span,
#store.memberreset_aspx .userregistBox .inputBox .inputTitle+span {
  margin-right: auto;
}

#store.login_aspx .loginBox .inputBox .inputContents,
#store.login_aspx .userregistBox .inputBox .inputContents,
#store.membership_aspx .loginBox .inputBox .inputContents,
#store.membership_aspx .userregistBox .inputBox .inputContents,
#store.memberreset_aspx .loginBox .inputBox .inputContents,
#store.memberreset_aspx .userregistBox .inputBox .inputContents {
  width: calc(100% - (140px + 1em));
}

@media (max-width: 1000px) {

  #store.login_aspx .loginBox .inputBox .inputContents,
  #store.login_aspx .userregistBox .inputBox .inputContents,
  #store.membership_aspx .loginBox .inputBox .inputContents,
  #store.membership_aspx .userregistBox .inputBox .inputContents,
  #store.memberreset_aspx .loginBox .inputBox .inputContents,
  #store.memberreset_aspx .userregistBox .inputBox .inputContents {
    width: 100%;
  }
}

#store.login_aspx .loginBox .inputBox .btnBox+.text.center,
#store.login_aspx .userregistBox .inputBox .btnBox+.text.center,
#store.membership_aspx .loginBox .inputBox .btnBox+.text.center,
#store.membership_aspx .userregistBox .inputBox .btnBox+.text.center,
#store.memberreset_aspx .loginBox .inputBox .btnBox+.text.center,
#store.memberreset_aspx .userregistBox .inputBox .btnBox+.text.center {
  width: 100%;
  text-align: center;
}

#store.login_aspx .userregistBox .userregistBox--inner,
#store.membership_aspx .userregistBox .userregistBox--inner,
#store.memberreset_aspx .userregistBox .userregistBox--inner {
  flex-direction: column;
}

#store.login_aspx .userregistBox .userregistBox--inner>*,
#store.membership_aspx .userregistBox .userregistBox--inner>*,
#store.memberreset_aspx .userregistBox .userregistBox--inner>* {
  min-height: 1%;
}

@media (min-width: 769px) {

  #store.login_aspx .userregistBox .btnBox.center,
  #store.membership_aspx .userregistBox .btnBox.center,
  #store.memberreset_aspx .userregistBox .btnBox.center {
    margin-top: auto;
    margin-bottom: 46px;
  }
}

#store.login_aspx .userregistBox .btnBox.center.column,
#store.membership_aspx .userregistBox .btnBox.center.column,
#store.memberreset_aspx .userregistBox .btnBox.center.column {
  flex-direction: column;
}

#store.login_aspx .userregistBox .btnBox.center.column>*:nth-child(n+2),
#store.membership_aspx .userregistBox .btnBox.center.column>*:nth-child(n+2),
#store.memberreset_aspx .userregistBox .btnBox.center.column>*:nth-child(n+2) {
  margin-top: 40px;
}

#store.login_aspx .ErrorMessage,
#store.membership_aspx .ErrorMessage,
#store.memberreset_aspx .ErrorMessage {
  width: 100%;
}

@media (max-width: 500px) {
  #store.account_aspx .MyPageDashboardArea {
    display: block;
  }
}

@media (max-width: 500px) {
  #store.account_aspx .MyPageDashboardArea>* {
    margin-right: 0%;
    width: 100%;
    box-sizing: border-box;
  }
}

#store.account_aspx .MyPageDashboardArea>*:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  #store.account_aspx .mypage--contentArea--menuList li {
    width: calc((100% / 2) - 2%);
  }

  #store.account_aspx .mypage--contentArea--menuList li:nth-child(2n) {
    margin-right: 0;
  }

  #store.account_aspx .mypage--contentArea--menuList li:nth-child(3) {
    margin-right: 2%;
  }
}

#store.pointhistory_aspx .listText {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px auto;
  padding: 30px 15px;
  text-align: center;
  box-sizing: border-box;
}

#store.pointhistory_aspx .listText li dl {
  display: flex;
  flex-wrap: wrap;
}

#store.pointhistory_aspx .listText li dl dt {
  width: 200px;
  text-align: left;
}

@media (max-width: 500px) {
  #store.pointhistory_aspx .listText li dl dt {
    width: 100%;
    text-align: center;
  }
}

#store.pointhistory_aspx .listText li .currentnumber {
  font-weight: 600;
  color: #FD6533;
}

#store.couponlist_aspx .listText .CouponList_titArea {
  padding: 0;
}

#store.couponlist_aspx .listText .CouponList_titArea>ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: #F8F8F8;
}

#store.couponlist_aspx .listText .CouponList_titArea>ul li {
  width: calc((100% - 160px) / 5);
  justify-content: center;
}

#store.couponlist_aspx .listText .CouponList_titArea>ul li:first-child {
  width: 160px;
}

#store.couponlist_aspx .listText dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#store.couponlist_aspx .listText dl dt {
  width: 160px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: #ccc;
  justify-content: center;
  /*span{
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
    border: 2px dashed #fff;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
  }*/
}

#store.couponlist_aspx .listText dl dt .couponName {
  font-weight: 600;
}

#store.couponlist_aspx .listText dl dd {
  width: calc(100% - 160px);
}

#store.couponlist_aspx .listText dl dd ul {
  display: flex;
  width: 100%;
}

#store.couponlist_aspx .listText dl dd ul li {
  width: calc(100% / 5);
  justify-content: center;
}

#store.couponlist_aspx .listText li {
  border: none;
}

#store.couponlist_aspx .listText>li:nth-child(n+2) {
  padding: 0;
  border: 1px solid #ccc;
}

#store.wrapper.cart_aspx .cartList li .dataBox .price {
  font-size: 18px;
  line-height: 28px;
}

#store.wrapper.cart_aspx .cartList li .dataBox .dataDefinitionList .btnBorder.min.btn_giftcansel {
  padding: 0px 8px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 19px;
  color: #000;
  border: 2px solid #000;
  display: none;
}

#store .categoryimg_head,
#store .searchWordTit {
  background-color: #FFFAF2;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
}

#store .itemcategory_head .category_copy {
  padding: 0px 20px 20px;
  text-align: left;
}

#store .categoryimg_head .categorytit_txt {
  padding: 0;
  font-size: 24px;
  font-weight: 600;
}

#store .categoryimg_head .category_copy {
  margin-top: 20px;
}

#store .categoryimg_head .category_copy:empty {
  display: none;
}

#store .categoryimg_head .categorytit_txt_img {
  width: 0;
  height: 0;
}

#store .categoryimg_head.addimage {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 170px;
  height: 170px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#store .categoryimg_head.addimage .categorytit_txt {
  width: calc(100% - 240px);
}

#store .categoryimg_head.addimage .category_copy {
  margin-top: 0;
  width: calc(100% - 240px);
}

#store .CategoryParts .r2_productlist_cat_search {
  position: relative;
  margin-bottom: 25px;
  border-top: #cbcbcb solid 1px;
  border-bottom: #cbcbcb solid 1px;
  z-index: 10;
}

#store .CategoryParts .r2_productlist_cat_search .r2_ttl_btn {
  cursor: pointer;
  text-align: center;
}

#store .CategoryParts .r2_productlist_cat_search .r2_ttl_btn>div {
  position: relative;
  display: inline-block;
  padding: 10px 25px 10px 0;
  font-weight: 700;
}

#store .CategoryParts .r2_productlist_cat_search .r2_ttl_btn>div:before {
  position: absolute;
  top: 50%;
  right: 2px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-right: #777777 solid 2px;
  border-bottom: #777777 solid 2px;
  transform: rotate(45deg);
}

#store .CategoryParts .r2_productlist_cat_search .r2_ttl_btn.on>div:before {
  margin-top: -2px;
  transform: rotate(-135deg);
}

#store .CategoryParts .r2_productlist_cat_search .r2_cat_body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  background-color: rgba(255, 250, 242, 0.96);
}

@media (min-width: 769px) {
  #store .CategoryParts .r2_productlist_cat_search .r2_cat_body {
    position: static;
  }
}

@media (min-width: 769px) {
  #store .CategoryParts .r2_productlist_cat_search .r2_cat_body {
    display: block;
  }
}

#store .CategoryParts .r2_productlist_cat_search .r2_cat_body ul {
  overflow: hidden;
  padding: 33px 20px 50px 3px;
}

#store .CategoryParts .r2_productlist_cat_search .r2_cat_body ul li {
  float: left;
  padding: 17px 0 0 17px;
  line-height: 1.5;
}

#store .CategoryParts .r2_productlist_cat_search .r2_cat_body ul li a {
  display: block;
  padding: 8px 30px 8px 12px;
  color: #474747;
  font-size: 14px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #EDC9A6;
  border-radius: 5px;
  position: relative;
}

#store .CategoryParts .r2_productlist_cat_search .r2_cat_body ul li a:after {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  display: block;
  border-top: 2px solid #EDC9A6;
  border-right: 2px solid #EDC9A6;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 7px;
}

@media (min-width: 769px) {
  #store .CategoryParts .r2_productlist_cat_search .r2_cat_body ul li a {
    transition-property: opacity;
    transition-duration: 0.2s;
  }
}

#store .ProductListHeader {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
  padding: 30px 0 30px 0;
  font-size: 1em;
  background-color: transparent;
  color: #333;
  flex-wrap: wrap;
}

#store .ProductListHeader .list_selectbox {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-left: 0.5em;
  font-size: 1.1em;
}

@media (max-width: 768px) {
  #store .ProductListHeader .list_selectbox {
    font-size: 16px;
    width: 50%;
    padding: 0.5em 0;
    padding-left: 2.5%;
    margin-top: 3%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  #store .ProductListHeader .list_selectbox.listQuantity {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    order: 2;
  }
}

@media (max-width: 768px) {
  #store .ProductListHeader .list_selectbox.listSort {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    order: 3;
  }
}

#store .ProductListHeader .list_selectbox select {
  position: relative;
  width: 100%;
  padding: 0 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  color: #333;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  background: #ffffff;
}

#store .ProductListHeader .list_selectbox select+i {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  font-size: 1.2em;
  margin-top: -0.4em;
}

@media (max-width: 768px) {
  #store .ProductListHeader .list_selectbox select+i {
    left: auto;
    right: 10px;
  }
}

#store .ProductListHeader .list_selectbox select+i:before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(135deg);
  top: calc(50% - 4px);
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 0.5em;
}

#store .ProductListHeader .pagination {
  align-items: center;
  margin-right: auto;
}

#store .ProductListHeader .pagination .item-position span.itemCount {
  font-size: 1.3em;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 768px) {
  #store .ProductListHeader .pagination {
    width: 100%;
    order: 1;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

#store.productlist_aspx .ProductListFooter,
#store.categorylist_aspx .ProductListFooter {
  background-color: transparent;
  color: #000000;
}

@media (min-width: 769px) {

  #store.productlist_aspx .mainArea,
  #store.categorylist_aspx .mainArea {
    margin: 20px 40px 0 0px;
    padding-bottom: 40px;
    position: relative;
    box-sizing: border-box;
  }
}

#store .RecommendPartsCategory,
#store .box_recommendCatalog {
  background-color: #FFFAF2;
  padding-top: 20px;
}

#store .RecommendPartsCategory .itemList,
#store .box_recommendCatalog .itemList {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}

#store .RecommendPartsCategory .itemList li,
#store .box_recommendCatalog .itemList li {
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 20px 10px 40px 10px;
}

#store .box_recommendCatalog {
  margin-top: 60px;
}

#store .box_recommendCatalog .itemList {
  display: block;
}

#store .box_recommendCatalog .itemList button,
#store .box_recommendCatalog .itemList .slick-list.draggable {
  margin: 0;
}

#store .box_recommendCatalog .itemList .slick-list.draggable .slick-track {
  display: flex;
}

#store .box_recommendCatalog .itemList li {
  display: flex;
  flex-direction: column;
}

#store .box_recommendCatalog .itemList li>a:last-child {
  margin-top: auto;
}

@media (max-width: 768px) {
  #store .box_recommendCatalog .itemList li>a:last-child {
    margin: auto;
  }
}

#store .box_recommendCatalog .slick-dots {
  display: none !important;
}

#store .CategoryRankingParts {
  margin-top: 30px;
}

#store .CategoryRankingParts .itemList li .itemBlock {
  position: relative;
}

#store .CategoryRankingParts .itemList li .itemBlock span.rankingNum {
  width: 72px;
  height: 41px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999%;
  margin: 4px auto 10px auto;
  display: block;
}

#store .CategoryRankingParts .itemList li:first-child .itemBlock span.rankingNum {
  background-image: url(../images/common/tit_rank01.png);
}

#store .CategoryRankingParts .itemList li:nth-child(2) .itemBlock span.rankingNum {
  background-image: url(../images/common/tit_rank02.png);
}

#store .CategoryRankingParts .itemList li:nth-child(3) .itemBlock span.rankingNum {
  background-image: url(../images/common/tit_rank03.png);
}

#store .pagerBase {
  padding: 20px 10px;
  background-color: #FFFAF2;
}

#store .pagerBase li a {
  background-color: #ffffff;
  position: relative;
}

#store .pagerBase li:hover a {
  background-color: #FD6533;
}

#store .box_ribbon {
  width: calc(100% - 48px);
  margin: 0 auto;
}

#store .box_ribbon .ico_trophy:before {
  content: "";
  width: 76px;
  height: 44px;
  background-image: url(../images/icon/ico_trophy.svg);
  background-size: contain;
  display: block;
  margin: 20px auto 10px auto;
}

#store .box_ribbon .ribbon {
  width: 100%;
  max-width: 500px;
  display: inline-block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

#store .box_ribbon .ribbon:before {
  content: '';
  position: absolute;
  width: 20px;
  bottom: -10px;
  left: -25px;
  z-index: 1;
  border: 20px solid #a79323;
  border-left-color: transparent;
  border-width: 22px 10px 22px;
}

#store .box_ribbon .ribbon:after {
  content: '';
  position: absolute;
  width: 20px;
  bottom: -10px;
  right: -25px;
  z-index: 1;
  border: 20px solid #a79323;
  border-right-color: transparent;
  border-width: 22px 10px 22px;
}

#store .box_ribbon .ribbon .ribbontitle {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 6px 20px;
  width: 100%;
  max-width: 500px;
  line-height: 1.6em;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  background: #ceb630;
  box-sizing: border-box;
  z-index: 2;
}

#store .box_ribbon .ribbon .ribbontitle:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #716b47;
}

#store .box_ribbon .ribbon .ribbontitle:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #716b47;
}

#store.wrapper.categorylist_aspx .box_reverceCategory.RecentlyViewedCategory h3 {
  text-align: center;
}

#store.wrapper.newslist_aspx .mainArea .box_news .categoryTitle.min.PublishedYearWrap span:before {
  content: "";
  width: 6px;
  height: 1em;
  background-color: #FD6533;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#store.wrapper.newslist_aspx .mainArea .box_news .categoryTitle.min.PublishedYearWrap:after {
  content: none !important;
}

#store.wrapper.newslist_aspx .mainArea .box_news .listText li {
  border-bottom: 1px solid #888;
  padding: 1em 30px 1em 1em;
  margin-bottom: 1em;
  position: relative;
}

#store.wrapper.newslist_aspx .mainArea .box_news .listText li h3 a {
  display: flex;
  flex-wrap: wrap;
}

#store.wrapper.newslist_aspx .mainArea .box_news .listText li time {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  #store.wrapper.newslist_aspx .mainArea .box_news .listText li time {
    width: 5.5em;
    margin-bottom: 0;
  }
}

#store.wrapper.newslist_aspx .mainArea .box_news .listText li time+span {
  width: 100%;
  text-align: left;
}

@media (min-width: 769px) {
  #store.wrapper.newslist_aspx .mainArea .box_news .listText li time+span {
    width: calc(100% - (5.5em + 20px));
  }
}

#store.wrapper.newslist_aspx .mainArea .box_news .listText li time:empty:before {
  content: "重要なお知らせ";
  font-size: 11px;
  color: #FD6533;
  padding: 0 4px;
  border: 1px solid #FD6533;
  text-align: center;
  display: inline-block;
}

#store.wrapper.newslist_aspx .mainArea .box_news .listText li:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  position: absolute;
  bottom: 1.5em;
  right: 10px;
  transition: right 0.1s 0.1s;
  transition: border 0.2s 0s;
}

#store.wrapper.newslist_aspx .mainArea .box_news .listText li:hover:after {
  right: 5px;
  border-color: #FD6533;
}

#store.wrapper.news_aspx .mainArea .WhatsNew {
  padding: 0;
  margin: 0;
}

#store.wrapper.news_aspx .mainArea .WhatsNew .newsDetailDate {
  padding: 10px 0 20px 0;
  background-image: none;
}

#store.wrapper.news_aspx .mainArea .WhatsNew .newsDetailDate:empty {
  padding: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#store.wrapper.news_aspx .mainArea .WhatsNew .newsDetailDate:empty:before {
  content: "重要なお知らせ";
  font-size: 12px;
  color: #FD6533;
  padding: 4px;
  border: 1px solid #FD6533;
  text-align: center;
  display: inline-block;
}

#store.wrapper.news_aspx .mainArea .WhatsNew .newsDetailTit {
  background-image: none;
  padding: 20px 0;
}

#store.wrapper.news_aspx .mainArea .WhatsNew .newsDetailTxt {
  padding: 40px 0;
  border-bottom: 1px solid #000000;
}

@media (min-width: 769px) {
  #store.wrapper.news_aspx .mainArea .WhatsNew .newsDetailTxt {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  #store.wrapper.news_aspx .mainArea .WhatsNew .newsDetailTxt {
    font-size: 12px;
    line-height: 22px;
  }
}

#store.wrapper.salesbest_aspx .ranking-menu {
  gap: 16px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 20px;
  gap: 16px 8px;
}

@media (max-width: 1280px) {
  #store.wrapper.salesbest_aspx .ranking-menu {
    padding: 0 16px;
    box-sizing: border-box;
  }
}

#store.wrapper.salesbest_aspx .ranking-menu>li {
  /*width: calc(50% - 10px);*/
  margin: 0px;
}

@media (max-width: 999px) {
  #store.wrapper.salesbest_aspx .ranking-menu {
    grid-template-columns: repeat(3, 1fr);
  }

  #store.wrapper.salesbest_aspx .ranking-menu>li {
    margin: 0px;
  }
}

@media (max-width: 600px) {
  #store.wrapper.salesbest_aspx .ranking-menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

#store.wrapper.salesbest_aspx .ranking-menu>li a {
  padding: 10px 20px;
  background-color: #fffaf2;
  display: block;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #EDC9A6;
}

@media (max-width: 600px) {
  #store.wrapper.salesbest_aspx .ranking-menu>li a {
    font-size: clamp(14px, 4vw, 16px);
    padding: 10px 10px;
  }
}

#store.wrapper.salesbest_aspx #SalesBest .SalesBestHeader .tit_ranking {
  width: 100%;
  max-width: 1100px;
  margin: 20px auto;
  padding: 0 10px;
  box-sizing: border-box;
  height: auto;
}

#store.wrapper.salesbest_aspx #SalesBest .ranking-menu>li:first-child a {
  color: #f86434;
}

#store.wrapper.salesbest_aspx #SalesBest .ranking-menu>li:nth-child(n+2) a {
  background-color: #fff;
  color: #989898;
}

#store.wrapper.salesbest_aspx #SalesBestF1000595 .ranking-menu>li a {
  background-color: #fff;
  color: #989898;
}

#store.wrapper.salesbest_aspx #SalesBestF1000595 .ranking-menu>li.ranking_CF1000595 a {
  color: #f86434;
}

#store.wrapper.salesbest_aspx #SalesBestF1000595 .ranking-menu>li a {
  background-color: #fff;
  color: #989898;
}

#store.wrapper.salesbest_aspx #SalesBestF1000595 .ranking-menu>li.ranking_CF1001104 a {
  color: #f86434;
}

#store.wrapper.salesbest_aspx .SalesBestList {
  background-color: #FFFAF2;
  box-sizing: border-box;
  padding: 20px;
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  counter-reset: number 3;
  justify-content: center;
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li {
  background-color: #ffffff;
  position: relative;
  margin: 20px 20px 60px 20px;
}

@media (max-width: 768px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li {
    width: calc(50% - 40px);
  }
}

@media (max-width: 600px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li {
    width: calc(50% - 20px);
    margin: 20px 10px 40px 10px;
  }
}

@media (max-width: 500px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li {
    width: calc(100% - 20px);
  }
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li a,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li a {
  padding: 20px;
  box-sizing: border-box;
  display: block;
}

@media (max-width: 768px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock {
    display: block;
  }
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftImage,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftImage {
  position: relative;
  z-index: 2;
  margin: 20px 0;
}

@media (max-width: 768px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftImage,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftImage {
    width: 100%;
    margin-right: 0;
  }
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftText,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftText {
  box-sizing: border-box;
  position: relative;
  /*&:after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    top: calc(50% - 4px);
    display: block;
    position: absolute;
    right: 3px;
    margin: auto;
    transition: right 0.1s 0.1s;
    transition: border 0.2s 0s;
    @include screen(sp){
      content: none;
    }
  }*/
}

@media (max-width: 768px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftText,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftText {
    width: 100%;
    padding-right: 0;
  }
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftText .giftName,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftText .giftName {
  margin-bottom: 20px;
}

@media (min-width: 769px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftText .giftName,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftText .giftName {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftText .giftName,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftText .giftName {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftText .giftName,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftText .giftName {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftText .giftName,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftText .giftName {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (min-width: 769px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftText .ListPriceTable,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftText .ListPriceTable {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {

  #store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li .itemBlock .giftText .ListPriceTable,
  #store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .itemBlock .giftText .ListPriceTable {
    font-size: 12px;
    line-height: 22px;
  }
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li:hover .itemBlock .giftText:after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li:hover .itemBlock .giftText:after {
  right: 0px;
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li:before,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li:before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #ffffff;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: -40px;
  z-index: 0;
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li:first-child:after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li:nth-child(2):after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li:nth-child(3):after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li:first-child:after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li:nth-child(2):after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li:nth-child(3):after {
  content: "";
  display: block;
  width: 80px;
  height: 43px;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  background-repeat: no-repeat;
  margin: auto;
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li:first-child:after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li:first-child:after {
  background-image: url(../images/common/img_ranking01.svg);
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li:nth-child(2):after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li:nth-child(2):after {
  background-image: url(../images/common/img_ranking02.svg);
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li:nth-child(3):after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li:nth-child(3):after {
  background-image: url(../images/common/img_ranking03.svg);
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.layout-h li:nth-child(n+4):after,
#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li:nth-child(n+4):after {
  counter-increment: number 1;
  content: counter(number);
  font-size: 20px;
  color: #fff;
  background-color: #888;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 30px;
  right: 0;
  left: 0;
  margin: auto;
  top: -29px;
  position: absolute;
  vertical-align: middle;
  line-height: 40px;
  font-weight: 600;
}

#store.wrapper.u_page_gift_aspx .nav ul,
#store.wrapper.u_page_celebration_aspx .nav ul {
  width: calc(100% + 20px);
}

#store.wrapper.u_page_gift_aspx .nav ul li,
#store.wrapper.u_page_celebration_aspx .nav ul li {
  border: 2px solid #000;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  font-size: 18px;
}

@media (min-width: 769px) {

  #store.wrapper.u_page_gift_aspx .nav ul li,
  #store.wrapper.u_page_celebration_aspx .nav ul li {
    margin: 20px 10px 40px 10px;
  }
}

#store.wrapper.u_page_gift_aspx .nav ul li a,
#store.wrapper.u_page_celebration_aspx .nav ul li a {
  padding: 5px 20px;
  display: block;
  box-sizing: border-box;
}

#store.wrapper.u_page_gift_aspx .nav ul li a:after,
#store.wrapper.u_page_celebration_aspx .nav ul li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(135deg);
  top: calc(50% - 4px);
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 0.5em;
  transition: all 0.2s 0s;
  position: absolute;
  right: 10px;
  transition: all 0.2s 0s;
}

#store.wrapper.u_page_gift_aspx .nav ul li:hover a:after,
#store.wrapper.u_page_celebration_aspx .nav ul li:hover a:after {
  top: calc(50% - 2px);
}

@media (min-width: 769px) {

  #store.wrapper.u_page_gift_aspx .nav ul.list-col5 li,
  #store.wrapper.u_page_celebration_aspx .nav ul.list-col5 li {
    width: calc((100% / 5) - 20px);
  }
}

@media (min-width: 769px) {

  #store.wrapper.u_page_gift_aspx .nav ul.list-col4 li,
  #store.wrapper.u_page_celebration_aspx .nav ul.list-col4 li {
    width: calc((100% / 4) - 20px);
  }
}

#store.wrapper.u_page_gift_aspx .itemListwrap,
#store.wrapper.u_page_celebration_aspx .itemListwrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

#store.wrapper.u_page_gift_aspx .box_giftCategory .itemList li:last-child,
#store.wrapper.u_page_celebration_aspx .box_giftCategory .itemList li:last-child {
  display: none;
}

#store.wrapper.u_page_gift_aspx .overWidth {
  background-color: #f8e6d8;
  padding: 40px 0;
  box-sizing: border-box;
}

#store.wrapper.u_page_celebration_aspx .overWidth {
  background-color: #ecdde3;
  padding: 40px 0;
  box-sizing: border-box;
}

#store.wrapper.u_page_celebration_aspx .nav ul li {
  border: 2px solid #bd4578;
  background-color: #bd4578;
}

@media (max-width: 768px) {
  #store.wrapper.u_page_celebration_aspx .nav ul li {
    font-size: 14px;
    padding: 0px;
    box-sizing: border-box;
  }
}

#store.wrapper.u_page_celebration_aspx .nav ul li a {
  background-color: #bd4578;
  border-radius: 20px;
  color: #fff;
}

#store.wrapper.u_page_celebration_aspx .nav ul li a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#store.wrapper.u_page_celebration_aspx .box_celebrationgiftCategory {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #e4d0d8;
}

#store.wrapper.u_page_celebration_aspx .box_celebrationgiftCategory .box_giftCategory {
  background-color: transparent;
  padding: 40px 20px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
}

#store.wrapper.u_page_gift_aspx .u_page {
  overflow: visible;
}

@media (max-width: 768px) {
  #store.wrapper.u_page_gift_aspx .u_page section.nav ul.itemList {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

#store.wrapper.u_page_gift_aspx .u_page section.nav ul.itemList li {
  border: 2px solid #deb798;
  background-color: #deb798;
}

@media (max-width: 768px) {
  #store.wrapper.u_page_gift_aspx .u_page section.nav ul.itemList li {
    font-size: 14px;
    padding: 0px;
    box-sizing: border-box;
    width: calc((100% / 2) - 10px);
    margin-bottom: 10px;
  }
}

#store.wrapper.u_page_gift_aspx .u_page section.nav ul.itemList li a {
  background-color: #deb798;
  border-radius: 20px;
  color: #fff;
}

#store.wrapper.u_page_gift_aspx .u_page section.nav ul.itemList li a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#store.wrapper.u_page_gift_aspx .u_page .box_giftgiftCategory {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background-color: #f8e6d8;
}

#store.wrapper.u_page_gift_aspx .u_page .box_giftgiftCategory .box_giftCategory {
  background-color: transparent;
  padding: 40px 20px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
}

#store .overWidth {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

#store .contWidth {
  max-width: 1280px;
  margin: auto;
}

#store.setshipping_aspx .termBase h3 {
  margin-bottom: 0;
  border-bottom: 0;
}

#store.setshipping_aspx .titleBtnarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList {
  display: flex;
  flex-wrap: wrap;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li {
  border: 2px solid #cccccc;
  margin: 10px 10px 20px 10px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
  width: calc((100% / 4) - 20px);
  box-sizing: border-box;
}

@media (max-width: 1000px) {
  #store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li {
    width: calc((100% / 3) - 20px);
  }
}

@media (max-width: 768px) {
  #store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li {
    width: calc((100% / 2) - 20px);
  }
}

@media (max-width: 400px) {
  #store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li {
    width: calc(100% - 20px);
  }
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.selected {
  border: 2px solid orange;
  background: #ffeebf;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 100%;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner .CheckBox {
  padding: 0 8px 0 0;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner .CheckBox .checkBase {
  margin-right: 0;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner .CheckBox .checkBase input[type='checkbox'] {
  margin-right: 0;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner .ShippingAddress {
  width: calc(100% - 50px);
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner .ButtonTab {
  margin: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner .ButtonTab>*:first-of-type {
  margin-right: 10px;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner .ButtonTab .btnColor.min,
#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner .ButtonTab .btnBorder.min {
  font-size: 14px;
  line-height: 24px;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li div.inner .ButtonTab .btnColor.min {
  padding: 6px 10px;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress {
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  min-height: 164px;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress div.innner {
  height: auto;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress span:first-of-type,
#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress span .btnAddShippingModal {
  display: inline-block;
  text-align: center;
  color: #6f6f6f;
  background-color: transparent !important;
  padding: 0;
  font-weight: normal;
}

@media (min-width: 769px) {

  #store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress span:first-of-type,
  #store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress span .btnAddShippingModal {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {

  #store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress span:first-of-type,
  #store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress span .btnAddShippingModal {
    font-size: 12px;
    line-height: 22px;
  }
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress span.setPlusBtn {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 7px;
  color: #b3b3b3;
  display: inline-block;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li.setAddress.selected {
  border: 2px dashed #ccc;
  background: #f8f8f8;
}

#store.setshipping_aspx .SetShippingAddress .SetShippingAddressList li .ButtonTab {
  clear: both;
}

#store.setshipping_aspx .SetShippingAddress.guest .SetShippingAddressList.ListAdressBook li .CheckBox {
  /*  display: none;*/
}

@media (max-width: 1000px) {
  #store.seteachaddress_aspx .ApproveOrderList .shippingAddress {
    width: calc(100% / 3);
  }
}

@media (max-width: 768px) {
  #store.seteachaddress_aspx .ApproveOrderList .shippingAddress {
    width: calc(100% / 2);
  }
}

@media (max-width: 400px) {
  #store.seteachaddress_aspx .ApproveOrderList .shippingAddress {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx #main .cont {
    padding: 0;
  }
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .mainArea .inputBox {
  border-bottom: none !important;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .contentsBox .titleBtnarea h3.title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .checkBase input[type='checkbox']+label {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .checkBase input[type='checkbox']+label:after {
  content: '';
  width: 10px;
  height: 14px;
  margin-top: -11px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% + 2px);
  left: 6px;
  z-index: 11;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .checkBase input[type='checkbox'].check01+label:after {
  background-image: none;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .checkBase input[type='checkbox'].check01:checked+label:after {
  background-image: none;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .selectBase.select01:after {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .newCartShippingOption.divTimeSelect .setShippingTimeTableTR {
  margin-bottom: 4px;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderList .btnBox.sendlist .shippingAddress .btnBorder {
  margin: 10px 0 0 0;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderList .btnBox.sendlist .shippingAddress a.btnBorder {
  text-align: left;
  padding: 8px 10px;
  color: #333;
  margin: 0 auto;
  max-width: none;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 20px);
  font-weight: normal;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderList .btnBox.sendlist .shippingAddress.set a.btnBorder {
  border: 2px solid #009c88;
  background-color: #eaf3f2;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderList .btnBox.sendlist .shippingAddress span.btnBorder.round {
  border: 1px solid #333;
  color: #333;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table thead tr {
  font-size: 12px;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table thead tr th .min700 {
  display: inline-block;
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table thead tr th .max700 {
  display: none;
}

@media (max-width: 700px) {
  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table thead tr {
    display: flex;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table thead tr th:first-of-type {
    width: 90px;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table thead tr th:nth-of-type(2) {
    width: calc(100% - 90px);
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table thead tr th:nth-of-type(n+3) {
    display: none;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table thead tr th .min700 {
    display: none;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table thead tr th .max700 {
    display: inline-block;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table tbody {
    display: block;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table tbody>tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table tbody>tr td:nth-of-type(1) {
    border-bottom: 2px solid #ccc;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table tbody>tr td:nth-of-type(2) {
    width: calc(100% - 90px);
    margin-left: auto;
    text-align: center;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table tbody>tr td:nth-of-type(3) {
    width: calc(100% - 90px);
    margin-left: auto;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table tbody>tr td:last-of-type {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
    width: calc(100% - 90px);
    margin-left: auto;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table tbody>tr td:last-of-type .inputBox {
    align-items: center;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment>table tbody>tr td:last-of-type .inputBox .inputTitle {
    margin-right: 10px;
  }
}

#store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment.settingitemList>table tbody>tr td:last-of-type {
  width: 270px;
}

@media (max-width: 900px) {
  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment.settingitemList>table tbody>tr td:first-of-type {
    display: none;
  }
}

@media (max-width: 700px) {
  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment.settingitemList>table tbody>tr:first-of-type td {
    border-top: 1px solid #ddd;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment.settingitemList>table tbody>tr td:nth-of-type(2) {
    width: 100%;
    text-align: center;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment.settingitemList>table tbody>tr td:nth-of-type(3) {
    width: 100%;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment.settingitemList>table tbody>tr td:last-of-type {
    width: 100%;
  }

  #store:not(.top_aspx):not(.productdetail_aspx).seteachaddress_aspx .ApproveOrderComment.settingitemList>table tbody>tr td:last-of-type .inputBox {
    width: 300px;
  }
}

#store.wrapper {
  /*catalogBtn*/
  /*css3 animation*/
}

#store.wrapper .btnBox li .setmsg {
  font-size: 12px;
}

#store.wrapper .btnCatalog {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #store.wrapper .btnCatalog {
    padding: 0 10px 20px 10px;
  }
}

@media (max-width: 500px) {
  #store.wrapper .btnCatalog {
    padding: 0 0px 20px 0px;
  }
}

#store.wrapper .btnCatalog a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #564E58;
  color: #ffffff;
  position: relative;
  padding: 10px;
  margin-top: 10px;
}

#store.wrapper .btnCatalog a:before {
  content: '';
  width: 24px;
  height: 24px;
  margin: -3px 10px 0 0;
  display: block;
  display: inline-block;
  overflow: hidden;
  background-image: url(/store/u_page/img/assets/images/lp/ico_book.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000%;
  vertical-align: middle;
}

#store.wrapper .btnCatalog a:after {
  /*content: '';
  width: 14px;
  height: 14px;
  margin: 0px 10px 0px 10px;
  display: block;
  display: inline-block;
  overflow: hidden;
  background-image: url(/store/u_page/img/assets/images/icon/ico_targetBlank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;*/
}

#store.wrapper .btnCatalog a:hover {
  opacity: 0.8;
}

#store.wrapper.salesbest_aspx .SalesBestList .itemList.list-col3 li .btnCatalog a {
  padding: 10px 5px;
}

#store.wrapper .fwari {
  animation: fwari ease-in-out 2s infinite alternate;
  -webkit-animation: fwari ease-in-out 2s infinite alternate;
  -moz-animation: fwari ease-in-out 2s infinite alternate;
}

@keyframes fwari {
  0% {
    transform: translate(0%, 0%);
  }

  100% {
    transform: translate(0%, -10px);
  }
}

@-webkit-keyframes fwari {
  0% {
    -webkit-transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(0%, -10px);
  }
}

@-moz-keyframes fwari {
  0% {
    -moz-transform: translate(0%, 0%);
  }

  100% {
    -moz-transform: translate(0%, -10px);
  }
}

#store.wrapper[class*="u_page_"] {
  font-family: 'Noto Sans JP', Avenir, "Helvetica neue", Helvetica, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, verdana, sans-serif;
}

@media (max-width: 768px) {
  #store.wrapper .u_page {
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
  }
}

#store.wrapper .u_page section.nav {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

#store.wrapper .u_page section.nav ul.itemList {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 768px) {
  #store.wrapper .u_page section.nav ul.itemList {
    display: block;
  }
}

#store.wrapper .u_page section.nav ul.itemList li {
  max-width: 240px;
}

@media (min-width: 1200px) {
  #store.wrapper .u_page section.nav ul.itemList li {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  #store.wrapper .u_page section.nav ul.itemList li {
    margin: 20px auto;
  }
}

#store.wrapper .u_page section.nav ul.itemList li a {
  padding: 8px 20px;
}

@media (max-width: 768px) {
  #store.wrapper .u_page section.overWidth {
    padding: 40px 10px;
    box-sizing: border-box;
  }
}

#store.wrapper .u_page .ProductListCategoryBlock .items .itemList {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
  padding: 0 10px;
}

#store.wrapper .u_page .ProductListCategoryBlock .items .itemList li {
  padding: 20px 10px;
  box-sizing: border-box;
  box-shadow: 0 8px 10px -6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border: 1px solid #eee;
}

#store.wrapper .u_page .ProductListCategoryBlock .items .itemList li .price_area {
  margin-top: 5px;
}

#store.wrapper .u_page .ProductListCategoryBlock .items .itemList li .price_area table .ListPriceTable .DiscountRateB,
#store.wrapper .u_page .ProductListCategoryBlock .items .itemList li .price_area table .ListPriceTable .ListPriceDiv1 {
  display: none;
}

#store.wrapper .u_page .ProductListCategoryBlock .items .itemList li .price_area table .ListPriceTable .btnCatalog {
  display: none;
}

#store.wrapper .u_page .lp .list_ranking,
#store.wrapper .u_page .lp .list_item {
  align-items: initial;
}

#store.wrapper .u_page .lp .list_ranking li,
#store.wrapper .u_page .lp .list_item li {
  display: flex;
  flex-direction: column;
}

#store.wrapper .u_page .lp .list_ranking li .box_text,
#store.wrapper .u_page .lp .list_item li .box_text {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#store.wrapper .u_page .lp .list_ranking li .box_text .price_area .ListPriceTable .ListPriceDiv1,
#store.wrapper .u_page .lp .list_item li .box_text .price_area .ListPriceTable .ListPriceDiv1 {
  display: none;
}

#store.wrapper .u_page .lp .list_ranking li .box_text .price_area .ListPriceTable .ListPriceDiv3,
#store.wrapper .u_page .lp .list_item li .box_text .price_area .ListPriceTable .ListPriceDiv3 {
  margin-bottom: 10px;
}

#store.wrapper .u_page .lp .list_ranking li .box_text .price_area .ListPriceTable .ListPriceDiv3 .PriceTitleB,
#store.wrapper .u_page .lp .list_ranking li .box_text .price_area .ListPriceTable .ListPriceDiv3 .ListPriceTextB2,
#store.wrapper .u_page .lp .list_ranking li .box_text .price_area .ListPriceTable .ListPriceDiv3 .DiscountRateB,
#store.wrapper .u_page .lp .list_item li .box_text .price_area .ListPriceTable .ListPriceDiv3 .PriceTitleB,
#store.wrapper .u_page .lp .list_item li .box_text .price_area .ListPriceTable .ListPriceDiv3 .ListPriceTextB2,
#store.wrapper .u_page .lp .list_item li .box_text .price_area .ListPriceTable .ListPriceDiv3 .DiscountRateB {
  display: none;
}

#store.wrapper .u_page .lp .list_ranking li .box_text .price_area .priceB,
#store.wrapper .u_page .lp .list_item li .box_text .price_area .priceB {
  font-size: 18px;
}

#store.wrapper .u_page .lp .list_ranking li .box_text .btn,
#store.wrapper .u_page .lp .list_item li .box_text .btn {
  margin-top: 10px;
  margin-top: auto;
}

#store.wrapper .u_page .lp .list_item {
  justify-content: flex-start;
}

#store.wrapper .u_page .lp .list_ranking li .box_img img {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}

#store.wrapper .u_page .lp#bridal .price_area .priceB {
  color: #eb648d;
}

#store.wrapper .u_page .lp#bridal .box_service .box_btn .btn {
  background-color: #eb648d;
}

#store.wrapper .u_page .lp#ceremony .price_area .priceB {
  color: #c94284;
}

#store.wrapper .u_page .lp#ceremony .box_service .box_btn .btn {
  background-color: #c94284;
}

#store.wrapper .u_page .lp#ceremony section.pickup .list_pickup li {
  -moz-box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.1);
  box-shadow: 5px 5px 5px rgba(1, 1, 1, 0.1);
}

@media (min-width: 769px) {
  #store.wrapper .u_page .lp#ceremony section.pickup .list_pickup li.gran .box_white {
    width: 80%;
  }
}

@media (min-width: 1000px) {
  #store.wrapper .u_page .lp#catalog .list_ranking li .box_img img {
    width: calc(100% - 40px);
    padding: 0;
  }
}

#store.wrapper .u_page .lp.original section+section {
  margin-bottom: 60px;
}

@media (min-width: 1000px) {
  #store.wrapper .u_page .lp.original section+section {
    margin-bottom: 100px;
  }
}

#store.wrapper .u_page .lp.original .copy {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  #store.wrapper .u_page .lp.original .copy {
    font-size: 20px;
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  #store.wrapper .u_page .lp.original .copy {
    font-size: 18px;
    line-height: 30px;
  }
}

#store.wrapper .u_page .lp.original .bgColor {
  background-color: #eee;
}

#store.wrapper .u_page .lp.original h2.lpTit {
  font-size: 36px;
  line-height: 42px;
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  #store.wrapper .u_page .lp.original h2.lpTit {
    font-size: 40px;
    line-height: 46px;
  }
}

@media (min-width: 1000px) {
  #store.wrapper .u_page .lp.original h2.lpTit {
    margin-bottom: 1em;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  #store.wrapper .u_page .lp.original h2.lpTit {
    font-size: 30px;
    line-height: 36px;
  }
}

#store.wrapper .u_page .lp.original h2.lpTit.white {
  color: #ffffff;
}

#store.wrapper .u_page .lp.original h2.lpTit.icon {
  padding: 0 0.5em;
  box-sizing: border-box;
}

#store.wrapper .u_page .lp.original h2.lpTit.icon span {
  position: relative;
  padding: 0 1em;
  display: inline-block;
  box-sizing: border-box;
}

#store.wrapper .u_page .lp.original h2.lpTit.icon span:before,
#store.wrapper .u_page .lp.original h2.lpTit.icon span:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  vertical-align: middle;
  top: 7px;
}

#store.wrapper .u_page .lp.original h2.lpTit.icon span:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_folk.svg);
  left: 0;
}

#store.wrapper .u_page .lp.original h2.lpTit.icon span:after {
  background-image: url(/store/u_page/img/assets/images/icon/ico_spoon.svg);
  right: 0;
}

#store.wrapper .u_page .lp.original h2.lpTit.icon.icon_white span:before {
  background-image: url(/store/u_page/img/assets/images/icon/ico_folk_w.svg);
}

#store.wrapper .u_page .lp.original h2.lpTit.icon.icon_white span:after {
  background-image: url(/store/u_page/img/assets/images/icon/ico_spoon_w.svg);
}

#store.wrapper .u_page .lp.original h2.lpTit.line {
  padding: 0 65px;
  box-sizing: border-box;
}

#store.wrapper .u_page .lp.original h2.lpTit.line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000000;
}

#store.wrapper .u_page .lp.original h2.lpTit.line span {
  position: relative;
  padding: 0 1em;
  box-sizing: border-box;
  background: #fff;
  display: inline-block;
}

#store.wrapper .u_page .lp.original h2.lpTit.line.line_white:before {
  background-color: #ffffff;
}

#store.wrapper .u_page .lp.original h2.lpTit.color {
  background-color: #AD0C0C;
  color: #ffffff;
  padding: 8px 10px 10px 10px;
  box-sizing: border-box;
}

#store.wrapper .u_page .lp.original h2.lpTit.underline {
  margin-bottom: 1.5em;
}

#store.wrapper .u_page .lp.original h2.lpTit.underline:after {
  content: "";
  height: 3px;
  width: 170px;
  background-color: #AD0C0C;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

#store.wrapper .u_page .lp.original .itemList li {
  display: flex;
  flex-direction: column;
}

#store.wrapper .u_page .lp.original .itemList li .box_text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 1em;
  text-align: left;
}

@media (max-width: 500px) {
  #store.wrapper .u_page .lp.original .itemList li .box_text {
    font-size: 14px;
    line-height: 24px;
  }
}

#store.wrapper .u_page .lp.original .itemList li .box_text .text {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 500px) {
  #store.wrapper .u_page .lp.original .itemList li .box_text .text {
    font-size: 14px;
    line-height: 24px;
  }
}

#store.wrapper .u_page .lp.original .itemList li .box_text p em {
  color: #FD6533;
  font-size: 1.25em;
  font-weight: 600;
}

@media (min-width: 1000px) {
  #store.wrapper .u_page .lp.original .itemList.list-col2 .box_text {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  #store.wrapper .u_page .lp.original .itemList.list-col2 .box_text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1000px) {
  #store.wrapper .u_page .lp.original .itemList.list-col2 .box_text .text {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (min-width: 768px) {
  #store.wrapper .u_page .lp.original .itemList.list-col2 .box_text .text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1000px) {
  #store.wrapper .u_page .lp.original .itemList.list-col3 .box_text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1000px) {
  #store.wrapper .u_page .lp.original .itemList.list-col3 .box_text .text {
    font-size: 20px;
    line-height: 30px;
  }
}

#store.wrapper .u_page .lp.original .center {
  text-align: center;
}

#store.wrapper .u_page .lp.original .left {
  text-align: left;
}

#store.wrapper .u_page .lp.original .right {
  text-align: right;
}

@media (max-width: 999px) {

  #store.wrapper .u_page .lp.original .list_ranking li:nth-child(1),
  #store.wrapper .u_page .lp.original .list_ranking li:nth-child(2),
  #store.wrapper .u_page .lp.original .list_ranking li:nth-child(3) {
    width: calc(100% - 20px);
    margin: 0 0 40px auto;
  }
}

#store.wrapper .u_page .lp#gourmetAndSweet .bgColor {
  background-color: #F7F7D5;
}

#store.wrapper .u_page .lp#baby>section.baby .box_question .list_question li:nth-child(1):before {
  background-image: url(../images/lp/common/img_question04.png);
}

#store.wrapper .u_page .lp#baby>section.baby .box_question .list_question li:nth-child(2):before {
  background-image: url(../images/lp/common/img_question05.png);
}

#store.wrapper .u_page .lp#baby>section.baby .box_question .list_question li dl dt {
  background: none;
}

#store.wrapper .u_page .lp#baby>section.baby .box_question .list_question li dl dt span.gradation {
  margin-bottom: 10px;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fcee21 60%);
}

#store.wrapper .u_page .lp#baby>section.kids .bannerBox {
  width: 100%;
  max-width: 980px;
  margin: 60px auto 0 auto;
}

#store.wrapper .u_page .lp#tyoji section.ProductListCategoryBlock p {
  margin-bottom: 0;
}

#store.wrapper.thanks_aspx .Thanks_card {
  margin: 30px auto;
  padding: 15px;
  border: solid 1px #EDEDED;
  background-color: #F8F5F4;
  line-height: 140%;
  font-size: 14px;
  width: 100%;
  max-width: 800px;
  text-align: left;
  box-sizing: border-box;
}

#store.wrapper.thanks_aspx .Thanks_card h2 {
  margin: 0 0 15px 0;
  padding: 5px 0;
  border-bottom: dotted 2px #EDEDED;
  color: #FD6534;
  font-size: 18px;
  font-weight: bold;
}

#store.wrapper.thanks_aspx .Thanks_card p {
  color: red;
  margin-bottom: 15px;
}

#store.wrapper.thanks_aspx .link_messageCard {
  border: 2px solid #ff5713;
  box-sizing: border-box;
  padding: 20px 20px;
  background-color: #fff;
  text-align: center;
}

#store.wrapper.thanks_aspx .link_messageCard .btnColor.arrow {
  max-width: none;
  text-align: center;
}

#store.wrapper.thanks_aspx .link_messageCard p {
  color: #333;
}

#store.wrapper.thanks_aspx .link_messageCard span.keyColor {
  color: #FD6533;
  font-size: 1.2em;
}

#store.wrapper.thanks_aspx .link_messageCard .tit_attemtion {
  display: block;
  border-bottom: 1px solid #c6c6c6;
  padding: 10px 10px;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

#store.wrapper.thanks_aspx .link_messageCard .tit_attemtion+.text.left {
  display: inline-block;
}

#store.wrapper .step {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1240px) {
  #store.wrapper .step {
    flex-direction: column;
  }
}

#store.wrapper .step li {
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #FFEFD6;
}

@media (min-width: 1241px) {
  #store.wrapper .step li {
    width: calc(100% / 5);
  }
}

@media (max-width: 1240px) {
  #store.wrapper .step li {
    width: 100%;
    margin-bottom: 2px;
    text-align: left;
  }
}

#store.wrapper .step li span {
  margin-right: 10px;
  display: inline-block;
  font-weight: bold;
}

#store.wrapper .step li:not(:last-child) {
  position: relative;
}

#store.wrapper .step li:not(:last-child):before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 2;
}

@media (min-width: 1241px) {
  #store.wrapper .step li:not(:last-child):before {
    border-left: 12px solid #ffffff;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    right: -12px;
    top: -4px;
  }
}

@media (max-width: 1240px) {
  #store.wrapper .step li:not(:last-child):before {
    border-top: 12px solid #ffffff;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    left: calc(50% - 25px);
    bottom: -12px;
  }
}

#store.wrapper .step li:not(:last-child):after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 2;
}

@media (min-width: 1241px) {
  #store.wrapper .step li:not(:last-child):after {
    border-left: 10px solid #FFEFD6;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    right: -10px;
    top: 0;
  }
}

@media (max-width: 1240px) {
  #store.wrapper .step li:not(:last-child):after {
    border-top: 10px solid #FFEFD6;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    left: calc(50% - 21px);
    bottom: -10px;
  }
}

@media (min-width: 1241px) {
  #store.wrapper .step li:not(:first-child) {
    padding-left: 30px;
  }
}

#store.wrapper .step.step1 li:nth-child(1) {
  background-color: #FD6533;
  color: #ffffff;
}

#store.wrapper .step.step1 li:nth-child(1):before {
  content: none;
}

@media (min-width: 1241px) {
  #store.wrapper .step.step1 li:nth-child(1):after {
    border-left: 10px solid #FD6533;
  }
}

@media (max-width: 1240px) {
  #store.wrapper .step.step1 li:nth-child(1):after {
    border-top: 10px solid #FD6533;
  }
}

#store.wrapper .step.step2 li:nth-child(2) {
  background-color: #FD6533;
  color: #ffffff;
}

#store.wrapper .step.step2 li:nth-child(2):before {
  content: none;
}

@media (min-width: 1241px) {
  #store.wrapper .step.step2 li:nth-child(2):after {
    border-left: 10px solid #FD6533;
  }
}

@media (max-width: 1240px) {
  #store.wrapper .step.step2 li:nth-child(2):after {
    border-top: 10px solid #FD6533;
  }
}

#store.wrapper .step.step3 li:nth-child(3) {
  background-color: #FD6533;
  color: #ffffff;
}

#store.wrapper .step.step3 li:nth-child(3):before {
  content: none;
}

@media (min-width: 1241px) {
  #store.wrapper .step.step3 li:nth-child(3):after {
    border-left: 10px solid #FD6533;
  }
}

@media (max-width: 1240px) {
  #store.wrapper .step.step3 li:nth-child(3):after {
    border-top: 10px solid #FD6533;
  }
}

#store.wrapper .step.step4 li:nth-child(4) {
  background-color: #FD6533;
  color: #ffffff;
}

#store.wrapper .step.step4 li:nth-child(4):before {
  content: none;
}

@media (min-width: 1241px) {
  #store.wrapper .step.step4 li:nth-child(4):after {
    border-left: 10px solid #FD6533;
  }
}

@media (max-width: 1240px) {
  #store.wrapper .step.step4 li:nth-child(4):after {
    border-top: 10px solid #FD6533;
  }
}

#store.wrapper .step.step5 li:nth-child(5) {
  background-color: #FD6533;
  color: #ffffff;
}

#store.wrapper .step.step5 li:nth-child(5):before {
  content: none;
}

@media (min-width: 1241px) {
  #store.wrapper .step.step5 li:nth-child(5):after {
    border-left: 10px solid #FD6533;
  }
}

@media (max-width: 1240px) {
  #store.wrapper .step.step5 li:nth-child(5):after {
    border-top: 10px solid #FD6533;
  }
}

#store.wrapper.categorylist_aspx .bridal_servie_pc {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#store.wrapper.categorylist_aspx .bridal_servie_pc li {
  margin-left: 5px;
  margin-right: 5px;
}

#store.wrapper.categorylist_aspx .bridal_servie_sp {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#store.wrapper.categorylist_aspx .bridal_servie_sp li {
  margin-left: 2px;
  margin-right: 2px;
}

.boxBtn.btnCataloggift {
  text-align: center;
  position: relative;
}

a.btnColor.arrow.grad {
  position: relative;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 1px 0px #222;
  color: #f2f1f1;
  background: #545353;
  background: -webkit-gradient(linear, left top, left bottom, from(#545353), to(#454444));
  background: -moz-linear-gradient(top, #586170, #424551);
  background: -o-linear-gradient(top, #586170, #424551);
  background: -ms-linear-gradient(top, #586170, #424551);
  background: linear-gradient(to bottom, #545353, #454444);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  max-width: 540px;
  padding: 16px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
  font-size: clamp(15px, 3vw, 18px);
}

a.btnColor.arrow.grad i.ico_catalog:before {
  width: 27px;
  height: 26px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(/store/u_page/img/assets/images/icon/ico_catalog_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  font-size: clamp(15px, 3vw, 18px);
  );
}

.boxBtn.btnCataloggift span {
  position: absolute;
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #FD6533;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  left: 0;
  right: 0;
  margin: auto;
  top: -34px;
  padding: 6px 8px;
  box-sizing: border-box;
  color: #FD6533;
  font-size: clamp(12px, 3vw, 16px);
}

@media (max-width: 410px) {
  .boxBtn.btnCataloggift span {
    width: calc(100% - 40px);
    top: -30px;
  }
}

.boxBtn.btnCataloggift span:after,
.boxBtn.btnCataloggift span:before {
  position: absolute;
  left: calc(50% - 10px);
  content: '';
}

.boxBtn.btnCataloggift span:before {
  bottom: -10px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #FD6533 transparent transparent;
}

.boxBtn.btnCataloggift span:after {
  bottom: -7px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent;
}

@media (max-width: 570px) {
  a.btnColor.arrow.grad {
    width: calc(100% - 20px);
  }
}

/*headerBnr*/
.header_BandNotice {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  text-align: left;
}

.header_BandNotice a {
  background: url(https://www.rambbit.net/store/Images/Common/bnr_headerbnr_460_60.png);
  background-repeat-x: repeat;
  display: block;
}

.header_BandNotice a img {
  width: auto;
  height: auto;
}

#store header.is-fixed .header_BandNotice {
  display: none;
}

@media (max-width: 460px) {
  .header_BandNotice a img {
    width: 100%;
    height: auto;
  }
}

/*questionnaire_aspx*/
.wrapper#store.questionnaire_aspx {
  overflow: hidden;
}

.wrapper#store.questionnaire_aspx .mainArea .inputBox dt .marble_label--required {
  color: #fff;
  background-color: red;
  font-size: 11px;
  display: inline-block;
  line-height: 1.5;
  padding: 0 5px;
  border: 1px solid #fff;
}

.wrapper#store.questionnaire_aspx .mainArea .inputBox dt .marble_label--required .TextType {
  display: none;
}

.wrapper#store.questionnaire_aspx .mainArea .inputBox dt .marble_label--optional {
  color: red;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid red;
  font-size: 11px;
  display: inline-block;
  line-height: 1.5;
  padding: 0 5px;
}

.wrapper#store.questionnaire_aspx .mainArea .inputBox dd p .regulation {
  display: none;
}

.wrapper#store.questionnaire_aspx .QuestionnaireFooterHtml .questionnaireBottomWrap {
  width: 100%;
  max-width: 600px;
  margin: 60px auto 40px auto;
}

.wrapper#store.questionnaire_aspx .contentsBox .QuestionnaireFooterHtml .questionnaireBottomWrap .title {
  font-size: 24px;
  margin-bottom: 40px;
}

.wrapper#store.questionnaire_aspx .QuestionnaireFooterHtml .questionnaireBottomWrap dl dt {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 600;
  color: #fd6633;
}

.wrapper#store.questionnaire_aspx .QuestionnaireFooterHtml .questionnaireBottomWrap dl dd {
  margin-bottom: 40px;
}

.wrapper#store.questionnaire_aspx .inputCheckAll {
  max-width: 540px;
  padding: 20px;
  font-size: 1.4em;
}

.wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth {
  width: auto;
  background-repeat: no-repeat;
  background-image: url(/store/u_page/img/assets/images/lp/houjin/bg_form.jpg);
  background-size: cover;
  margin-top: -10px;
  padding-bottom: 0;
}

@media (min-width: 820px) {
  .wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth {
    height: 360px;
    background-position: center;
  }
}

@media (max-width: 819px) {
  .wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth {
    height: auto;
    padding-bottom: 42%;
    background-repeat: no-repeat;
    background-position: center top;
  }
}

@media (max-width: 767px) {
  .wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth {
    padding-bottom: 32%;
  }
}

@media (max-width: 400px) {
  .wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth {
    padding-bottom: 36%;
  }
}

@media (max-width: 520px) {
  .wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth {
    padding-bottom: 42%;
  }
}

.wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: absolute;
}

.wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  right: 0;
  left: 0;
  top: 20px;
  margin: 0 auto;
  position: absolute;
  background-image: url(/store/u_page/img/assets/images/lp/houjin/title_form.png);
}

@media (min-width: 820px) {
  .wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth:after {
    width: 800px;
    height: 280px;
  }
}

@media (max-width: 819px) {
  .wrapper#store.questionnaire_aspx .mainArea .QuestionnaireFrame #hojingift .contTitle.overWidth:after {
    width: auto;
    height: auto;
    width: 62.5%;
    padding-bottom: 21.9%;
  }
}

.wrapper#store.questionnaire_aspx .confirmMessageWrap {
  background-color: #c6e1f4;
  box-sizing: border-box;
  padding: 10px;
  margin-top: -30px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .wrapper#store.questionnaire_aspx .confirmMessageWrap {
    margin-top: -10px;
  }
}

.wrapper#store.questionnaire_aspx .confirmMessageWrap .confirmMessage {
  color: #ff0000;
}

/**/
.box_side_category #top_giftCategory,
.box_side_category #top_giftCategory .itemList.list-col3 {
  padding: 0;
  width: 100%;
  margin: 0;
  display: block;
}

.box_side_category #top_giftCategory .tit-beforeicon {
  background-color: #FD6533;
  color: #ffffff;
  box-sizing: border-box;
  padding: 8px 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}

.box_side_category #top_giftCategory .tit-beforeicon.mb20 {
  margin-bottom: 10px;
}

.box_side_category #top_giftCategory .tit-beforeicon span:before,
.box_side_category #top_giftCategory .itemList.list-col3 li:last-child {
  display: none;
}

.box_side_category #top_giftCategory .itemList.list-col3 li {
  width: 100%;
  margin: 8px 0;
  border: none;
  border-bottom: 1px solid #dbdad4;
}

.box_side_category #top_giftCategory .itemList.list-col3 li a {
  padding: 5px 10px 5px 20px;
  position: relative;
  font-weight: 400;
}

.box_side_category #top_giftCategory .itemList.list-col3 li a:hover {
  text-decoration: underline;
}

.box_side_category #top_giftCategory .itemList.list-col3 li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  display: block;
  margin: 13px auto auto auto;
  position: absolute;
  left: 5px;
  bottom: 0;
  top: 0;
}

.box_side_category #top_giftCategory .itemList.list-col3 li img {
  display: none;
}

.box_side_category #top_giftCategory .itemList.list-col3 li p {
  width: 100%;
  padding: 0;
  text-align: left;
  font-size: 15px;
}

.categorylist_aspx .SaleIcon,
.productlist_aspx .SaleIcon,
.productdetail_aspx .SaleIcon {
  display: none;
}

.categorylist_aspx .SalePriceTitle,
.productlist_aspx .SalePriceTitle,
.productdetail_aspx .SalePriceTitle {
  float: left;
  padding-right: 3px;
  font-weight: 500;
}

.categorylist_aspx .ListPriceTextD,
.productlist_aspx .ListPriceTextD,
.productdetail_aspx .ListPriceTextD {
  float: left;
  padding-right: 3px;
  font-weight: 500;
}

.categorylist_aspx .priceD,
.productlist_aspx .priceD,
.productdetail_aspx .priceD {
  float: left;
  padding-right: 3px;
  font-weight: 600;
  font-size: 1.5em;
  color: #FD6533;
}

.categorylist_aspx .ListPriceTextD2,
.productlist_aspx .ListPriceTextD2 {
  display: none;
}

#store.categorylist_aspx .itemList .btnBorderColor.round.arrow,
#store.productlist_aspx .itemList .btnBorderColor.round.arrow {
  max-width: 200px;
}

#store.categorylist_aspx .itemList .btnBorderColor.round.arrow:hover,
#store.productlist_aspx .itemList .btnBorderColor.round.arrow:hover {
  background-color: #fef8f1;
}

@media (max-width: 768px) {

  #store.categorylist_aspx .itemList .btnBorderColor.round.arrow,
  #store.productlist_aspx .itemList .btnBorderColor.round.arrow {
    max-width: 150px;
  }
}

@media (max-width: 400px) {

  #store.categorylist_aspx .itemList .btnBorderColor.round.arrow,
  #store.productlist_aspx .itemList .btnBorderColor.round.arrow {
    max-width: 130px;
  }
}

#store .price_area .ListPriceTextD2 .priceArea2 {
  font-weight: 500;
}

/*search*/
/*search-form*/
#ol-search {
  display: none;
}

.search-icon {
  cursor: pointer;
  white-space: pre;
  display: block;
  margin-bottom: 0;
  padding: 14px 8px;
  font-weight: 600;
}

/*@media screen and (min-width: 1200px) {
.search-icon{
    padding-right: 10px;
    pointer-events: none;
    font-size: 1.1em;
display:none;
}}*/
@media screen and (min-width: 1000px) {
  .search-icon {
    padding: 20px 20px;
  }
}

@media screen and (max-width: 999px) {
  .search-icon {
    padding: 14px 10px;
  }
}

.search-icon::before {
  content: '';
  background-image: url(../images/icon/ico_search_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  background-size: contain;
  margin: auto 5px 2px auto;
  display: inline-block;
  vertical-align: middle;
}

/*@media screen and (min-width: 1200px) {
.search-icon::before{
    content: none;
}}*/
.wrapper .top_aspx header .search-icon::before {
  background-image: url(../images/icon/ico_search_black.svg);
}

.wrapper .top_aspx header.fixedHeader .search-icon::before {
  background-image: url(../images/icon/ico_search.svg);
}

@media screen and (max-width: 599px) {
  .search-icon::before {
    width: 22px;
    height: 22px;
    margin: 10px auto auto auto;
  }
}

.overlay,
.ol-search-wrap {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: fade_overlay .3s;
}

.ol-search-wrap {
  z-index: 9990;
}

/*@media screen and (min-width: 1200px) {
.ol-search-wrap{
    position: relative;
    display: block;
    opacity: 1;
}}*/
.overlay {
  z-index: 9991;
  background: rgba(0, 0, 0, .4);
}

@media screen and (min-width: 1000px) {
  .overlay {
    display: none;
  }
}

#ol-search:checked~.ol-search-wrap,
#ol-search:checked~.ol-search-wrap .overlay {
  display: block;
  opacity: 1;
}

/*@media screen and (min-width: 1200px) {
#ol-search:checked ~ .ol-search-wrap .overlay{
  display:none;
  opacity:0;
}
}*/
.ol-searchform {
  position: relative;
  z-index: 2;
  margin-left: auto;
}

/*@media screen and (min-width: 1200px) {
  .ol-searchform{
    display: flex;
    align-items: center;
}}*/
.ol-searchform .searchBox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 90%;
  max-width: 600px;
  transform: translate(-50%, -50%);
}

.ol-searchform .searchBox .close:before {
  content: "×";
  display: block;
  font-size: 22px;
  border-radius: 30px;
  color: #f7f7f7;
  background-color: #333;
  position: absolute;
  top: -11px;
  right: -11px;
  box-sizing: border-box;
  padding: 0px 4px;
  line-height: 1;
  vertical-align: middle;
  height: 30px;
  padding-top: 2px;
}

.ol-searchform .searchform {
  width: 100%;
  border: solid 2px #fff;
  border-radius: 4px 4px 0 0;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .ol-searchform .searchBox {
    top: 35%;
  }
}

/*@media screen and (min-width: 1200px) {
.ol-searchform .searchBox{
    transform: translate(0px, 0px);
    position: static;
    width: 100%;
}

.ol-searchform .searchform{
    border: none;
    width: 100%;
}}*/

header .headMenu .ol-searchform .searchBox span {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.ol-searchform .search-field,
.ol-searchform .search-submit {
  height: 48px;
  padding: 0 12px;
  border: none;
  background: rgba(247, 247, 247, 1);
  font-size: 13px;
  color: #333;
  transition: .3s;
  outline: none;
}

/*@media screen and (min-width: 1200px) {
.ol-searchform .search-field, .ol-searchform .search-submit{
  height:38px;
  background:rgba(255,255,255,1);
}}*/
.ol-searchform .search-field {
  flex: 1;
  border-radius: 4px 0 0 4px;
  background-color: #f7f7f7;
  font-size: 11px;
  font-size: 16px;
}

/*@media screen and (min-width: 1000px) {
.ol-searchform .search-field{
    background-color: #eee;
}}
@media screen and (min-width: 1200px) {
.ol-searchform .search-field{
    background-color: #fff;
    box-sizing: border-box;
}}*/
@media screen and (max-width: 1199px) {
  .ol-searchform .search-field {
    background-color: #f7f7f7;
  }
}

.ol-searchform .search-submit {
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}

@media screen and (min-width: 1000px) {
  .ol-searchform .search-submit {
    background-color: #f7f7f7;
  }
}

/*@media screen and (min-width: 1200px) {
.ol-searchform .search-submit{
    background-color: #fff;
}}*/
.ol-searchform .search-submit .searchicon i:before {
  content: "";
  background-image: url(../images/icon/ico_search_black.svg);
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.ol-searchform .search-field:focus,
.ol-searchform .search-field:focus+.search-submit {
  background: rgba(252, 250, 241, 1);
}

.ol-searchform ul.hotword {
  display: flex;
  font-size: 12px;
}

.ol-searchform ul.hotword {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 14px;
  gap: 0 1em;
  padding: 20px 20px;
  border-radius: 0 0 4px 4px;
}

.ol-searchform ul.hotword>li:first-child {
  font-weight: bold;
}

.ol-searchform ul.hotword>li a {
  padding: 3px 10px;
  box-sizing: border-box;
  color: #474747;
  text-decoration: none;
  border-radius: 20px;
  background-color: #FFFAF2;
  border: 1px solid #EDC9A6;
  font-size: 13px;
}

/*@media screen and (min-width: 1200px) {
.ol-searchform ul.hotword>li+li{
    margin-right:10px;
    line-height: 1;
    margin-top: 5px;
}
.ol-searchform ul.hotword>li{
    flex:1;
}
.ol-searchform ul.hotword>li:first-child{
    display:none;}
.ol-searchform ul.hotword>li a{
    text-decoration:underline; color:#333;}
}*/
.ol-searchform ul.hotword>li a:hover {
  color: #FD6533;
}

@media screen and (max-width: 850px) {
  header ul.txt_menu a {
    margin: 0 3%;
  }

  header ul.sc_field .salon_form input {
    font-size: 14px;
    width: 10em;
  }
}

/*spSearch*/
#store .mdropmenu ul li.header_sp_search {
  width: calc(100% - 20px);
  margin: 0 auto;
}

#store .mdropmenu ul li.header_sp_search .box_topsearch.search_container {
  position: relative;
  margin-bottom: 0px;
}

#store .mdropmenu ul li.header_sp_search .box_topsearch.search_container input[type="text"] {
  width: 100%;
  padding: 10px 66px 10px 10px;
  font-size: 16px;
}

#store .mdropmenu ul li.header_sp_search .box_topsearch.search_container input[type="text"]:focus-visible {
  border-radius: 0 5px 5px 0;
}

#store .mdropmenu ul li.header_sp_search .box_topsearch.search_container .headerSearch_btn {
  width: 3em;
  background-color: #eee;
  border-radius: 0 5px 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  box-sizing: border-box;
}

#store .mdropmenu ul li.header_sp_search .box_topsearch.search_container .headerSearch_btn i {
  display: block;
  height: 100%;
}

#store .mdropmenu ul li.header_sp_search .box_topsearch.search_container .headerSearch_btn i:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/icon/ico_search_black.svg);

}


#store .mdropmenu .box_searcWord {
  width: auto;
  max-width: calc(30% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #store .mdropmenu .box_searcWord {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-top: 10px;
  }
}

#store .mdropmenu .box_searcWord .searcWord_tag {
  display: flex;
  flex-wrap: wrap;
}

#store .mdropmenu .box_searcWord .searcWord_tag li {
  margin-right: 10px;
}

#store .mdropmenu .box_searcWord .searcWord_tag li a {
  background-color: #FFFAF2;
  border: 1px solid #EDC9A6;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 6px 10px;
  color: #564E58;
}

@media (min-width: 769px) {
  #store .mdropmenu .box_searcWord .searcWord_tag li a {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  #store .mdropmenu .box_searcWord .searcWord_tag li a {
    font-size: 10px;
    line-height: 12px;
  }
}

#store .mdropmenu .box_searcWord .searcWord_tag li:last-child {
  margin-right: 0;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_gift_aspx .box_tit {
  background-color: #deb798;
  color: #fff;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  width: auto;
}

#store:not(.top_aspx):not(.productdetail_aspx):not(.productlist_aspx):not(.categorylist_aspx).u_page_celebration_aspx .box_tit {
  background-color: #bd4578;
  color: #fff;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  width: auto;
}

/*最新catalog_html抜き出し*/

#store.u_page_catalog_aspx .box_giftscene {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 60px;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_return,
#store.u_page_catalog_aspx .box_giftscene .box_giftscene_celebration {
  display: flex;
  flex-wrap: wrap;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_celebration {
  position: relative;
}

@media (min-width: 1100px) {
  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_celebration:before {
    content: "";
    width: 1px;
    height: calc(100% - 60px);
    display: block;
    position: absolute;
    left: -20px;
    bottom: 0;
    top: 20px;
    margin: auto;
    border-left: 1px dashed #ccc;
  }
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_return .tit-centerborder,
#store.u_page_catalog_aspx .box_giftscene .box_giftscene_celebration .tit-centerborder {
  width: 100%;
  position: relative;
}

@media (max-width: 1099px) {

  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_return .tit-centerborder,
  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_celebration .tit-centerborder {
    margin-bottom: 20px;
  }
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_return .tit-centerborder span,
#store.u_page_catalog_aspx .box_giftscene .box_giftscene_celebration .tit-centerborder span {
  text-indent: -9999%;
  background-color: transparent;
}

#store.u_page_catalog_asp .box_giftscene_return .tit-centerborder:after,
#store.u_page_catalog_asp .box_giftscene_celebration .tit-centerborder:after {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: auto;
  height: auto;
  padding: 3.5% 0;
  margin: 0 auto 0 auto;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
}

@media (max-width: 500px) {

  #store.u_page_catalog_asp .box_giftscene_return .tit-centerborder:after,
  #store.u_page_catalog_asp .box_giftscene_celebration .tit-centerborder:after {
    padding: 14px 0;
  }
}

#store.u_page_catalog_asp .box_giftscene_return .tit-centerborder:after {
  background-image: url(/store/u_page/img/assets/images/top/tit_okaesshi.png);
}

#store.u_page_catalog_asp .box_giftscene_celebration .tit-centerborder:after {
  background-image: url(/store/u_page/img/assets/images/top/tit_oiwai.png);
}

@media (max-width: 768px) {
  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner {
    padding: 0;
  }
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_01 {
  border-color: #db9f8f;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_02 {
  border-color: #edb241;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_03 {
  border-color: #8c7bb1;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_04 {
  border-color: #d27d65;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_05 {
  border-color: #f47278;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_06 {
  border-color: #e7b247;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_07 {
  border-color: #b69191;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col.giftscene_08 {
  border-color: #91b6bf;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_01 a {
  background-image: url("/store/u_page/img/assets/images/top/img_scene_bridalGift.jpg");
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_02 a {
  background-image: url("/store/u_page/img/assets/images/top/img_scene_baby.jpg");
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_03 a {
  background-image: url("/store/u_page/img/assets/images/top/img_scene_koudengaeshi.jpg");
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_04 a {
  background-image: url("/store/u_page/img/assets/images/top/img_scene_celebration.jpg");
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_05 a {
  background-image: url("/store/u_page/img/assets/images/top/img_scene_bridal.jpg");
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_06 a {
  background-image: url("/store/u_page/img/assets/images/top/img_scene_babyGift.jpg");
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_07 a {
  background-image: url("/store/u_page/img/assets/images/top/img_scene_hikidemono.jpg");
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_08 a {
  background-image: url("/store/u_page/img/assets/images/top/img_scene_ippanGift.jpg");
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl a {
  width: 100%;
  padding: 31% 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl dt {
  background-color: transparent;
  color: #333;
  text-shadow: 1px 1px 2px #fff;
  padding: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 19px;
  text-indent: -5px;
}

@media (max-width: 500px) {
  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl dt {
    font-size: 4vw;
  }
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl dt:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_01 dt::before {
  background-image: url("/store/u_page/img/assets/images/top/ico_topScene_bridalGift.svg");
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_02 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_baby.svg);
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_03 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_koudenGaeshi.svg);
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_04 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_celebration.svg);
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_05 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_bridal.svg);
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_06 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_babyGift.svg);
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_07 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_hikidemono.svg);
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.giftscene_08 dt::before {
  background-image: url(/store/u_page/img/assets/images/top/ico_topScene_ippanGift.svg);
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl dd {
  opacity: 0;
  height: 0;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col {
  width: calc(50% - 10px);
  margin: 0 10px;
  border-radius: 20px;
  border: 1px solid transparent;
  box-sizing: border-box;
  box-shadow: 0px 2px 3px #ccc;
}

@media (max-width: 1100px) {
  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col {
    border-radius: 10px;
  }
}

@media (max-width: 500px) {
  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col {
    width: calc(50% - 5px);
  }
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col:nth-of-type(odd) {
  margin: 0 10px 20px 0px;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col:nth-of-type(even) {
  margin: 0 0px 20px 10px;
}

@media (max-width: 500px) {
  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col:nth-of-type(odd) {
    margin: 0 5px 20px 0px;
  }

  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col:nth-of-type(even) {
    margin: 0 0px 20px 5px;
  }
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl.half-col a {
  padding-top: calc(31% * 2);
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner dl:hover>a>dd {
  height: auto;
  opacity: 1;
  padding: 8px;
  box-sizing: border-box;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner ul.itemList {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner ul.itemList li {
  width: calc((100% / 2) - 10px);
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  margin: 20px 10px 0px 0;
  padding: 4px 20px 4px 4px;
  position: relative;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner ul.itemList li:nth-child(2n) {
  margin: 20px 0 0px 10px;
}

#store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner ul.itemList li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  display: block;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1100px) {
  #store.u_page_catalog_aspx .box_giftscene .box_giftscene_inner.list-col2>* {
    width: 100%;
    padding: 0;
  }
}

#store.u_page_catalog_aspx .box_giftscene .tit-centerborder span {
  background-color: #FFFAF2;
}

#store.u_page_catalog_aspx .box_giftscene .tit-beforeicon span:before {
  width: 31px;
  height: 26px;
  background-image: url(/store/u_page/img/assets/images/icon/ico_giftchoice.svg);
}

@media (min-width: 768px) {
  #store.u_page_catalog_aspx .cataloglp>section:not(.kodawari) h3 span.scene_choice {
    font-size: 24px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  #store.u_page_catalog_aspx .cataloglp>section:not(.kodawari) h3 span.scene_choice {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
  }
}

/*couponCode*/
.couponCode {
  display: flex;
  background-repeat: no-repeat;
  background-image: url(/store/u_page/img/assets/images/coupon/bg_couponcode.png);
  background-size: 100%;
}

.couponCode li {
  position: relative;
  /* バルーンを表示するための基準値とする */
  display: inline-block;
  /* インラインブロック要素にする */
}

.couponCode li span {
  opacity: 0;
  /* 最初は透明にして見えなくする */
  position: absolute;
  bottom: -20%;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
  z-index: 1;
  font-size: clamp(9px, 2.5vw, 16px);
}

@media (max-width: 400px) {
  .couponCode li span {
    bottom: -90%;
  }
}

.couponCode li input {
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: calc(100% - 30%);
  height: 1.2em;
  font-size: clamp(11px, 3vw, 28px);
  border: none;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;

}

@media (max-width: 400px) {
  .couponCode li input {
    width: calc(100% - 40%);
  }
}

.couponCode li input:focus+span {
  animation: fade-out 2s ease-in;
  /* inputが選択状態になったときにだけアニメーションを1回実行する */
}

@keyframes fade-out {
  0% {
    visibility: visible;
    opacity: 1;
  }

  /* 最初は表示して、 */
  100% {
    visibility: hidden;
    opacity: 0;
  }

  /* フェードアウトする */
}

.couponCode li:nth-child(1),
.couponCode li:nth-child(2),
.couponCode li:nth-child(3) {
  width: 100%;
  padding-bottom: 11%;
}

.wrapper#store:has(.mainArea.u_page) .BreadCrumbs {
  margin-top: 0px;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}

.wrapper#store:has(.mainArea.u_page) .BreadCrumbs>nav {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.HtmlBottom .BreadCrumbs {
  display: none;
}

/*head telNum hideMenu CSS*/
#store header .statusArea {
  padding: 2px 20px;
  position: relative;
  z-index: 1;
}

#store header .header_inner {
  width: 100%;
  position: relative;
  padding: 0 20px;
}

@media (min-width: 1300px) {
  #store header .header_inner {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  #store header .header_inner {
    width: 100%;
    padding: 0 20px 0 20px;
  }
}

@media (min-width: 1280px) {
  #store header .header_inner {
    width: 100%;
  }
}

#store header .header_inner .shopInfo {
  display: none;
}

@media (min-width: 768px) {
  #store header .header_inner .shopNavi {
    margin: -58px 0px 0 auto;
    width: calc(100% - 310px);
    justify-content: flex-end;
  }
}

@media (max-width: 800px) {
  #store header .header_inner .shopNavi {
    font-size: 12px;
  }
}

#store header .header_inner .shopNavi li a {
  position: relative;
}

@media (min-width: 768px) {
  #store header .header_inner .shopNavi.memberMenu {
    margin-right: 56px;
    margin-top: -60px;
  }
}

@media (min-width: 1000px) {
  #store header .header_inner .shopNavi.memberMenu {
    margin-top: -70px;
  }
}

#store header .header_inner .shopNavi.memberMenu li i {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

#store header .header_inner .shopNavi li a i:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 1350px) and (min-width: 768px) {
  #store header.is-fixed .header_inner .logoArea {
    padding: 10px 60px 10px 0;
  }
}

@media (min-width: 768px) {
  #store header.is-fixed .header_inner .shopNavi {
    margin-bottom: 0;
    width: calc(100% - 270px);
    margin-right: 60px;
    margin-left: auto;
    margin-top: -25px;
    justify-content: flex-end;
  }
}

@media (min-width: 1000px) {
  #store header.is-fixed .header_inner .shopNavi {
    width: auto;
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 10px;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  #store header.is-fixed .header_inner .shopNavi.memberMenu {
    margin-top: -35px;
  }
}

@media (min-width: 1000px) {
  #store header.is-fixed .header_inner .shopNavi.memberMenu {
    margin-top: 0;
    margin-left: 0;
    margin-right: 50px;
  }
}

@media (min-width: 768px)and(max-width: 1000px) {
  #store header.is-fixed .header_inner .shopNavi.memberMenu {
    margin-top: -35px;
  }
}

#store header .header_inner .cart {
  top: 52px;
}

@media (max-width: 1130px) {
  #store header .header_inner .cart {
    top: 42px;
  }
}

@media (max-width: 1280px) {
  #store header .header_inner .cart {
    right: 18px;
  }
}

@media (max-width: 999px) {
  #store header .header_inner .cart {
    top: 37px;
  }
}

@media (max-width: 768px) {
  #store header .header_inner .cart {
    top: 0px;
  }
}

@media (min-width: 768px) {
  #store header.is-fixed .header_inner .cart {
    margin-top: 11px;
    right: 0px;
    top: 0;
  }
}

@media (min-width: 1000px) {
  #store header.is-fixed .header_inner .cart {
    margin-top: 2px;
    right: 0px;
    top: 0;
  }
}

@media (min-width: 1350px) {
  #store header.is-fixed .header_inner .cart {
    margin-top: 15px;
    right: -7px;
    top: 0;
  }
}

@media (min-width: 1280px) {
  #store header .header_inner .cart {
    right: 18px;
  }
}

@media (min-width: 768px) {
  #store header.is-fixed .header_inner .shopNavi.memberMenu li i {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 0.5em;
  }
}

@media (min-width: 768px) {
  #store header.is-fixed .header_inner .shopNavi li a i:before {
    width: 14px;
    height: 14px;
    margin-bottom: -1px;
    right: auto;
  }
}

@media (min-width: 768px) {
  #store header.is-fixed .header_inner .shopNavi li {
    width: auto;
  }
}

#store header.is-fixed .header_inner .shopNavi li a {
  display: flex;
  align-items: center;
}

.visuallyhidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

@media screen and (max-width:768px) {

  /* スマホ - アコーディオン停止*/
  #store header .navi>ul>li .child_cate {
    display: none !important;
  }
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl.verticalRow {
  border-right: solid 1px #E4E4E4;
  width: 25%;
  padding: 10px;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left dl.verticalRow dd ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl.verticalRow>dd>ul.listArrow>li {
  width: calc(100% - 60px);
  padding-left: 50px;
  position: relative;
  display: flex;
  align-items: center;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left ul.productlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  padding: 20px;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left ul.productlist li {
  width: calc((100% / 4) - 40px);
  background-color: #FFF;
  border: solid 1px #dbdad4;
  padding: 10px;
  box-sizing: border-box;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left ul.productlist li a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#store header .navi>ul>li .child_cate .child_cate_inner .child_cate_left ul.productlist li a .productname {
  display: grid;
  place-items: center;
  width: 66%;
  text-align: center;
}

/* display:fixed解除*/
#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left.display_bl {
  display: block !important;
}

/* before解除*/
#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow.beforeNone>li>a:before {
  content: none;
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner .child_cate_left>dl>dd>ul.listArrow.beforeNone>li {
  width: calc(25% - 60px)
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner>a.seeMore {
  display: block;
  padding: 0px 15px 0px 46px;
  text-decoration: underline;
  font-weight: 500;
}

#store header .navi>ul>li.inner_ico .child_cate .child_cate_inner>a.seeMore:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  display: inline-block;
  margin-left: 0.5em;
}

#store.top_aspx .box_pickupCataloggift .pickup-heading .sub-text {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

#store.top_aspx .box_pickupCataloggift .pickup-heading .sub-text:before {
  display: none;
}

@media (max-width: 766px) {
  #store.top_aspx .box_pickupCataloggift .pickup-heading .sub-text {
    font-size: 12px;
    line-height: 22px;
  }
}