body {
    -webkit-text-size-adjust: 100%;
}

/* =======================================================
color
======================================================= */
.contents--gray {background-color: #f5f5f5!important;}
.contents--yellow {background: #fffcf3!important; }
.contents--pink {background: #f9efef!important;}
.contents--pinkLight {background: #fdf3f1!important; }
.contents--blue {background: #ebf2f8!important; }
.contents--green {background: #f6f9ea!important; }
.contents--purple {background: #f4f1ff!important; }

.bg--gray {background-color: #f5f5f5!important;}
.bg-yellow {background: #fffcf3!important; }
.bg-pink {background: #f9efef!important; }
.bg-pinkLight {background: #fdf3f1!important; }
.bg-blue {background: #ebf2f8!important; }
.bg-green {background: #f6f9ea!important; }
.bg-purple {background: #f4f1ff!important; }

.text-red { color: #a50319!important; }
.text-yellow {color: #846300!important; }
.text-pink {color: #c95a9f!important; }
.text-pinkLight {color: #ea6e8d!important; }
.text-blue {color: #408bc9!important; }
.text-green {color: #20a091!important; }
.text-purple {color: #8256bf!important; }

/* =======================================================
ampaign_decoration
======================================================= */
/* label
---------------------------------------------- */
.campaign_decoration--label {
    line-height: 1;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 100px;
    display: inline-block;
    background: #222222;
    color: #ffffff !important;
    padding: 10px 25px;
}

.campaign_decoration--label.decoration_color--yellow {
  background: #efbc23;
}
.campaign_decoration--label.decoration_color--pink {
  background: #c95a9f;
}
.campaign_decoration--label.decoration_color--pinkLight {
  background: #ea6e8d;
}
.campaign_decoration--label.decoration_color--blue {
  background: #408bc9;
}
.campaign_decoration--label.decoration_color--green {
  background: #20a091;
}
.campaign_decoration--label.decoration_color--purple {
  background: #8256bf;
}

/*================================
 ttl
================================*/
.decoration_color--red {
    border-left: 10px solid #a50319;
    padding-left: 20px;
}
.decoration_color--yellow {
    border-left: 10px solid #efbc23;
    padding-left: 20px;
}
.decoration_color--pink {
    border-left: 10px solid #c95a9f;
    padding-left: 20px;
}
.decoration_color--pinkLight {
    border-left: 10px solid #ea6e8d;
    padding-left: 20px;
}
.decoration_color--blue {
    border-left: 10px solid #408bc9;
    padding-left: 20px;
}
.decoration_color--green {
    border-left: 10px solid #20a091;
    padding-left: 20px;
}
.decoration_color--purple {
    border-left: 10px solid #8256bf;
    padding-left: 20px;
}

/*================================
contents
================================*/
.contents li, .contents dt, .contents dd {
    max-height: none;
}

.contents {
    border-top: 1px solid #e5e5e5;
    width: 980px;
    margin: 0 auto;
}

.contents--gray {
    background-color: #f5f5f5;
}

.contents--top {
    border-top: none;
    width: 100%;
    padding: 0;
}

.contents_wrapper {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.contents_inner {
    width: 980px;
}

.contents_inner .inner_box {
    width: 900px;
    margin: 0 auto;
}

.contents.border_none {
    border: 0;
}

.contents .width_full {
    width: 100%;
}

.contents .img_box {
    text-align: center;
    margin: 0 auto;
}
/*.contents .img_box:not(:first-child) {
    margin: 0 auto 30px auto;
}*/

/*================================
main_visual
================================*/
.campaign_main_visual_img {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

/*================================
 nav
================================*/
.nav ul {
    text-align: center;
    margin-top: 0;
}

.nav li {
    margin-top: 30px;
}

.nav li img {
    width: 900px;
}

/*================================
 item_box
================================*/
.item_box {
    width: 900px;
    margin: 0 auto 30px auto;
    border: 2px solid #e5e5e5;
    background-color: #fff;
}

.box-white {
    background: #ffffff;
    padding: 30px;
    border: 2px solid #e3e3e3;
}

/*================================
 cart_item
================================*/
.cart_item_box li {
    position: relative;
}

.cart_item_box li a.cover_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.cart_item_box li.border_top {
    border-top: 2px solid #e3e3e3;
    margin-top: calc(28px * 1.3);
}

.cart_item_box {
    width: 900px;
    margin: 0 auto 30px auto;
    border: 2px solid #e5e5e5;
    background-color: #fff;
}

.cart_item_box dl dt {
    font-weight: bold;
    color: #a50319;
    background-color: #fff8f9;
    padding: 25px 30px;
}

.cart_item_box dl dt .ttl_text {
    font-size: 30px;
}

.cart_item_box dl dd {
    padding: 30px;
    border-top: 2px solid #e5e5e5;
}

.cart_item_box .item_img {
    text-align: center;
}

.cart_item_box .item_img img {
    width: 100%;
}

.cart_item_box .ttl_tag {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #000000;
    padding: 7px 20px;
    margin-top: 30px;
    border-radius: 30px;
}

.cart_item_box .item_name {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cart_item_box .item_text {
    display: inline-block;
    font-size: 24px;
}

.cart_item_box .item_price {
    font-size: 34px;
    font-weight: bold;
    margin-top: 45px;
}

.cart_item_box .item_price small {
    font-weight: normal;
    font-size: 24px;
}

.cart_item_box .item_price .item_sp_price {
    font-weight: bold;
    color: #a50319;
}

/*================================
 button
================================*/
select::-ms-expand {
	display: none;
}

.sw-ProductsItemContent_diabledButton {
    position: relative;
    width: 100%;
    height: calc(88px * 1.3);
    background-color: #A5A5A5;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: calc(88px * 1.3);
    font-size: calc(28px * 1.3);
    font-weight: bold;
    z-index: 1;
    margin-top: 30px;
}

.sw-ProductsItemContent_Buttons .cartBtn {
    width: 100%;
    text-align: center;
    font-size: calc(28px * 1.3);
    box-sizing: border-box;
    margin-top: 30px;
}
.sw-ProductsItemContent_Buttons .cartBtn a {
    position: relative;
    color: #ffffff;
    display: block;
    line-height: calc(88px * 1.3);
    font-weight: bold;
    border-radius: 10px;
    background-color: #a50319;
    z-index: 3;
    margin-top: 30px;
}

.item_btns {
    position: relative;
    z-index: 3;
}

.item_btns a {
    width: 100%;
    height: calc(88px * 1.3);
    background-color: #A50319;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    line-height: calc(88px * 1.3);
    font-size: calc(28px * 1.3);
    font-weight: bold;
    display: block;
    margin-top: 30px;
    position: relative;
}

/*================================
 ご使用順序など
================================*/

.cart_item_box .item_note.bdr {
    font-size: 32px !important;
    margin-top: 30px;
    background: #fff;
}

.cart_item_box .bdr {
    font-size: 32px !important;
    padding: 30px 30px;
    background: #f7f7f7;
    border: 2px solid #e3e3e3;
}

.cart_item_box .bdr_red {
    border: 2px solid #a50319;
    color: #a50319;
    background: #ffffff;
}

/*================================
font
================================*/
.contents .h2 {
    font-size: 48px;
}

.contents .h3,
.contents .ttl_text {
    font-size: 42px;
}

.contents .note {
    font-size: 24px;
}

.contents p {
    font-size: 34px;
}

.contents p.ttl_text {
    font-size: 34px;
}

/* =======================================================
sp_font
======================================================= */
.sp_view .contents_wrapper p {
    font-size: calc(32px * 1.2);
    line-height: 1.4;
}

.sp_view .contents_wrapper p.note {
    font-size: calc(32px * 1);
    line-height: 1.4;
}

.sp_view .contents_wrapper .cart_item_box dl dt .ttl_text {
    font-size: calc(30px * 1.3);
    line-height: 1.4;
}

.sp_view .contents_wrapper .h3,
.sp_view .contents_wrapper .ttl_text {
    font-size: calc(34px * 1.3);
    line-height: 1.4;
}

.sp_view .contents_wrapper .contents_head dt {
    font-size: calc(28px * 1.3);
    line-height: 1.4;
}
.sp_view .contents_wrapper .contents_head dd {
    font-size: calc(34px * 1.3);
    line-height: 1.4;
}

.sp_view .contents_wrapper .cart_item_box .ttl_tag {
    font-size: calc(22px * 1.3);
    line-height: 1.4;
}

.sp_view .contents_wrapper .cart_item_box .item_name {
    font-size: calc(34px * 1.3);
    line-height: 1.4;
}

.sp_view .contents_wrapper .cart_item_box .item_name small {
    font-size: calc(24px * 1.3);
    line-height: 1.4;
    display: inline-block;
}

.sp_view .contents_wrapper .cart_item_box .item_price {
    font-size: calc(34px * 1.3);
    line-height: 1.4;
}

.sp_view .contents_wrapper .cart_item_box .item_price small {
    font-size: calc(24px * 1.3);
    line-height: 1.4;
}

.sp_view .contents_wrapper .item_btns a {
    width: 100%;
    height: calc(88px * 1.3);
    border-radius: 10px;
    line-height: calc(88px * 1.3);
    font-size: calc(28px * 1.3);
}

.sp_view .contents_wrapper .width_full {
    width: 100%;
}

/*================================
 show_more
================================*/
.js_box_hidden {
	overflow: hidden;
}
/*.js_show_more {
	width: 100%;
	height: 70px;
	line-height: 70px;
	padding-top: 70px;
	margin-top: -70px;
	text-align: left;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	cursor: pointer;
	transition: bottom 0.2s;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	z-index: 2;
	position: relative;
}*/
.js_show_more.active {
    background: none;
    padding-top: 0;
    margin-top: 30px;
}

/* select_cart */
.sw-ProductsItemContent_selectBox{
  position: relative;
  width: 100%;
  height: 70px;
  margin-top: 25px;
  padding-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #e3e3e3;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 70px;
  background: #fff url('/images/icon_select.png') 100% 0 no-repeat;
  background-size: 66px 66px;
  z-index: 3;
  font-size: 2.8rem;
}

/*================================
 slider
================================*/
.js_slider.swiper-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
}

.js_slider .swiper-wrapper > div {
    position: relative;
}

.js_slider .swiper-slide > *:first-child {
    margin-top: 0!important;
}

.js_slider .swiper-slide > *:last-child {
    margin-bottom: 0!important;
}

.js_slider .swiper-button-next,
.js_slider .swiper-button-prev {
    background: #262626 url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 54.56 109.13"><defs><style>.cls-1{fill:none;}.cls-2{fill:%23ffffff;}</style></defs><g id="レイヤー_2" data-name="レイヤー 2"><g id="レイヤー_1-2" data-name="レイヤー 1"><polygon class="cls-1" points="0 21.21 0 87.92 33.35 54.56 0 21.21"/><polygon class="cls-2" points="33.35 54.56 0 87.92 0 109.13 54.56 54.56 0 0 0 21.21 33.35 54.56"/></g></g></svg>') no-repeat center center;
    background-size: 16px 32px;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: inherit;
    bottom: 0;
    outline: none;
}

.js_slider .swiper-button-next::after,
.js_slider .swiper-button-prev::after {
    display: none;
}

.js_slider .swiper-button-next {
    right: 0;
}

.js_slider .swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
}

.js_slider .swiper-button-next.swiper-button-disabled,
.js_slider .swiper-button-prev.swiper-button-disabled {
    opacity: .50;
}

.js_slider .swiper-pagination {
    bottom: 14px;
}

.js_slider .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    background-color: #c9c9c9;
    opacity: 1;
}

.js_slider .swiper-pagination-bullet-active {
    background-color: #c6061a;
}

.js_slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}


.contents--pinkRed {
    background-color: #f5bab9;
  }
  
  .contents {
    padding-top: 0 !important;
  }
  
  .index__width {
    width: 900px;
    margin: 0 auto;
  }
  
  .index__margin {
    margin-top: -120px;
  }

  .index__position {
    position: relative;
    z-index: 100;
}

.cart_item_box {
    margin-bottom: 0;
}
  
  .pinkLabel {
    background-color: #f34d97 !important;
  }
  
  .prdctDetail_itemRightPriceBox {
    background-color: #f5f5f5;
    padding: 17px 2px 19px 20px;
    margin-top: 30px;
  }
  
  .prdctDetail_itemRightPriceBox.box_color--red {
    background-color: #fff6f7;
  }
  
  .prdctDetail_itemRightPrice, .prdctDetail_itemRightSpecialPrice {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0px !important;
  }
  
  .prdctDetail_itemRightPrice {
    font-size: 34px !important;
    font-weight: bold;
  }
  
  .prdctDetail_itemRightSpecialPrice {
      font-size: 3.2rem !important;
      font-weight: bold;
      color: #a70011;
  }
  
  .prdctDetail_itemRightPrice span  {
      font-size: 24px !important;
  }

  .small  {
    font-size: 28px !important;
}
  
  .prdctDetail_itemRightPriceBox .prdctDetail_itemRightPriceLabel .prdctDetail_itemRightPriceIcon {
    color: #ffffff;
    background-color: #a50319;
    font-size: 28px !important;
    font-weight: bold;
    padding: 7px 9px;
    border-radius: 3px;
    margin-left: 10px;
}

.sp_view .prdctDetail_itemRightPrice {
    font-size: calc(34px * 1.3) !important;
    line-height: 1.4 !important;
}

.sp_view .small  {
    font-size: 40px !important;
}

.sp_view .prdctDetail_itemRightPriceBox .prdctDetail_itemRightPriceLabel .prdctDetail_itemRightPriceIcon {
    font-size: 36px !important;
    padding: 11px 13px;
    border-radius: 5px;
}
