/* CSS Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, menu, nav, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img, object, embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 2;
  color: #000000;
  width: 100%;
}

main {
  width: 100%;
}

/***common***/
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .pcv {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spv {
    display: none !important;
  }
}
.l-block {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  position: relative;
}

.m-block {
  max-width: 1080px;
  width: 92%;
  margin: auto;
  position: relative;
}

.s-block {
  max-width: 640px;
  width: 90%;
  margin: auto;
  position: relative;
}

.block {
  position: relative;
}
.block--cont {
  position: relative;
}
.block--text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 90%;
  max-width: 28.625rem;
}

h2 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.375rem;
  margin-bottom: 0.7em;
  line-height: 1.6;
}
h2 span {
  font-size: 1.3125rem;
  display: block;
}

h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 0.7em;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
}

.note {
  font-size: 0.8em;
}

figure {
  margin-bottom: 1em;
}

.align-c {
  text-align: center !important;
}

/***Button***/
.linkBtn {
  margin: 1rem auto;
}
.linkBtn a {
  background: #cb0011;
  font-size: 0.8125rem;
  color: #fff;
  display: block;
  width: 80%;
  max-width: 11.25rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 0.9375rem;
}
.linkBtn.tenpo a {
  background: #b4b4b4;
  pointer-events: none;
}
.linkBtn.limitedstock a {
  background: #e78002;
}
.linkBtn.soldout a {
  background: #b4b4b4;
}

/***thumbnail-list Color***/
.thumbnail-list {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}
.thumbnail-list .thumbnail-current span {
  border-color: #cb0011 !important;
}
.thumbnail-list span {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  cursor: pointer;
  /*margin: 0 5px;*/
}
.thumbnail-list .bk span {
  background: #2f2f31;
  border-color: #2f2f31;
}
.thumbnail-list .cgr span {
  background: #7f8483;
  border-color: #7f8483;
}
.thumbnail-list .kh span {
  background: #776d44;
  border-color: #776d44;
}
.thumbnail-list .nv span {
  background: #203a58;
  border-color: #203a58;
}
.thumbnail-list .ow span {
  background: #efecf0;
  border-color: #7f8483;
}
.thumbnail-list .dgr span {
  background: #585156;
  border-color: #585156;
}
.thumbnail-list .dred span {
  background: #82000c;
  border-color: #82000c;
}
.thumbnail-list .egn span {
  background: #10EBC1;
  border-color: #10EBC1;
}
.thumbnail-list .or span {
  background: #FF8A00;
  border-color: #FF8A00;
}
.thumbnail-list .rpi span {
  background: #EA618E;
  border-color: #EA618E;
}

@media (min-width: 769px) {
  .thumbnail-list {
    gap: 0.5rem;
  }
  .thumbnail-list span {
    width: 1.4rem;
    height: 1.4rem;
  }
}
/***lineupSlideArea***/
.lineupSlideArea {
  display: block;
  width: 80%;
  margin: 0 auto 1rem;
  padding-top: 2rem;
}
.lineupSlideArea .lineupSlide {
  width: 90%;
  margin: auto;
}
.lineupSlideArea .lineupSlide img {
  border: none;
}
.lineupSlideArea .thumbnail-list {
  width: 80%;
  z-index: 999;
  margin: auto;
  position: relative;
}

/*=====================
header
=====================*/
header {
  position: fixed;
  width: 100%;
  height: 38px;
  background: none;
  z-index: 99999;
  margin-top: 10px;
  padding: 0 10px;
}
header .logo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
header .logo img {
  width: auto;
  height: 38px;
}
header .headBtn {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  margin: 0 0;
}
header .headBtn a {
  display: block;
  background: #dd1212;
  height: 1.875rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  color: #fff;
  line-height: 1.875rem;
  text-align: center;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 0.9375rem;
}

@media (min-width: 769px) {
  header .logo {
    left: 0;
  }
  header .headBtn {
    right: 0;
  }
}
/*=====================
mv
=====================*/
.mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 428/613;
  z-index: 999;
}
.mv h1 {
  width: 75.46729vw;
  position: absolute;
  top: 41%;
  left: 9%;
  z-index: 100;
  text-align: center;
}
.mv h1 img {
  width: 100%;
}
.mv--main {
  width: 100%;
}
.mv--logo {
  width: 65%;
  margin-top: 4vw;
}
.mv picture img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .mv {
    aspect-ratio: 1280/867;
  }
  .mv h1 {
    width: 31.5625vw !important;
    top: 42%;
    left: 17%;
  }
}
/*=====================
lead
=====================*/
.lead {
  margin-bottom: 4rem;
}
.lead--info .s-block {
  margin: 6rem auto;
  max-width: 520px;
}
.lead--info h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.lead--info p {
  font-size: 16px;
}

@media (max-width: 768px) {
  .lead .block--text {
    top: auto;
    bottom: 5%;
    transform: translate(-50%, 0);
    max-width: 100%;
  }
  .lead .block--text h2 {
    line-height: 1.4;
  }
}
@media (min-width: 769px) {
  .lead {
    margin-bottom: 8rem;
  }
  .lead .block--text {
    left: 30%;
  }
}
/*=====================
features
=====================*/
.features {
  margin-bottom: 10rem;
}
.features h2 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.1;
}
.features h3 {
  text-align: center;
}
.features .block--cont {
  margin-bottom: 5px;
}
.features .block--cont:first-child .block--text {
  top: 45%;
}

@media (min-width: 769px) {
  .features h2 {
    font-size: 2rem;
  }
  .features h2 span {
    font-size: 1.75rem;
  }
}
/*=====================
lineup
=====================*/
.lineup {
  margin-top: 6rem;
}
.lineup .l-container {
  width: 90%;
  margin-bottom: 10rem;
}
.lineup h2 {
  font-size: 1.6rem;
  margin-bottom: 1.2em;
  line-height: 1.4;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.lineup h2 span {
  display: block;
  font-size: 1rem;
  font-weight: 300;
}
.lineup h3 {
  font-size: 1.3125rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.lineup .lineupCont {
  margin-bottom: 6rem;
}
.lineup .lineupCont img {
  margin-bottom: 1rem;
}
.lineup .lineupCont .detailArea {
  width: 88%;
  margin: auto;
  text-align: center;
}
.lineup .lineupCont h3 {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.lineup .lineupCont .priceCont {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.lineup .lineupCont .priceCont .price {
  font-size: 0.8125rem;
  font-weight: 700;
}
.lineup .lineupCont .priceCont .price span {
  font-size: 0.8em;
  font-weight: 700;
}
.lineup .lineupCont .priceCont .sale {
  color: #dd1212;
  font-weight: 700;
  font-size: 1.7rem;
}
.lineup .lineupCont .priceCont .sale span {
  font-size: 0.8em;
}
.lineup .lineupCont .mark-warm {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.lineup .lineupCont .mark-warm img {
  margin: 0 0.4rem 0.5rem;
}
.lineup .lineupCont .mark-warm.no-mark {
  margin-top: 3em;
}
.lineup .lineupCont .mark {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.lineup .lineupCont .mark span {
  display: inline-block;
  color: white;
  font-size: 0.75rem;
  padding: 0 1em;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.lineup .lineupCont .mark span.new {
  background: #dd1212;
}
.lineup .lineupCont .mark span.web {
  background: #2f2f31;
}
.lineup .lineupCont p.note {
  text-align: center;
  color: #ff0000;
}
.lineup .lineupInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
.lineup .lineupInner .lineupCont {
  width: 49%;
  margin: 0 0 6rem !important;
}
.lineup .lineupInner.cont4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
.lineup .lineupInner.cont4 .lineupCont {
  width: 49%;
  margin: 0 0 6rem !important;
}
.lineup .lineupInner.cont4 .priceCont {
  display: block;
}

@media (min-width: 769px) {
  .lineup {
    margin-top: 10rem;
  }
  .lineup .l-container {
    width: 80%;
  }
  .lineup h2 {
    font-size: 2rem;
  }
  .lineup .lineupInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .lineup .lineupInner .lineupCont {
    width: 32%;
  }
  .lineup .lineupInner .lineupCont .mark-warm.no-mark {
    margin-top: 3em;
  }
  .lineup .lineupInner:after {
    display: block;
    content: "";
    width: 32%;
  }
  .lineup .lineupInner.cont4 .lineupCont {
    width: 23%;
    margin: 0 1% 6rem;
  }
  .lineup .lineupInner.cont4 .priceCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lineup .lineupInner.cont4 .priceCont .price {
    margin-right: 0;
  }
}
/*
@include tab {
  #lineup {
    .lineupInner {
      .lineupCont {
        width: 48%;
      }
      &:after {
        width: 48%;
      }
    }
  }
}*/
/*=====================
foodie
=====================*/
.foodie h2 {
  text-align: center;
  margin-bottom: 0;
}
.foodie h2 span {
  font-size: 0.8em;
}
.foodie p.h2-jp {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.foodie h3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  line-height: 1.8;
}
.foodie h3 span {
  display: block;
  font-size: 0.65em;
  font-weight: 600;
}
.foodie--mv {
  position: relative;
  margin-bottom: 1.6rem;
}
.foodie--mv h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  margin-bottom: 0;
  line-height: 1.6;
}
.foodie--mv h3 span {
  display: block;
  font-size: 0.5em;
}
.foodie--cont {
  margin-bottom: 5rem;
}
.foodie--cont h3 {
  font-size: 1.5rem;
  line-height: 1.6;
}
.foodie--cont p {
  margin-bottom: 1em;
}
.foodie--cont p:last-child {
  margin-bottom: 0;
}
.foodie--cont .lineup {
  margin-top: 4rem;
}
.foodie--cont .lineup h3 {
  font-size: 1.3125rem;
  text-align: center;
}
.foodie--cont .lineup h4 {
  font-size: 0.875rem;
  font-weight: bold;
}
.foodie--cont .lineup .lineupInner {
  flex-wrap: wrap;
  gap: 2%;
}
.foodie--cont .lineup .lineupInner .lineupCont {
  width: 49%;
  margin-bottom: 3rem;
}
.foodie--block2 h3 {
  font-size: 2.25rem;
}
.foodie--block2 h3 span {
  font-size: 0.5em;
}

@media (max-width: 768px) {
  .foodie h2 {
    font-size: 1.2857142857rem;
  }
  .foodie--cont p {
    font-size: 1.1428571429rem;
  }
  .foodie--cont .lineup .lineupInner {
    display: flex;
  }
  .foodie--cont .lineup .lineupSlideArea {
    width: 100%;
  }
  .foodie--cont .lineup .thumbnail-list span {
    width: 1.2rem;
    height: 1.2rem;
  }
}
/*=====================
footer
=====================*/
footer {
  background: #efefef;
  padding: 30px 0;
}
footer .fLogo {
  width: 78px;
  height: auto;
  margin: 0 auto 23px;
}
footer .fLogo img {
  width: 100%;
}
footer .fText {
  color: #838383;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.77;
  margin: 0 40px;
}/*# sourceMappingURL=style.css.map */