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;
}
