@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  word-wrap: break-word;
  word-break: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

img {
  vertical-align: bottom;
  max-width: 100%; }

input,
select,
textarea {
  vertical-align: middle;
  font-size: 100%; }

ol,
ul {
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  letter-spacing: 0.01em;
  font-feature-settings: "palt"; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

html {
  font-size: 10px; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 8px; } }

body {
  color: #333;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", YuGothic-M, YuGothic, "游ゴシック", Meiryo, "MS PGothic", Arial, sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.5; } }

a {
  color: #333;
  text-decoration: none; }
  a img {
    transition: opacity 0.3s ease-in-out; }
  a:hover {
    text-decoration: underline; }
    a:hover img {
      opacity: 0.7; }

a img {
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:hover img {
  opacity: 0.7; }

.l-container {
  margin: 0 auto;
  max-width: 1200px; }
  @media screen and (max-width: 767px) {
    .l-container {
      padding: 0 15px; } }
  .l-container > *:last-child {
    margin-bottom: 0; }
  .l-container:after {
    display: block;
    clear: both;
    content: ''; }

.l-header {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .l-header {
      padding: 0 15px; } }

.l-footer {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  height: 100px; }
  @media screen and (max-width: 767px) {
    .l-footer {
      padding: 0 15px;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
      height: auto; }
      .l-footer .foot-logo {
        margin-bottom: 30px; } }

.l-wrap-90p {
  margin: 0 auto;
  width: 90%; }
  @media screen and (max-width: 767px) {
    .l-wrap-90p {
      width: 100%; } }

.l-wrap-80p {
  margin: 0 auto;
  width: 80%; }
  @media screen and (max-width: 767px) {
    .l-wrap-80p {
      width: 100%; } }

.l-wrap-70p {
  margin: 0 auto;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .l-wrap-70p {
      width: 100%; } }

.l-wrap-60p {
  margin: 0 auto;
  width: 60%; }
  @media screen and (max-width: 767px) {
    .l-wrap-60p {
      width: 100%; } }

.l-flex-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-flex-col-2 {
  margin-bottom: 2em;
  width: 48%; }
  @media screen and (max-width: 767px) {
    .l-flex-col-2 {
      margin-bottom: 4em;
      width: 100%; } }

.l-flex-parent-3:after {
  display: block;
  width: 30%;
  content: ''; }

.l-flex-col-3 {
  margin-bottom: 2em;
  width: 30%; }
  @media screen and (max-width: 767px) {
    .l-flex-col-3 {
      margin-bottom: 4em;
      width: 100%; } }

.l-flex-parent-4:before {
  display: block;
  order: 1;
  width: 23%;
  content: ''; }
.l-flex-parent-4:after {
  display: block;
  width: 23%;
  content: ''; }

.l-flex-col-4 {
  margin-bottom: 2em;
  width: 23%; }
  @media screen and (max-width: 767px) {
    .l-flex-col-4 {
      margin-bottom: 4em;
      width: 48%; } }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml60 {
  margin-left: 60px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr60 {
  margin-right: 60px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pt0 {
  padding-top: 0px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl50 {
  padding-left: 50px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.fz12 {
  font-size: 1.2rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

.fz18 {
  font-size: 1.8rem; }

.fz20 {
  font-size: 2rem; }

.cf:after {
  display: block;
  clear: both;
  content: ''; }

@media screen and (max-width: 767px) {
  .sp-only {
    display: block !important; } }
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important; } }
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .pc {
    display: block !important; } }
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .tb {
    display: block !important; } }
@media screen and (min-width: 1025px) {
  .tb {
    display: none !important; } }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.oh {
  overflow: hidden; }

.mincho {
  font-family: "Sawarabi Mincho", sans-serif; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.dif {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex; }

.jcc {
  justify-content: center; }

.jcsb {
  justify-content: space-between; }

.fxww {
  flex-wrap: wrap; }

.aic {
  align-items: center; }

.fdrr {
  flex-direction: row-reverse; }

.poa {
  position: absolute; }

.por {
  position: relative; }

.pagetop {
  right: 30px;
  bottom: 30px;
  position: fixed;
  z-index: 9999; }
  @media screen and (max-width: 1024px) {
    .pagetop a {
      display: none; } }

/*.pagetop a{
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 100%;
    background-color: $color-wine-red;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    display: block;
      @include max-screen($bp-tablet) {
        display: none;
      }
}*/
/*.pagetop a::after {
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    width: 11px;
    height: 11px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    border-top: solid 2px  $color-white;
    border-right: solid 2px  $color-white;
    content: "";
}*/
.scale_big:hover {
  text-decoration: none; }

.scale_big .oh img {
  transition: 0.3s; }

.scale_big:hover .oh img {
  transform: scale(1.05);
  opacity: 1; }

.btn_blue_arrow {
  width: 200px;
  margin: 0 auto;
  background: #0055a2;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  position: relative;
  font-family: "Sawarabi Mincho", sans-serif;
  transition: 0.3s; }
  .btn_blue_arrow::after {
    content: '';
    position: absolute;
    top: calc(50% - 9px);
    right: 15px;
    display: inline-block;
    width: 7px;
    height: 19px;
    background: url("../img/arrow02.png"); }

a:hover .btn_blue_arrow {
  background: #143e64; }

.btn_white_arrow {
  width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 30px 10px;
  position: relative;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 2rem;
  transition: 0.3s;
  display: block; }
  .btn_white_arrow::after {
    content: '';
    position: absolute;
    top: calc(50% - 20px);
    right: 24px;
    display: inline-block;
    width: 14px;
    height: 41px;
    background: url("../img/arrow01.png") no-repeat; }
    @media screen and (max-width: 1024px) {
      .btn_white_arrow::after {
        top: calc(50% - 15px);
        width: 10px;
        height: 30px;
        background-size: 10px; } }
  .btn_white_arrow:hover {
    background: #fff;
    text-decoration: none; }
  @media screen and (max-width: 1024px) {
    .btn_white_arrow {
      width: auto;
      font-size: 1.6rem;
      padding: 15px; } }

.logo-header img {
  z-index: 5000;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25%; }
  @media screen and (max-width: 768px) {
    .logo-header img {
      width: 35%;
      top: 10px;
      left: 10px; } }

.g-nav {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 10000;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  opacity: 0; }
  .g-nav li {
    text-align: center; }
    .g-nav li a {
      color: #fff;
      display: block;
      padding: 37px 20px;
      line-height: 1.4;
      transition: 0.3s;
      position: relative;
      /*      font-weight: bold;*/
      font-size: 1.5rem; }
      .g-nav li a:hover {
        text-decoration: none;
        opacity: 0.7;
        /*        &::after{
                  content: "";
                  display: block;
                  position: absolute;
                  bottom: 0;
                  width: 100%;
                  height: 4px;
                  background: $color-blue;
                  left: 0;
                }*/ }

/*.logo-corporate{
    display: block;
    margin: 20px 0;
    height: 56px;
    padding: 13px; 
  @include max-screen($bp-tablet) {
    display: none;
  }
}
.logo-corporate-menu{
  display: none;
  @include max-screen($bp-tablet) {
    display: block;
  }
}*/
.footer {
  /*border-top: 4px solid #b29a2b;*/ }
  @media screen and (max-width: 767px) {
    .footer p {
      margin-bottom: 30px; } }

.foot-logo-hoko {
  margin-top: 30px;
  text-align: left;
  padding: 0 15px; }
  @media screen and (max-width: 767px) {
    .foot-logo-hoko {
      margin-bottom: 30px;
      text-align: center; } }

.foot-nh-copy {
  padding: 0 15px; }


.saba{
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #504100;
  font-weight: 500;
}
.saba h1,.saba h2,.saba h3{
	font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.saba img{
  width: 100%;
  height: auto;
}

.saba a:hover{
  text-decoration: none;
}

.saba header{
  height: 790px;
  position: relative;
}

.saba .mv{
  width: 100%;
  height: 790px;
}

.saba .logo{
  width: 160px;
  position: absolute;
  top: 30px;
  left: 65px;
}

.saba .logo_saba{
  width: 270px;
  position: absolute;
  top: 290px;
  left: 50%;
  margin-left: -605px;
}

@media screen and (max-width: 1220px) {
  .saba .logo_saba{
    left: 20px;
    margin-left: 0;
  }
}

.saba .title{
  width: 880px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (max-width: 880px) {
  .saba .title{
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .saba header::before{
    content: "";
    width: 100%;
    height: 45px;
    background: url("../img/mv_bb.png") repeat-x top center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .saba header::after{
    content: "";
    width: 100%;
    height: 290px;
    background: url("../img/mv_pic.png") no-repeat top center;
    position: absolute;
    bottom: -150px;
    left: 0;
  }
  .saba .mv{
    background: url("../img/mv_bk.jpg") no-repeat top center;
    background-size: cover;
  }
}

.saba .mv p{
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  font-weight: 400;
  position: absolute;
  bottom: 80px;
  right: 20px;
}

@media screen and (max-width: 1250px) {
  .saba .mv p{
    bottom: 160px;
  }
}


.saba .bk{
  padding: 180px 0 80px;
  background: #f5f4f0;
}

.saba_inner{
  padding: 0 20px;
}

.info{
  text-align: center;
}

.info h2{
  font-size: 46px;
  margin-bottom: 35px;
  letter-spacing: .15em;
}

.info p{
  font-size: 18px;
  line-height: 2.5;
}

.secret{
  max-width: 1040px;
  padding: 190px 0 85px;
  margin: 0 auto;
}

.secret h2,
.recipe h2{
  font-size: 32px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.recipe h2{
  letter-spacing: .1em;
}

.secret h2::before,
.recipe h2::before{
  content: "";
  width: 180px;
  height: 120px;
  background: url("../img/icon_co_title.png") no-repeat top center #f5f4f0;
  background-size: 160px auto;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.secret h2::after,
.recipe h2::after{
  content: "";
  width: 700px;
  height: 2px;
  background: #143570;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.secret ol{
  display: flex;
  justify-content: center;
}

.secret ol li{
  width: 380px;
  padding: 0 15px 30px;
}

.secret ol li + li{
  border-left: 1px solid #D5D0BD
}

.secret ol li h3{
  margin-top: -30px;
}

.secret ol li p{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 15px;
  letter-spacing: normal;
}

.listen{
  width: 800px;
  height: 415px;
  background: url("../img/listen_bk.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 1px;
  margin: 95px auto 0
}

@media screen and (max-width: 850px) {
  .listen{
    width: 100%;
  }
}

.listen h3{
  font-size: 24px;
  text-align: center;
  color: #143570;
  margin-top: 5px;
  margin-bottom: 40px;
  position: relative;
}

.listen h3::before{
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/icon_listen.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
  
.listen h4{
  font-size: 16px;
  line-height: 1.4;
  color: #143570;
  margin-left: 25px;
  padding-left: 70px;
  position: relative;
}

.listen h4::before{
  content: "";
  width: 65px;
  height: 65px;
  background: url("../img/li_q.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.listen .pic{
  width: 175px;
  position: absolute;
  top: 140px;
  left: 52px;
}

.listen .figure{
  width: 285px;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translateX(-50%)
}

.listen .txt{
  width: 220px;
  position: absolute;
  top: 120px;
  right: 30px;
}

.listen ul{
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  position: absolute;
  bottom: 30px;
  left: 45px;
}

.listen ul li{
  width: 180px;
  display: flex;
  justify-content: space-between;
  padding-left: 1.3em;
  position: relative;
}

.listen ul li::before{
  content: "●";
  color: #C2B26F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: scale(1.1) translateY(-50%)
}

.listen ul li:nth-child(2)::before{
  color: #4786BF;
}

.listen ul li:nth-child(3)::before{
  color: #80A4D4;
}

.listen ul li:nth-child(n+4)::before{
  color: #C7C7C7;
}

.listen ul span{
  text-align: left;
  display: inline-block;
}

.listen ul i{
  text-align: right;
  display: inline-block;
}

.listen ul li + li{
  margin-top: 13px;
}

.listen p.note{
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: 400;
  position: absolute;
  bottom: 30px;
  right: 25px;
}
@media screen and (min-width: 768px) {
  .listen p.note span{
    display: inline-block;
    padding-right: 1em;
  }
  .lineup{
    padding: 180px 0 80px;
    background: url("../img/lineup_bk.jpg") no-repeat center center;
    background-size: cover;
  }
}

 .lineup > div{
   max-width: 1080px;
   margin: 0 auto;
}

.lineup h2{
  font-size: 32px;
  line-height: 1;
  letter-spacing: .2em;
  color: #FFF;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.lineup h2::before{
  content: "";
  width: 160px;
  height: 120px;
  background: url("../img/icon_co_title_w.png") no-repeat top center;
  background-size: 100% auto;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.lineup h2 span{
  display: inline-block;
  position: relative;
}

.lineup h2 span::before,
.lineup h2 span::after{
  content: "";
  width: 260px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: -60px;
}

.lineup h2 span::before{
  left: 50%;
  transform: translateX(-350px)
}

.lineup h2 span::after{
  right: 50%;
  transform: translateX(350px)
}

.lineup ul{
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.lineup ul li{
  width: 340px;
  height: 550px;
  background: #FFF;
  padding-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.lineup ul li p{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  padding: 0 20px;
}

.lineup ul li a{
  width: 200px;
  height: 42px;
	font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  line-height: 42px;
  color: #FFF;
  text-align: center;
  padding-right: 1.5em;
  overflow: hidden;
  background: #C2B26F;
  border-radius: 50px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.lineup ul li a::after{
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/icon_btn.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: .4s all;
}

@media screen and (min-width: 768px) {  
  .lineup ul li a:hover::after{
    transform: translateY(-50%) translateX(5px)
  }
}

.recipe{
  padding-top: 175px; 
}

.recipe > div{
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 0 25px; 
}

.recipe > div > div{
  width: 260px;
  position: relative;
}

.recipe h4{
	font-family: "Noto Serif JP","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  color: #FFF;
  letter-spacing: .1em;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background: #355896;
  padding: 0 15px;
  position: absolute;
  top: 250px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

@media screen and (max-width: 920px) {
  .recipe h4{
    font-size: 2.3vw;
    top: 28vw;
  }
}

.recipe > div > div:nth-child(2) h4{
  background: #A74046
}

.recipe > div > div:nth-child(3) h4{
  background: #7E4575
}

.recipe li {
  position: relative;
}

.recipe li + li{
  margin-top: 30px;
}

.recipe li > div{
  padding: 35px 0 0 70px;
  position: relative;
}

.recipe li > div::before{
  content: "";
  width: 95px;
  height: 95px;
  background: url("../img/point01.png") no-repeat;
  background-size: 100% auto !important;
  position: absolute;
  top: 0px;
  left: -30px;
}

.recipe > div > div:nth-child(2) li > div::before{
  background: url("../img/point02.png") no-repeat;
}

.recipe > div > div:nth-child(3) li > div::before{
  background: url("../img/point03.png") no-repeat;
}

.recipe li p{
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
}

.recipe li > p{
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  position: absolute;
  top: 225px;
  right: 10px;
}

@media screen and (max-width: 920px) {
  .recipe li > p{
    font-size: 1.3vw;
    top: 25vw;
    right: 2vw;
  }
}

.recipe li a{
  font-size: 16px;
  line-height: 1;
  color: #AD9843;
  margin-top: 15px;
  padding-left: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.recipe li a::after{
  content: "";
  width: 145px;
  height: 12px;
  background: url("../img/aw.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
  transition: .4s all;
}

@media screen and (min-width: 768px) {  
  .recipe li a:hover::after{
    transform: translateX(10px);
  }
}

.re_btn{
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  cursor: pointer;
  transition: .5s opacity;
}

@media screen and (min-width: 768px) {  
  .re_btn:hover{
    opacity: .8;
  }
}

.re_btn.hide {
  opacity: 0;
  pointer-events: none;
}

.saba .pc{
  display: block;
}

.saba .sp{
  display: none;
}

@media screen and (max-width: 767px) {
  
  .saba .pc{
    display: none;
  }

  .saba .sp{
    display: block;
  }
  .saba{
    width: 100%;
    overflow: hidden;
  }
  .saba header{
    height: auto;
  }

  .saba .mv{
    height: auto;
  }

  .saba .logo{
    width: 23vw;
    position: absolute;
    top: 5vw;
    left: 2.5vw;
    z-index: 1;
  }

  .saba .logo_saba{
    width: 36vw;
    position: absolute;
    top: 43vw;
    left: 2vw;
    margin-left: 0;
    z-index: 1;
  }

  .saba .title{
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0)
  }
  
  .saba .mv p{
    font-size: 2vw;
    bottom: 33vw;
    right: 1vw;
  }

  .saba .bk{
    padding: 8vw 0 15vw;
  }

  .saba_inner{
    padding: 0 5vw;
  }

  .info h2{
    font-size: 7.3vw;
    line-height: 1.5;
    margin-bottom: 5vw;
    letter-spacing: .1em;
  }

  .info p{
    font-size: 3.6vw;
    line-height: 2.5;
    white-space: nowrap;
  }

  .secret{
    padding: 45vw 0 15vw;
  }

  .secret h2,
  .recipe h2{
    font-size: 7.5vw;
    text-align: center;
    margin-bottom: 8vw;
  }

  .recipe h2{
    letter-spacing: .1em;
  }

  .secret h2::before,
  .recipe h2::before{
    width: 42vw;
    height: 30vw;
    background-size: 38vw auto;
    top: -30vw;
  }

  .secret h2::after,
  .recipe h2::after{
    width: 80vw;
    height: 2px;
    top: -13vw;
  }

  .secret ol{
    display: block;
  }

  .secret ol li{
    width: 100%;
    padding: 0 0 8vw;
  }

  .secret ol li + li{
    border-left: none;
    border-top: 1px solid #D5D0BD;
    padding-top: 8vw;
  }

  .secret ol li h3{
    margin-top: 0;
  }

  .secret ol li p{
    font-size: 4.4vw;
    line-height: 1.6;
    margin-top: 5vw;
    letter-spacing: normal;
  }

  .listen{
    width: 100vw;
    height: 170vw;
    background: url("../img/listen_bk_sp.png") no-repeat;
    background-size: 100% auto;
    margin: 20vw 0 0 -4vw;
  }

  .listen h3{
    font-size: 5.8vw;
    margin-top: 2vw;
    margin-bottom: 10vw;
  }

  .listen h3::before{
    content: "";
    width: 13vw;
    height: 13vw;
    top: -15vw;
  }

  .listen h4{
    width: 80%;
    font-size: 4vw;
    line-height: 1.4;
    margin-left: 8vw;
    padding-left: 15vw;
  }

  .listen h4::before{
    width: 13vw;
    height: 13vw;
    top: 50%;
  }

  .listen .pic{
    width: 43vw;
    top: 38vw;
    left: 5vw;
  }

  .listen .figure{
    width: 65vw;
    top: 65vw;
    left: 50%;
    transform: translateX(-50%)
  }

  .listen .txt{
    width: 38vw;
    position: absolute;
    top: 32vw;
    right: 8vw;
  }

  .listen ul{
    font-size: 2.6vw;
    line-height: 1;
    position: absolute;
    bottom: 8vw;
    left: 10vw;
  }

  .listen ul li{
    width: 38vw;
  }

  .listen ul li::before{
    transform: scale(1.5) translateY(-30%)
  }

  .listen ul li + li{
    margin-top: 3vw;
  }

  .listen p.note{
    font-size: 2.3vw;
    line-height: 1.4;
    letter-spacing: normal;
    position: absolute;
    bottom: 8vw;
    right: 8vw;
  }
  
  .lineup{
    padding: 40vw 5vw 15vw;
    background: url("../img/lineup_bk_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  
   .lineup > div{
     width: 100%;
     margin: 0 auto;
  }

  .lineup h2{
    font-size: 7.5vw;
    text-align: center;
    margin-bottom: 10vw;
  }

  .lineup h2::before{
    width: 42vw;
    height: 30vw;
    background-size: 38vw auto;
    top: -30vw;
  }

  .lineup h2 span{
    display: inline-block;
    position: relative;
  }

  .lineup h2 span::before,
  .lineup h2 span::after{
    width: 20vw;
    height: 2px;
    top: -13vw;
  }

  .lineup h2 span::before{
    transform: translateX(-40vw)
  }

  .lineup h2 span::after{
    transform: translateX(40vw)
  }
    
  .lineup ul{
    display: block;
  }

  .lineup ul li{
    width: 100%;
    height: auto;
    padding: 8vw 0 6vw;
    border-radius: 3vw;
  }
  
  .lineup ul li + li{
    margin-top: 5vw;
  }
  
  .lineup ul li img{
    width: 88%;
    display: block;
    margin: 0 auto;
  }

  .lineup ul li p{
    font-size: 3.8vw;
    line-height: 1.6;
    letter-spacing: normal;
    padding: 0 4vw;
  }

  .lineup ul li a{
    width: 45vw;
    height: 11vw;
    font-size: 4.5vw;
    line-height: 11vw;
    padding-right: 1.5em;
    border-radius: 10vw;
    display: block;
    margin: 5vw auto 0;
    position: static;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }

  .lineup ul li a::after{
    width: 5.3vw;
    height: 5.3vw;
    right: 5vw;
  }
  
  .recipe{
    padding-top: 40vw; 
  }

  .recipe > div{
    width: 100%;
    margin: 15vw auto 0;
    padding: 0 14vw;
    display: block;
  }

  .recipe > div > div{
    width: 100%;
  }
  
  .recipe > div > div + div{
    margin-top: 20vw;
  }
  .recipe h4{
    height: 8vw;
    font-size: 4.8vw;
    line-height: 8vw;
    padding: 0 3vw;
    top: 58vw;
  }

  .recipe li + li{
    margin-top: 10vw;
  }

  .recipe li > div{
    padding: 6vw 0 0 18vw;
  }

  .recipe li > div::before{
    width: 25vw;
    height: 25vw;
    left: -8vw;
  }

  .recipe li p{
    font-size: 3.3vw;
    line-height: 1.4;
  }
  
  .recipe li > p{
    font-size: 2.5vw;
    top: 53vw;
    right: 2vw;
  }


  .recipe li a{
    font-size: 3.8vw;
    line-height: 1;
    margin-top: 5vw;
    padding-left: 2vw;
  }

  .recipe li a::after{
    content: "";
    width: 35vw;
    height: 5vw;
    background: url("../img/aw.png") no-repeat bottom left;
    background-size: 100% auto;
    bottom: -2vw;
  }
  
  .re_btn{
    width: 33vw;
    position: fixed;
    top: 4vw;
    right: 4vw;
  }
}
