@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp_s-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
.btn a {
  background: #FFF;
  font-size: 4.9333333333vw;
  display: inline-block;
  width: 100%;
  padding-top: 4vw;
  padding-bottom: 4vw;
  font-weight: 600;
  position: relative;
  transition: 0.7s;
}

.btn a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .btn a {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 20px 0;
    width: 534px;
  }
}
.btn a:after {
  content: "";
  display: block;
  background-image: url(../../img/cmn/icon_btn_arrow_type03.svg);
  background-color: #971341;
  width: 5.6vw;
  height: 5.6vw;
  border-radius: 8vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 2%;
}

@media screen and (min-width: 769px) {
  .btn a:after {
    width: 36px;
    height: 36px;
  }
}
.btn._disable {
  opacity: 0.4;
  pointer-events: none;
}

/* about
-----------------------------------------*/
.about {
  padding-top: 8.6666666667vw;
  padding-bottom: 4.6666666667vw;
  background-image: url(../../img/top/img_about_bg.png);
  background-size: cover;
  background-position: top center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .about {
    padding-top: 90px;
  }
}
.about:before {
  content: "";
  display: block;
  width: 100%;
  height: 4vw;
  background-image: url(../../img/top/deco_frame_type05.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (min-width: 769px) {
  .about:before {
    height: 28px;
    background-repeat: repeat-x;
  }
}
.sunset-time {
  background: #FFF;
  border-radius: 2.1333333333vw;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  flex-wrap: wrap;
  width: 45.3333333333vw;
  padding: 2vw;
}

@media screen and (min-width: 769px) {
  .sunset-time {
    width: 420px;
    border-radius: 20px;
    padding: 15px;
  }
}
.sunset-time .catch {
  color: #FFF;
  font-size: 2.2666666667vw;
  margin-bottom: 2vw;
  background: #971341;
  width: 100%;
  text-align: center;
  border-radius: 1.3333333333vw 1.3333333333vw 0 0;
  padding: 1.3333333333vw 0;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .sunset-time .catch {
    margin-bottom: 15px;
    font-size: 1.7rem;
    padding: 5px 0;
    border-radius: 0;
  }
}
.sunset-time .icn {
  width: 16vw;
  margin-right: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .sunset-time .icn {
    width: 120px;
    margin-right: 20px;
  }
}
.sunset-time .text {
  color: #171c61;
  font-size: 3.2vw;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .sunset-time .text {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.sunset-time .time {
  font-size: 5.8666666667vw;
  text-align: center;
  line-height: 1;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .sunset-time .time {
    font-size: 4rem;
  }
}
/* about
-----------------------------------------*/
.l_about-us {
  text-align: center;
  padding-left: 5.3333333333vw;
  padding-right: 5.3333333333vw;
  padding-top: 18.6666666667vw;
  padding-bottom: 21.3333333333vw;
  margin-top: 9.3333333333vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .l_about-us {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 120px 0 120px;
  }
}
.l_about-us.-summer {
  padding-top: 13.3333333333vw;
  padding-bottom: 16vw;
}

@media screen and (min-width: 769px) {
  .l_about-us.-summer {
    padding: 100px 0;
  }
}
.l_about-us.-summer:before {
  content: "";
  width: 100%;
  height: 9.3333333333vw;
  background-image: url(../../img/top/deco_summer_type01.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-summer:before {
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us.-summer:after {
  content: "";
  width: 100%;
  height: 9.3333333333vw;
  background-image: url(../../img/top/deco_summer_type01.svg);
  position: absolute;
  bottom: 2.1333333333vw;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-summer:after {
    height: 60px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us.-autumn:before {
  content: "";
  width: 100%;
  height: 12.8vw;
  background-image: url(../../img/top/deco_autumn_type01.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-autumn:before {
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us.-autumn:after {
  content: "";
  width: 100%;
  height: 12.8vw;
  background-image: url(../../img/top/deco_autumn_type01.svg);
  position: absolute;
  bottom: 2.1333333333vw;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-autumn:after {
    height: 120px;
    bottom: -20px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us.-winter:before {
  content: "";
  width: 100%;
  height: 12.8vw;
  background-image: url(../../img/top/deco_winter_type01.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-winter:before {
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us.-winter:after {
  content: "";
  width: 100%;
  height: 12.8vw;
  background-image: url(../../img/top/deco_winter_type01.svg);
  position: absolute;
  bottom: 2.1333333333vw;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-winter:after {
    height: 120px;
    bottom: -20px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us.-spring:before {
  content: "";
  width: 100%;
  height: 16vw;
  background-image: url(../../img/top/deco_spring_type01.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-spring:before {
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us.-spring:after {
  content: "";
  width: 100%;
  height: 16vw;
  background-image: url(../../img/top/deco_spring_type01.svg);
  position: absolute;
  bottom: 2.1333333333vw;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-spring:after {
    height: 120px;
    bottom: -20px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us.-ajisai:before {
  content: "";
  width: 100%;
  height: 17.3333333333vw;
  background-image: url(../../img/top/deco_ajisai_type01.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-ajisai:before {
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us.-ajisai:after {
  content: "";
  width: 100%;
  height: 17.3333333333vw;
  background-image: url(../../img/top/deco_ajisai_type01.svg);
  position: absolute;
  bottom: 2.1333333333vw;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

@media screen and (min-width: 769px) {
  .l_about-us.-ajisai:after {
    height: 100px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.l_about-us .title {
  font-size: 5.4666666667vw;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .l_about-us .title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.l_about-us .textWrap {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  .l_about-us .textWrap {
    margin-top: 30px;
  }
}
.l_about-us .textWrap p {
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 769px) {
  .l_about-us .textWrap p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.l_about-us .textWrap p + p {
  margin-top: 7.3333333333vw;
}

@media screen and (min-width: 769px) {
  .l_about-us .textWrap p + p {
    margin-top: 50px;
  }
}
.l_about-us .figure {
  max-width: 600px;
  margin: 20px auto 0;
}

@media screen and (min-width: 769px) {
  .l_about-us .figure {
    max-width: 600px;
    margin: 50px auto 0;
  }
}
/* 淡路ビーフとは
-----------------------------------------*/
.beef {
  padding-top: 6.6666666667vw;
  padding-bottom: 8vw;
}

@media screen and (min-width: 769px) {
  .beef {
    padding: 95px 60px 70px;
  }
}
@media screen and (min-width: 769px) {
  .beef .figure {
    max-width: 900px;
    margin: 0 auto;
  }
}
.beef .contents {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .beef .contents {
    margin-top: 40px;
  }
}
.beef .contents .title {
  font-size: 4.8vw;
  margin-bottom: 6.6666666667vw;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .beef .contents .title {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 25px;
  }
}
.beef .contents p {
  font-size: 3.4666666667vw;
  padding-bottom: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .beef .contents p {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 40px;
  }
}
/* TOP PAGE INFORMATION styles
-----------------------------------------*/
.top-info {
  padding-top: 5.3333333333vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .top-info {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.top-info:before {
  background-image: url(../../img/top/deco_spring_type01.svg);
  width: 100%;
  top: 30px;
  left: 0;
  width: 100%;
  height: 10.4vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .top-info:before {
    height: 70.7px;
    background-repeat: repeat-x;
    background-position: left;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 95px;
    width: 100%;
    max-width: 1102px;
    background-size: contain;
  }
}
/* INFORMATION styles
-----------------------------------------*/
.info {
  padding-top: 21.3333333333vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .info {
    padding-top: 170px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.info:before {
  display: none;
  content: "";
  width: 100%;
  top: 30px;
  left: 0;
  width: 100%;
  height: 9.3333333333vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .info:before {
    height: 47.8px;
    background-repeat: repeat-x;
    background-position: left;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 70px;
    width: 100%;
    max-width: 1102px;
  }
}
.c_top-info-box {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .c_top-info-box {
    margin: 0 auto;
    margin-top: 80px;
    max-width: 900px;
  }
}
.c_top-info-box .list {
  display: flex;
  font-size: 3.2vw;
  border-bottom: 1px dashed #777777;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

@media screen and (min-width: 769px) {
  .c_top-info-box .list {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.c_top-info-box .list .post-day {
  margin-right: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .c_top-info-box .list .post-day {
    margin-right: 20px;
  }
}
/* NEWS LIST styles
-----------------------------------------*/
.news-list-wrap {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .news-list-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: flex-start;
    gap: 44px;
  }
}
.c_news-box {
  transition: 0.5s;
}

.c_news-box:hover {
  opacity: 0.6;
}

.c_news-box a {
  display: flex;
}

@media screen and (min-width: 769px) {
  .c_news-box a {
    display: block;
  }
}
.c_news-box a .figure {
  width: 32.2666666667vw;
  margin-right: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .c_news-box a .figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.c_news-box a .textWrap {
  flex: 1;
}

.c_news-box a .title {
  font-size: 3.7333333333vw;
  border-bottom: 1px solid #595757;
  padding-bottom: 0.6666666667vw;
  margin-bottom: 0.6666666667vw;
  line-height: 1.1071428571;
}

@media screen and (min-width: 769px) {
  .c_news-box a .title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -0.075rem;
    line-height: 1.4;
    min-height: 98px;
    display: flex;
    align-items: center;
  }
}
.c_news-box a .text {
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2916666667;
}

@media screen and (min-width: 769px) {
  .c_news-box a .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.c_news-box a .date {
  font-size: 3.7333333333vw;
  color: #595757;
}

@media screen and (min-width: 769px) {
  .c_news-box a .date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c_news-box + .c_news-box {
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .c_news-box + .c_news-box {
    margin-top: 0;
  }
}
.news {
  padding-top: 10.6666666667vw;
  padding-bottom: 9.3333333333vw;
  position: relative;
}

@media screen and (min-width: 769px) {
  .news {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.news:before {
  background-image: url(../../img/top/deco_spring_type01.svg);
  width: 100%;
  top: 30px;
  left: 0;
  width: 100%;
  height: 10.4vw;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .news:before {
    height: 70.7px;
    background-repeat: repeat-x;
    background-position: left;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 70px;
    width: 100%;
    max-width: 1102px;
    background-size: contain;
  }
}
.news .more-area {
  margin-top: 8vw;
}

@media screen and (min-width: 769px) {
  .news .more-area {
    margin-top: 60px;
  }
}
/* menu styles
-----------------------------------------*/
.menu {
  padding-top: 9.3333333333vw;
  padding-bottom: 11.3333333333vw;
}

@media screen and (min-width: 769px) {
  .menu {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}
.menu .figure {
  margin-top: 6.6666666667vw;
}

@media screen and (min-width: 769px) {
  .menu .figure {
    margin: 0 auto;
    margin-top: 50px;
    width: 900px;
  }
}
.menu .contents p {
  font-size: 3.4666666667vw;
  padding-top: 2.6666666667vw;
  padding-bottom: 4vw;
}

@media screen and (min-width: 769px) {
  .menu .contents p {
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
  }
}
.menu .contents .btn a {
  margin: 0 auto;
  width: 82vw;
}

@media screen and (min-width: 769px) {
  .menu .contents .btn a {
    width: 534px;
  }
}
.c_menu-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2vw;
  width: 82vw;
  margin: 0 auto;
  margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn {
    width: 902px;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
.c_menu-btn li {
  width: 40vw;
  text-align: center;
  background: #FFF;
  border: 2px solid #000;
  position: relative;
  transition: 0.5s;
}

.c_menu-btn li:hover {
  opacity: 0.75;
}

@media screen and (min-width: 769px) {
  .c_menu-btn li {
    width: 441px;
  }
}
.c_menu-btn li a {
  padding-top: 3.3333333333vw;
  padding-bottom: 3.3333333333vw;
  font-size: 4.2666666667vw;
  display: block;
  position: relative;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .c_menu-btn li a {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.c_menu-btn li:before {
  content: "";
  display: block;
  border: 1px solid #000;
  width: 98%;
  height: 94%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  padding: 1.3333333333vw;
}

.c_menu-btn li._01 {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .c_menu-btn li._01 {
    margin: 0 auto;
    width: 536px;
    margin-bottom: 20px;
  }
}
.c_menu-btn li._01:before {
  width: 99%;
}

.c_menu-btn .list._04, .c_menu-btn .list._05, .c_menu-btn .list._06 {
  margin-bottom: 0;
}

.c_menu-btn .list._01 {
  margin: auto;
}

.c_menu-btn .list._01 a span {
  display: block;
  width: 46.6666666667vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._01 a span {
    width: 250px;
  }
}
.c_menu-btn .list._01 a:before, .c_menu-btn .list._01 a:after {
  content: "";
  display: block;
  background-image: url(../../img/top/icon_menu_spqcial_menu.svg);
  width: 6.1333333333vw;
  height: 5.7333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._01 a:before, .c_menu-btn .list._01 a:after {
    width: 46px;
    height: 43px;
  }
}
.c_menu-btn .list._01 a:before {
  margin-right: 0vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._01 a:before {
    margin-right: 20px;
  }
}
.c_menu-btn .list._01 a:after {
  margin-left: 0vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._01 a:after {
    margin-left: 20px;
  }
}
.c_menu-btn .list._01.type02 a:before, .c_menu-btn .list._01.type02 a:after {
  background-image: url(../../img/top/icon_menu_xmas.svg);
}

.c_menu-btn .list._02 a:before {
  content: "";
  display: block;
  background-image: url(../../img/top/icon_menu_lunch.svg);
  width: 6.6666666667vw;
  height: 5.6vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._02 a:before {
    width: 42px;
    height: 35px;
  }
}
.c_menu-btn .list._03 a:before {
  content: "";
  display: block;
  background-image: url(../../img/top/icon_menu_lunch.svg);
  width: 6vw;
  height: 6.1333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._03 a:before {
    width: 38px;
    height: 39px;
  }
}
.c_menu-btn .list._04 a:before {
  content: "";
  display: block;
  background-image: url(../../img/top/icon_menu_anniversary.svg);
  width: 6vw;
  height: 5.4666666667vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._04 a:before {
    width: 38px;
    height: 35px;
  }
}
.c_menu-btn .list._05 a:before {
  content: "";
  display: block;
  background-image: url(../../img/top/icon_menu_drink.svg);
  width: 6.4vw;
  height: 5.3333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._05 a:before {
    width: 40px;
    height: 34px;
  }
}
.c_menu-btn .list._06 a {
  font-size: 3.8666666667vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._06 a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c_menu-btn .list._06 a:before {
  content: "";
  display: block;
  background-image: url(../../img/top/icon_menu_spqcial_menu.svg);
  width: 5.8666666667vw;
  height: 5.7333333333vw;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1.3333333333vw;
}

@media screen and (min-width: 769px) {
  .c_menu-btn .list._06 a:before {
    width: 46px;
    height: 43px;
  }
}
/* top-jazz-night styles
-----------------------------------------*/
.c_card {
  background-image: url(../../img/cmn/bg-red.jpg);
  padding-bottom: 8vw;
  margin-top: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .c_card {
    background: none;
    padding-bottom: 0;
    margin-top: 40px;
  }
}
.c_card .figure {
  margin-bottom: 5.3333333333vw;
}

.c_card p {
  font-size: 3.0666666667vw;
  margin-bottom: 5.3333333333vw;
}

@media screen and (min-width: 769px) {
  .c_card p {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 40px;
  }
}
.top-anniversary {
  padding-top: 10vw;
  margin-bottom: 11.3333333333vw;
}

@media screen and (min-width: 769px) {
  .top-anniversary {
    background-image: url(../../img/cmn/bg-red.jpg);
    background-size: cover;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 85px;
    padding-top: 0;
    margin-bottom: 110px;
  }
  .top-anniversary .inner {
    padding-top: 80px;
    padding-left: 95px;
    padding-right: 115px;
    padding-bottom: 80px;
  }
  .top-anniversary .figure {
    flex: 1;
  }
  .top-anniversary .figure img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 584px;
  }
  .top-anniversary .titleWrap {
    background-image: url(../../img/cmn/img_title_typeWhite.svg);
  }
  .top-anniversary .titleWrap:before {
    background-image: url(../../img/cmn/deco_title_typeWhite.svg);
  }
  .top-anniversary .titleWrap .sub, .top-anniversary .titleWrap .main span {
    color: #FFF;
  }
}
.top-jazz-night {
  padding-top: 10vw;
  margin-bottom: 11.3333333333vw;
}

@media screen and (min-width: 769px) {
  .top-jazz-night {
    background-image: url(../../img/cmn/bg-red.jpg);
    background-size: cover;
    display: flex;
    margin-top: 85px;
    padding-top: 0;
    margin-bottom: 110px;
  }
  .top-jazz-night .inner {
    padding-top: 80px;
    padding-left: 95px;
    padding-right: 115px;
    padding-bottom: 80px;
  }
  .top-jazz-night .figure {
    flex: 1;
  }
  .top-jazz-night .figure img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 584px;
  }
  .top-jazz-night .titleWrap {
    background-image: url(../../img/cmn/img_title_typeWhite.svg);
  }
  .top-jazz-night .titleWrap:before {
    background-image: url(../../img/cmn/deco_title_typeWhite.svg);
  }
  .top-jazz-night .titleWrap .sub, .top-jazz-night .titleWrap .main span {
    color: #FFF;
  }
}
/*# sourceMappingURL=top.css.map */
