@media screen and (max-width: 599px) {
    .wrapper.rwd {
        min-width: initial;
    }
    .mainContents.notExNav.static.migration.rwd {
        margin-left: 0;
    }
}

#index article.rwd {
    width: 100%;
}

div.mainContents.notExNav.migration article {
    width: 100%;
}

#contents .contentsIn {
    margin: 0 auto;
    width: 100%;
}

div.wrapper div#contents .contentsIn div#contentsWrapper {
    width: 100%;
}

ul.sns.footer {
    right: 30px;
}

.sp-none {
    display: block;
}

@media screen and (max-width: 599px) {
    .sp-none {
        display: none;
    }
}

.pc-none {
    display: none;
}

@media screen and (max-width: 599px) {
    .pc-none {
        display: block;
    }
}

/* search common */

#main.indexContainer {
    max-width: 930px;
}

@media screen and (min-width: 1230px) {
    div.mainContents.notExNav article.itemList {
        margin-top: 20px;
    }    
}


@media screen and (max-width: 599px){
    #main.indexContainer {
        max-width: 640px;
    }
}

nav.menuList.rwd .menu {
    max-width: 720px;
    background: none;
}

.menu-searchList {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 20px 0 30px;
}

nav.menuList .menu ol.menu-searchList {
    border: none;
    overflow: hidden;
}

nav.menuList .menu .current {
    background: none;
}

@media screen and (max-width: 599px){
    nav.menuList .menu ol li {
        border-bottom: 1px solid #e2e2e2;
        background: url(/customizemock/sp-common/images/icon-arrow-cmt.png) 95% center no-repeat #ffffff;
        background-size: 15px 15px;
    }
}

nav.menuList .menu ol.menu-searchList li {
    border: none;
    border-bottom: solid 3px #e2e2e2;
    background: none;
}

nav.menuList .menu ol.menu-searchList li a {
    padding: 20px 40px;
    font-size: 125%;
}

nav.menuList .menu ol.menu-searchList li span {
    padding: 20px 40px;
    font-size: 125%;
    display: block;
}

nav.menuList .menu ol.menu-searchList li.current {
    border-bottom: solid 3px #52bf3d;
}

nav.menuList .menu ol.menu-searchList li:hover {
    border-bottom: solid 3px #52bf3d;
}

@media screen and (max-width: 599px){
    nav.menuList .menu ol.menu-searchList li {
        border-bottom: 1px solid #e2e2e2;
        background: url(/customize/sp-common/images/icon-arrow-cmt.png) 95% center no-repeat #ffffff;
        background-size: 15px 15px;
    }
}

article.itemList h2 {
    font-weight: 700;
}

article.itemList ul {
    display: flex;
    flex-wrap: wrap;
}

article.itemList ul li {
    width: 20%;
}

@media screen and (max-width: 599px){
    article.itemList ul li {
        width: 33.33%;
    }
}

article.itemList ul li span {
    font-size: 100%;
}

#main.indexContainer ul.annotation li {
    text-align: right;
}

@media screen and (max-width: 599px){
    #main.indexContainer ul.annotation li {
        text-align: left;
    }
}

.searchMenuR {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 599px){
    .searchMenuR.sp-none {
        display: none;
    }
}

.searchMenuR li:first-child {
    padding-right: 20px;
}

/* // search common */

/* search common modal */
.item-hot-ice {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media screen and (max-width: 599px){
    .item-hot-ice {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}

.popupElement.beverageChoice .item .item-hot-ice li.hot {
    padding: 0;
    margin: 0;
    background: none;
}

@media screen and (max-width: 599px){
    #cboxDyfLoadedContent .popupElement.beverageChoice .item .item-hot-ice li.hot {
        padding-right: 0;
        margin-right: 0;
    }
}

.item-hot-ice li.hot +li {
    padding-bottom: 20px;
}

@media screen and (max-width: 599px){
    #cboxDyfLoadedContent .popupElement.beverageChoice .item .item-hot-ice li.hot +li {
        width: auto;
        padding: 20px;
    }
}

.item-hot-ice li.hot +li span {
    font-size: 16px;
    font-weight: bold;
}

.popupElement.beverageChoice .item .item-hot-ice #iceImg,
.popupElement.beverageChoice .item .item-hot-ice #hotImg {
    border: none;
}

.popupElement.beverageChoice .item .item-hot-ice #iceImg:hover,
.popupElement.beverageChoice .item .item-hot-ice #hotImg:hover {
    border: none;
    opacity: 0.7;
}

#cboxDyfClose:hover {
    opacity: 0.7;
}

/*
#cboxDyfContent #cboxDyfClose {
    background: url(/customizemock/js/colorbox/images/icon_overlay_close.png) no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 26px;
    right: 2%;
    top: -15%;
    width: 26px;
}
*/

#colorbox,
#colorbox #cboxDyfWrapper,
#colorbox #cboxDyfWrapper #cboxDyfLoadedContent {
    overflow: visible !important;
}

.choice01:hover,
.choice02:hover {
    opacity: 0.7;
}

#cboxDyfLoadedContent .popupElement.beverageChoice .itemName {
    padding-bottom: 10px;
}

@media screen and (max-width: 599px){
    #cboxDyfLoadedContent .popupElement.beverageChoice .itemName {
        padding-bottom: 15px;
    }

    #cboxDyfLoadedContent #cboxDyfLoadedContent .popupElement.beverageChoice .item {
        width: auto;
        padding: 10px;
        display: flex;
    }

    #cboxDyfWrapper #cboxDyfContent {
        width: 100% !important;
    }

    body #cboxDyfOverlay + #colorbox {
        /*top: 50% !important;*/
        left: 50% !important;
        transform: translate(-50%, 0) !important;/* モーダルの位置調整 */
        min-width: 300px !important;
        margin: 0 auto !important;
        width: 308px !important;
    }

    #colorbox #cboxDyfWrapper {
        width: 300px !important;
    }

    #cboxDyfWrapper #cboxDyfContent,
    #cboxDyfLoadedContent .popupElement.beverageChoice,
    #cboxDyfLoadedContent .popupElement.beverageChoice .itemName,
    #colorbox #cboxDyfWrapper #cboxDyfLoadedContent {
        width: auto !important;
    }

    #cboxDyfWrapper #cboxDyfContent .popupElement.beverageChoice .item {
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 14px;
    }

    body #colorbox {
        min-width: 395px !important;
    }

    .popupElement.beverageChoice .item  .productImg {
        margin: 0px 10px 0 0;
        padding: 0 0 0px 0px;
        width: 110px;
    }

    .popupElement.beverageChoice .item  .productInfo {
        width: 160px;
    }
}


/* // search common modal*/
