/*スマホ最適化*/
@media only screen and (max-width: 767.9px) {
    /*============================
    #shop_news #information
    ============================*/
    section.area_layout02 {
        width: var(--content-width);
        margin: 0 auto;
        margin-top: 58px;
    }

    section.area_layout02 div.inner h3.A-OTF-ShinGoPro-Light01 {
        margin-bottom: 30px;
    }
    section.area_layout02 div.inner ul {
        display: grid;
        row-gap: 0px;
        column-gap: 0px;
        grid-template-columns:repeat(1,347px);
    }
    section.area_layout02 div.inner ul:first-of-type {
        border-top: 1px solid #CCC;
    }
    section.area_layout02 div.inner ul li {
        padding: 22px 0;
        padding-left: 13px;
        display: flex;
        background-image : linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent 4px);
        background-size: 4px 1px;
        background-position: left bottom;
        background-repeat: repeat-x;
        cursor: pointer;
    }
    section.area_layout02 div.inner ul li:nth-of-type(4) {
        background-image: none;
    }
    section.area_layout02 div.inner ul:not([style="display:none;"]) {
        border-bottom: 1px solid #ccc;
    }
    section.area_layout02 div.inner ul:not([style='display:none;']) li:last-of-type,section.area_layout02 div.inner ul:not([style='display:none;']) li:nth-last-child(2) {
        background-image: initial;
    }
    section.area_layout02 div.inner ul li img {
        height: auto;
        width: 128px;
        height: 128px;
        object-fit: contain;
    }
    section.area_layout02 div.inner ul li div.right {
        padding-left: 19.5px;
        width: 206px;
    }
    section.area_layout02 div.inner ul li div.right b {
        font-size: 18px;
        color: #fff;
        width: 168px;
        height: 33px;
        background-color: #DB2888;
        border-radius: 0 10px 0 0;
        display: block;
        padding-top: 8px;
        padding-left: 10px;
        margin-bottom: 9px;
    }
    section.area_layout02 div.inner ul li.notice_from_management div.right b {
        background-color: #B738B3;
    }
    section.area_layout02 div.inner ul li div.right h4 {
        margin-top: 3px;
        font-size: 10px;
        color: black;
    }
    section.area_layout02 div.inner ul li div.right time.date.updated {
        font-size: 10px;
        display: block;
    }
    section.area_layout02 div.inner ul li div.right h5 {
        font-size: 16px;
        font-weight: 400;
        margin-top: 7px;
        line-height: 1.5;
    }
    section.area_layout02 div.inner ul li div.right h5 {
        color: #DB2888;
        font-weight: 600;
        text-decoration: underline;
        display: block;
        padding-bottom: 2px;
        pointer-events: none;
    }
    section.area_layout02 div.inner ul li.notice_from_management div.right h5 a {
        color: #B738B3;
    }
    section.area_layout02 div.inner ul li div.right h6.entry-title {
        font-size: 12px;
        font-weight: 600;
        margin-top: 12px;
        line-height: 1.5;
    }
    section.area_layout02 div.inner ul li div.right p {
        font-size: 10px;
        line-height: 2;
        margin-top: 6px;
        height: 45px;
        word-wrap: break-word;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: black;
    }
    section.area_layout02 div.inner a {
        display: flex;
    }
    section.area_layout02 div.inner > span:last-of-type {
        display: none!important;
    }

    /*============================
    #shop_news_modal_window
    ============================*/
    div#shop_news_modal_window {
        background-color: rgba( 0,0,0,0.75);
        position: fixed;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        transition: opacity 0.5s ease-out;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    div#shop_news_modal_window.show {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    div#shop_news_modal_window div.inner {
        position: absolute;
        top:0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
        overflow: scroll;
        scrollbar-width: none;
    }
    div#shop_news_modal_window div.inner::-webkit-scrollbar {
        display: none;
    }
    div#shop_news_modal_window div.inner ul {
        position: absolute;
        top:25px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background-color: #F9F9F9;
        padding-bottom: 25px;
    }
    div#shop_news_modal_window div.inner ul li {
        margin-bottom: 25px;
        background-color: #fff;
        padding-bottom: 25px;
        text-align: center;
    }
    div#shop_news_modal_window div.inner ul li div.top {
        width: var(--content-width);
        margin: 0 auto;
        display: flex;
        padding: 14px 0;
        position: relative;
        text-align: left;
    }
    div#shop_news_modal_window div.inner ul li div.top div.left {
        width: 211px;
        display: flex;
    }
    div#shop_news_modal_window div.inner ul li div.top div.left a {
        width: 52px;
        height: 52px;
        border-radius: 50%;
    }

    div#shop_news_modal_window div.inner ul li div.top div.left div.content {
        width: 135px;
        margin-left: 11px;
        margin-right: 11px;
        margin-top: 3px;
    }
    div#shop_news_modal_window div.inner ul li div.top div.left div.content h2 {
        font-size: 10px;
        margin-top: 8px;
    }
    div#shop_news_modal_window div.inner ul li div.top div.left div.content h3 {
        color: #B738B3;
        font-weight: 400;
        font-size: 16px;
        margin-top: 5px;
        line-height: 1.15;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right {
        width: 175px;
        padding-top: 10px;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right div.wrap {
        display: flex;
        flex-wrap: nowrap;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right div.wrap a.to_store_link {
        width: 100px;
        height: 32px;
        display: inline-block;
        background-color: #FF833D;
        color: #fff;
        text-align: center;
        padding-top: 9px;
        font-size: 15px;
        font-weight: 600;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right a.to_sns_link {
        width: 32px;
        height: 32px;
        margin-left: 7px;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right a.Instagram {
        fill: #DB2888;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right a.YouTube {
        fill: #ff0000;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right a.Twitter {
        fill: #1e9bf0;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right a.TikTok {
        fill: #e86b90;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right a.Instagram svg {
        width: 30px;
        height: 35px;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right a.YouTube svg {
        width: 30px;
        height: 35px;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right a.Twitter svg {
        width: 27.4px;
        height: 22.3px;
    }
    div#shop_news_modal_window div.inner ul li div.top div.right a.TikTok svg {
        width: 30px;
        height: 35px;
    }
    div#shop_news_modal_window div.inner ul li img {
        width: 100%;
    }
    div#shop_news_modal_window div.inner ul li h6 {
        font-size: 16px;
        padding: 15px;
        color: #B738B3;
        text-align: left;
        width: 100%;
        display: block;
    }
    div#shop_news_modal_window div.inner ul li p {
        font-size: 10px;
        line-height: 1.66;
        padding: 12px;
        text-align: left;
        width: 200%;
        display: block;
    }
    div#shop_news_modal_window div.inner ul li a.detail {
        font-size: 12px;
        display: block;
        width: 219px;
        height: 37px;
        text-align: center;
        color: #000;
        margin: 0 auto;
        border: 1px solid #000;
        padding-top: 10px;
        margin-top: 38px;
    }
    div#shop_news_modal_window div.inner > b {
        position: fixed;
        bottom: 0;
        width: 100%;
		z-index: 110;
        background: #000000;
        color: #FFFFFF;
        box-sizing: border-box;
        height: 60px;
        padding: 20px;
    }
    div#shop_news_modal_window div.inner b p {
        font-size: 110%;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
    }
}
