@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?&family=Roboto:wght@900&display=swap');

main#container{
    /*width: 100vw;*/ margin: 0; /*! min-width: none; */ max-width: none;
}
main#container #breadClumb{
    margin-top: 34px;
}

.straw-tumbler{
    background:#fff;
    padding: 0;
    margin: 0 auto;
    min-width: 1200px;
    max-width: 1920px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/**共通**/
#pagetopBtn {
    z-index: 999;
}

.store_wrapper {
    background: #FFF;
}

/**MV**/
.straw-tumbler .mv_wrap{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.mv_wrap h1 {
    display: block;
    background: url(/pc/img/feature/straw-tumbler/mv.jpg) top center / 1920px auto no-repeat;
    height: 976px;
    padding-top: 976px;
    overflow: hidden;
    z-index: 11;
}

/**アイテムリスト**/
.item_list {
    background: url(/pc/img/feature/straw-tumbler/itemlist_bk.jpg) top center / 1920px auto no-repeat;
    height: 921px;
    z-index: 12;
}

.item_list ul {
    padding: 130px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.item_list li {
    background: #fff;
    border-radius: 5px;
    padding: 60px 0 0;
    width: 326px;
    height: 730px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.item_list li + li{
    margin-left: 10px;
}

.list-item_price,.item-detail_price {
    color: #000;
    display: inline-block;
    float: none;
    font-size: 24px;
    line-height: 46px;
    position: relative;
    margin: 10px auto;
    width: 260px;
}

.list-item_price::before,.item-detail_price::before {
    background: #000;
    content: '税抜';
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    font-weight: bold;
    bottom: 20px;
    font-size: 14px;
    width: 20px;
    line-height: 14px;
    margin: 0 3px 0 0;
    padding: 4px 0;
    vertical-align: 3px;
}

.list-item_price span.yen,.item-detail_price span.yen {
    font-size: 32px;
    font-weight: bold;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.list-item_price strong,.item-detail_price strong {
    font-size: 60px;
    font-weight: bold;
}

.list-item_price span.item_taxPrice,.item-detail_price span.item_taxPrice {
    display: block;
    position: absolute;
    bottom: -24px;
    right: 0;
    font-size: 18px;
    line-height: 1.5em;
}

.itemlink_btn {
    margin: 30px auto 0;
    background: #ffd700;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

/**アイテム紹介**/

#item_ess-tumbler h2{
    display: block;
    background: url(/pc/img/feature/straw-tumbler/ess-tumbler_item.jpg) top center / 1920px auto no-repeat;
    height: 1256px;
    overflow: hidden;
    padding-top: 1256px;
    z-index: 12;

}


#item_epb-holder h2{
    display: block;
    background: url(/pc/img/feature/straw-tumbler/epb-holder_item.jpg) top center / 1920px auto no-repeat;
    height: 1256px;
    overflow: hidden;
    padding-top: 1256px;
    z-index: 13;
}

#item_ehs-tumbler h2{
    display: block;
    background: url(/pc/img/feature/straw-tumbler/ehs-tumbler_item.jpg) top center / 1920px auto no-repeat;
    height: 1258px;
    overflow: hidden;
    padding-top: 1258px;
    z-index: 14;
}

.item-detail{
    display: flex;
    justify-content: center;
}

.item-detail {
    display: flex;
    justify-content: center;
    width: 800px;
    margin: 0 auto;
}

.item-detail_priceWrap {
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
}

p.item-detail_name {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 40px;
}

.item-detail_image {
    margin-left: 40px;
}

.item-detail-btnWrap{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 80px;
    width: 1200px;
}

.item-detail-btnWrap a + a{
    margin-left: 20px;
}

a.item-detail-shop {
    background: #ff3264;
    border-radius: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    height: 200px;
    text-align: center;
    width: 480px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #ccc;
}

a.item-detail-online {
    background: #172d5b;
    border-radius: 100px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    height: 200px;
    text-align: center;
    width: 480px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px #ccc;
}

a.item-detail-shop::after,
a.item-detail-online::after{
    content: "";
    display: block;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    height: 20px;
    width: 20px;
    transform: rotate(-45deg);
}


/**各スライダー部分**/
.slider_wrap {
    margin-top: -116px;
    height: 716px;
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.pickup_slider{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 500;
}

.pickup_slider button {
    display: none !important;
}

.pickup_sliderdiv{
    padding: 0 10px 0 0;
}

.pickup_slider> div:nth-of-type(2){
    opacity: 0;
}

.slick-slide{
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.slick-active{
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}


.slick-active{
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.slick-slide {
    min-width: 710px !important;
}

.slick-slide img {
    display: block;
    max-width: 100%;
    /*width: 710px;
    height: fit-content;*/
    margin: 0 auto;
    
}

.slick-slide img:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;

    -moz-opacity: 0.7;
}

.arrowWrapper{
    margin: 0 auto -60px;
    max-width: 710px;
    overflow: hidden;
    position: relative;
    top: -300px;
}

.arrowWrapper a{
    appearance: none;
    border: none;
    box-sizing: border-box;
    display: block;
    height: 60px;
    opacity: 1.0;
    width: 60px;
    z-index: 600;

    -webkit-appearance: none;
    -ms-appearance: none;
}

.slickPrev{
    float: left;
    left: -4px;
    position: relative;
    z-index: 600;
}

.slickNext{
    float: right;
    left: 0;
    position: relative;
    z-index: 600;
}

.slickPrev:after{
    border-right: 4px solid #192b5b;
    border-top: 4px solid #192b5b;
    bottom: 0;
    content: "";
    height: 20px;
    left: 24px;
    margin: auto;
    position: absolute;
    top: 1px;
    transform: rotate(-135deg);
    vertical-align: middle;
    width: 20px;

    -webkit-transform: rotate(-135deg);
}

.slickNext:after{
    border-right: 4px solid #192b5b;
    border-top: 4px solid #192b5b;
    bottom: 0;
    content: "";
    height: 20px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 1px;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 20px;

    -webkit-transform: rotate(45deg);
}

.arrowWrapper a:hover{
    background: #75e1eb;
}

.arrowWrapper a:hover::after{
    border-color: #fff !important;
}

.arrowWrapper a {
    background: #75e1eb;
}

.slickPrev:after{
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
}

.slickNext:after{
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
}


.thum_list{
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.thum_list li{
    height: auto;
    width: 160px;
}

.thum_list li img{
    cursor: pointer;
    height: auto;
    width: 100%
}

/**下部storeリンク部分**/

.online_store_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.online_store_list-item p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    min-height: 3.4em;
    text-align: center;
    height: 70px;
}

.online_store_list-item {
    padding: 20px;
    text-align: center;
}

.bnr_wrapper {
    width: 701px;
    text-align: center;
    margin: 30px auto;
}