@media screen and (min-width:767px) {

  .introduction {
    background: #191512;
  }

  .introduction_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 0 85px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 42px;
  }

  h2.introduction_ttl {
    width: 563px;
    height: 146px;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
  }

  .introduction_container {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-padding-before: 28px;
    padding-block-start: 28px;
    padding-left: 100px;
    display: -ms-grid;
    display: grid;
    gap: 35px;
    /* text-align: center; */
  }

  .introduction_container p {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
  }

  .introduction_container p span {
    -webkit-padding-start: 0.25em;
    padding-inline-start: 0.25em;
    font-size: 32px;
  }

  .scene {
    background: #191512;
  }

  .scene_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0 85px;
  }

  .scene_container {
    max-width: 1200px;
    height: 641px;
    margin: 65px auto 0;
    -webkit-padding-before: 80px;
    padding-block-start: 80px;
    -webkit-padding-start: 40%;
    padding-inline-start: 40%;
    background-image: url("/img/usr/top/sec3/bg_1.png");
    background-size: 620px 456px;
    background-position: top left;
    background-repeat: no-repeat;
    position: relative;
  }

  .scene_container:before,
  .scene_container:after {
    content: "";
    display: block;
    position: absolute;
  }

  .scene_container:before {
    width: 357px;
    height: 238px;
    background-image: url("/img/usr/top/sec3/bg_2.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    top: 12px;
    right: -84px;
  }

  .scene_container:after {
    width: 446px;
    height: 297px;
    background-image: url("/img/usr/top/sec3/bg_3.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    right: 62px;
    bottom: -4px;
  }

  .scene_container_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .scene_container_text_wrap p {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    position: relative;
    z-index: 1;
  }

  .recipe {
    width: 1200px;
    margin: 0 auto;
    -webkit-padding-before: 66px;
    padding-block-start: 66px;
  }

  h3.recipe_ttl {
    text-align: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #ba9d83;
  }

  h3.recipe_ttl img {
    width: 178px;
    height: 35px;
  }

  .recipe_items {
    width: 100%;
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    counter-reset: recipe_item;
  }

  a.recipe_item {
    width: 270px;
    display: -ms-grid;
    display: grid;
    gap: 34px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    position: relative;
  }

  a.recipe_item:before {
    counter-increment: recipe_item;
    content: counter(recipe_item, decimal-leading-zero);
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    font-family: "Oswald", sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  a.recipe_item:after {
    content: '';
    display: block;
    width: 23px;
    height: 8px;
    background-image: url("/img/usr/icon/icon_arrow_wht.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 10px;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }

  a.recipe_item:hover {
    opacity: 0.8;
  }

  a.recipe_item:hover:before {
    color: #ba9d83;
  }

  a.recipe_item:hover:after {
    right: 0px;
  }

  .recipe_item_img img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1.173913043478261;
  }

  .recipe_item_misc {
    width: 100%;
    height: 48px;
    position: relative;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .recipe_btn {
    width: 280px;
    height: 56px;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    position: relative;
  }


  .concept {
    width: 100%;
    padding: 48px 0 130px;
    background-image: url("/img/usr/top/sec4/bg.png");
    background-size: cover;
  }

  .concept_inr {
    max-width: 1400px;
    margin: 0 auto;
  }

  h2.concept_ttl {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .concept_content_wrap {
    width: 100%;
    margin-top: 70px;
    position: relative;
  }

  .concept_content_wrap:before,
  .concept_content_wrap:after {
    content: "";
    display: block;
    z-index: 2;
  }

  .concept_content_wrap:before {
    width: 430px;
    height: 380px;
    background-image: url("/img/usr/top/sec4/bg_1.png");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .concept_content_wrap:after {
    width: 430px;
    height: 380px;
    background-image: url("/img/usr/top/sec4/bg_2.png");
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: -30px;
  }

  .concept_content {
    width: 1080px;
    margin: 0 auto;
    -webkit-padding-before: 30px;
    padding-block-start: 30px;
  }

  .concept_content_body {
    width: 940px;
    margin-left: auto;
    padding: 50px 300px 50px 155px;
    border: 2px solid #000;
    position: relative;
  }

  .concept_content_body p {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
  }

  .concept_content_body p.para2 {
    margin-top: 30px;
  }

  .concept_content_body p.para3 {
    margin-top: 40px;
  }

  .concept_content_body:before,
  .concept_content_body:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 92px;
    background-image: url("/img/usr/top/beans_1.svg");
    background-size: cover;
  }

  .concept_content_body:before {
    left: -40px;
    bottom: 100px;
  }

  .concept_content_body:after {
    top: 150px;
    right: 130px;
    background-image: url("/img/usr/top/beans_2.svg");
  }


  .column {
    background: #191512;
  }

  .column_inr {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 80px;
  }

  h2.column_ttl {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column_items {
    width: 100%;
    margin-top: 54px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }

  a.column_item {
    width: 100%;
    height: 338px;
    background: #fff;
    text-decoration: none;
    border: 1px solid #000;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  a.column_item:nth-child(even) {
    margin-top: 40px;
  }

  a.column_item:after {
    content: '';
    display: block;
    width: 25px;
    height: 8px;
    background-image: url("/img/usr/icon/icon_arrow_blk.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  a.column_item:hover {
    opacity: 0.8;
  }

  a.column_item:hover .column_item_note {
    color: #ba9d83;
  }

  a.column_item:hover:after {
    right: 10px;
  }

  .column_item_misc {
    width: 100%;
    padding: 36px 56px 20px 15px;
    border-top: 1px solid #000;
    position: relative;
    border-top: 1px solid #000;
    position: relative;
  }

  .column_item_date {
    width: 102px;
    height: 28px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #7f7f7f;
    font-family: "Roboto", sans-serif;
    border: 1px solid #000;
    position: absolute;
    top: -1px;
    left: -1px;
  }

  .column_item_note {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  a.column_btn {
    width: 280px;
    height: 56px;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    position: relative;
  }

  .events {
    width: 100%;
    background: #958678;
  }

  .events_inr {
    max-width: 1400px;
    margin: 0 auto;
    padding: 34px 0 80px;
  }

  h2.events_ttl {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .events_items {
    width: 1200px;
    margin: 43px auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  a.events_item {
    width: 100%;
    padding: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 219px 295px;
    grid-template-columns: 219px 295px;
    gap: 30px;
    background: #fff;
    /* border: 1px solid #000; */
    text-decoration: none;
    position: relative;
  }

  a.events_item.nocomming {
    pointer-events: none;
  }

  a.events_item.nocomming:before {
    position: absolute;
    content: url("/img/usr/top/sec6/coming_soon.svg");
    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;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/img/usr/top/mv/pc_3.png);
    z-index: 1;
    background-size: cover;
  }

  a.events_item.nocomming:hover {
    opacity: 1;
  }

  a.events_item:after {
    content: '';
    display: block;
    width: 25px;
    height: 8px;
    background-image: url("/img/usr/icon/icon_arrow_blk.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  a.events_item:hover {
    opacity: 0.8;
  }

  a.events_item:hover .events_item_label {
    color: #ba9d83;
  }

  a.events_item:hover:after {
    right: 10px;
  }

  .events_item_misc {
    padding-top: 15px;
  }

  .events_item_label {
    min-width: 86px;
    min-height: 25px;
    padding: 0.25em 0.75em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 14px;
  }

  .events_item_ttl {
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .events_item_note {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

}

@media screen and (max-width:767px) {
  .introduction {
    background: #191512;
  }

  .introduction_inr {
    width: 100%;
    margin: 0 auto;
    padding: 77px 0 0;
  }

  .introduction_inr iframe {
    width: 100%;
  }

  h2.introduction_ttl {
    width: 100%;
    margin: 0;
    padding: 0 26px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .introduction_container {
    width: 100%;
    margin: 0 auto;
    padding: 28px 15px 0;
    display: -ms-grid;
    display: grid;
    gap: 20px;
  }

  .introduction_container p {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
  }

  .introduction_container p span {
    -webkit-padding-start: 0.25em;
    padding-inline-start: 0.25em;
    font-size: 26px;
  }

  .introduction_img {
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .scene {
    padding-top: 100px;
    margin-top: -100px;
  }

  .scene_inr {
    background: #191512;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 70px;
  }

  h2.scene_ttl {
    padding: 0;
  }

  .scene_container {
    width: 100%;
    height: 100%;
    margin: 65px auto 0;
    padding: 60px 15px calc((330 / 375) * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    background-image: url("/img/usr/top/sec3/bg_1.png");
    background-size: calc((345 / 375) * 100vw) calc((244 / 375) * 100vw);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
  }

  .scene_container:before,
  .scene_container:after {
    content: "";
    display: block;
    position: absolute;
  }

  .scene_container:before {
    width: calc((230 / 375) * 100vw);
    height: calc((153 / 375) * 100vw);
    background-image: url("/img/usr/top/sec3/bg_2.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    top: calc((430 / 375) * 100vw);
    right: 0;
    z-index: 1;
  }

  .scene_container:after {
    width: calc((200 / 375) * 100vw);
    height: calc((134 / 375) * 100vw);
    background-image: url("/img/usr/top/sec3/bg_3.png");
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    bottom: calc((47 / 375) * 100vw);
    left: calc((15 / 375) * 100vw);
  }

  .scene_container_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: calc((165 / 375) * 100vw);
  }

  .scene_container_text_wrap p {
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    position: relative;
    z-index: 1;
  }

  .recipe {
    width: 100%;
    margin: 0 auto;
    -webkit-padding-before: 30px;
    padding-block-start: 30px;
  }

  h3.recipe_ttl {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ba9d83;
  }

  h3.recipe_ttl img {
    width: 146px;
    height: 29px;
  }

  .recipe_items {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
    counter-reset: recipe_item;
  }

  a.recipe_item {
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    position: relative;
  }

  a.recipe_item:before {
    counter-increment: recipe_item;
    content: counter(recipe_item, decimal-leading-zero);
    font-size: 48px;
    color: #fff;
    line-height: 37.63px;
    font-family: "Oswald", sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    position: absolute;
    top: 115px;
    left: 3px;
    z-index: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

  a.recipe_item:after {
    content: '';
    display: block;
    width: 23px;
    height: 8px;
    background-image: url("/img/usr/icon/icon_arrow_wht.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .recipe_item_misc {
    width: 100%;
    height: 65px;
    padding: 0 5px 20px;
    position: relative;
  }

  .recipe_item_img.img-center {
    height: 141px;
  }

  .recipe_item_img.img-center img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .recipe_item_name {
    line-height: 1.7;
  }

  .concept {
    padding-top: 100px;
    margin-top: -100px;
    width: 100%;
  }

  .concept_inr {
    background-image: url("/img/usr/top/sec4/bg.png");
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 130px;
  }

  h2.concept_ttl {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .concept_content_wrap {
    width: 100%;
    margin-top: 65px;
    position: relative;
  }

  .concept_content_wrap:before,
  .concept_content_wrap:after {
    content: "";
    display: block;
    z-index: 2;
  }

  .concept_content_wrap:before {
    width: calc((230 / 375) * 100vw);
    height: calc((203 / 375) * 100vw);
    background-image: url("/img/usr/top/sec4/bg_1.png");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .concept_content_wrap:after {
    width: calc((220 / 375) * 100vw);
    height: calc((167 / 375) * 100vw);
    background-image: url("/img/usr/top/sec4/bg_2.png");
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: calc((-83 / 375) * 100vw);
  }

  .concept_content {
    width: 100%;
    margin: 0 auto;
    padding-top: calc((38 / 375) * 100vw);
  }

  .concept_content_body {
    width: auto;
    margin: calc((60 / 375) * 100vw) 15px;
    padding: calc((130 / 375) * 100vw) 15px calc((115 / 375) * 100vw);
    border: 2px solid #000;
    position: relative;
  }

  .concept_content_body p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.85;
    letter-spacing: 0.02em;
  }

  .concept_content_body p.para2 {
    margin-top: 25px;
  }

  .concept_content_body p.para3 {
    margin-top: 40px;
  }

  .concept_content_body:before,
  .concept_content_body:after {
    content: '';
    display: block;
    position: absolute;
    width: 43px;
    height: 60px;
    background-image: url("/img/usr/top/beans_1.svg");
    background-size: cover;
  }

  .concept_content_body:before {
    left: calc((48 / 375) * 100vw);
    bottom: calc((-18 / 375) * 100vw);
  }

  .concept_content_body:after {
    top: calc((-20 / 375) * 100vw);
    right: calc((40 / 375) * 100vw);
    background-image: url("/img/usr/top/beans_2.svg");
  }

  .column {
    padding-top: 100px;
    margin-top: -100px;
  }

  .column_inr {
    background: #191512;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 80px;
  }

  h2.column_ttl {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  h2.column_ttl img {
    width: 206px;
    height: 114px;
  }

  .column_items {
    width: 100%;
    margin-top: 35px;
    padding: 0 15px 15px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    overflow-x: auto;
  }

  a.column_item {
    width: 226px;
    height: 291px;
    margin-left: 15px;
    background: #fff;
    text-decoration: none;
    border: 1px solid #000;
    position: relative;
  }

  a.column_item:nth-child(even) {
    margin-top: 20px;
  }

  a.column_item:after {
    content: '';
    display: block;
    width: 25px;
    height: 8px;
    background-image: url("/img/usr/icon/icon_arrow_blk.svg");
    background-position: left bottom;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20px;
    right: 15px;
  }

  .column_item_img {
    aspect-ratio: 27/23;
  }

  .column_item_img img {
    height: 100% !important;
    object-fit: cover;
  }

  .column_item_misc {
    width: 100%;
    padding: 36px 56px 20px 15px;
    border-top: 1px solid #000;
    position: relative;
    border-top: 1px solid #000;
    position: relative;
  }

  .column_item_date {
    width: 102px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #7f7f7f;
    font-family: "Roboto", sans-serif;
    border: 1px solid #000;
    position: absolute;
    top: -1px;
    left: -1px;
  }

  .column_item_note {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  a.column_btn {
    margin: 25px auto 0;
  }

  .lineup_notice {
    background: #fff;
    margin: 20px auto 0;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    width: calc(100% - 30px);
  }

  .lineup_notice h5 {
    font-size: 16px;
    text-decoration: underline;
    line-height: 2;
    font-weight: bold;
    color: crimson;
  }

}