@charset "UTF-8";
/*TOPに戻るボタン*/
.top_btn_area {
  width: 100%;
  position: fixed;
  margin: auto;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
}
.top_btn_area img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.top_btn_area .top_btn {
  width: 100px;
  height: 115px;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
}

/*TOPに戻るボタン　ここまで*/
.elm_sec_heading_5th .txt_heading {
  margin-top: 20px;
}

/*.mdl_box_item_5th {
	.txt {
		margin-bottom: 5px;
	}
	.txt_price {
		span {
			text-decoration: line-through;
		}
	}
}*/
h2 {
  color: #ad8712 !important;
}
h2::after {
  background-color: #ad8712 !important;
}

.product__inner h1 {
  color: #4e3227;
}

.box__inner--voice .ttl__warp {
  text-align: center;
}
.box__inner--voice .ttl__warp h3 {
  display: inline;
  background-color: #ad8712;
  color: #fff;
  padding: 5px 7px;
}

.notes_right {
  text-align: right;
}

/*商品一覧*/
.block__warp--sale {
  position: relative;
}
.block--sale {
  position: absolute;
}

.img--campaignB {
  margin-bottom: 0;
}

.txt_price span {
  text-decoration: line-through;
}
.txt_price--B span {
  text-decoration: line-through;
}

.percent {
  display: inline;
  color: #fff;
  padding: 2px 5px;
}
.percent_red {
  background-color: #db1b49;
}
.percent_orange {
  background-color: #ff6600;
}
.percent_green {
  background-color: #91bd0a;
}
.percent--B {
  display: inline;
  color: #fff;
  padding: 2px 5px;
}
.percent--B_red {
  background-color: #db1b49;
}
.percent--B_orange {
  background-color: #ff6600;
}
.percent--B_green {
  background-color: #91bd0a;
}

.txt_saleprice {
  color: #dc3c3c;
  font-weight: 600;
}
.txt_saleprice--B {
  color: #dc3c3c;
  font-weight: 600;
}

.sale_ttl {
  text-align: center;
  font-weight: 800;
  color: #e8406f;
}

.sale_percent {
  font-weight: 800;
}

.sale_comment {
  font-size: 80%;
}

.sale_notes {
  margin-bottom: 5px;
}

@media only screen and (min-width:769px) {
  .box__inner--txt {
    width: calc(50% - 15px);
  }
  .box__inner--img {
    width: calc(50% - 15px);
  }
  .inner_700 {
    width: 700px;
  }
  .outer_1200 {
    width: 1000px !important;
  }
  .block__inner--txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .inner_750 {
    width: 700px;
  }
  .voice__warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice__warp .img {
    width: calc(50% - 10px);
  }
  .sale_ttl {
    font-size: 4.5rem;
  }
  /*戻るボタン*/
  .top_btn_area {
    width: 1070px;
  }
  .top_btn_area .top_btn {
    margin: 0 30px 40px 0;
  }
  /*戻るボタン　ここまで*/
  .mdl_box_item_5th .box_inner {
    display: grid;
    grid-template-rows: 1fr auto;
    padding-bottom: initial;
    position: initial;
  }
  .mdl_box_item_5th .part_btm {
    height: initial;
    position: initial;
  }
  .sale_percent {
    font-size: 150%;
  }
  .sec__space {
    margin-bottom: 75px;
  }
  .notes {
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .notes__inner {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .btn__inner {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .btn__inner--l {
    width: 450px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .product__inner h1 {
    font-size: 3rem;
  }
  .img-category {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .elm_sec_heading_5th {
    margin-top: 40px;
  }
  .elm_sec_heading_5th .txt_heading {
    text-align: left;
  }
  .txt_center {
    margin-top: 35px !important;
    margin-bottom: 35px;
  }
  .txt_center--imgspace {
    margin-top: 35px !important;
    margin-bottom: 20px;
  }
  .txt_center--imgspace p {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .txt_center--imgspace p:first-of-type {
    margin-top: 0;
  }
  .txt_center--imgspace p:last-of-type {
    margin-bottom: 0;
  }
  .txt_center p {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .txt_center p:first-of-type {
    margin-top: 0;
  }
  .txt_center p:last-of-type {
    margin-bottom: 0;
  }
  .txt_left {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .txt_left p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .txt_left p:first-of-type {
    margin-top: 0;
  }
  .txt_left p:last-of-type {
    margin-bottom: 0;
  }
  .img__inner--main {
    margin-bottom: 40px;
  }
  .img--campaign {
    margin-bottom: 15px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .img--campaignB {
    margin-bottom: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .img--campaignBB {
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .box__inner--voice .ttl__warp {
    margin-bottom: 25px;
  }
  .box__inner--voice .ttl__warp h3 {
    font-size: 2rem;
  }
  .box__inner--voice .voice__warp {
    margin-top: 25px;
  }
  .box__inner--voice .voice__warp .img {
    margin-bottom: 5px;
  }
  .box__inner--voice .voice__warp .notes {
    text-align: right;
  }
  .mdl_box_item_3rd_f:last-of-type {
    margin-right: 0;
  }
  .mdl_box_item_3rd_f .box_inner {
    padding-bottom: 10px !important;
  }
  /*商品一覧*/
  .block--sale {
    left: 150px;
    right: 10px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 780px;
  }
  .block--sale dl {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(80% - 20px);
  }
  .elm_btn_y_cartS {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: auto !important;
    margin-bottom: auto;
    width: 100%;
  }
  .elm_btn_y_cartS a {
    padding: 30px 100px 30px 100px;
  }
  .txt_price {
    font-size: 1.1rem;
  }
  .txt_price--B {
    font-size: 1.8rem;
  }
  .txt_price--B--en {
    font-size: 75%;
    font-weight: 700;
  }
  .txt_price--en {
    font-size: 75%;
    font-weight: 700;
  }
  .txt_saleprice {
    font-size: 1.8rem;
  }
  .txt_saleprice .icon_triangle {
    font-size: 75%;
  }
  .txt_saleprice--B {
    font-size: 3.5rem;
  }
  .txt_saleprice--B .icon_triangle {
    font-size: 75%;
  }
  .elm_btn_y_cart {
    margin-top: 2px;
  }
  .elm_btn_y_cart a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mdl_col_4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sale_notesB {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner_1000 {
    width: 1000px;
  }
}
@media only screen and (max-width:768px) {
  /*戻るボタン*/
  .top_btn_area .top_btn {
    width: 15vw;
    height: auto; /* border:solid 0.53vw #fff; */
    margin: 0 5.33vw 8vw 0;
  }
  .top_btn::after {
    width: 3.47vw;
    height: 3.47vw;
    border-top: solid 0.53vw #fff;
    border-left: solid 0.53vw #fff;
    display: block;
    z-index: 2;
    margin: 3.73vw auto auto auto;
  }
  /*戻るボタン　ここまで*/
  .sale_ttl {
    font-size: 2.8rem;
  }
  .sec__space {
    margin-bottom: 75px;
  }
  .notes {
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .notes__inner {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .btn__inner {
    width: calc(100% - 50px);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .btn__inner--l {
    width: calc(100% - 20px);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .sale_percent {
    font-size: 120%;
  }
  .product__inner h1 {
    font-size: 2.5rem;
  }
  .img-category {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .elm_sec_heading_5th {
    margin-top: 40px;
  }
  .elm_sec_heading_5th .txt_heading {
    text-align: left;
  }
  .txt_center {
    margin-top: 35px !important;
    margin-bottom: 35px;
  }
  .txt_center--imgspace {
    margin-top: 35px !important;
    margin-bottom: 20px;
  }
  .txt_center--imgspace p {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .txt_center--imgspace p:first-of-type {
    margin-top: 0;
  }
  .txt_center--imgspace p:last-of-type {
    margin-bottom: 0;
  }
  .txt_center p {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .txt_center p:first-of-type {
    margin-top: 0;
  }
  .txt_center p:last-of-type {
    margin-bottom: 0;
  }
  .txt_left {
    margin-bottom: 40px;
  }
  .txt_left p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .txt_left p:first-of-type {
    margin-top: 0;
  }
  .txt_left p:last-of-type {
    margin-bottom: 0;
  }
  .img__inner--main {
    margin-bottom: 40px;
  }
  .img--campaign {
    margin-bottom: 15px;
  }
  .img--campaignBB {
    margin-bottom: 15px;
  }
  .box__inner--voice .ttl__warp {
    margin-bottom: 25px;
  }
  .box__inner--voice .ttl__warp h3 {
    font-size: 2rem;
  }
  .box__inner--voice .voice__warp {
    margin-top: 25px;
  }
  .box__inner--voice .voice__warp .img {
    margin-bottom: 5px;
  }
  .box__inner--voice .voice__warp .notes {
    text-align: right;
  }
  .mdl_box_item_3rd_f .box_inner {
    padding-bottom: 2.6666666667vw !important;
  }
  /*商品一覧*/
  .block--sale {
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .block--sale dl {
    margin-left: 20px;
    margin-right: 20px;
  }
  .txt_price {
    font-size: 1.1rem;
  }
  .txt_price--B {
    font-size: 1.8rem;
  }
  .txt_price--B--en {
    font-size: 75%;
    font-weight: 700;
  }
  .txt_price--en {
    font-size: 75%;
    font-weight: 700;
  }
  .txt_saleprice {
    font-size: 1.8rem;
  }
  .txt_saleprice .icon_triangle {
    font-size: 75%;
  }
  .txt_saleprice--B {
    font-size: 3.5rem;
  }
  .txt_saleprice--B .icon_triangle {
    font-size: 75%;
  }
  .elm_btn_y_cart {
    margin-top: 2px;
  }
  .elm_btn_y_cart a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .elm_btn_y_cartS {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mdl_box_itemlist + .mdl_box_itemlist {
    margin-top: 8px !important;
  }
  .mdl_box_itemlist:nth-child(2) {
    margin-top: 0 !important;
  }
}