@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp_s.min.css");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav 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;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

body {
  position: relative;
  font-family: YakuHanMPs, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
  color: #4a2d17;
  background: #ffffff;
  background-size: 1061px auto;
  font-family: YakuHanMPs, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  body {
    background: #ffffff url(../img/bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
  }
}

/* ===== common =============== */
ul,
ol {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .forSP {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none !important;
  }
}

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

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

img {
  width: 100%;
  height: auto;
  transition: all 600ms;
}

a {
  display: block;
  transition: all 600ms;
}
a.inline {
  display: inline;
}

hr {
  margin: 40px 48px;
  border: none;
  border-top: 1px dashed #40220F;
}
@media screen and (max-width: 767px) {
  hr {
    margin: 40px 4vw;
  }
}

.outer-frame {
  width: 100%;
}

.inner-frame {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner-frame {
    width: 960px;
    margin: 0 auto;
  }
}

.btn_link {
  width: 100%;
}
.btn_link a {
  position: relative;
  box-sizing: border-box;
  height: 48px;
  margin: 12px auto 0;
  background-color: #4a2d17;
  border: 1px solid #4a2d17;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.15rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-family: YakuHanMPs, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .btn_link a {
    width: auto;
    height: 40px;
    font-size: 4vw;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
}
.btn_link a:first-child {
  margin-top: 0;
}
.btn_link a:hover {
  opacity: 0.5;
}
.btn_link a.w100per {
  width: 100%;
}
.btn_link a[target=_blank]:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank.svg) no-repeat center center;
  background-size: 12px 12px;
}
@media screen and (max-width: 767px) {
  .btn_link a[target=_blank]:after {
    right: 8px;
  }
}
.btn_link a.white {
  background-color: #fff;
  color: #f04e4c;
  border-color: #f04e4c;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .btn_link a.white {
    font-size: 3vw;
  }
}
.btn_link .comingsoon {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #4a2d17;
  color: #4a2d17 !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.15rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn_link .comingsoon {
    height: 40px;
    font-size: 4vw;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
}

/* ===== header =============== */
header .page-title {
  position: relative;
}
header .page-title img {
  display: block;
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .page-title img {
    width: 100%;
  }
}

/* ===== contents =============== */
#wrapper {
  background: #ffffff;
  box-shadow: 0 0 2em rgba(74, 45, 23, 0.3);
}
#wrapper .section {
  position: relative;
  margin: 0 48px;
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  #wrapper .section {
    margin: 0 6vw;
    padding: 60px 0 0;
  }
}
#wrapper .section.notice {
  width: 864px;
  margin: 0 48px;
  padding: 60px 0;
  border-top: 1px dashed #484747;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  #wrapper .section.notice {
    width: auto;
    margin: 0 4vw;
    padding: 20px 0;
  }
}
#wrapper .section#lead {
  padding-top: 2em;
}
#wrapper .section#lead .lead_container {
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #wrapper .section#lead .lead_container {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .section#lead .lead_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }
}
#wrapper .section#lead .lead_container .lead_ttl {
  font-weight: normal;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  #wrapper .section#lead .lead_container .lead_ttl {
    width: 350px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .section#lead .lead_container .lead_ttl {
    margin-bottom: 1rem;
    font-size: 6vw;
  }
}
#wrapper .section#lead .lead_container .lead_desc {
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  #wrapper .section#lead .lead_container .lead_desc {
    width: 514px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .section#lead .lead_container .lead_desc {
    font-size: 3.4vw;
  }
}
#wrapper .section#story {
  position: relative;
  height: 960px;
  margin: 0;
  padding: 120px 48px 0;
}
@media screen and (max-width: 767px) {
  #wrapper .section#story {
    height: 190vw;
    margin: 0;
    padding: 60px 4vw 0;
    background: url(../img/bg_story-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .section#story {
    background: url(../img/bg_story-pc.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
}
#wrapper .section#story .story_container {
  position: absolute;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #wrapper .section#story .story_container {
    bottom: 8vw;
    left: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .section#story .story_container {
    bottom: 48px;
    left: 48px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }
}
#wrapper .section#story .story_container .story_ttl {
  font-weight: normal;
  line-height: 1.42;
}
@media screen and (min-width: 768px) {
  #wrapper .section#story .story_container .story_ttl {
    width: 350px;
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .section#story .story_container .story_ttl {
    margin-bottom: 1rem;
    font-size: 6vw;
  }
}
#wrapper .section#story .story_container .story_desc {
  line-height: 1.78;
}
@media screen and (min-width: 768px) {
  #wrapper .section#story .story_container .story_desc {
    width: 514px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .section#story .story_container .story_desc {
    font-size: 3.1vw;
  }
}
#wrapper .list_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_items {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_items#point3 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_items#point3 .item:nth-child(1) {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_items#point3 .item:nth-child(2) {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_items#point3 .item:nth-child(3) {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_items#point3 .item:nth-child(4) {
    order: 4;
  }
}
#wrapper .list_items.bdrB {
  padding-bottom: 3rem;
  border-bottom: 1px dashed #BBC1C5;
}
#wrapper .list_items.col1 {
  display: block;
}
#wrapper .list_items.col1 .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wrapper .list_items.col1 .item {
    display: block;
  }
}
#wrapper .list_items.col1 .item .img,
#wrapper .list_items.col1 .item .text {
  width: calc((100% - 48px) / 2);
}
@media screen and (max-width: 767px) {
  #wrapper .list_items.col1 .item .img,
  #wrapper .list_items.col1 .item .text {
    width: 100%;
  }
}
#wrapper .list_items .item {
  width: calc((100% - 48px) / 2);
  margin-bottom: 24px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_items .item {
    width: auto;
    margin-bottom: 8vw;
  }
}
#wrapper .list_items .item .img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_items .item .img {
    margin-bottom: 2vw;
  }
}
#wrapper .list_items .item .img img {
  display: block;
  width: 100%;
}
#wrapper .list_items .item .text .item-title,
#wrapper .list_items .item .text .price {
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_items .item .text .item-title,
  #wrapper .list_items .item .text .price {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
}
#wrapper .list_items .item .text .price {
  font-weight: bold;
}
#wrapper .list_items .item .text .price .tax {
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_items .item .text .price .tax {
    font-size: 3vw;
  }
}
#wrapper .list_items .item .text .desc {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .list_items .item .text .desc {
    font-size: 3.4vw;
  }
}
#wrapper .list_items .item .text .btn_link {
  margin-top: 1rem;
}
#wrapper .list_items .item .text.flavor {
  text-align: center;
}
#wrapper .list_items .item .text.flavor .item-title {
  font-weight: normal;
  line-height: 1.6;
}
#wrapper .list_items .item .text.flavor .item-title .en {
  font-size: 0.75em;
  letter-spacing: 0.1em;
}
#wrapper .list_items .item .text.flavor .item-title .jp {
  font-size: 1.1em;
}
#wrapper .midashi-point {
  margin: 4rem 0 1.5rem;
}
#wrapper .midashi-point .ttl {
  position: relative;
  height: 64px;
  margin-bottom: 1.5rem;
  font-size: 52px;
  font-weight: normal;
  align-items: center;
  color: #F4D500;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #wrapper .midashi-point .ttl {
    height: 36px;
    margin-bottom: 0.5rem;
    font-size: 8vw;
    line-height: 30px;
  }
}
#wrapper .midashi-point .ttl:after {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #F4D500;
  content: "";
}
#wrapper .midashi-point .ttl .point {
  position: relative;
  display: inline-block;
  height: 64px;
}
@media screen and (max-width: 767px) {
  #wrapper .midashi-point .ttl .point {
    height: 36px;
  }
}
#wrapper .midashi-point .ttl .point:after {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F4D500;
  content: "";
}
#wrapper .midashi-point .ttl .size-s {
  margin-left: 0.5em;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #wrapper .midashi-point .ttl .size-s {
    position: absolute;
    display: block;
    top: 50%;
    left: 27%;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    font-size: 3.6vw;
    line-height: 1.2;
  }
}
#wrapper .midashi-point .ttl .num {
  display: inline-block;
  margin-left: 0.1em;
}
#wrapper .midashi-point .lead {
  font-size: 23px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #wrapper .midashi-point .lead {
    font-size: 3.4vw;
    line-height: 1.5;
  }
}
#wrapper .box-point {
  margin: 1.5rem 48px 3rem;
}
@media screen and (max-width: 767px) {
  #wrapper .box-point {
    margin: 0.5rem 4vw;
  }
}
#wrapper .box-point .ttl {
  position: relative;
  height: 42px;
  margin-bottom: 0.75rem;
  font-size: 33px;
  font-weight: normal;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #wrapper .box-point .ttl {
    height: 28px;
    font-size: 21px;
  }
}
#wrapper .box-point .ttl:after {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DD5159;
  content: "";
}
#wrapper .box-point .ttl .point {
  position: relative;
  display: inline-block;
  height: 42px;
}
@media screen and (max-width: 767px) {
  #wrapper .box-point .ttl .point {
    height: 28px;
  }
}
#wrapper .box-point .ttl .point:after {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #DD5159;
  content: "";
}
#wrapper .box-point .desc {
  font-size: 23px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #wrapper .box-point .desc {
    font-size: 3.4vw;
    line-height: 1.5;
  }
}
#wrapper .desc_delivery {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #wrapper .desc_delivery {
    display: block;
  }
}
#wrapper .desc_delivery .area {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #wrapper .desc_delivery .area {
    width: auto;
  }
}
#wrapper .desc_delivery .area:nth-child(1) {
  padding-right: 10px;
  border-right: 1px dashed #484747;
}
@media screen and (max-width: 767px) {
  #wrapper .desc_delivery .area:nth-child(1) {
    padding-right: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-right: none;
    border-bottom: 1px dashed #484747;
  }
}
#wrapper .desc_delivery .area:nth-child(2) {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper .desc_delivery .area:nth-child(2) {
    padding-left: 0;
  }
}
#wrapper .desc_delivery .area img {
  width: 100%;
}
#wrapper .shipping_info img {
  width: 100%;
  margin-bottom: 6px;
}
#wrapper .shipping_info .footnote {
  margin-bottom: 1rem;
}
#wrapper .banner {
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  #wrapper .banner {
    margin: 1rem 0;
  }
}
#wrapper .banner.wide {
  margin: 2rem -48px;
}
@media screen and (max-width: 767px) {
  #wrapper .banner.wide {
    margin: 1rem -4vw;
  }
}
#wrapper .banner.mgnLR {
  margin-left: 48px;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  #wrapper .banner.mgnLR {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
#wrapper .banner.bdrB {
  padding-bottom: 3rem;
  border-bottom: 1px dashed #BBC1C5;
}
#wrapper .banner picture, #wrapper .banner img {
  display: block;
  width: 100%;
}
#wrapper .notice:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #wrapper .notice {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#wrapper .notice .ttl_notice {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #wrapper .notice .ttl_notice {
    font-size: 15px;
  }
}
#wrapper .notice h3 {
  margin-top: 1rem;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #wrapper .notice h3 {
    font-size: 12px;
  }
}
#wrapper .notice p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #wrapper .notice p {
    font-size: 11px;
  }
}
#wrapper .notice p a {
  color: #fff;
  text-decoration: none;
}
#wrapper .notice p a:hover {
  text-decoration: underline;
}
#wrapper .list_notice {
  position: relative;
  margin: 0 0 10px 1rem;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #wrapper .list_notice {
    font-size: 12px;
  }
}
#wrapper .list_notice li {
  position: relative;
  margin-bottom: 6px;
}
#wrapper .list_notice li:before {
  position: absolute;
  display: inline-block;
  left: -1rem;
  width: 1rem;
  height: 1rem;
  content: "・";
}
#wrapper .list_notice.notice_kome li:before {
  content: "※";
}
#wrapper .footnote {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #wrapper .footnote {
    font-size: 11px;
  }
}

/* ===== footer =============== */
footer {
  padding: 240px 0 120px;
  background: #ffffff url(../img/hr-pc.png) no-repeat top 80px center;
  background-size: 870px auto;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 90px;
    background: #ffffff url(../img/hr-sp.png) no-repeat top 80px center;
    background-size: 92vw auto;
  }
}
@media screen and (min-width: 768px) {
  footer .btn_link {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .btn_link {
    width: auto;
    margin: 0 20px;
  }
}

.btn_pagetop {
  display: none;
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 15px;
  right: 50px;
  background-color: #BA8F4E;
  cursor: pointer;
  transition: 0.3s;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .btn_pagetop {
    bottom: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }
}
.btn_pagetop a:hover {
  opacity: 0.5;
}
.btn_pagetop img {
  width: 100%;
}

#footer_link_online {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: transparent;
  padding: 15px 0;
  font-family: YakuHanJPs, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #footer_link_online {
    height: 60px;
    padding: 12px 0;
  }
}
#footer_link_online li {
  width: 480px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #footer_link_online li {
    width: calc(100% - 72px);
    margin: 0 62px 0 10px;
  }
}
#footer_link_online li a {
  position: relative;
  height: 48px;
  color: #191919;
  text-decoration: none;
  background-color: #FFF9BF;
  border: 1px solid #F4D500;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  transition: 0.3s linear;
}
#footer_link_online li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #footer_link_online li a {
    height: 36px;
    font-size: 10px;
    line-height: 36px;
  }
}
#footer_link_online li a[target=_blank]:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_bk.svg) no-repeat center center;
  background-size: 12px 12px;
}
@media screen and (max-width: 767px) {
  #footer_link_online li a[target=_blank]:after {
    right: 8px;
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}