/* header */

.header.discover-favorite {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

@media screen and (max-width: 909px) {
    .header.discover-favorite.sp-none {
        display: none;
    }
}

.h1Block.rwd {
    width: auto;
    display: flex;
    padding: 0 calc(30px + 5vw) 0 0;
}

@media screen and (max-width: 1050px) and (min-width: 910px){
    .h1Block.rwd h1{
        width: 83%;
        margin: auto;
        /* padding-right: 30px; */
    }
    .sns{
        right: 0;
    }
}

.sns {
    display: flex;
    position: absolute;
    right: 30px;
    /*top: 30px;*/
}

.sns li {
    padding: 5px 0 0 5px;
}

.sns li a {
    display: block;
    width: 33px;
    text-align: center;
    margin: 0 auto;
}

.customize-title a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.customize-title a span {
    color: #171717;
    padding: 15px 0;
    font-size: 12px;
}

@media screen and (min-width: 910px){
    .customize-title a span {
        font-size: 24px;
    }
}

.searchMenu.rwd .searchMenuL{
    display: flex;
    width: 100%;
    margin: 0 auto 30px;
}

.modal-menu {
    padding-right: 5vw;
}

.modal-menu-button {
    background: url(../images/btn_menu.png) no-repeat;
    width: 30px;
    height: 22px;
    cursor: pointer;
}

.modal-menu-button:hover {
    opacity: 0.7;
}

.modal-menuList {
    border-top: solid 1px #e2e2e2;
}

.modal-menuList li{
    position: relative;
    padding: 20px 15px;
}

.modal-menuList.search-customoize li:first-child {
    padding-bottom: 0;
}

.modal-menuList.search-customoize li:last-child {
    padding-top: 0;
}

.modal-menuList.search-howTo li:first-child {
    padding-bottom: 0;
}

.modal-menuList li:after{
    content: '';
    display: inline-block;
    position: absolute;
    background: url(../images/arrow_modalMenu_rwd.png) no-repeat;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 0;
    transform: translate(-50%,-50%);
    padding-right: 15px;
}

.modal-menuList li a{
    font-size: 14px;
    color: #fff;
    display: block;
}

.modal-menuList li a:visited {
    color: #fff;
}

#cboxDyfContent.modalHeader-content {
    background: none;
}

#cboxDyfContent.modalHeader-content #cboxDyfClose.modal-close{
    background: url(/images/btn_menu_close_rwd.png) no-repeat scroll left top rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px;
    right: -30%;
    top: -15%;
}

/* 楽しみ方modal */
.dyfEnjoy.rdw {
    background-color: #ffffff;
}
.dyfEnjoy.rdw .parent {
    padding: 35px 45px;
    margin: 0;
}

@media (min-width: 600px) {
    .dyfEnjoy.rdw .links{
        text-align: left;
    }
    .dyfEnjoy.rdw table.modal-contents .links a:before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 9px;
        background: url(/images/icon_content_link_right_bk_rwd.png) no-repeat;
        background-size: 5px 9px;
        top: 19%;
        left: -15%;
        margin-right: 5px;
    }
    .dyfEnjoy table.modal-contents th img{
        width: 150px;
        max-width: 150px;
    }
    .dyfEnjoy.rdw table td .links a{
        color: #b1aba7;
    }
    .dyfEnjoy.rdw table td .links a:hover{
        color: #ffffff;
    }
}
.dyfEnjoy.rdw table td span{
    color: #b1aba7;
    margin: 5px 0;
    display: block;
}


@media (max-width: 599px) {
    .dyfEnjoy.rdw .parent {
        padding: 30px 15px 15px;
    }
}
.dyfEnjoy table.modal-contents td {
    padding: 0 !important;
}
@media (max-width: 599px) {
    .dyfEnjoy table.modal-contents td {
        font-size: 11px !important;
    }
}
.dyfEnjoy.rdw .modal-contents td{
    padding: 0 !important;
    max-width: 340px;
}
@media (max-width: 599px) {
    .dyfEnjoy.rdw .modal-contents td{
        padding: 15px 5px !important;
    }
}
.dyfEnjoy table.modal-contents th {
    padding: 25px 35px 25px 25px;
}
@media (max-width: 599px) {
    .dyfEnjoy table.modal-contents th {
        padding: 15px 5px;
    }

    .dyfEnjoy table.modal-contents th img {
        max-width: 99px;
        width: 99px;
    }
}
.dyfEnjoy table.modal-contents tr {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 0;
}
.dyfEnjoy table tr {
    border-top: 1px dotted #3d3935;
}
.dyfEnjoy table.modal-contents tr:last-child {
    border-bottom: 1px dotted #3d3935;
}
@media (max-width: 599px) {
    .dyfEnjoy .modal-head-text{
        margin-left: 0;
    }
}
@media (min-width: 600px) {
    .dyfEnjoy .modal-head-img{
        display: inline-block;
    }
    .dyfEnjoy .modal-head-img img{
        width: 250px;
    }
    .dyfEnjoy .modal-head-text{
        display: inline-block;
    }
}

/*
#cboxDyfContent #cboxDyfClose.modal-close {
    background: url(../images/btn_menu_close_rwd.png) no-repeat scroll left top rgba(0, 0, 0, 0);
    width: 30px;
    height: 30px;
    right: -30%;
}
*/
/* //header */

/* footer */
footer.global {
    width: auto !important;
}
/* //footer */

/* body.rwd {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;;
} */

@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: 910px) {
    .sp-none {
        display: none;
    }
}

.pc-none {
    display: none;
}

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

/* search common */

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

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

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

div.mainContents, div.mainContents.notExNav article {
    width: auto;
    min-height: 0;
}

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;
}

.u-newLine {
    display: none;
}

@media screen and (max-width: 599px){
    nav.menuList .menu ol 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;
    }
}

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/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: 180px;
}

@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: 910px){
    #main.indexContainer ul.annotation li {
        text-align: left;
    }
}

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

@media screen and (max-width: 910px){
    .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: 55px;
}

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

.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(../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;
    }

    #cboxDyfOverlay +  #colorbox.okiniiri{
        width: 100% !important;
    }

    /*body #cboxDyfOverlay + #colorbox {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%,-50%) !important;
        min-width: 300px !important;
        margin: 0 auto !important;
        width: 308px !important;
    }*/

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

    #colorbox.okiniiri #cboxDyfWrapper {
        width: 100% !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;
    }
}

@media (max-width: 599px) {
    body #colorbox {
        left: 2.3%
    }
}

/* // search common modal*/

.header.sp-static-share{
    display: none;
}

/* DYF header */
.dyf-header_wrap {
    background: #E1DFDD;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    min-height: 56px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.dyf-header {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0;
    line-height: 10px;
    overflow-x: auto;
    padding: 0 16px;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.dyf-header_title img{
    max-height:15px;
}
.dyf-header_btn_wrap{
    align-items: center;
    margin-left: auto;
    padding-left: 20px;
}
.dyf-header_btn{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    border-radius: 50px;
    padding: 6px 10px;
    font-weight: 500;
    transition: all 0.2s ease;
    color: #000;
    border: solid 1px #000;
    cursor: pointer;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 599px) {
  .dyf-header_btn{
    font-size: 12px;
    padding: 3px 10px;
  }
}
@media screen and (max-width: 909px) {
    .dyf-header_wrap{
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 1024px) {
    .dyf-header {
        padding: 12px 128px;
        margin: 0 auto;
        overflow-y: auto;
        white-space: normal;
    }
}
#main.recommend,
#main.choice,
#main.favorite{
    margin-top:40px;
}
/* // DYF header */

/* DYF notes */
.page-notes {
    background: rgb(237, 235, 233);
    margin-top: 40px;
}
.page-notes .page-notes__inner {
    background: rgba(0, 0, 0, 0.05);
    padding-top: 29px;
    padding-bottom: 29px;
}
.page-notes .page-notes__list {
    margin: 0 16px;
}
.page-notes .page-notes__list > li {
    color: rgba(0, 0, 0, 0.7);
    font-size: 1.1rem;
    line-height: 1.63;
    padding-left: 11px;
    position: relative;
}
.page-notes .page-notes__list > li::before {
    color: rgba(0, 0, 0, 0.7);
    content: "※";
    display: block;
    font-size: 1.1rem;
    left: 0;
    line-height: 1.63;
    position: absolute;
    top: 0;
}
@media screen and (min-width: 1024px) {
    .page-notes .page-notes__inner {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .page-notes .page-notes__list{
        max-width: 1184px;
        padding: 0 40px;
        margin: 0 auto;
    }
    .page-notes .page-notes__list > li {
        line-height: 1.81;
        padding-left: 12px;
    }
    .page-notes .page-notes__list > li::before {
        font-size: 1.2rem;
        line-height: 1.7;
    }
}
@media screen and (min-width: 520px) and (max-width: 1023.9px) {
    .page-notes .page-notes__list {
        margin-left: 40px;
        margin-right: 40px;
    }
}
/* // DYF notes */