@charset "utf-8";

/* lyaout BASIC---------------------------------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

[data-browse-mode="P"] .block-event-page--accessory .block-thumbnail-t--items li {
  background-color: #FFFFFF !important;
  background: #FFFFFF !important;
}

[data-browse-mode="S"] .block-event-page--accessory .block-thumbnail-t--items li {
  background: none !important;
  background-color: #FFFFFF !important;
}


body[data-browse-mode="P"] .block-event-page--accessory .block-thumbnail-t--items li {
  background: none !important;
  background-color: #FFFFFF !important;
}

body[data-browse-mode="S"] .block-event-page--accessory .block-thumbnail-t--items li {
  background: none !important;
  background-color: #FFFFFF !important;
}

body {
  margin: 0;
}

.pane-main {
  margin: 0;
}

.container {
  padding: 0 !important;
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .for-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sale--inner {
    max-width: 1000px !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .under-line span {
    font-size: 25px;
  }

  .sale--inner {
    width: 96% !important;
  }
}

.container .pane-left-menu {
  display: none;
}

.eventpage-sale a {
  text-decoration: none;
}

.under-line {
  background: linear-gradient(transparent 90%, #e60012 90%);
  display: inline;
  line-height: 1.2;
}

.under-line span {
  font-size: 54px;
}

/***************************  MAIN ***************************/

.mv-block h1 {
  width: 100%;
  padding: 0 !important;
}

.mv-block h1 img {
  width: 100%;
}

#sset2510 .main_wrapper {}

#sset2510 h2.ttl_red {
  background-color: #990014;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  color: #FFF;
  margin-bottom: 50px;
  line-height: 1;
  padding: 3px;
}

#sset2510 .inner {
  width: 750px;
  margin: 0 auto;
  padding: 100px 0;
}

#sset2510 .block02 .inner {
  margin: 0 auto;
  padding: 60px 0;
}

/***************************  BLOCK01 ***************************/
#sset2510 .block01 {
  background: url(bg01.jpg);
  background-size: cover;
}

#sset2510 .block01 p {
  font-size: 20px;
  text-align: center;
  padding-bottom: 50px;
}

/***************************  BLOCK02 ***************************/
#sset2510 .block02 {
  background: url(bg02.jpg);
  background-size: cover;
}

#sset2510 .block02 .s_comment {
  margin-bottom: 30px;
  display:none;
}

#sset2510 .block02 .s_comment:nth-of-type(3) {
  margin-bottom: 100px;
}

#sset2510 .block02 .howto_main {
  width: 580px;
  margin: 0 auto;

}

#sset2510 .block02 .howto_main p.line_red {
  padding-top: 40px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
}

#sset2510 .block02 .howto_main p.line_red .line {
  border-bottom: 5px solid red;
  display: inline-block;
  padding-bottom: 3px;
  line-height: 1.5;
}

.blck_timing {
  padding: 30px 20px;
  text-align: center;
}

.blck_timing ul {
  display: inline-block;
  padding: 40px 40px;
  margin: 0;
  list-style: none;
  border: 5px solid #777777;
  width: 750px;
}

.blck_timing h5 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 0 10px;
  background: url(bg02.jpg);
  display: inline-block;
  position: relative;
  top: 22px;

}

.blck_timing ul li {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin: 0 40px;
  padding-left: 25px;
  position: relative;
}

.blck_timing ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('check.png');
  background-size: cover;
  background-repeat: no-repeat;
}

/***************************  BLOCK03 ***************************/
#sset2510 .block03 {
  background: url(bg03.jpg);
  background-size: cover;
}

#sset2510 .block03 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

#sset2510 .block03 h2.ttl_red {
  width: 640px;
  margin: 0 auto;
  margin-bottom: 60px;
}

#sset2510 .product-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 1200px;
  margin: 0 auto;
}

#sset2510 .product-features .feature-item {
  background: linear-gradient(to right, #1b1b1b, #383838);
  width: 100%;
  height: 360px;
  box-sizing: border-box;
  color: #fff;
}

#sset2510 .product-features .feature-item .num {
  position: relative;
  height: 0px;
}

#sset2510 .product-features .feature-item .num em {
  position: relative;
  display: block;
  background-image: url('num_corner.png');
  background-size: 109px 106px;
  background-repeat: no-repeat;
  font-size: 67px;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  padding-left: 20px;
  width: 109px;
}

#sset2510 .product-features .feature-detail {
  text-align: center;
  padding-top: 25px;
}

#sset2510 .product-features .feature-detail img {
  width: 100px;
}


#sset2510 h3.feature-title {
  padding-top: 40px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 10px;
  height: 100px !important;
  line-height: 1.4;
}

h3.feature-title.oneline {
  margin-top: 20px;
  margin-bottom: -20px;
}

#sset2510 h3.feature-title .line {
  position: relative;
  display: inline-block;
  z-index: 1;
}

#sset2510 .feature-description {
  font-size: 20px;
  line-height: 1.6;
  padding-left:10px;
}

#sset2510 .feature-description.small {
  font-size: 14px;
  line-height: 1.6;
  margin-top: -12px;
}

#sset2510 h3.feature-title .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0em;
  width: 100%;
  height: 5px;
  background-color: red;
  z-index: -1;
}

/***************************  BLOCK04 ***************************/
#sset2510 .block04 {
  background: url(bg04.jpg);
  background-size: cover;
}

#sset2510 .block04 .inner {
  padding-bottom: 60px;
}

#sset2510 .block04_subttl {
  width: 530px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#sset2510 .block04 .item_block01 {
  width: 750px;
  background: url(sset_item_bg.jpg);
  background-size: cover;
  padding: 50px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

#sset2510 .block04 .item_block01 .btn_favorite {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  border-radius: 50% !important;
  width: 80px;
  height: 80px;
  background-color: #585858;
}

#sset2510 .block-thumbnail-t--goods-bookmark a.block-goods-favorite--btn {
  background-image: url("/img/usr/common/ico_bookmark_g.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  position: absolute;
  top: 17px;
  left: 24px;
}

#sset2510 .btn_favorite span {
  color: #FFFFFF;
  font-size: 11px;
  position: absolute;
  top: 49px;
  left: 14px;
}

#sset2510 .block04 .item_block01 h4 {
  color: #565656;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  font-size: 38px;
  padding-bottom: 15px;
}

#sset2510 .block04 .item_block01 img {
  width: 440px;
  margin-bottom: 20px;
}

#sset2510 .item_block01 h5,
.item_block01 h6 {
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

#sset2510 .item_name {
  font-size: 18px;
  padding-bottom: 10px;
}

#sset2510 .b_price span {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-size: 44px;
  color: #FFFFFF;
}

#sset2510 .b_price,
#sset2510 .b_price em {
  position: relative;
  font-weight: bold;
  font-size: 23px;
  padding: 2px;
}

#sset2510 .b_price em::before {
  content: "（税込）";
  position: absolute;
  top: -0.3em;
  /* 円の上に配置 */
  left: 0;
  font-size: 9px;
  color: #FFF;
  line-height: 1;
}

#sset2510 .btn_buy {
  text-align: center;
  padding-top: 15px;
}

#sset2510 .btn_buy a {
  position: relative;
  background: linear-gradient(to right, #660c00, #c40d00);
  display: block;
  width: 380px;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 24px;
  padding: 15px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
}

#sset2510 .btn_buy a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 20px;
  height: 21px;
  background-image: url(btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#sset2510 .block04 .item_block02 {
  width: 750px;
  background-color: #FFFFFF;
  padding: 50px;
  text-align: center;
  margin-bottom: 60px;
  background-image: url(sttl_osusume.png);
  background-size: 185px 42px;
  background-repeat: no-repeat;
}

#sset2510 .block04 .item_block02 img {
  width: 380px;
  margin-bottom: 20px;
}

#sset2510 .item_block02 h5,
.item_block02 h6 {
  color: #000000;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

#sset2510 .item_block02 .b_price span {
  color: #000000;
}

#sset2510 .item_block02 .b_price em::before {
  color: #000000;
}


/***************************  BLOCK05 ***************************/
#sset2510 .block05 {
  background: url(bg05.jpg);
  background-size: cover;
}

#sset2510 .review-list {
  padding: 0 20px;
  max-width: 800px;
  margin: 0 auto;
}

#sset2510 .block05 .review-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

#sset2510 .block05 .r_avatar img {
  width: 120px;
}

#sset2510 .block05 .balloon {
  width: 600px;
  padding-left: 45px;
  position: relative;
  background-image: url(balloon_arrw.png);
  background-repeat: no-repeat;
  background-position: 22px 45px;
  background-size: 24px auto;
}

#sset2510 .block05 .b_inner {
  width: 542px;
  background-color: #FFFFFF;
  color: #1b1b1b;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8;
}

#sset2510 .block05 .b_inner .rmeta {
  padding-top: 15px;
  font-size: 16px;
}

#sset2510 .block05 .highlight {
  background-color: #910719;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px;
}

.item_block_top {
  background: url(sset_item_bg.jpg);
  background-size: cover;
  padding: 30px;
  text-align: center;

  position: relative;
}

#sset2510 ..item_block_top h5,
.item_block01 h6 {
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

#sset2510 .item_block_top .item_name {
  font-size: 22px;
  padding-bottom: 0px;
  color: #FFFFFF;
  font-weight:bold;
  margin-bottom:-10px;
}

#sset2510 .item_block_top .b_price span {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-size: 50px;
  color: #FFFFFF;
}

#sset2510 .item_block_top .b_price,
#sset2510 .item_block_top .b_price em {
  position: relative;
  font-weight: bold;
  font-size: 30px;
  padding: 2px;
  color: #FFFFFF;
}

#sset2510 .item_block_top .b_price em::before {
  content: "（税込）";
  position: absolute;
  top: -0.6em;
  /* 円の上に配置 */
  left: 2px;
  font-size: 9px;
  color: #FFF;
  line-height: 1;
}



/************************************ SMARTPHONEE ************************************/

@media screen and (max-width: 767px) {

/***************************  MAIN ***************************/

.mv-block h1 {
  width: 100%;
  padding: 0 !important;
}

.mv-block h1 img {
  width: 100%;
}

#sset2510 .main_wrapper {}

#sset2510 h2.ttl_red {
  background-color: #990014;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #FFF;
  margin-bottom: 25px;
  line-height: 1;
  padding: 3px;
}

#sset2510 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px;
}

#sset2510 .block02 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 50px 10px;
}

/***************************  BLOCK01 ***************************/
#sset2510 .block01 {
  background: url(bg01.jpg);
  background-size: cover;
}

#sset2510 .block01 p {
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 50px;
}

/***************************  BLOCK02 ***************************/
#sset2510 .block02 {
  background: url(bg02.jpg);
  background-size: cover;
}

#sset2510 .block02 .s_comment {
  margin-bottom: 15px;
}

#sset2510 .block02 .s_comment:nth-of-type(3) {
  margin-bottom: 45px;
}

#sset2510 .block02 .howto_main {
  width: 100%;
  margin: 0 auto;
  text-align:center;
}
#sset2510 .block02 .howto_main img {
  width: 80%;
}

#sset2510 .block02 .howto_main p.line_red {
  padding-top: 20px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
}

#sset2510 .block02 .howto_main p.line_red .line {
  border-bottom: 2px solid red;
  display: inline-block;
  padding-bottom: 1px;
  line-height: 1.1;
  margin-bottom:3px;
}

.blck_timing {
  padding: 10px 0px;
  text-align: center;
}

.blck_timing ul {
  display: inline-block;
  padding: 25px 5px;
  margin: 0;
  list-style: none;
  border: 2px solid #777777;
  width: 100%;
}

.blck_timing h5 {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0 10px;
  background: url(bg02.jpg);
  display: inline-block;
  position: relative;
  top: 13px;
}

.blck_timing ul li {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  margin: 0 15px;
  padding-left: 20px;
  position: relative;
}

.blck_timing ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url('check.png');
  background-size: cover;
  background-repeat: no-repeat;
}

/***************************  BLOCK03 ***************************/
#sset2510 .block03 {
  background: url(bg03.jpg);
  background-size: cover;
}

#sset2510 .block03 .inner {
  width: 100%;
  margin: 0 auto;
  padding: 46px 10px;
}

#sset2510 .block03 h2.ttl_red {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

#sset2510 .product-features {
  display: block;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}

#sset2510 .product-features .feature-item {
  background: linear-gradient(to right, #1b1b1b, #383838);
  width: 100%;
  height: auto;
  box-sizing: border-box;
  color: #fff;
  margin-bottom:5px;
}

#sset2510 .product-features .feature-item .num {
  position: relative;
  height: 0px;
}

#sset2510 .product-features .feature-item .num em {
  position: relative;
  display: block;
  background-image: url('num_corner.png');
  background-size: 39px 39px;
  background-repeat: no-repeat;
  font-size: 26px;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  padding-left: 6px;
  width: 109px;
  font-style: normal;
}

#sset2510 .product-features .feature-detail {
  
display: flex;
  align-items: center;
  justify-content: flex-start;

  text-align: center;
  padding-top: 20px;
}

#sset2510 .product-features .feature-detail img {
  width: 17%;
  margin-right:10px;
  margin-left:20px;
  margin-top:-20px;
}

  
#sset2510 .product-features .feature-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}


#sset2510 h3.feature-title {
  padding-top: 0px;
  margin: 0 0 0px;
  color: #FFF;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 0px;
  line-height: 1.4;
  height:auto!important;
}

h3.feature-title.oneline {
  margin-top: 20px;
  margin-bottom: -20px;
}

#sset2510 h3.feature-title .line {
  position: relative;
  display: inline-block;
  z-index: 1;
}

#sset2510 .feature-description {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 20px;
  padding-right: 10px;
}

#sset2510 .feature-description.small {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 0px;
}

#sset2510 h3.feature-title .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0em;
  width: 100%;
  height: 5px;
  background-color: red;
  z-index: -1;
}

/***************************  BLOCK04 ***************************/
#sset2510 .block04 {
  background: url(bg04.jpg);
  background-size: cover;
}

#sset2510 .block04 .inner {
  padding-bottom: 1px;
}

#sset2510 .block04_subttl {
  width: 76%;
  margin: 0 auto;
  padding-bottom: 13px;
}

#sset2510 .block04 .item_block01 {
  width: 100%;
  background: url(sset_item_bg.jpg);
  background-size: cover;
  padding: 20px;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

#sset2510 .block04 .item_block01 .btn_favorite {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  border-radius: 50% !important;
  width: 47px;
  height: 47px;
  background-color: #585858;
}

#sset2510 .block-thumbnail-t--goods-bookmark a.block-goods-favorite--btn {
  background-image: url("/img/usr/common/ico_bookmark_g.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  position: absolute;
  top: -3px;
  left: 0px;
}

#sset2510 .btn_favorite span {
  color: #FFFFFF;
  font-size: 7px;
  position: absolute;
  top: 30px;
  left: 6px;
}

#sset2510 .block04 .item_block01 h4 {
  color: #565656;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 15px;
}

#sset2510 .block04 .item_block01 img {
  width: 100%;
  margin-bottom: 20px;
}

#sset2510 .item_block01 h5,
.item_block01 h6 {
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

#sset2510 .item_name {
  font-size: 16px;
  padding-bottom: 0px;
}

#sset2510 .b_price span {
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-size: 44px;
  color: #FFFFFF;
}

#sset2510 .b_price,
#sset2510 .b_price em {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  padding: 2px;
  font-style:normal;
}

#sset2510 .b_price em::before {
  content: "（税込）";
  position: absolute;
  top: -0.3em;
  left: 2px;
  font-size: 6px;
  color: #FFF;
  line-height: 1;
}

#sset2510 .btn_buy {
  text-align: center;
  padding-top: 8px;
}

#sset2510 .btn_buy a {
  position: relative;
  background: linear-gradient(to right, #660c00, #c40d00);
  display: block;
  width: 80%;
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 16px;
  padding: 13px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif;
  font-weight: bold;
}

#sset2510 .btn_buy a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background-image: url(btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#sset2510 .block04 .item_block02 {
  width: 100%;
  background-color: #FFFFFF;
  padding: 28px;
  text-align: center;
  margin-bottom: 60px;
  background-image: url(sttl_osusume.png);
  background-size: 120px 27px;
  background-repeat: no-repeat;
}

#sset2510 .block04 .item_block02 img {
  width: 100%;
  margin-bottom: 10px;
}

#sset2510 .item_block02 h5,
.item_block02 h6 {
  color: #000000;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
}

#sset2510 .item_block02 .b_price span {
  color: #000000;
}

#sset2510 .item_block02 .b_price em::before {
  color: #000000;
}


/***************************  BLOCK05 ***************************/
#sset2510 .block05 {
  background: url(bg05.jpg);
  background-size: cover;
}

#sset2510 .review-list {
  padding: 0 0px;
  max-width: 100%;
  margin: 0 auto;
}

#sset2510 .block05 .review-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

#sset2510 .block05 .r_avatar img {
  width: 65px;
}

#sset2510 .block05 .balloon {
  width: 80%;
  padding-left: 19px;
  position: relative;
  background-image: url(balloon_arrw.png);
  background-repeat: no-repeat;
  background-position: 4px 21px;
  background-size: 15px auto;
}

#sset2510 .block05 .b_inner {
  width: 100%;
  background-color: #FFFFFF;
  color: #1b1b1b;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.8;
}

#sset2510 .block05 .b_inner .rmeta {
  padding-top: 8px;
  font-size: 13px;
}

#sset2510 .block05 .highlight {
  background-color: #910719;
  color: #FFFFFF;
  font-weight: bold;
  padding: 1px;
}

}