@charset "utf-8";
/* CSS Document */

.container{
    width: 100%;
}

.outer{
    position: absolute;
    width: 100vw;
    height: calc(90px + (1vw * 78));
    background: #f5f5f5;
    padding-top: 10px;
}

#sp .outer{
    height: calc(90px + (1vw * 81));
}

/* スライダー自体の設定 */
.roundSlider01 #roundslider {
    margin: -5vw 0 0 13%;
    height: calc(100vw * 0.75);
    width: 75vw;
}

.roundSlider02 #roundslider {
    margin: -5vw 0 0 13%;
    height: calc(100vw * 0.75);
    width: 75vw;
}

#sp .roundSlider02 #roundslider {
    margin: -5vw 0 0 13%;
}

/* テキスト箇所 */
.roundabout-moveable-item .textArea {
    display: none;
}

.roundabout-in-focus .textArea {
    display: block;
}

/* 画像 */
.imgWrapper {
    width: 100%;
    height: 100%;
    max-width: 40vw;
    max-height: 40vw;
    border: 1px solid #efefef;
}

img {
    display: block;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: 40vw;
    max-height: 40vw;
    object-fit: cover;
}

/* --- .roundSlider01　大きい幅用 ここから --- */

.roundSlider01 .roundabout-moveable-item {
    transform: scale(1.0);
    transition: transform 0.4s;
}

.roundSlider01 .roundabout-in-focus {
    transform: scale(1.4);
    transition: transform 0.4s;
}



/* 商品名 */

.roundSlider01 .textArea {
    height: auto;
    /* 上から文字までのサイズ */
    padding-top: 5px;
}

.roundSlider01 .textArea .name {
    overflow: hidden;
    /* フォントカラー */
    color: #555;
    margin-bottom: 5px;
    /* 高さ */
    height: auto;
    max-height: 27px;
    /* フォントサイズ */
    font-size: 11px;
    /* 1行ごとの高さ */
    line-height: 14px;
}

/* 価格 */

.roundSlider01 .textArea .price {
    overflow: hidden;
    white-space: nowrap;
    font-family: 'arial';
    /* フォントカラー */
    color: red;
    /* 高さ */
    height: 20px;
    /* フォントサイズ */
    font-size: 11px;
    /* フォントの太さ */
    font-weight: 700;
}

/* --- .roundSlider01　大きい幅用  ここまで --- */

/* --- .roundSlider02　小さい幅用  ここから --- */

.roundSlider02#pc .roundabout-moveable-item .imgWrapper {
    transform: scale(1.0);
    transition: transform 0.4s;
}

.roundSlider02#pc .roundabout-in-focus  .imgWrapper {
    transform: scale(1.4);
    transition: transform 0.4s;
}

.roundSlider02#sp .roundabout-moveable-item {
    transform: scale(1.0);
    transition: transform 0.4s;
}

.roundSlider02#sp .roundabout-in-focus {
    transform: scale(1.4);
    transition: transform 0.4s;
}

/* タイトル箇所 */
.roundSlider02 .titleArea {
    display: block !important;
    margin-bottom: 10px;
    /*罫線　初期値：無し*/
    border: 0px solid transparent;
    box-sizing: border-box;
}

.roundSlider02 .titleText {
    margin-bottom: 10px;
    /* タイトルの幅 */
    width: 100%;
    /* フォントサイズ */
    font-size: 20px;
    line-height: 20px;
    /* フォントカラー */
    color: #555;
    /* 中央寄せ */
    text-align: center;
}

.roundSlider02 .updateDate {
    overflow: hidden;
    white-space: nowrap;
    /* 更新日時の幅 */
    width: 100%;
    text-align: right;
    /* フォントサイズ */
    font-size: 11px;
    line-height: 11px;
    /* フォントカラー */
    color: #555;
}

/* 商品名 */

.roundSlider02#pc .textArea {
    position:relative;
    top: 10px;
    height: auto;
    /* 上から文字までのサイズ */
    padding-top: 5px;
}

.roundSlider02#pc .textArea .name {
    /* フォントカラー */
    color: #555;
    margin-bottom: 5px;
    /* 高さ */
    height: auto;
    max-height: 36px;
    /* フォントサイズ */
    font-size: 12px;
    /* 1行ごとの高さ */
    line-height: 18px;
    overflow: hidden;
}

.roundSlider02#sp .textArea {
    height: auto;
    /* 上から文字までのサイズ */
    padding-top: 5px;
}

.roundSlider02#sp .textArea .name {
    overflow: hidden;
    /* フォントカラー */
    color: #555;
    margin-bottom: 5px;
    /* 高さ */
    height: auto;
    max-height: 26px;
    /* フォントサイズ */
    font-size: 11px;
    /* 1行ごとの高さ */
    line-height: 14px;
}

/* 価格 */

.roundSlider02#pc .textArea .price{
    white-space: nowrap;
    font-family: 'arial';
    /* フォントカラー */
    color: red;
    /* 高さ */
    height: 20px;
    /* フォントサイズ */
    font-size: 12px;
    /* フォントの太さ */
    font-weight: 700;
}

.roundSlider02#sp .textArea .price {
    overflow: hidden;
    white-space: nowrap;
    font-family: 'arial';
    /* フォントカラー */
    color: red;
    /* 高さ */
    height: 20px;
    /* フォントサイズ */
    font-size: 11px;
    /* フォントの太さ */
    font-weight: 700;
}


/* --- .roundSlider02　小さい幅用 ここまで --- */

/* --- SP用矢印 --- */

#pc .arrowArea{
    display: none;
}

#sp .arrowArea{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: -35px;
    right: 0;
    width: 80px;
    height: 30px;
}

#sp .arrowArea .arrow_prev,
#sp .arrowArea .arrow_next{
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    width: 30px;
    height: 30px;
}

#sp .arrowArea .arrow_prev:before,
#sp .arrowArea .arrow_prev:after,
#sp .arrowArea .arrow_next:before,
#sp .arrowArea .arrow_next:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#sp .arrowArea .arrow_prev:before,
#sp .arrowArea .arrow_next:before{
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: #6b6b6b;
}
#sp .arrowArea .arrow_prev:after{
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#sp .arrowArea .arrow_next:after{
    left: 5px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




