@media screen and (1024px <= width) {
  #menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 22px 0 46px;
    gap: 0 30px;
  }
  #menu a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 300px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #bd0000;
    border-radius: 25px;
    transition: background 0.4s ease;
    position: relative;
  }
  #menu a::before, #menu a::after {
    content: "";
    width: 14px;
    height: 100%;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: right 0.4s ease, opacity 0.4s ease;
    position: absolute;
    right: 36px;
    top: 0;
  }
  #menu a::before {
    background-image: url(../c103b252b5f7b6cbbd2f.png);
    opacity: 1;
  }
  #menu a::after {
    background-image: url(../429749147b73fa61dab4.png);
    opacity: 0;
  }
  #menu a span {
    color: #bd0000;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: color 0.4s ease;
  }
  #menu a:hover {
    background: #bd0000;
  }
  #menu a:hover::before {
    opacity: 0;
  }
  #menu a:hover::after {
    opacity: 1;
  }
  #menu a:hover span {
    color: #ffffff;
  }
  .lineup_list {
    width: 1000px;
    margin: 0 auto;
  }
  .lineup_list .headline {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    padding: 0 30px;
    background: #a90000;
    border-radius: 25px;
  }
  .lineup_list .headline h2 {
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
  }
  .lineup_list .content .item {
    padding: 40px 0;
    border-bottom: 1px solid #d7c4c4;
  }
  .lineup_list .content .item > dt h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0 10px;
  }
  .lineup_list .content .item > dt h3 i.renewal {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 110px;
    height: 27px;
    background: #00a23f;
    border-radius: 10px;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    font-style: normal;
    font-feature-settings: "palt";
  }
  .lineup_list .content .item > dt h3 i.new {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 70px;
    height: 27px;
    background: #e10000;
    border-radius: 10px;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    font-style: normal;
    font-feature-settings: "palt";
  }
  .lineup_list .content .item > dt h3 span {
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
  }
  .lineup_list .content .item > dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 17px;
  }
  .lineup_list .content .item > dd .photo {
    width: 340px;
    padding-bottom: 32px;
    position: relative;
  }
  .lineup_list .content .item > dd .photo img {
    width: 300px;
    position: relative;
    z-index: 10;
  }
  .lineup_list .content .item > dd .photo::after {
    content: "";
    width: 300px;
    height: 180px;
    background: #ffeeeb;
    border-radius: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .lineup_list .content .item > dd .detail {
    width: 620px;
  }
  .lineup_list .content .item > dd .detail .explain {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .lineup_list .content .item > dd .detail .remarks {
    margin-top: 15px;
  }
  .lineup_list .content .item > dd .detail .remarks > dt {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .lineup_list .content .item > dd .detail .remarks > dd ul li {
    list-style-type: none;
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .lineup_list .content .item > dd .detail .link {
    margin-top: 24px;
  }
  .lineup_list .content .item > dd .detail .link a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 300px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #721518;
    border-radius: 35px;
    transition: background 0.4s ease;
    position: relative;
  }
  .lineup_list .content .item > dd .detail .link a::before, .lineup_list .content .item > dd .detail .link a::after {
    content: "";
    width: 28px;
    height: 100%;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: right 0.4s ease, opacity 0.4s ease;
    position: absolute;
    right: 39px;
    top: 0;
  }
  .lineup_list .content .item > dd .detail .link a::before {
    background-image: url(../5ec9d663d98682da1b15.png);
    opacity: 1;
  }
  .lineup_list .content .item > dd .detail .link a::after {
    background-image: url(../684007efd4129af8331c.png);
    opacity: 0;
  }
  .lineup_list .content .item > dd .detail .link a span {
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    transition: color 0.4s ease;
  }
  .lineup_list .content .item > dd .detail .link a:hover {
    background: #721518;
  }
  .lineup_list .content .item > dd .detail .link a:hover::before, .lineup_list .content .item > dd .detail .link a:hover::after {
    right: 29px;
  }
  .lineup_list .content .item > dd .detail .link a:hover::before {
    opacity: 0;
  }
  .lineup_list .content .item > dd .detail .link a:hover::after {
    opacity: 1;
  }
  .lineup_list .content .item > dd .detail .link a:hover span {
    color: #ffffff;
  }
  .lineup_list .content .item > dd .quality_conscious {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  .lineup_list .content .the_secret {
    padding: 40px 0;
    border-bottom: 1px solid #d7c4c4;
  }
  .lineup_list .content .the_secret img {
    width: 100%;
  }
  .lineup_list#gratin_doria .content .item:first-child {
    padding-top: 38px;
  }
  .lineup_list#ginza {
    margin-top: 50px;
  }
  .lineup_list#ginza .content .item > dd .quality_conscious {
    margin-top: 30px;
  }
  .lineup_list#ginza .content .item > dd .quality_conscious img {
    width: 602px;
  }
  .lineup_list#other {
    margin-top: 50px;
  }
  .lineup_list#other .content .item:first-child {
    padding-top: 38px;
  }
  .search_stores_from_the_map {
    padding: 50px 0;
    text-align: center;
  }
  .search_stores_from_the_map img {
    width: 474px;
  }
}
@media screen and (width < 768px) {
  #menu {
    width: 90.6666666667vw;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 5.6vw 0 6.9333333333vw;
  }
  #menu a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 44vw;
    height: 8.6666666667vw;
    background: #ffffff;
    border: 0.3466666667vw solid #bd0000;
    border-radius: 4.4vw;
    transition: background 0.4s ease;
    position: relative;
  }
  #menu a:nth-child(1) {
    width: 40vw;
  }
  #menu a:nth-child(2) {
    width: 21.3333333333vw;
  }
  #menu a:nth-child(3) {
    width: 24vw;
  }
  #menu a::before, #menu a::after {
    content: "";
    width: 2.4vw;
    height: 100%;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: right 0.4s ease, opacity 0.4s ease;
    position: absolute;
    right: 3.3333333333vw;
    top: 0;
  }
  #menu a::before {
    background-image: url(../c103b252b5f7b6cbbd2f.png);
    opacity: 1;
  }
  #menu a::after {
    background-image: url(../429749147b73fa61dab4.png);
    opacity: 0;
  }
  #menu a span {
    padding-right: 2.6666666667vw;
    color: #bd0000;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.2vw;
    line-height: 1;
    transition: color 0.4s ease;
  }
  #menu a:hover {
    background: #bd0000;
  }
  #menu a:hover::before {
    opacity: 0;
  }
  #menu a:hover::after {
    opacity: 1;
  }
  #menu a:hover span {
    color: #ffffff;
  }
  .lineup_list {
    width: 94.6666666667vw;
    margin: 0 auto;
  }
  .lineup_list .headline {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 9.3333333333vw;
    padding: 0 4.6666666667vw;
    background: #a90000;
    border-radius: 4.6666666667vw;
  }
  .lineup_list .headline h2 {
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
  .lineup_list .content .item {
    padding: 10.6666666667vw 0 10vw;
    border-bottom: 0.2vw solid #d7c4c4;
  }
  .lineup_list .content .item > dt h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    gap: 0 1.9047619048vw;
  }
  .lineup_list .content .item > dt h3 i.renewal {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 20.9523809524vw;
    height: 5.1428571429vw;
    background: #00a23f;
    border-radius: 1.9047619048vw;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.2380952381vw;
    line-height: 1;
    font-style: normal;
    font-feature-settings: "palt";
  }
  .lineup_list .content .item > dt h3 i.new {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 13.3333333333vw;
    height: 5.1428571429vw;
    background: #e10000;
    border-radius: 1.9047619048vw;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.2380952381vw;
    line-height: 1;
    font-style: normal;
    font-feature-settings: "palt";
  }
  .lineup_list .content .item > dt h3 span {
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 5.3333333333vw;
    line-height: 6.6666666667vw;
  }
  .lineup_list .content .item > dd {
    margin-top: 4.4vw;
  }
  .lineup_list .content .item > dd .photo {
    width: 60vw;
    margin: 0 auto;
    padding-bottom: 6.2666666667vw;
    position: relative;
  }
  .lineup_list .content .item > dd .photo img {
    width: 60vw;
    position: relative;
    z-index: 10;
  }
  .lineup_list .content .item > dd .photo::after {
    content: "";
    width: 60vw;
    height: 36vw;
    background: #ffeeeb;
    border-radius: 7.2vw;
    position: absolute;
    right: -8vw;
    bottom: 0;
    z-index: 0;
  }
  .lineup_list .content .item > dd .detail {
    margin-top: 5.3333333333vw;
  }
  .lineup_list .content .item > dd .detail .explain {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
  .lineup_list .content .item > dd .detail .remarks {
    margin-top: 3.0666666667vw;
  }
  .lineup_list .content .item > dd .detail .remarks > dt {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 2.8vw;
    line-height: 4vw;
  }
  .lineup_list .content .item > dd .detail .remarks > dd ul li {
    list-style-type: none;
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 2.8vw;
    line-height: 4vw;
  }
  .lineup_list .content .item > dd .detail .link {
    margin-top: 4.5333333333vw;
  }
  .lineup_list .content .item > dd .detail .link a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 60vw;
    height: 10vw;
    margin: 0 auto;
    background: #ffffff;
    border: 0.4vw solid #721518;
    border-radius: 10vw;
    transition: background 0.4s ease;
    position: relative;
  }
  .lineup_list .content .item > dd .detail .link a::before, .lineup_list .content .item > dd .detail .link a::after {
    content: "";
    width: 5.7333333333vw;
    height: 100%;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: right 0.4s ease, opacity 0.4s ease;
    position: absolute;
    right: 7.8666666667vw;
    top: 0;
  }
  .lineup_list .content .item > dd .detail .link a::before {
    background-image: url(../5ec9d663d98682da1b15.png);
    opacity: 1;
  }
  .lineup_list .content .item > dd .detail .link a::after {
    background-image: url(../684007efd4129af8331c.png);
    opacity: 0;
  }
  .lineup_list .content .item > dd .detail .link a span {
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 3.6vw;
    line-height: 1;
    transition: color 0.4s ease;
  }
  .lineup_list .content .item > dd .detail .link a:hover {
    background: #721518;
  }
  .lineup_list .content .item > dd .detail .link a:hover::before, .lineup_list .content .item > dd .detail .link a:hover::after {
    right: 5.8666666667vw;
  }
  .lineup_list .content .item > dd .detail .link a:hover::before {
    opacity: 0;
  }
  .lineup_list .content .item > dd .detail .link a:hover::after {
    opacity: 1;
  }
  .lineup_list .content .item > dd .detail .link a:hover span {
    color: #ffffff;
  }
  .lineup_list .content .item > dd .quality_conscious {
    width: 100%;
    text-align: center;
  }
  .lineup_list .content .the_secret {
    padding: 6.6666666667vw 0;
    border-bottom: 0.2vw solid #d7c4c4;
  }
  .lineup_list .content .the_secret img {
    width: 100%;
  }
  .lineup_list#gratin_doria .content .item:first-child {
    padding-top: 8.4vw;
  }
  .lineup_list#ginza {
    margin-top: 9.3333333333vw;
  }
  .lineup_list#ginza .content .item > dd .quality_conscious {
    margin-top: 5.3333333333vw;
  }
  .lineup_list#ginza .content .item > dd .quality_conscious img {
    width: 80.2666666667vw;
  }
  .lineup_list#other {
    margin-top: 9.3333333333vw;
  }
  .lineup_list#other .content .item:first-child {
    padding-top: 7.2vw;
  }
  .search_stores_from_the_map {
    padding: 10vw 0 7.6vw;
    text-align: center;
  }
  .search_stores_from_the_map img {
    width: 93.3333333333vw;
  }
}
@media screen and (768px <= width < 1024px) {
  #menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 2vw 0 4.1818181818vw;
    gap: 0 2.7272727273vw;
  }
  #menu a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 27.2727272727vw;
    height: 4.5454545455vw;
    background: #ffffff;
    border: 0.1818181818vw solid #bd0000;
    border-radius: 2.2727272727vw;
    transition: background 0.4s ease;
    position: relative;
  }
  #menu a::before, #menu a::after {
    content: "";
    width: 1.2727272727vw;
    height: 100%;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: right 0.4s ease, opacity 0.4s ease;
    position: absolute;
    right: 3.2727272727vw;
    top: 0;
  }
  #menu a::before {
    background-image: url(../c103b252b5f7b6cbbd2f.png);
    opacity: 1;
  }
  #menu a::after {
    background-image: url(../429749147b73fa61dab4.png);
    opacity: 0;
  }
  #menu a span {
    color: #bd0000;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.6363636364vw;
    line-height: 1;
    transition: color 0.4s ease;
  }
  #menu a:hover {
    background: #bd0000;
  }
  #menu a:hover::before {
    opacity: 0;
  }
  #menu a:hover::after {
    opacity: 1;
  }
  #menu a:hover span {
    color: #ffffff;
  }
  .lineup_list {
    width: 90.9090909091vw;
    margin: 0 auto;
  }
  .lineup_list .headline {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 4.5454545455vw;
    padding: 0 2.7272727273vw;
    background: #a90000;
    border-radius: 2.2727272727vw;
  }
  .lineup_list .headline h2 {
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 2.5454545455vw;
    line-height: 1;
  }
  .lineup_list .content .item {
    padding: 3.6363636364vw 0;
    border-bottom: 0.0909090909vw solid #d7c4c4;
  }
  .lineup_list .content .item > dt h3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0 0.9090909091vw;
  }
  .lineup_list .content .item > dt h3 i.renewal {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 10vw;
    height: 2.4545454545vw;
    background: #00a23f;
    border-radius: 0.9090909091vw;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.5454545455vw;
    line-height: 1;
    font-style: normal;
    font-feature-settings: "palt";
  }
  .lineup_list .content .item > dt h3 i.new {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 6.3636363636vw;
    height: 2.4545454545vw;
    background: #e10000;
    border-radius: 0.9090909091vw;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.5454545455vw;
    line-height: 1;
    font-style: normal;
    font-feature-settings: "palt";
  }
  .lineup_list .content .item > dt h3 span {
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 2.5454545455vw;
    line-height: 1;
  }
  .lineup_list .content .item > dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1.5454545455vw;
  }
  .lineup_list .content .item > dd .photo {
    width: 30.9090909091vw;
    padding-bottom: 2.9090909091vw;
    position: relative;
  }
  .lineup_list .content .item > dd .photo img {
    width: 27.2727272727vw;
    position: relative;
    z-index: 10;
  }
  .lineup_list .content .item > dd .photo::after {
    content: "";
    width: 27.2727272727vw;
    height: 16.3636363636vw;
    background: #ffeeeb;
    border-radius: 3.2727272727vw;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .lineup_list .content .item > dd .detail {
    width: 56.3636363636vw;
  }
  .lineup_list .content .item > dd .detail .explain {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.4545454545vw;
    line-height: 2.1818181818vw;
  }
  .lineup_list .content .item > dd .detail .remarks {
    margin-top: 1.3636363636vw;
  }
  .lineup_list .content .item > dd .detail .remarks > dt {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.2727272727vw;
    line-height: 1.8181818182vw;
  }
  .lineup_list .content .item > dd .detail .remarks > dd ul li {
    list-style-type: none;
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 400;
    font-size: 1.2727272727vw;
    line-height: 1.8181818182vw;
  }
  .lineup_list .content .item > dd .detail .link {
    margin-top: 2.1818181818vw;
  }
  .lineup_list .content .item > dd .detail .link a {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 27.2727272727vw;
    height: 4.5454545455vw;
    background: #ffffff;
    border: 0.1818181818vw solid #721518;
    border-radius: 3.1818181818vw;
    transition: background 0.4s ease;
    position: relative;
  }
  .lineup_list .content .item > dd .detail .link a::before, .lineup_list .content .item > dd .detail .link a::after {
    content: "";
    width: 2.5454545455vw;
    height: 100%;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: right 0.4s ease, opacity 0.4s ease;
    position: absolute;
    right: 3.5454545455vw;
    top: 0;
  }
  .lineup_list .content .item > dd .detail .link a::before {
    background-image: url(../5ec9d663d98682da1b15.png);
    opacity: 1;
  }
  .lineup_list .content .item > dd .detail .link a::after {
    background-image: url(../684007efd4129af8331c.png);
    opacity: 0;
  }
  .lineup_list .content .item > dd .detail .link a span {
    color: #721518;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 600;
    font-size: 1.6363636364vw;
    line-height: 1;
    transition: color 0.4s ease;
  }
  .lineup_list .content .item > dd .detail .link a:hover {
    background: #721518;
  }
  .lineup_list .content .item > dd .detail .link a:hover::before, .lineup_list .content .item > dd .detail .link a:hover::after {
    right: 2.6363636364vw;
  }
  .lineup_list .content .item > dd .detail .link a:hover::before {
    opacity: 0;
  }
  .lineup_list .content .item > dd .detail .link a:hover::after {
    opacity: 1;
  }
  .lineup_list .content .item > dd .detail .link a:hover span {
    color: #ffffff;
  }
  .lineup_list .content .item > dd .quality_conscious {
    width: 100%;
    padding-bottom: 0.9090909091vw;
    text-align: center;
  }
  .lineup_list .content .the_secret {
    padding: 3.6363636364vw 0;
    border-bottom: 1px solid #d7c4c4;
  }
  .lineup_list .content .the_secret img {
    width: 100%;
  }
  .lineup_list#gratin_doria .content .item:first-child {
    padding-top: 3.4545454545vw;
  }
  .lineup_list#ginza {
    margin-top: 4.5454545455vw;
  }
  .lineup_list#ginza .content .item > dd .quality_conscious {
    margin-top: 2.7272727273vw;
  }
  .lineup_list#ginza .content .item > dd .quality_conscious img {
    width: 54.7272727273vw;
  }
  .lineup_list#other {
    margin-top: 4.5454545455vw;
  }
  .lineup_list#other .content .item:first-child {
    padding-top: 3.4545454545vw;
  }
  .search_stores_from_the_map {
    padding: 4.5454545455vw 0;
    text-align: center;
  }
  .search_stores_from_the_map img {
    width: 43.0909090909vw;
  }
}
