/* =================================================================== CSS information style info :コンテンツ用(商品一覧/検索結果/商品詳細) =================================================================== */ /* ----------------------------------------------- 商品一覧・商品詳細・商品検索結果共通 ----------------------------------------------- */ .pagenumberarea { margin-top: 10px; padding: 10px 0; background: $midsilver; display: block; ul { width: 95%; margin: 0 auto; border: #A9ABAD solid 1px; border-radius: 5px; display: block; @include clearfix; } li { @include fs(16); margin: 0; padding: 0; display: inline; float: left; width: 50%; text-align: center; a { &:link, &:visited { color: #000; } color: #FFF; display: block; padding: 5px 0; text-decoration: none; text-shadow: 1px 1px 1px rgba(255, 255, 255, 1); background: $white; } &:first-child { border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; } &:last-child { border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; } &:first-child a { border-radius: 5px 0 0 5px; } &:last-child a { border-radius: 0 5px 5px 0; border-left: $lightgrey solid 1px; } &.on_number { color: #FFF; display: block; padding: 5px 0; background: LightSeaGreen; } } } ul.status_icon { clear: both; 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; } .list_all{ display: flex; flex-wrap: wrap; } /* アイテムリスト(div)の処理 ----------------------------------------------- */ .list_area { * { font-family: "M PLUS 1", sans-serif; font-optical-sizing: auto; } margin: 0; // padding: 10px 5px 10px 10px; border-bottom: 1px solid $midsilver; display: flex; justify-content: space-between; clear: both; position: relative; cursor: pointer; width: 100%; padding:30px 15px 12px; box-sizing: border-box; @include fontAwesomeAfter('\f054',$grey,inherit); ul.status_icon { margin-bottom: 5px; } } .listphoto { flex: 0 0 calc((100vw / 375px) * 200px); width: calc((100vw / 375px) * 200px); height: calc((100vw / 375px) * 200px); margin: 0; // float: left; clear: left; text-align: center; img { display: block; width: 100%; object-fit: cover; max-width: 100%; max-height: 100%; // border: 1px solid $midsilver; } } .listrightblock { // width: 70%; // width: calc( 100% - 82px ); // float: right; width: calc((100vw / 375px) * 135px); box-sizing: border-box; h3 { font-size: 20px; clear: both; margin-bottom:4px; a { color: $baseFontColor; } } .listcomment { line-height: 1.4; font-weight: 400; } .priceblock { margin-top: 8px; text-align: right; font-weight: 400; } .pricebox { font-size: 14px; } .price { font-size: 24px; font-weight: 600; } .viewMore { margin-top: 4px; display: flex; justify-content: center; align-items:center; gap: 10px; width: 100%; background-color: #1EB0AD; color: #fff; text-align: center; padding: 4px 0; border-radius: 4px; span { display: block; } } } /* ----------------------------------------------- 商品詳細 ----------------------------------------------- */ #product_detail { padding-bottom: 35px; } /*商品情報*/ #detailarea { background: #F0F0F1; // background: $white; padding: 20px 10px 35px 10px; img { max-width: 100%; } .description { margin-top: 10px; padding: 10px; background: $white; border: 1px solid $lightgrey; border-radius: 7px; } } #detailrightblock,.detailrightblock { margin-top: 25px; padding: 0; background: #FFF; border: #CCC solid 1px; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; div { &:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } border-bottom: #CCC solid 1px; &#cartbtn_default, &:not(.ui-body-f):last-child { border-bottom: none; } } > div:last-child { border-radius: 0 0 7px 7px; -moz-border-radius: 0 0 7px 7px; -webkit-border-radius: 0 0 7px 7px; } .status_icon { padding: 10px 12px; border-bottom: #CCC solid 1px; } .product_detail { padding: 12px; border-bottom: #CCC solid 1px; } h3 { font-size: 14px; clear: both; } .price { font-size: 14px; } .normal_price { font-size: 11px; } } /* 商品ステータスアイコン */ /*商品情報(テキストなど)*/ .relative_cat { font-size: 12px; margin-bottom: 10px; } /*商品情報(規格部分)*/ .classlist { padding: 12px; dl { margin: 0; padding: 0; } dt { margin: 0; font-weight: bold; line-height: 1.3; } dd { padding: 0; clear: both; padding-bottom: 5px; &:last-child { padding-bottom: 0; } } } /*商品情報(数量)*/ .cartin_btn,.cartin_btn2 { padding: 15px 15px 15px 8px; background: #F1F0E7; border-top: #FFF solid 1px; dl { width: 40%; float: left; clear: left; } dt { width: 2em; float: left; padding: 15px 5px 0 5px; line-height: 1.1; font-weight: bold; } dd { width: 3.2em; display: inline; float: left; padding-top: 5px; } } .detail_quantity dd .quantitybox { width: 3em; } .cartbtn_default { width: 54%; float: right; clear: right; } /*お気に入り*/ .btn_favorite { padding: 10px 15px; background: #F1F0E7; } /*サブエリア*/ .subarea { padding: 0 10px 20px 10px; margin-bottom: 15px; border-bottom: #CCC solid 1px; clear: both; 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; div.moveWrap { width: 200px; height: 220px; margin: 0 auto; position: relative; overflow: hidden; -webkit-box-sizing: border-box; } ul.moveWrapBG { width: 200px; height: auto; visibility: hidden; display: inline-block; position: relative; -webkit-box-sizing: border-box; margin: 0 auto; padding: 0; } li { width: 200px; } div { &.slideMask { position: absolute; top: 0; left: 0; /*border:4px #FFF solid;*/ -webkit-box-sizing: border-box; margin-right: 0 !important; } &.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; margin-top: 10px; li.slideUnit { margin: 0px; padding: 0; float: left; list-style: none; text-align: center; -webkit-box-sizing: border-box; } } } 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%; div { &.bottomLeft { padding: 0 10px; display: table-cell; vertical-align: middle; } &.bottomRight { padding: 0 10px; display: table-cell; vertical-align: middle; font-size: 24px; font-weight: bold; color: #7F7F7F; background-color: transparent; right: 5px; top: 100px; position: absolute; } &.bottomLeft { font-size: 24px; font-weight: bold; color: #7F7F7F; background-color: transparent; left: 5px; top: 100px; position: absolute; &:after { font-size: 12px; padding: 5px; text-align: left; display: table-cell; } &:before { padding: 5px; text-align: left; display: table-cell; } } &.bottomRight { &:before { font-size: 12px; padding: 5px; text-align: right; display: table-cell; } &:after { padding: 5px; text-align: right; display: table-cell; } } } ul.slidePager { display: block; width: auto; text-align: center; margin: 0 auto; padding: 0; 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; &.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; h3 { clear: both; line-height: 1.2; } li { width: 80px; img { margin-bottom: 5px; clear: both; } } .sale_price { clear: both; float: right; text-align: right; } div.moveWrap { width: 80%; height: auto; position: relative; margin: 0 auto; overflow: hidden; -webkit-box-sizing: border-box; } ul.moveWrapBG { width: auto; height: auto; display: inline-block; position: relative; visibility: hidden; -webkit-box-sizing: border-box; margin: 0; padding: 0; } div { &.slideMask { position: absolute; top: 0; left: 0; border: 4px #FFF solid; -webkit-box-sizing: border-box; margin-right: 1px; } &.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; 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; } } } li.slideUnit > div { padding: 4px; display: inline; vertical-align: middle; -webkit-box-sizing: border-box; } div.flickSlideBottom { width: 100%; margin-top: 5px; div { &.bottomLeft { padding: 0 10px; display: table-cell; vertical-align: middle; } &.bottomRight { padding: 0 10px; display: table-cell; vertical-align: middle; font-size: 16px; font-weight: bold; color: #7F7F7F; background-color: transparent; right: 0; top: 80px; position: absolute; } &.bottomLeft { font-size: 16px; font-weight: bold; color: #7F7F7F; background-color: transparent; left: 0; top: 80px; position: absolute; &:after { font-size: 10px; padding: 0; text-align: left; display: table-cell; } &:before { padding: 0; text-align: left; display: table-cell; } } &.bottomRight { &:before { font-size: 10px; padding: 0; text-align: right; display: table-cell; } &:after { padding: 0; text-align: right; display: table-cell; } } } ul.slidePager { display: block; width: auto; text-align: center; margin: 0 auto; padding: 0; li.slidePagerPointer { display: none; } } } } /*liの長さ追加*/ .description { a.btn:link, a.btn:visited, a.btn:hover { display: inline-block; font-size: inherit; padding: .2em 1em; border-radius: 4px; &:after { content: none; display: none; } } } .variation { .thumb { width: 30%; padding: 10px; box-sizing: border-box; float: left; img { border-radius: 4px; } } .product_detail { width: calc( 70% - 10px ); float: left; box-sizing: border-box; padding-left: 0; padding-right: 0; dl { @include clearfix; dt { float: left; } dd { float: left; } } .cv_detail { width: 100%; caption { text-align: left; font-weight: bold; @include fs(16); } } } .price_area_wrap { padding: 0 10px 10px; } .cart_area { clear: both; .label { br { display: none; } } } } #colorbox { width: 90vw !important; height: 90vw !important; left: 5vw !important; top: 5vw !important; position: fixed !important; } #cboxWrapper { width: 90vw !important; height: calc( 90vw + 34px ) !important; .cboxMiddleLeft {} .cboxContent {} .cboxMiddleRight {} #cboxContent { width: 90vw !important; height: 90vw !important; background: transparent !important; #cboxLoadedContent { width: 90vw !important; height: 90vw !important; background: transparent !important; img { width: 90vw !important; height: 90vw !important; } } } }