@charset "utf-8";
/* ===================================================================
CSS information

file name  :contents.css
style info :コンテンツ用(商品一覧/検索結果/商品詳細)

=================================================================== */
/* -----------------------------------------------
商品一覧・商品詳細・商品検索結果共通
----------------------------------------------- */
.LC_Page_Products_Detail #colorbox,
.LC_Page_Products_Detail #colorbox #cboxWrapper{
    overflow: visible;
}
.LC_Page_Products_Detail #colorbox #cboxContent {
    background: transparent;
}
.LC_Page_Products_Detail #colorbox #cboxLoadedContent {
    background: transparent;
}
.LC_Page_Products_Detail #colorbox #cboxContent {
    margin-top: 0;
}
.LC_Page_Products_Detail #colorbox #cboxPrevious {
    top: 50%;
    left: 0.5rem;
    margin-top: -1rem;
    width: 2rem;
    height: 2rem;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/icon_prev.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.LC_Page_Products_Detail #colorbox #cboxNext {
    top: 50%;
    right: 0.5rem;
    margin-top: -1rem;
    width: 2rem;
    height: 2rem;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/icon_next.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.LC_Page_Products_Detail #colorbox #cboxClose {
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/icon_close.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.category_title {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    text-align: left;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.5);
    margin: 0 0 15px 0;
    padding: 0 10px;
    background: #326ba6;
    background: -moz-linear-gradient(top, #326ba6 0%, #326ba6 48%, #2e649b 48%, #2e649b 52%, #2e649b 100%);
    background: -webkit-linear-gradient(top, #326ba6 0%,#326ba6 48%,#2e649b 48%,#2e649b 52%,#2e649b 100%);
    background: linear-gradient(to bottom, #326ba6 0%,#326ba6 48%,#2e649b 48%,#2e649b 52%,#2e649b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#326ba6', endColorstr='#2e649b',GradientType=0 );
    border-top: #868D99 1px solid;
    border-bottom: #C6C2C8 1px solid;
    -webkit-box-shadow: 1px 5px 5px #CCC;
    -moz-box-shadow: 1px 5px 5px #CCC;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
}
.category_header {
    width: 98%;
    margin: 0 auto;
}
.category_header img {
    max-width: 100%;
    height: auto;
}
.list_header {
    margin: 1rem 0;
    padding: 0 2%;
}
.list_header::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.list_header .disp_num {
    font-size: 0.85rem;
    float: left;
}
.list_header .disp_num strong {
    font-size: 1rem;
}
.list_header .disp_number_wrap {
    font-size: 0.85rem;
    float: right;
}
.pagenumberarea {
    background: url(/migration/user_data/packages/oubaitorisp/img/list/bg01.png);
    border-bottom: 1px solid #998675;
}
.pagenumberarea >ul {
    display: flex;
}
.pagenumberarea >ul li {
    width: 20%;
    font-size: 0.9rem;
    text-align: center;
    font-weight: normal;
}
.pagenumberarea >ul li:nth-of-type(1) {
    width: 30%;
}
.pagenumberarea >ul li:nth-of-type(2) {
    width: 30%;
}
.pagenumberarea >ul li.on_number {
    padding: 0.6rem 0;
    border-bottom: 0.2rem solid #998675;
}
.pagenumberarea >ul li a {
    display: block;
    width: 100%;
    padding: 0.6rem 0;
}
.sub_categories {
  border-bottom: 1px dashed #979797;
  padding: 0.8rem 0;
}
.sub_categories dl {
  display: flex;
}
.sub_categories dl dt {
  width: 24.5%;
  text-align: center;
}
.sub_categories dl dd {
  width: 75.5%;
}
.sub_categories dl dd ul li {
  display: inline;
  margin-right: 1em;
}
ul.status_icon {
    clear: both;
}
ul.status_icon li {
    color: #FFF;
    background: #9AAABD;
    display: inline;
    float: left;
    margin-right :5px;
    margin-bottom: 2px;
    padding: 2px 5px;
    font-size: 11px;
    text-shadow: none;
}
/* -----------------------------------------------
商品一覧
----------------------------------------------- */
#product_list {
    padding-bottom: 35px;
}

/* アイテムリスト(div)の処理
----------------------------------------------- */
.list_area {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    border-bottom: 1px solid #979797;
    padding: 0.8rem 0;
}
.list_area a {
    color: inherit;
}
.list_area::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.list_area .item_image {
    float: left;
    width: 30.26%;
    height: 8.214rem;
    border: 1px solid #e4e4e4;
    background :white;
    margin-left: 2.9%;
}
.list_area .item_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.list_area .status_icons {
    margin-left: 34.7%;
}
.list_area .title {
    margin-left: 34.7%;
    margin-right: 2.5%;
    font-size: 1rem;
    font-weight: bold;
    color: #0066c0;
}
.list_area .sale_price {
    margin-left: 34.7%;
}
.list_area .listcomment {
    margin-left: 34.7%;
    margin-right: 2.5%;
}
#product_list .navi {
    background: #f7f9f3;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    text-align: center;
    margin: 1rem 0;
}
#product_list .navi >ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
}
#product_list .navi >ul li {
    border: 1px solid #828282;
    font-size: 0.92rem;
    line-height: 1.3;
    margin: 0 0.2rem;
    color: black;
}
#product_list .navi >ul li a {
    display: block;
    color: #42210b;
    padding: 0.3rem 0.6rem;
}
#product_list .navi >ul li.current {
    border: 1px solid #42210b;
    background: #e6cfb7;
    padding: 0.3rem 0.6rem;
}
#product_list .navi >ul li.prev {
    width: 6rem;
    height: 1.143rem;
    border: none;
    margin-right: 0.5rem;
}
#product_list .navi >ul li.prev:empty {
    background: url(/migration/user_data/packages/oubaitorisp/img/list/icon_prev_disabled.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 100%;
}
#product_list .navi >ul li.prev a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/migration/user_data/packages/oubaitorisp/img/list/icon_prev.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}
#product_list .navi >ul li.next {
    width: 6rem;
    height: 1.143rem;
    border: none;
    margin-left: 0.5rem;
}
#product_list .navi >ul li.next:empty {
    background: url(/migration/user_data/packages/oubaitorisp/img/list/icon_next_disabled.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: 0 100%;
}
#product_list .navi >ul li.next a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/migration/user_data/packages/oubaitorisp/img/list/icon_next.png) no-repeat left top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}


/* -----------------------------------------------
商品詳細
----------------------------------------------- */
#product_detail {
    padding-bottom: 35px;
}
#product_detail a.lightbox {
	position: relative;
	display: block;
}
#product_detail a.lightbox::after {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 1.43rem;
	height: 1.43rem;
	bottom: 0.5rem;
	right: 0.5rem;
	background: url(/migration/user_data/packages/oubaitorisp/img/common/icon_zoom.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
#product_detail a.expansion {
	position: relative;
	display: block;
}
#product_detail a.expansion::after {
	position: absolute;
	z-index: 20;
	content: "";
	display: block;
	width: 1.43rem;
	height: 1.43rem;
	bottom: 0.5rem;
	right: 0.5rem;
	background: url(/migration/user_data/packages/oubaitorisp/img/common/icon_zoom.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

/*商品情報*/
#detailarea {
    background: #F0F0F1;
    padding: 20px 10px 35px 10px;
}
#detailrightblock {
    margin-top: 25px;
    padding: 0;
    background: #FFF;
    border: #CCC solid 1px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
#detailrightblock div:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#detailrightblock div {
    border-bottom: #CCC solid 1px;
}
#detailrightblock div#cartbtn_default {
    border-bottom: none;
}
#detailrightblock>div:last-child {
    border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
}
#detailrightblock div:not(.ui-body-f):last-child {
    border-bottom: none;
}
/* 商品ステータスアイコン */
#detailrightblock .status_icon {
    padding: 10px 12px;
    border-bottom: #CCC solid 1px;
}
/*商品情報（テキストなど）*/
#detailrightblock .product_detail {
    padding: 12px;
    border-bottom: #CCC solid 1px;
}
#detailrightblock h3 {
    font-size: 14px;
    clear: both;
}
#detailrightblock .price {
    font-size: 14px;
}
#detailrightblock .normal_price {
    font-size: 11px;
}
.relative_cat {
    font-size: 12px;
    margin-bottom: 10px;
}

/*商品情報（規格部分）*/

.classlist {
    width: 87.5%;
    margin: 0 auto;
}
.classlist ul li {
    width: 50%;
    float: left;
}
.classlist ul li select {
    width: 100%;
    padding: 0.2rem;
}

/*商品情報（数量）*/
.quantity {
    width: 3.42rem;
    border: 1px solid #603813;
}
.quantity dt {
    background: #603813;
    color: white;
    text-align: center;
    font-weight: normal;
    font-size: 0.857rem;
    line-height: 1.2;
}
.quantity dd input {
    margin: 0;
    border: none;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    padding: 0.3rem;
}
.cartin_btn {}

/*お気に入り*/
.btn_favorite {
    padding: 10px 15px;
    background: #F1F0E7;
}
/*サブエリア*/
.subarea {
    padding: 0 10px 20px 10px;
    margin-bottom: 15px;
    border-bottom: #CCC solid 1px;
    clear: both;
}
.subarea h3 {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: #CCC solid 1px;
    clear: both;
}
.subphotoimg {
    margin-left: 10px;
    float: right;
    clear: right;
}
#sub_area div:last-child {
    border-bottom: none;
}
/*商品詳細メイン画像スライド*/
#detailphotoblock {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 1px 5px 5px #ccc;
    -moz-box-shadow: 1px 5px 5px #ccc;
    position: relative;
}
#detailphotoblock div.moveWrap {
    width: 200px;
    height: 220px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
}
#detailphotoblock ul.moveWrapBG {
    width: 200px;
    height: auto;
    visibility: hidden;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}
#detailphotoblock li {
    width: 200px;
}
#detailphotoblock div.slideMask {
    position: absolute;
    top: 0;
    left: 0;
    /*border:4px #FFF solid;*/
    -webkit-box-sizing: border-box;
    margin-right: 0!important;
}
#detailphotoblock div.moveWrap>ul.move {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    width: 2000px;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: -webkit-transform;
    margin: 0;
    padding: 0;
    display: none;
}
#detailphotoblock div.moveWrap>ul.move li.slideUnit {
    margin: 0px;
    padding: 0;
    float: left;
    list-style: none;
    text-align: center;
    -webkit-box-sizing: border-box;
}
#detailphotoblock li.slideUnit>div {
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-box-sizing: border-box;
}

.flickSlideContainer {
}

#detailphotoblock div.flickSlideBottom {
    width: 100%;
}
#detailphotoblock div.flickSlideBottom div.bottomLeft,
#detailphotoblock div.flickSlideBottom div.bottomRight {
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
}
#detailphotoblock div.flickSlideBottom div.bottomRight {
    font-size: 24px;
    font-weight: bold;
    color: #7F7F7F;
    background-color: transparent;
    right: 5px;
    top: 100px;
    position: absolute;
}
#detailphotoblock div.flickSlideBottom div.bottomLeft {
    font-size: 24px;
    font-weight: bold;
    color: #7F7F7F;
    background-color: transparent;
    left: 5px;
    top: 100px;
    position: absolute;
}
#detailphotoblock div.flickSlideBottom div.bottomLeft:after {
    font-size: 12px;
    padding: 5px;
    text-align: left;
    display: table-cell;
}
#detailphotoblock div.flickSlideBottom div.bottomLeft:before {
    padding: 5px;
    text-align: left;
    display: table-cell;
}
#detailphotoblock div.flickSlideBottom div.bottomRight:before {
    font-size: 12px;
    padding: 5px;
    text-align: right;
    display: table-cell;
}
#detailphotoblock div.flickSlideBottom div.bottomRight:after {
    padding: 5px;
    text-align: right;
    display: table-cell;
}
#detailphotoblock div.flickSlideBottom ul.slidePager {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto;;
    padding: 0;
}
#detailphotoblock div.flickSlideBottom ul.slidePager li.slidePagerPointer {
    font-size: 11px;
    width: 6px;
    height: 6px;
    margin: 0 6px 10px 6px;
    display: inline-block;
    background-color: #CCC;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#detailphotoblock div.flickSlideBottom ul.slidePager li.slidePagerPointer.active {
    background-color: #333;
}

/*その他オススメ商品スライド*/
#product_detail .title_box_sub:last-child {
    margin-top: 20px;
}
#whobought_area {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
    position: relative;
}
#whobought_area h3 {
    clear: both;
    line-height: 1.2;
}
/*liの長さ追加*/
#whobought_area li {
    width: 80px;
}
#whobought_area li img {
    margin-bottom: 5px;
    clear: both;
}
#whobought_area .sale_price {
    clear: both;
    float: right;
    text-align: right;
}
#whobought_area div.moveWrap {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
}
#whobought_area ul.moveWrapBG {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#whobought_area div.slideMask {
    position: absolute;
    top: 0;
    left: 0;
    border: 4px #FFF solid;
    -webkit-box-sizing: border-box;
    margin-right: 1px;
}
#whobought_area div.moveWrap>ul.move {
    width: 600px;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    /*-webkit-transition-duration: 400ms;
    -webkit-transition-property: -webkit-transform;
    */
    margin: 0;
    padding: 0;
    display: none;
}
#whobought_area div.moveWrap>ul.move li.slideUnit {
    width: 85px!important;
    float: left;
    display: inline;
    list-style: none;
    padding: 4px 8px 4px 0;
    margin-right: 0px;
    -webkit-box-sizing: border-box;
}
#whobought_area li.slideUnit>div {
    padding: 4px;
    display: inline;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
}
#whobought_area div.flickSlideBottom {
    width: 100%;
    margin-top: 5px;
}
#whobought_area div.flickSlideBottom div.bottomLeft,
#whobought_area div.flickSlideBottom div.bottomRight {
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
}
#whobought_area div.flickSlideBottom div.bottomRight {
    font-size: 16px;
    font-weight: bold;
    color: #7F7F7F;
    background-color: transparent;
    right: 0;
    top: 80px;
    position: absolute;
}
#whobought_area div.flickSlideBottom div.bottomLeft {
    font-size: 16px;
    font-weight: bold;
    color: #7F7F7F;
    background-color: transparent;
    left: 0;
    top: 80px;
    position: absolute;
}
#whobought_area div.flickSlideBottom div.bottomLeft:after {
    font-size: 10px;
    padding: 0;
    text-align: left;
    display: table-cell;
}
#whobought_area div.flickSlideBottom div.bottomLeft:before {
    padding: 0;
    text-align: left;
    display: table-cell;
}
#whobought_area div.flickSlideBottom div.bottomRight:before {
    font-size: 10px;
    padding: 0;
    text-align: right;
    display: table-cell;
}
#whobought_area div.flickSlideBottom div.bottomRight:after {
    padding: 0;
    text-align: right;
    display: table-cell;
}
#whobought_area div.flickSlideBottom ul.slidePager {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
#whobought_area div.flickSlideBottom ul.slidePager li.slidePagerPointer {
    display: none;
}
#product_detail .product_header {
    background: #4f3123 url(/migration/user_data/packages/oubaitorisp/img/detail/bg01.png);
    color: white;
    font-size: 1.14rem;
    line-height: 1.5;
    font-weight: bold;
    padding: 0.7rem 0.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
}
#product_detail .product_header .subtitle {
    font-size: 0.8em;
}
#product_detail .detail_free_comment1 {
    width: 98%;
    margin: 0 auto 0.5rem;
}
#product_detail .detail_area1 .detail_images {
    width: 74%;
    margin: 0 auto;

}
#product_detail .detail_area1 .detail_images .bx-wrapper {
  margin-bottom: 2.5rem;
}
#product_detail .detail_area1 .detail_images .bx-wrapper .bx-pager.bx-default-pager a {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
}
#product_detail .detail_area1 .detail_images .bx-wrapper .bx-pager {
  padding-top: 0.5rem;
}
#product_detail .detail_area1 .detail_images .bx-wrapper .bx-controls-auto,
#product_detail .detail_area1 .detail_images .bx-wrapper .bx-pager {
  bottom: -2.3rem;
}
#product_detail .detail_area1 .detail_images .bx-prev {
    left: -1.5rem;
}
#product_detail .detail_area1 .detail_images .bx-next {
    right: -1.5rem;
}

#product_detail .detail_area2 .subtitle {
    width: 95%;
    margin: 0 auto;
}
#product_detail .detail_area2 .status_icons {
    width: 95%;
    margin: 0 auto 0.2rem;
}
#product_detail .detail_area2 .status_icons .status_icon {
  font-size: 0.71rem;
  padding: 0 0.5rem;
}
#product_detail .detail_area2 .normal_price {
    width: 95%;
    margin: 0 auto 0.5rem;
    font-size: 0.93rem;
}
#product_detail .detail_area2 .normal_price >dl {
    display: flex;
}
#product_detail .detail_area2 .normal_price >dl dt {
    width: 50%;
  vertical-align: middle;
  padding-top: 0.25rem;
}
#product_detail .detail_area2 .normal_price >dl dd {
    width: 50%;
    font-size: 0.71rem;
  vertical-align: middle;
}
#product_detail .detail_area2 .normal_price >dl dd span {
    text-decoration: line-through;
    font-size: 1.28rem;
  vertical-align: baseline;
}
#product_detail .detail_area2 .sale_price {
    width: 95%;
    margin: 0 auto 0.5rem;
    font-size: 0.93rem;
}
#product_detail .detail_area2 .sale_price >dl {
    text-align: right;
}
#product_detail .detail_area2 .sale_price >dl dt {
    display: inline-block;
    width: 45%;
    text-align: right;
    color: #eb1c24;
    font-size: 1rem;
}
#product_detail .detail_area2 .sale_price >dl dd {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    text-align: right;
    color: #eb1c24;
}
#product_detail .detail_area2 .sale_price >dl dd span {
    font-size: 1.5rem;
}
#product_detail .detail_area2 hr {
    width: 95%;
    margin: 0.5rem auto 1rem;
}
#product_detail .classlist {
    margin: 1rem auto 0.5rem;
}
#product_detail .cartin {
    position: relative;
    background: #f5f5f5;
    width: 85%;
    margin: 0 auto 1rem;
    padding: 0.5rem 1rem;
}
#product_detail .cartin::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
#product_detail .cartin .quantity {
    float: left;
}
#product_detail .quantity_ctl {
    float: left;
    width: 1.64rem;
    margin: 0 0.2rem;
}
#product_detail .quantity_ctl .spinner_up {
    position: absolute;
    top: 0.5rem;
    width: 1.64rem;
    height: 1.357rem;
    display: block;
    border: none;
    background: url(/migration/user_data/packages/oubaitorisp/img/button/spinner_up.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}
#product_detail .quantity_ctl .spinner_down {
    position: absolute;
    bottom: 0.5rem;
    width: 1.64rem;
    height: 1.357rem;
    display: block;
    border: none;
    background: url(/migration/user_data/packages/oubaitorisp/img/button/spinner_down.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}
#product_detail .cartin .cartin_btn {
    float: right;
    width: 71%;
}
#product_detail .cartin_under {
    display: flex;
    justify-content: center;
}
#product_detail .cartin_under >.contact_btn {
    width: 42.1%;
    margin: 0 2.2%;
}
#product_detail .cartin_under >.favorite_btn {
    width: 42.1%;
    margin: 0 2.2%;
}
#product_detail .miryoku {
    margin: 0 auto 1rem;
}
#product_detail .miryoku >dl dt {
    width: 90%;
    margin: 0 auto 0.3rem;
}
#product_detail .miryoku >dl dt img {
    width: auto;
    height: 1.1rem;
    vertical-align: baseline;
}
#product_detail .miryoku >dl dt .note {
    font-size: 0.9rem;
    vertical-align: baseline;
    margin-left: 0.8rem;
    color: #eb1c24;
}
#product_detail .miryoku >dl dd >ul {
    display: flex;
    width: 92%;
    margin: 0 auto;
    flex-wrap: wrap;
}
#product_detail .miryoku >dl dd >ul li {
    width: 4.35rem;
    margin: 0.2rem 0.2rem;
}
#product_detail .miryoku >dl dd >ul li img {
    width: 100%;
    height: auto;
}

#product_detail .item_description {
    width: 94.7%;
    box-sizing: border-box;
    padding: 2.7rem 3% 0.8rem 3%;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/img11.png) no-repeat center 0.8rem,
        url(/migration/user_data/packages/oubaitorisp/img/detail/bg10.png) repeat center top;
    -webkit-background-size: 95% auto, 100% auto;
    background-size: 94% auto, 100% auto;
    margin: 1rem auto;
}


#product_detail .detail_free_comment3 {
    margin: 0.8rem auto 1.3rem;
}
#product_detail .detail_area3 {
    width: 95%;
    margin: 0 auto 1.3rem;
}
#product_detail .detail_area3::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#product_detail .detail_area3 .detail_main_comment img {
    max-width: 100%!important;
    height: auto!important;
}
#product_detail .detail_area4 {}
#product_detail .detail_area4 >dl >dt {
    width: 97.3%;
    margin: 0 auto;
}
#product_detail .detail_area5 {}
#product_detail .detail_area5 >dl >dt {
    width: 97.3%;
    margin: 0 auto;
}
#product_detail .detail_area6 {
    margin-bottom: 1rem;
}
#product_detail .detail_area6 >dl >dt {
    width: 97.3%;
    margin: 0 auto 0.6rem;
}
#product_detail .detail_free_comment6 {
    text-align: center;
}
#product_detail .detail_free_comment6 iframe {
    width: 26rem;
    height: 14.9rem;
}
#product_detail .detail_area9 {
    width: 97.3%;
    margin: 0 auto 1.5rem;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg02.png) repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 0.5rem 0;
}
#product_detail .detail_area9 >dl {
    width: 97.3%;
    margin: 0 auto;
}
#product_detail .detail_area9 >dl >dt {
    width: 60%;
}
#product_detail .detail_area9 >dl >dd >ul >li {
    background: white;
    margin: 0.5rem 0;
}
#product_detail .detail_area9 >dl >dd >ul >li >dl >dt {
    width: 97.2%;
    margin: 0 auto;
    border-bottom: 2px solid #f15a24;
    padding: 0.3rem 0.5rem 0.1rem 0.5rem;
    box-sizing: border-box;
}
#product_detail .detail_area9 >dl >dd >ul >li >dl >dt .recommend_level {
    display: inline;
    font-size: 0.93rem;
}
#product_detail .detail_area9 >dl >dd >ul >li >dl >dt .recommend_level span {
    display: inline-block;
    width: 6em;
    color: #f15a24;
}
#product_detail .detail_area9 >dl >dd >ul >li >dl >dt .voicetitle {
    display: inline;
    font-weight: bold;
}
#product_detail .detail_area9 >dl >dd >ul >li >dl >dd {
    width: 97.2%;
    margin: 0 auto;
    padding: 0.3rem 0.5rem 0.1rem 0.5rem;
    box-sizing: border-box;
}
#product_detail .detail_area9 >dl >dd >ul >li >dl >dd .voicedate {
    font-size: 0.85rem;
    margin-bottom: 00.5rem;
}
#product_detail .detail_area9 >dl >dd >ul >li >dl >dd .voicecomment {
    font-size: 0.93rem;
}
#product_detail .detail_area11 {
    text-align: center;
}
#product_detail .detail_area11 .review {
    font-size: 1.2rem;
}
#product_detail .detail_area11 .review a {
    color: #ef5a24;
    text-decoration: underline;
}
#product_detail .detail_area11 .detailpage-bookmarks {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#product_detail .detail_area11 .detailpage-bookmarks .bookmarks-btn {
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 0.2rem;
}
#product_detail .detail_area11 .detailpage-bookmarks .bookmarks-btn.hatena {
    padding-bottom: 0.2rem;
}
#product_detail .detail_area11 .detailpage-bookmarks .bookmarks-btn a {
}
#product_detail .detail_area10 {
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg03.png);
    padding: 0.5rem 0;
}
#product_detail .detail_area10 >dl >dt {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5rem;
}
#product_detail .detail_area10 >dl >dd {
    width:98%;
    margin: 0 auto;
}
#product_detail .detail_area10 .bx-wrapper {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
#product_detail .detail_area10 .bx-wrapper .bx-prev {
    left: 0;
}
#product_detail .detail_area10 .bx-wrapper .bx-next {
    right: 0;
}
#product_detail .detail_area10 li {}
#product_detail .detail_area10 li .item_image {
    width: 93.3%;
    height: 9.7rem;
    margin: 0 auto 0.5rem;
    box-sizing: border-box;
    border: 0.2rem solid white;
    background: white;
}
#product_detail .detail_area10 li .item_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#product_detail .detail_area10 li .title {
    width: 93.3%;
    margin: 0 auto;
    font-size: 0.93rem;
    line-height: 1.2;
}
#product_detail .detail_area10 li a {
    display: block;
    color: #333333;
}
#product_detail .detail_area10 li .sale_price {
    font-size: 0.85rem;
    text-align: center;
}
#product_detail .detail_area10 li .sale_price .price {
    font-weight: normal;
}
#product_detail iframe{
	max-width: 100%;
}

#product_detail .detail_area11 {
    max-width: 400px;
    margin: 0.8rem auto;
}
#product_detail .detail_area11 dt {
    margin-bottom: 0.5rem;
}
#product_detail .detail_area11 dd+dd {
    margin-top: 1rem;
}
#product_detail .detail_area11 .products_detail_block_type1 .tt01 {
    margin: 0 auto;
}
#product_detail .detail_area11 .products_detail_block_type1 .tt02 {
    width: 100%;
    height: 20rem;
    margin: 0 auto;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg04.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#product_detail .detail_area11 .products_detail_block_type1 .tt02 .p1 {
    padding-top: 15.25rem;
    width: 81%;
    margin: 0 auto;
}
#product_detail .detail_area11 .products_detail_block_type1 .tt03 {
    width: 100%;
    margin: 0 auto;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-1.jpg) no-repeat top,
        url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-bg.png) repeat;
    background-size: 100% auto;
    font-size: 0.95rem;
    text-align: left;
}
#product_detail .detail_area11 .products_detail_block_type1 .tt03 .p1 {
    padding: 7.5rem 1% 0 2%;
        height: 16rem;
    word-break: break-all;
}
#product_detail .detail_area11 .products_detail_block_type1 .tt03 .p2 {
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-2.jpg) no-repeat;
    background-size: 100% auto;
    padding: 4rem 1% 1rem 33%;
    word-break: break-all;
}
#product_detail .detail_area11 .products_detail_block_type1 .tt03 .p3 {
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-3.jpg) no-repeat;
    background-size: 100% auto;
    padding: 4rem 1% 1rem 33%;
    word-break: break-all;
}
/*products_detail_block_type2*/
#product_detail .detail_area11 .products_detail_block_type2 .tt01 {
    margin: 0 auto;
}
#product_detail .detail_area11 .products_detail_block_type2 .tt02 {
    width: 100%;
    height: 15rem;
    margin: 0 auto;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg06.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#product_detail .detail_area11 .products_detail_block_type2 .tt02 .p1 {
    padding-top: 11.25rem;
    width: 81%;
    margin: 0 auto;
}
#product_detail .detail_area11 .products_detail_block_type2 .tt03 {
    width: 100%;
    margin: 0 auto;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-1.jpg) no-repeat top,
        url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-bg.png) repeat;
    background-size: 100% auto;
    font-size: 0.95rem;
    text-align: left;
}
#product_detail .detail_area11 .products_detail_block_type2 .tt03 .p1 {
    padding: 4.5rem 1% 0 2%;
    height: 5rem;
    word-break: break-all;
}
#product_detail .detail_area11 .products_detail_block_type2 .tt03 .p2 {
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-2.jpg) no-repeat;
    background-size: 100% auto;
    padding: 2rem 1% 1rem 33%;
    word-break: break-all;
}
#product_detail .detail_area11 .products_detail_block_type2 .tt03 .p3 {
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-3.jpg) no-repeat;
    background-size: 100% auto;
    padding: 2rem 1% 1rem 33%;
    word-break: break-all;
}
/*products_detail_block_type3*/
#product_detail .detail_area11 .products_detail_block_type3 .tt01 {
    margin: 0 auto;
}
#product_detail .detail_area11 .products_detail_block_type3 .tt02 {
    width: 100%;
    height: 15rem;
    margin: 0 auto;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg07.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#product_detail .detail_area11 .products_detail_block_type3 .tt02 .p1 {
    padding-top: 11.25rem;
    width: 81%;
    margin: 0 auto;
}
#product_detail .detail_area11 .products_detail_block_type3 .tt03 {
    width: 100%;
    margin: 0 auto;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-1.jpg) no-repeat top,
        url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-bg.png) repeat;
    background-size: 100% auto;
    font-size: 0.95rem;
    text-align: left;
}
#product_detail .detail_area11 .products_detail_block_type3 .tt03 .p1 {
    padding: 4.5rem 1% 0 2%;
    height: 5rem;
    word-break: break-all;
}
#product_detail .detail_area11 .products_detail_block_type3 .tt03 .p2 {
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-2.jpg) no-repeat;
    background-size: 100% auto;
    padding: 2rem 1% 1rem 33%;
    word-break: break-all;
}
#product_detail .detail_area11 .products_detail_block_type3 .tt03 .p3 {
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg05-3.jpg) no-repeat;
    background-size: 100% auto;
    padding: 2rem 1% 1rem 33%;
    word-break: break-all;
}
/*products_detail_block_type4*/
#product_detail .detail_area11 .products_detail_block_type4 .tt01 {
    margin: 0 auto;
}
#product_detail .detail_area11 .products_detail_block_type4 .tt02 {
    width: 100%;
    height: 16.5rem;
    margin: 0 auto;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg08.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#product_detail .detail_area11 .products_detail_block_type4 .tt02 .p1 {
    padding-top: 11.95rem;
    width: 81%;
    max-width: 300px;
    margin: 0 auto;
}
#product_detail .detail_area11 .products_detail_block_type4 .tt03 {
    width: 100%;
    height: 14.5rem;
    margin: 0 auto;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg09.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#product_detail .detail_area11 .products_detail_block_type4 .tt03 .p1 {
    padding-top: 10.45rem;
    width: 95%;
    margin: 0 auto;
}

/*products_detail_block_type5*/
#product_detail .detail_area11 .products_detail_block_type5 .tt01 {
    margin: 0 auto;
}
#product_detail .detail_area11 .products_detail_block_type5 .tt03 {
    width: 100%;
    height: 10.5rem;
    margin: 0 auto;
    background: url(/migration/user_data/packages/oubaitorisp/img/detail/bg09.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#product_detail .detail_area11 .products_detail_block_type5 .tt03 .p1 {
    padding-top: 7.45rem;
    width: 95%;
    margin: 0 auto;
}
