@charset "utf-8";
/* =============================================
common
============================================= */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  text-decoration: none;
  transition: opacity .2s;
}
li {
  list-style: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .spicesauceContainer {
    width: 100%;
    margin: 60px auto 0;
    background-image: url(/sb/img/pages/spicesauce/bg_sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
  .spicesauceContainer {
    width: 100%;
    margin: 60px auto 0;
    position: relative;
    background-image: url(/sb/img/pages/spicesauce/bg_pc.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 2000px;
    overflow: hidden;
  }
}
/* =============================================
header
============================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 11px 30px;
  background: #504123;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  z-index: 9999;
}
header * img {
  width: 100%;
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo p {
  width: 146px;
}
header .logo h1 a {
  display: block;
}
@media screen and (min-width: 768px) {
  header h1 {
    width: 86px;
    margin-right: 16px;
  }
  header .header_hamburger {
    display: none;
  }
  header nav {
    display: flex;
  }
  header nav a {
    position: relative;
    display: inline-block;
    margin-left: 54px;
    padding-right: 20px;
    color: #fff;
    font: 600 16px / 1.5 "Shippori Mincho", serif;
  }
  header nav a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border: solid 3px #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-60%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 5%;
  }
  header .logo h1 {
    width: 60px;
    margin-right: 4vw;
  }
  header .logo p {
    width: 112px;
  }
  .header_nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #504123;
    transition: ease .4s;
  }
  .header_hamburger {
    width: 48px;
    height: 100%;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: relative;
    transition: ease .4s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  .header_nav.active {
    transform: translateX(0);
  }
  .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  header nav {
    position: absolute;
    top: 60px;
    right: -100vw;
    width: 100vw;
    height: 100vh;
    padding: 6vh 16% 0;
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    box-sizing: border-box;
  }
  header nav a {
    position: relative;
    display: block;
    padding: 1.0em;
    border-top: solid 1px #fff;
    font: 600 16px / 10vw "Shippori Mincho", serif;
    color: #fff;
  }
  header nav a:last-child {
    border-bottom: solid 1px #fff;
  }
  header nav a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border: solid 2px #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-60%) rotate(45deg);
  }
  header nav a::after {
    right: 1.0em;
    width: 8px;
    height: 8px;
  }
}
/* =============================================
kv
============================================= */
.kv {
  display: block;
  width: 100%;
  position: relative;
}
.kv-img {
  height: 800px;
  margin: 70px auto 0;
  display: block;
  padding-left: 44px;
}
.kv-logo {
  width: 725px;
  margin: -24px auto 0;
  display: block;
}
.kv-txt01 {
  height: 168px;
  position: absolute;
  top: 344px;
  left: -539px;
  right: 0;
  margin: auto;
}
.kv-txt02 {
  height: 168px;
  position: absolute;
  top: 344px;
  left: 0;
  right: -582px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .kv-img {
    width: 31%;
    height: inherit;
    margin: 9vw auto 0;
    display: block;
    padding-left: 4vw;
    z-index: 2;
    position: relative;
  }
  .kv-logo {
    width: 74%;
    margin: -1vw auto 0;
  }
  .kv-txt01 {
    height: 19vw;
    position: absolute;
    top: 37vw;
    left: -57vw;
    right: 0;
    margin: auto;
  }
  .kv-txt02 {
    height: 18vw;
    position: absolute;
    top: 37vw;
    left: 0;
    right: -60vw;
    margin: auto;
  }
}
/* =============================================
lead
============================================= */
.lead-ttl {
  width: 444px;
  margin: 150px auto 60px;
  display: block;
}
.lead p {
  font: 600 26px / 2.5 "Shippori Mincho", serif;
  color: #151515;
  text-align: center;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .lead-ttl {
    width: 58%;
    margin: 14vw auto 6vw;
  }
  .lead p {
    font: 600 4.2vw / 8vw "Shippori Mincho", serif;
  }
}
/* =============================================
story
============================================= */
#story {
  padding: 140px 0 0;
  color: #151515;
}
.story-flex {
  width: 890px;
  margin: 0 auto;
  justify-content: space-between;
}
.story-img {
  width: 650px;
  position: relative;
}
.story-img .img-story {
  position: relative;
  z-index: 2;
}
.story-img .img-deco01 {
  position: absolute;
  width: 242px;
  left: -103px;
  top: -115px;
  z-index: 1;
}
.story-img .img-deco02 {
  position: absolute;
  width: 242px;
  right: -103px;
  bottom: -80px;
  z-index: 1;
}
.story-img02 .img-deco01 {
  position: absolute;
  width: 242px;
  right: -103px;
  top: -115px;
  z-index: 1;
  left: inherit;
}
.story-img02 .img-deco02 {
  position: absolute;
  width: 242px;
  left: -103px;
  bottom: -80px;
  z-index: 1;
  right: inherit;
}
.story-text {
  width: 107px;
  margin-top: 30px;
}
#story .text {
  font: 500 19px / 2.5 "Shippori Mincho", serif;
  width: 990px;
  margin: 60px auto;
}
#story .top-text {
  margin: 60px auto 120px;
}
.caution-box {
  border: 1px solid #9b917e;
  padding: 30px;
  position: relative;
  width: 990px;
  margin: 0 auto;
}
.caution-ttl {
  background-color: #f5f2eb;
  font: 700 20px / 2 "Shippori Mincho", serif;
  letter-spacing: .2em;
  display: inline-block;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.caution-text {
  font: 500 17px / 2 "Shippori Mincho", serif;
}
.timeline {
  position: relative;
}
.timeline .bg {
  width: 1448px;
  margin: 140px auto 0;
  display: block;
}
.timeline .flex-wrap {
  width: 900px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: baseline;
  position: absolute;
  top: 66px;
  margin: auto;
  left: 0;
  right: 0;
}
.timeline .flex-wrap li {
  width: 144px;
}
.timeline .flex-wrap li:nth-child(2) {
  width: 136px;
}
.timeline .timeline-text {
  text-align: center;
  font: 500 19px / 2.5 "Shippori Mincho", serif;
  margin: 215px auto 30px;
}
.timeline .timeline-text02 {
  text-align: center;
  font: 500 19px / 2.5 "Shippori Mincho", serif;
  margin: 0 auto 30px;
}
.timeline .text-img {
  width: 797px;
  margin: 47px auto 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #story {
    padding: 15vw 0 0;
    color: #151515;
  }
  .story-img {
    width: 68%;
  }
  .story-flex {
    width: 100%;
    justify-content: start;
  }
  .story-flex02 {
    width: 100%;
    justify-content: end;
  }
  .story-text {
    width: 15%;
    margin-top: 0;
    margin-left: 8vw;
  }
  .story-flex02 .story-text {
    width: 15%;
    margin-top: 0;
    margin-right: 8vw;
  }
  .story-img .img-deco01 {
    position: absolute;
    width: 53%;
    left: -12vw;
    top: -17vw;
    z-index: 1;
  }
  .story-flex02 .story-img .img-deco01 {
    position: absolute;
    width: 53%;
    right: -12vw;
    top: -17vw;
    z-index: 1;
    left: inherit;
  }
  .story-img .img-deco02 {
    position: absolute;
    width: 53%;
    right: -14vw;
    bottom: -13vw;
    z-index: 1;
  }
  .story-flex02 .story-img .img-deco02 {
    position: absolute;
    width: 49%;
    right: inherit;
    bottom: -11vw;
    z-index: 1;
    left: -18vw;
  }
  #story .text {
    font: 500 3.7vw / 7vw "Shippori Mincho", serif;
    width: 100%;
    margin: 8vw auto;
    padding: 0 7vw;
  }
  #story .top-text {
    margin: 8vw auto 13vw;
  }
  .caution-box {
    border: 1px solid #9b917e;
    padding: 7vw 5vw 5vw;
    position: relative;
    width: 87%;
    margin: 10vw auto 0;
  }
  .caution-ttl {
    background-color: #f5f2eb;
    font: 700 3.8vw / 2 "Shippori Mincho", serif;
    letter-spacing: .2em;
    display: inline-block;
    padding: 0 5vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48vw;
    text-align: center;
  }
  .caution-text {
    font: 500 3.6vw / 6vw "Shippori Mincho", serif;
  }
}
/* =============================================
commitment
============================================= */
#commitment h2 {
  width: 367px;
  margin: 0 auto;
  padding: 130px 0 80px;
}
.sub-title {
  color: #e35418;
  font: 600 19px / 2.5 "Shippori Mincho", serif;
  letter-spacing: .2em;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.commitment-wrap {
  width: 1000px;
  margin: 0 auto 70px;
  align-items: center;
  position: relative;
}
.commitment-wrap .img {
  width: 472px;
  position: relative;
  z-index: 2;
}
.commitment-wrap.wrap01 .img,
.commitment-wrap.wrap03 .img {
  transform: translateX(30px);
}
.commitment-wrap.wrap02 .img,
.commitment-wrap.wrap04 .img {
  transform: translateX(-30px);
}
.commitment-wrap .text {
  width: 512px;
  height: 512px;
  position: relative;
  background-image: url(/sb/img/pages/spicesauce/commitment_flame.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.commitment-wrap.wrap01 .text .caption {
  width: 71px;
  margin: 75px auto 52px;
  display: block;
}
.commitment-wrap.wrap02 .text .caption {
  width: 71px;
  margin: 68px auto 42px;
  display: block;
}
.commitment-wrap.wrap03 .text .caption {
  width: 26px;
  margin: 95px auto 52px;
  display: block;
}
.commitment-wrap.wrap04 .text .caption {
  width: 71px;
  margin: 55px auto 42px;
  display: block;
}
.commitment-wrap .text p {
  font: 600 19px / 2 "Shippori Mincho", serif;
  color: #151515;
  padding: 0 45px;
}
.commitment-wrap.wrap04 .text p {
  font: 600 19px / 1.8 "Shippori Mincho", serif;
}
.commitment-wrap .img-fix {
  position: relative;
  z-index: 2;
}
.commitment-wrap .img-deco01 {
  position: absolute;
  width: 223px;
  right: -103px;
  top: -115px;
  z-index: 1;
}
.commitment-wrap.wrap02 .img-deco01 {
  position: absolute;
  width: 223px;
  left: -103px;
  top: -115px;
  z-index: 1;
  right: inherit;
}
.commitment-wrap.wrap04 .img-deco01 {
  position: absolute;
  width: 223px;
  left: -9px;
  top: -51px;
  z-index: 1;
  right: inherit;
}
.commitment-wrap .img-deco02 {
  position: absolute;
  width: 223px;
  left: -103px;
  bottom: -80px;
  z-index: 1;
}
.commitment-wrap.wrap02 .img-deco02 {
  position: absolute;
  width: 223px;
  right: -103px;
  bottom: -80px;
  z-index: 1;
  left: inherit;
}
.commitment-wrap.wrap04 .img-deco02 {
  position: absolute;
  width: 223px;
  right: -15px;
  bottom: -59px;
  z-index: 1;
  left: inherit;
}
@media screen and (max-width: 767px) {
  .timeline .bg {
    width: 100%;
    margin: 15vw auto 0;
    display: block;
  }
  .timeline .flex-wrap {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: baseline;
    position: absolute;
    top: 15vw;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0 5vw 0 9vw;
  }
  .timeline .flex-wrap li {
    width: 24%;
  }
  .timeline .flex-wrap li:nth-child(2) {
    width: 22%;
  }
  .timeline .timeline-text {
    text-align: center;
    font: 500 3.7vw / 7vw "Shippori Mincho", serif;
    margin: 29vw auto 5vw;
  }
  .timeline .timeline-text02 {
    text-align: center;
    font: 500 3.7vw / 7vw "Shippori Mincho", serif;
    margin: 0 auto 0;
  }
  .timeline .text-img {
    width: 78%;
    margin: 8vw auto 0;
    display: block;
  }
  #commitment h2 {
    width: 48%;
    margin: 0 auto;
    padding: 18vw 0 11vw;
  }
  .sub-title {
    color: #e35418;
    font: 600 3vw / 1.6 "Shippori Mincho", serif;
    letter-spacing: .2em;
    text-align: center;
    display: block;
    margin-bottom: 1vw;
  }
  .commitment-wrap {
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto 13vw;
  }
  .commitment-wrap.wrap04 {
    margin: 0 auto;
  }
  .commitment-wrap.wrap01 .img,
  .commitment-wrap.wrap03 .img {
    transform: inherit;
    margin: 0 auto;
  }
  .commitment-wrap .img {
    width: 70%;
    position: relative;
    z-index: 2;
    order: 1;
  }
  .commitment-wrap .img-deco01 {
    position: absolute;
    width: 42%;
    right: -13vw;
    top: -13vw;
    z-index: 1;
  }
  .commitment-wrap .img-deco02 {
    position: absolute;
    width: 42%;
    left: -13vw;
    bottom: -11vw;
    z-index: 1;
  }
  .commitment-wrap .text {
    width: 86vw;
    height: 86vw;
    position: relative;
    background-image: url(/sb/img/pages/spicesauce/commitment_flame.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: -6vw auto 0;
    order: 2;
  }
  .commitment-wrap.wrap01 .text .caption {
    width: 12vw;
    margin: 14vw auto 6vw;
    display: block;
  }
  .commitment-wrap .text p {
    font: 500 3.7vw / 7vw "Shippori Mincho", serif;
    color: #151515;
    padding: 0 7vw;
  }
  .commitment-wrap.wrap02 .img,
  .commitment-wrap.wrap04 .img {
    transform: inherit;
    margin: 0 auto;
  }
  .commitment-wrap.wrap02 .img-deco01 {
    position: absolute;
    width: 42%;
    left: -16vw;
    top: -13vw;
    z-index: 1;
    right: inherit;
  }
  .commitment-wrap.wrap02 .img-deco02 {
    position: absolute;
    width: 42%;
    right: -13vw;
    bottom: -11vw;
    z-index: 1;
    left: inherit;
  }
  .commitment-wrap.wrap02 .text .caption {
    width: 12vw;
    margin: 13vw auto 6vw;
    display: block;
  }
  .commitment-wrap.wrap03 .text .caption {
    width: 4.5vw;
    margin: 16vw auto 7vw;
    display: block;
  }
  .commitment-wrap.wrap04 .text p {
    font: 500 3.3vw / 5.1vw "Shippori Mincho", serif;
  }
  .commitment-wrap.wrap04 .text .caption {
    width: 12vw;
    margin: 10vw auto 6vw;
    display: block;
  }
  .commitment-wrap.wrap04 .img-deco01 {
    position: absolute;
    width: 42%;
    left: -2vw;
    top: -2vw;
    z-index: 1;
    right: inherit;
  }
  .commitment-wrap.wrap04 .img-deco02 {
    position: absolute;
    width: 42%;
    right: 1vw;
    bottom: -3vw;
    z-index: 1;
    left: inherit;
  }
}
/* =============================================
line up
============================================= */
#lineup h2 {
  width: 404px;
  margin: 0 auto;
  padding: 100px 0 80px;
}
.lineup-wrap {
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
.lineup-wrap>li {
  width: 48%;
}
.lineup-wrap img {
  height: 423px;
  margin: 0 auto;
  display: block;
}
.lineup-wrap .caption {
  font: 700 27px / 2 "Shippori Mincho", serif;
  text-align: center;
  color: #151515;
  margin: 0 0 20px;
}
.lineup-wrap .caption span {
  font-size: 20px;
}
.lineup-wrap .detail {
  font: 500 16px / 2 "Shippori Mincho", serif;
  color: #151515;
}
.lineup-wrap .detail .ttl {
  width: 17%;
}
.lineup-wrap .detail .text {
  width: 83%;
}
#lineup .button {
  display: block;
  width: 550px;
  margin: 60px auto 100px;
  text-align: center;
  background: #504123;
  color: #fff;
  font: 700 30px / 2 "Shippori Mincho", serif;
  letter-spacing: .2em;
  cursor: pointer;
  padding: 8px 0;
  position: relative;
}
#lineup .button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #lineup h2 {
    width: 58%;
    margin: 0 auto;
    padding: 18vw 0 11vw;
  }
  .lineup-wrap {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lineup-wrap>li {
    width: 83%;
    margin: 0 auto;
  }
  .lineup-wrap>li:nth-child(1) img {
    height: inherit;
    margin: 0 auto;
    display: block;
    width: 34%;
    padding-left: 3vw;
  }
  .lineup-wrap .caption {
    font: 700 5vw / 7vw "Shippori Mincho", serif;
    text-align: center;
    color: #151515;
    margin: -4vw 0 4vw;
  }
  .lineup-wrap .detail {
    font: 500 3.4vw / 6vw "Shippori Mincho", serif;
    color: #151515;
  }
  .lineup-wrap .detail .ttl {
    width: 24%;
  }
  .lineup-wrap .detail .text {
    width: 75%;
  }
  .lineup-wrap .caption span {
    font-size: 4.2vw;
  }
  .lineup-wrap img {
    height: inherit;
    margin: 13vw auto 0;
    display: block;
    width: 80%;
  }
  #lineup .button {
    display: block;
    width: 80%;
    margin: 9vw auto 11vw;
    text-align: center;
    background: #504123;
    color: #fff;
    font: 700 5vw / 2 "Shippori Mincho", serif;
    letter-spacing: 0;
    cursor: pointer;
    padding: 1vw 0 2vw;
    position: relative;
  }
  #lineup .button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9vw;
    width: 2vw;
    height: 2vw;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
}
/* =============================================
footer
============================================= */
#sbLpFooter {
  background: #504123;
}
#sbLpFooter #shoppingGuide {
  align-items: center;
  margin: 0 auto 45px;
}
#sbLpFooter #shoppingGuide .shoplink li a {
  color: #FFF;
}
#sbLpFooter .sblogo p {
  color: #fff;
  font: 400 11px / 1.6 "Shippori Mincho", serif;
}
#sbLpFooter #shoppingGuide .shoplink li {
  font: 400 14px / 1.6 "Shippori Mincho", serif;
}
#sbLpFooter .sblogo img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #sbLpFooter #shoppingGuide .shoplink li a:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 1.5vw;
    height: 1.5vw;
  }
  #sbLpFooter #shoppingGuide {
    align-items: center;
    margin: 0 auto 6vw;
  }
  #sbLpFooter #shoppingGuide .shoplink li {
    font-size: 3.25vw;
  }
  #sbLpFooter .sblogo p {
    font-size: 2.55vw;
    margin: 2vw 0 0;
  }
  #sbLpFooter .sblogo img {
    width: 41%;
  }
}