.news input[type=password]{font:15px/24px sans-serif;-webkit-box-sizing:border-box;box-sizing:border-box;width:30%;padding:.3em;-webkit-transition:.3s;transition:.3s;letter-spacing:1px;color:#aaa;border:1px solid #fff;-webkit-box-shadow:1px 1px 2px 0 #707070 inset;box-shadow:1px 1px 2px 0 #707070 inset;border-radius:4px}.news input[type=submit]{padding:.25rem;color:#fff;background-color:#141e3e;border-radius:4px}.news input[type=password]:focus{outline:none;-webkit-box-shadow:inset 1px 1px 2px 0 #c9c9c9;box-shadow:inset 1px 1px 2px 0 #c9c9c9}.news section>h2,.news section>h3{margin-bottom:24px}.news section>h2{margin-top:48px;font-size:20px;padding:16px;border-radius:2px;background-color:#141e3e;color:#fff;line-height:1;font-weight:700}.news section>h3{border-left:4px solid #141e3e;padding:6px;padding-top:3px;display:block;font-size:1.25rem;font-weight:bold}.news section p{line-height:1.8}.news section p:not(:last-of-type):not(:empty){margin-bottom:24px}.news section a{color:#0066c0}.news section a:hover{text-decoration:underline}.news section table{width:100%;margin-top:24px;border:1px solid #141e3e;border-collapse:collapse}.news section table tbody tr th,.news section table tbody tr td{padding:1rem;border:1px solid #141e3e;border-collapse:collapse;vertical-align:middle}.news section table tbody tr th{background-color:#f1f1f1}@media screen and (max-width: 599px){.news section p{line-height:1.8}.news section p:not(:last-of-type):not(:empty){margin-bottom:16px}.news section .news_list{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));grid-auto-columns:auto;gap:16px 8px}.news section .news_list .news_item{padding:0}.news section .news_list .news_item:hover{background:rgba(0,0,0,0)}.news section .news_list .news_item>a .img{margin-bottom:16px}.news section .news_list .news_item>a h2{min-height:3.75rem}.news section table tbody tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news section table tbody tr th{background-color:#f1f1f1}}.news .grid{margin-bottom:20px;padding:20px;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px;border:2px solid #d0d2d8;border-radius:8px;position:relative;overflow:hidden}.news .grid__left{-ms-flex-item-align:center;align-self:center}.news .grid__left h4{margin-bottom:4px;font-weight:bold}.news .grid__left p a{word-break:break-all}.news .grid__left--txt{margin-top:20px}.news .collab_gift{width:100%;padding:20px;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px;border:2px solid #d0d2d8;border-radius:8px;position:relative;overflow:hidden}.news .collab_gift .desc{-ms-flex-item-align:center;align-self:center}.news .collab_gift .desc h3{margin-bottom:20px;border-left:4px solid #141e3e;padding:6px;padding-top:3px;display:block;font-size:1.25rem;font-weight:bold}.news .collab_gift .desc .img{display:none}.news .drink_list{margin-bottom:20px;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:20px}.news .drink_list .drink_item{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:2px solid #d0d2d8;border-radius:8px}.news .drink_list .drink_item .desc .name{font-weight:bolder}.news .drink_list .drink_item .desc .txt{font-size:.875rem}.news .drink_list .drink_item .img{margin-top:auto}.news .notes p{margin-bottom:0 !important;padding-left:1.1rem;position:relative}.news .notes p::before{content:"※";font-size:1rem;position:absolute;top:0;left:0}@media screen and (max-width: 599px){.news .grid{grid-template-columns:repeat(1, minmax(0, 1fr))}.news .collab_gift{grid-template-columns:repeat(1, minmax(0, 1fr))}.news .drink_list{grid-template-columns:repeat(1, minmax(0, 1fr))}}.news .head{padding:10px 0 !important;border-top:2px solid #000;border-bottom:2px solid #000;font-size:4rem;font-weight:900;text-align:center;line-height:1}.news .txt__comment p{font-size:1.6rem;font-weight:900}@media screen and (max-width: 600px){.news .head{font-size:3rem}.news .menu{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:40px}.news .menu .menu__item{padding:40px;border:2px solid #000;display:grid;grid-template-columns:1.5fr 1fr;gap:40px}.news .menu .menu__item--right .name{margin:0 !important;margin-bottom:10px !important;font-size:1.5rem;line-height:1.5;color:#000 !important;font-weight:900;border-left:4px solid #000;border-radius:0 !important;padding-top:.25rem;padding-bottom:.25rem;padding-left:12px}.news .menu .menu__item--right .price{margin:0 !important;margin-bottom:20px !important;font-size:1.25rem;color:#000 !important;font-weight:900;text-align:right}.news .menu .menu__item--right .comment{display:grid;grid-template:repeat(1, minmax(0, 1fr))}.news .menu .menu__item--right .comment p{margin:0 !important}.news .menu .menu__item--right .comment .comment-wrap .comment__open{margin-top:15px;height:40px;background:#000;position:relative}.news .menu .menu__item--right .comment .comment-wrap .comment__open::before{content:"";position:absolute;top:-30px;left:50%;border:15px solid rgba(0,0,0,0);border-bottom:15px solid #000;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.news .menu .menu__item--right .comment .comment-wrap .comment__open::after{content:"＋ コメントを見る";width:100%;font-size:16px;font-weight:900;color:#fff;word-break:keep-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -42%);transform:translate(-50%, -42%)}.news .menu .menu__item--right .comment .comment-wrap .comment__open.open::after{content:"— コメントを閉じる"}.news .menu .menu__item--right .comment .comment-wrap .comment__body{display:none}}@media screen and (max-width: 600px){.menu{display:grid;grid-template-columns:repeat(1, minmax(0, 1fr));gap:40px}.menu .menu__item{grid-template-columns:repeat(1, minmax(0, 1fr));padding:10px;border:2px solid #000}.menu .menu__item--right .name{margin:0 !important;margin:20px 0 10px 0 !important;line-height:1.5;color:#000 !important;font-weight:900;border-left:4px solid #000;border-radius:0 !important;padding-top:.25rem;padding-bottom:.25rem;padding-left:12px}.menu .menu__item--right .price{margin:0 !important;margin:0 0 20px 0 !important;font-size:1.6rem;color:#000 !important;font-weight:900;text-align:right}.menu .menu__item--right .comment{display:grid;grid-template:repeat(1, minmax(0, 1fr))}.menu .menu__item--right .comment p{margin:0 !important}.menu .menu__item--right .comment .comment-wrap .comment__open{margin-top:15px;height:40px;background:#000;position:relative}.menu .menu__item--right .comment .comment-wrap .comment__open::before{content:"";position:absolute;top:-30px;left:50%;border:15px solid rgba(0,0,0,0);border-bottom:15px solid #000;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.menu .menu__item--right .comment .comment-wrap .comment__open::after{content:"＋ コメントを見る";width:100%;font-size:16px;font-weight:900;color:#fff;word-break:keep-all;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -42%);transform:translate(-50%, -42%)}.menu .menu__item--right .comment .comment-wrap .comment__open.open::after{content:"— コメントを閉じる"}.menu .menu__item--right .comment .comment-wrap .comment__body{display:none}}@media screen and (max-width: 600px){.tokuten__wrap{grid-template-columns:repeat(1, minmax(0, 1fr));gap:20px}}