@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;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
  .wrap {
    width: 100%;
    margin: 7vw auto 0;
    background-image: url(/sb/img/pages/spicecharge/bg_pc.png), url(/sb/img/pages/spicecharge/bg_pc02.png);
    background-position: left top, right top;
    background-size: 13vw;
    background-repeat: repeat-y;
    padding: 0 0 14vw;
  }
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
  .wrap {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 0 120px;
    background-image: url(/sb/img/pages/spicecharge/bg_pc.png), url(/sb/img/pages/spicecharge/bg_pc02.png);
    background-position: left top, right top;
    background-size: 160px;
    background-repeat: repeat-y;
  }
}
/* =============================================
header
============================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 11px 30px;
  background: #8c7e41;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  z-index: 9999;
}
header * img {
  width: 100%;
}
header .logo {
  display: flex;
  width: 168px;
  justify-content: space-between;
  align-items: center;
}
header .logo p {
  width: 54px;
}
header .logo h1 a {
  display: block;
}
@media screen and (min-width: 768px) {
  header h1 {
    width: 86px;
  }
  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 "Noto Sans JP", sans-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 {
    width: 120px;
  }
  header .logo h1 {
    width: 60px;
  }
  header .logo p {
    width: 42px;
  }
  .header_nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #8c7e41;
    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 3.9vw / 2.8 "Noto Sans JP", sans-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%;
  height: 690px;
  background: linear-gradient(135deg, #ed1c24 9%, #ffb261);
  overflow: hidden;
  position: relative;
}
.kv-logo {
  width: 750px;
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.kv-dc01 {
  width: 342px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.kv-dc02 {
  width: 316px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .kv {
    min-width: 690px;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    height: 147vw;
  }
  .kv-dc01 {
    width: 31%;
    bottom: -1%;
  }
  .kv-dc02 {
    width: 31%;
    top: inherit;
    bottom: -3%;
  }
  .kv-logo {
    width: 62%;
    top: 0;
    right: 0;
    bottom: -14%;
    left: 0;
  }
}
/* =============================================
product
============================================= */
#product {
  padding: 40px 0 0;
  color: #8c7e41;
  text-align: center;
  letter-spacing: .3em;
}
#product .lead {
  margin: 0 0 24px;
  font: 500 24px / 2 "Noto Sans JP", sans-serif;
  transform: scale(.9, 1);
}
#product h3 {
  font: 700 42px / 1.6 "Noto Sans JP", sans-serif;
  transform: scale(.9, 1);
}
#product h3 span {
  display: block;
  font-size: 40%;
  font-weight: 500;
  line-height: 1.0;
}
#product .detail {
  width: 1000px;
  margin: 75px auto;
  padding: 50px 0;
  background: linear-gradient(135deg, #ed1c24 9%, #ffb261);
  overflow: hidden;
}
#product .detail h4 {
  font: 700 30px / 1.6 "Noto Sans JP", sans-serif;
  transform: scale(.9, 1);
  color: #fff;
}
#product .detail .img {
  width: 35%;
  position: relative;
}
#product .detail .img .pkg {
  width: 160px;
  position: absolute;
  left: 0;
  right: -195px;
  margin: auto;
  top: -9px;
}
#product .detail .img .ginger {
  position: absolute;
  width: 140px;
  left: 26px;
  top: -70px;
}
#product .detail .img .apple {
  position: absolute;
  width: 122px;
  right: -105px;
  bottom: -47px;
}
#product .detail .text {
  width: 65%;
}
#product .detail .text p {
  font: 500 18px / 2 "Noto Sans JP", sans-serif;
  transform: scale(.9, 1);
  color: #fff;
  margin: 25px 0 0;
}
#product .detail .text a {
  font: 500 18px / 2 "Noto Sans JP", sans-serif;
  transform: scale(.9, 1);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100em;
  padding: 5px;
  display: block;
  width: 65%;
  margin: 36px auto;
  cursor: pointer;
  position: relative;
  transition: .3s;
}
#product .detail .text a:hover {
  background: #fff;
  color: #8c7e41;
  opacity: inherit;
}
#product .detail .text a::before,
#product .detail .text a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#product .detail .text a::before {
  right: 60px;
  width: 20px;
  height: 2px;
  background: #fff;
}
#product .detail .text a::after {
  right: 60px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#product .detail .text a:hover::before {
  background: #8c7e41;
}
#product .detail .text a:hover::after {
  border-top: 2px solid #8c7e41;
  border-right: 2px solid #8c7e41;
}
#product .detail .info {
  z-index: 999;
  position: relative;
  justify-content: space-between;
  margin: 30px 33px 40px;
}
.detail .mix {
  display: block;
  color: #fff;
  font: 500 15px / 1.2 "Noto Sans JP", sans-serif;
  background: #fc9b58;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 70px;
  overflow: hidden;
  padding: 15px 0;
  letter-spacing: normal;
}
.detail .mix span {
  font: 700 30px / 1 "Noto Sans JP", sans-serif;
}
#product .detail .info>li {
  width: 460px;
  padding: 25px 0;
}
#product .detail .info .spice {
  background: #c0a472;
  border: 2px solid #fff;
  color: #fff;
  padding: 25px 0 55px;
  position: relative;
}
#product .detail .info .spice .ginger-inner {
  position: absolute;
  width: 112px;
  right: 11px;
  bottom: 5px;
}
#product .detail .info .point {
  background: #fff;
}
#product .detail .info>li .ttl {
  font: 400 20px / 1.5 "Pattaya", sans-serif;
  letter-spacing: normal;
}
#product .detail .info>li .caption {
  font: 500 18px / 1.5 "Noto Sans JP", sans-serif;
  transform: scale(.9, 1);
  padding: 0 0 10px;
  letter-spacing: .2em;
}
#product .detail .info .spice .caption {
  margin: 10px 0 0;
}
#product .detail .info>li .texts {
  font: 500 16px / 2 "Noto Sans JP", sans-serif;
  transform: scale(.9, 1);
  letter-spacing: .1em;
}
#product .detail .info .point-inner {
  align-items: center;
  justify-content: center;
}
#product .detail .info .point-inner .img-inner {
  width: 100px;
}
@media screen and (max-width: 767px) {
  #product {
    padding: 1vw 0 0;
    letter-spacing: .1em;
  }
  #product .lead {
    margin: 0 0 6vw;
    font: 500 3.9vw / 2 "Noto Sans JP", sans-serif;
  }
  #product h3 span {
    font-size: 3.25vw;
  }
  #product h3 {
    font: 700 6.6vw / 1.6 "Noto Sans JP", sans-serif;
  }
  #product .detail {
    width: 90%;
    margin: 13vw auto;
    padding: 8vw 0;
  }
  #product .detail>.flex-wrap {
    display: block;
  }
  #product .detail .img {
    margin: 0 auto;
  }
  #product .detail .img .pkg {
    position: relative;
    width: 100%;
    margin-left: 3vw;
  }
  #product .detail .img .ginger {
    width: 100%;
    left: -33vw;
    top: -17vw;
  }
  #product .detail .img .apple {
    width: 100%;
    right: -34vw;
    bottom: 4vw;
  }
  .detail .mix {
    bottom: 9vw;
    left: -25vw;
    font: 500 3.48vw / 1.2 "Noto Sans JP", sans-serif;
    width: 27vw;
    height: 27vw;
  }
  .detail .mix span {
    font: 700 7vw / 1 "Noto Sans JP", sans-serif;
  }
  #product .detail .text {
    width: 100%;
  }
  #product .detail h4 {
    font: 700 4.7vw / 1.8 "Noto Sans JP", sans-serif;
  }
  #product .detail .text p {
    font: 500 3.9vw / 2 "Noto Sans JP", sans-serif;
    margin: 4vw 0 0;
  }
  #product .detail .text a {
    font: 500 3.9vw / 2 "Noto Sans JP", sans-serif;
    padding: 1vw;
    width: 80%;
    margin: 6vw auto 10vw;
  }
  #product .detail .text a::after {
    right: 8vw;
  }
  #product .detail .text a::before {
    right: 8vw;
  }
  #product .detail .info>li {
    width: 100%;
    padding: 4vw 0;
  }
  #product .detail .info {
    margin: 0 4vw 7vw;
  }
  #product .detail .info>li .ttl {
    font-size: 4vw;
  }
  #product .detail .info .spice .caption {
    margin: 2vw 0 0;
    font-size: 4.18vw;
    padding: 0 0 2vw;
  }
  #product .detail .info>li .texts {
    letter-spacing: 0;
    font-size: 3.25vw;
  }
  #product .detail .info .spice {
    padding: 5vw 0 25vw;
  }
  #product .detail .info .spice .ginger-inner {
    width: 30%;
    right: 0;
    bottom: 3vw;
    left: 0;
    margin: auto;
  }
  #product .detail .info .point-inner .img-inner {
    width: 25%;
    order: 2;
    margin: 4vw 0 0;
  }
  #product .detail .info .point-inner .text-inner {
    width: 100%;
    order: 1;
  }
  #product .detail .info .point-inner {
    flex-wrap: wrap;
  }
  #product .detail .info>li .caption {
    margin: 2vw 0 0;
    font-size: 4.18vw;
    padding: 0 0 2vw;
    letter-spacing: .1em;
  }
}
/* =============================================
review
============================================= */
#review {
  border-top: 1px solid #fff;
}
#review h4 {
  font: 500 26px / 1.6 "Noto Sans JP", sans-serif;
  margin: 30px 0;
}
.ticker-inner,
.ticker-item,
.ticker-node-head,
.ticker-node-middle,
.ticker-node-text,
.ticker-part {
  white-space: nowrap
}
@media print,
screen and (max-width:1023px),
screen and (min-width:1024px) and (max-width:1024px) and (orientation:portrait) {
  .ticker-node {
    border-radius: 100px
  }
  .ticker-node-head {
    padding: 12px 12px 12px 16px
  }
  .ticker-part+.ticker-part {
    margin-top: 8px
  }
}
@media print,
screen and (min-width:1024px) and (orientation:landscape),
screen and (min-width:1025px) {
  .ticker-node {
    border-radius: 100px
  }
  .ticker-node-head {
    padding: 14px 12px 12px 16px
  }
  .ticker-part+.ticker-part {
    margin-top: 16px
  }
}
.ticker-inner {
  height: 100%;
  will-change: transform;
  font-size: 0
}
.ticker-item {
  display: inline-block
}
.ticker-item-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  white-space: normal;
  text-align: center;
  vertical-align: top;
  font: 500 14px / 1.5 "Noto Sans JP", sans-serif;
  letter-spacing: normal;
}
.ticker-node,
.ticker-node-middle {
  display: -webkit-box;
  display: -ms-flexbox
}
.ticker-node {
  gap: 16px;
  background: #fff;
  display: flex;
  overflow: hidden;
  border-radius: 100em;
  padding: 10px 25px;
  align-items: center;
}
.ticker-node-head {
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: 700
}
.ticker-node-middle {
  font-size: 14px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fc9b58;
  font-weight: 700;
  padding-right: 5px;
}
.ticker-node-text {
  font-size: 14px;
  letter-spacing: .1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: normal;
}
#review .caution {
  font: 400 12px / 1.5 "Noto Sans JP", sans-serif;
  color: #fff;
  letter-spacing: normal;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  #review h4 {
    margin: 5vw 0;
  }
  #review .caution {
    font-size: 2.8vw;
    margin: 6vw 0 0;
    padding: 0;
  }
}
/* =============================================
scene
============================================= */
#scene article {
  width: 1000px;
  margin: 0 auto 75px;
  text-align: center;
  color: #8c7e41;
  letter-spacing: .3em;
}
#scene h2 {
  border: solid 2px #8c7e41;
  border-width: 2px 0 2px 0;
}
#scene h2 span {
  display: inline-block;
  font: 700 23px / 2.2 "Noto Sans JP", sans-serif;
  transform: scale(.9, 1);
}
#scene .lead {
  margin: 36px 0;
  font: 500 20px / 2 "Noto Sans JP", sans-serif;
  transform: scale(.9, 1);
}
#scene .scene-detail {
  justify-content: space-between;
}
#scene .scene-detail li {
  width: 32%;
}
#scene .scene-detail li:nth-child(1) img {
  width: 96%;
  margin: 15px 0 0;
}
#scene .scene-detail li:nth-child(2) img {
  width: 71%;
}
#scene .scene-detail li:nth-child(3) img {
  width: 61%;
  margin: 15px 0 0;
}
#scene .scene-detail li div {
  position: relative;
  display: block;
  margin: 0 0 40px;
  padding: 7px 10px;
  color: #fff;
  background: #8c7e41;
  border-radius: 100em;
  font: 500 19px / 2 "Noto Sans JP", sans-serif;
  letter-spacing: .1em;
}
#scene .scene-detail li div:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #8c7e41;
}
#scene .scene-detail li div p {
  margin: 0;
  padding: 0;
  transform: scale(.9, 1);
}
@media screen and (max-width: 767px) {
  #scene article {
    width: 100%;
    padding: 0 5vw 5vw;
    margin: 0 auto;
  }
  #scene .lead {
    margin: 7vw 0;
    font: 500 3.9vw / 2 "Noto Sans JP", sans-serif;
    transform: scale(.9, 1);
    letter-spacing: .1em;
  }
  #scene h2 span {
    letter-spacing: .1em;
  }
  #scene .scene-detail {
    display: block;
  }
  #scene .scene-detail li {
    width: 82%;
    margin: 0 auto 8vw;
  }
  #scene .scene-detail li div {
    margin: 0 0 10vw;
    padding: 7px 10px;
    font: 500 3.9vw / 2 "Noto Sans JP", sans-serif;
  }
  #scene .scene-detail li:nth-child(1) img {
    width: 85%;
    margin: 0;
  }
  #scene .scene-detail li:nth-child(2) img {
    width: 64%;
  }
  #scene .scene-detail li:nth-child(3) img {
    width: 57%;
    margin: 0;
  }
  #scene .scene-detail li div:before {
    border: 10px solid transparent;
    border-top: 10px solid #8c7e41;
  }
}
/* =============================================
shop
============================================= */
#shop article {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
#shop p {
  font: 500 22px / 1.6 "Noto Sans JP", sans-serif;
  color: #8c7e41;
  position: relative;
}
#shop p::before {
  content: '＼';
  margin-right: 6px;
}
#shop p::after {
  content: '／';
  margin-left: 3px;
}
#shop a {
  display: block;
  position: relative;
  width: 640px;
  margin: 10px auto 0;
  background: linear-gradient(to right, #ffb261, #ed1c24 90%);
  border-radius: 50px;
  font: 600 28px / 3.2 "Noto Sans JP", sans-serif;
  color: #fff;
  z-index: 0;
  transition: .3s;
}
#shop a::before,
#shop a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#shop a::before {
  right: 60px;
  width: 20px;
  height: 2px;
  background: #fff;
}
#shop a::after {
  right: 60px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #shop article {
    width: 100%;
  }
  #shop a {
    width: 80%;
    font-size: 4.7vw;
    margin: 3vw auto 0;
  }
  #shop p {
    font: 500 3.9vw / 1.6 "Noto Sans JP", sans-serif;
  }
  #shop a::after {
    right: 9vw;
  }
  #shop a::before {
    right: 9vw;
  }
}
/* =============================================
footer
============================================= */
#sbLpFooter {
  background: #8c7e41;
}
#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 "Noto Sans JP", sans-serif;
}
#sbLpFooter #shoppingGuide .shoplink li {
  font: 400 14px / 1.6 "Noto Sans JP", sans-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%;
  }
}