@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: #7B4D18;
  background: #f7eddc url(../img/bg_body.png) repeat-y center top;
  background-size: auto 800px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 20px;
    background: #f7eddc;
  }
}

#wrap {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #wrap {
    box-shadow: 0 0 20px rgba(95, 62, 58, 0.25);
  }
}

/* ===== 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;
  }
}

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

a {
  display: block;
  color: #7B4D18;
  transition: all 600ms;
}
a.inline {
  display: inline;
}

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

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

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

.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;
  width: 100%;
  height: 48px;
  margin: 12px auto 0;
  background-color: #F0E0C2;
  border: 1px solid #58340A;
  color: #58340A;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.15rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  .btn_link a {
    height: 40px;
    font-size: 14px;
    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[target=_blank]:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank_br.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: #7B4D18;
  border-color: #7B4D18;
}
.btn_link a.white[target=_blank]:after {
  background-image: url(../img/icon_blank_br.svg);
}
.btn_link .comingsoon {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #707070;
  color: #707070 !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.15rem;
  text-decoration: none;
  text-align: center;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  .btn_link .comingsoon {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
}

.mgnLR {
  margin-left: 48px;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .mgnLR {
    width: auto;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .mgnLRsp {
    margin-left: -4vw !important;
    margin-right: -4vw !important;
  }
}

/* ===== header =============== */
header {
  position: relative;
}
header .page-title {
  position: relative;
}
@media screen and (max-width: 767px) {
  header .page-title {
    width: auto;
    margin: 0;
  }
}
header .page-title img {
  width: 100%;
}
header .header_nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 48px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header .header_nav {
    margin: 4vw;
  }
}
header .header_nav .item {
  width: calc((100% - 40px) / 3);
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  header .header_nav .item {
    width: calc((100% - 2vw) / 2);
    margin: 0 0 2vw;
  }
}
@media screen and (max-width: 767px) {
  header .header_nav .item.wide {
    width: calc((100% - 2vw) / 2);
  }
}
header .header_nav .item.wide a {
  position: relative;
  justify-content: center;
  white-space: nowrap;
  box-sizing: border-box;
  height: 41px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 41px;
}
header .header_nav .item.wide a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  header .header_nav .item.wide a {
    justify-content: flex-start;
    height: calc((100% - 2vw) / 2);
    margin-bottom: 2vw;
    font-size: 3.4vw;
    line-height: 3.8vw;
  }
}
header .header_nav .item.wide a .icon {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 5%;
  width: 34px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  header .header_nav .item.wide a .icon {
    left: 4%;
    width: 6vw;
  }
}
header .header_nav .item.wide a .text {
  width: auto;
  margin-left: 34px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  header .header_nav .item.wide a .text {
    margin-left: 7vw;
  }
}
header .header_nav .item a, header .header_nav .item > span {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 88px;
  background-color: #ffffff;
  border: 1px solid #7B4D18;
  color: #7B4D18;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header .header_nav .item a, header .header_nav .item > span {
    height: auto;
    font-size: 3.6vw;
    line-height: 4vw;
  }
}
header .header_nav .item a:hover, header .header_nav .item > span:hover {
  opacity: 0.5;
}
header .header_nav .item a.nolink, header .header_nav .item > span.nolink {
  pointer-events: none;
}
header .header_nav .item a .img, header .header_nav .item > span .img {
  width: 42%;
}
@media screen and (max-width: 767px) {
  header .header_nav .item a .img, header .header_nav .item > span .img {
    width: 48%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  header .header_nav .item a .img img, header .header_nav .item > span .img img {
    width: 130%;
    margin-left: -15%;
  }
}
header .header_nav .item a .text, header .header_nav .item > span .text {
  width: 55%;
  box-sizing: border-box;
  padding: 0 0 0 0.75em;
}
@media screen and (max-width: 767px) {
  header .header_nav .item a .text, header .header_nav .item > span .text {
    width: 52%;
    padding: 0 1vw 0 2vw;
  }
}

/* ===== contents =============== */
#wrapper {
  /* anchor */
  /* list_gift */
}
#wrapper .section {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #wrapper .section {
    padding: 18vw 0 0;
  }
}
#wrapper .ttl-lineup {
  margin-bottom: 28px;
  padding-top: 60px;
  background: url(../img/ttl_lineup.png) no-repeat center top;
  background-size: 140px auto;
  font-family: YakuHanMPs, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #wrapper .ttl-lineup {
    margin: 0 4vw 4vw;
    padding-top: 14vw;
    font-size: 4.6vw;
    line-height: 1.4;
    background-size: 40% auto;
  }
}
#wrapper .ttl-section {
  margin: 2rem auto 12px;
  font-size: 21px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #wrapper .ttl-section {
    font-size: 16px;
  }
}
#wrapper .ttl-section-sub {
  margin: 1rem 48px 6px;
  padding: 0.2em 0.4em;
  border-left: 8px solid #7B4D18;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #wrapper .ttl-section-sub {
    margin: 1rem 4vw 3vw;
    font-size: 15px;
  }
}
#wrapper .sec-desc {
  margin: 0 auto 1rem;
  font-size: 15px;
  line-height: 1.6;
}
#wrapper .ttl-choce-box {
  margin: 0 48px 2rem;
}
@media screen and (max-width: 767px) {
  #wrapper .ttl-choce-box {
    margin: 0 4vw 2rem;
  }
}
#wrapper .ttl-choce-box .ttl-choice {
  width: 400px;
  margin-left: -16px;
}
@media screen and (max-width: 767px) {
  #wrapper .ttl-choce-box .ttl-choice {
    width: auto;
    margin-left: 0;
  }
}
#wrapper .ttl-choce-box .lead-choice {
  font-size: 18px;
  line-height: 1.4;
}
#wrapper .list_gift .gift .item_container .img img {
  display: block;
  width: 100%;
}
#wrapper .list_gift .gift .item_container .img figcaption {
  position: relative;
  display: block;
  background: #fff;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.4;
  color: #626264;
  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) {
  #wrapper .list_gift .gift .item_container .img figcaption {
    padding: 10px 20px;
    font-size: 15px;
  }
}
#wrapper .list_gift .gift .item_container .img figcaption.notice {
  font-size: 14px;
}
#wrapper .list_gift .gift .item_container .ttl_box {
  margin: 30px 48px;
  padding: 10px;
  background-color: #F4ECDE;
  border-left: 8px solid #7B4D18;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .ttl_box {
    margin: 4vw;
  }
}
#wrapper .list_gift .gift .item_container .ttl_box .main {
  font-size: 18px;
}
#wrapper .list_gift .gift .item_container .ttl_box .sub {
  font-size: 15px;
}
#wrapper .list_gift .gift .item_container .ttl_petite {
  position: relative;
  margin: 30px 48px 60px;
  padding: 16px;
  background-color: #F4ECDE;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .ttl_petite {
    margin: 8vw 4vw;
    font-size: 4.5vw;
  }
}
#wrapper .list_gift .gift .item_container .list_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 48px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items {
    display: block;
    margin: 20px 4vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .list_gift .gift .item_container .list_items.col2 .item {
    width: calc((100% - 30px) / 2);
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .list_gift .gift .item_container .list_items.col2 .item:nth-child(3n) {
    margin-right: 30px;
  }
}
#wrapper .list_gift .gift .item_container .list_items.col2 .item:nth-child(2n) {
  margin-right: 0;
}
#wrapper .list_gift .gift .item_container .list_items.col2.mid {
  align-items: center;
}
#wrapper .list_gift .gift .item_container .list_items.col2sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col2sp .item {
    width: calc((100% - 4vw) / 2);
    margin-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col2sp .item:nth-child(2n) {
    margin-right: 0;
  }
}
#wrapper .list_gift .gift .item_container .list_items.col2sp .item .data h4 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #121517;
  text-align: center !important;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col2sp .item .data h4 {
    font-size: 18px;
  }
}
#wrapper .list_gift .gift .item_container .list_items.col2sp .item .data .description {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col2sp .item .data .description {
    font-size: 3.4vw;
  }
}
#wrapper .list_gift .gift .item_container .list_items.col2mgn {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #wrapper .list_gift .gift .item_container .list_items.col2mgn .item {
    width: calc((100% - 120px) / 2);
    margin: 0 0 30px;
  }
}
#wrapper .list_gift .gift .item_container .list_items.col2mgn .item:nth-child(3n) {
  margin-right: 0;
}
#wrapper .list_gift .gift .item_container .list_items.col2mgn .item:nth-child(2n) {
  margin-right: 0;
}
#wrapper .list_gift .gift .item_container .list_items.col2mgn.mid {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col3 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col3 .item.col2 {
    display: block;
    width: calc((100% - 24px) / 3);
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col3 .item.col2 .img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col3 .item.col2 .data {
    width: 100%;
  }
}
#wrapper .list_gift .gift .item_container .list_items.col4 {
  display: flex;
}
@media screen and (min-width: 768px) {
  #wrapper .list_gift .gift .item_container .list_items.col4 .item {
    width: calc((100% - 60px) / 4);
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col4 .item {
    width: calc((100% - 4vw) / 2);
    margin: 0 4vw 4vw 0;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .list_gift .gift .item_container .list_items.col4 .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items.col4 .item:nth-child(2n) {
    margin-right: 0;
  }
}
#wrapper .list_gift .gift .item_container .list_items.bdrB {
  border-bottom: 1px dashed #7B4D18;
}
#wrapper .list_gift .gift .item_container .list_items .item {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 32px 0;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item {
    width: auto;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item:nth-child(3n) {
    margin-right: auto;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item.col2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#wrapper .list_gift .gift .item_container .list_items .item.col2 .img {
  width: 48%;
}
#wrapper .list_gift .gift .item_container .list_items .item.col2 .data {
  width: 50%;
  text-align: center;
}
#wrapper .list_gift .gift .item_container .list_items .item.col2 .data h4 {
  margin-bottom: 3px;
  font-size: 18px;
}
#wrapper .list_gift .gift .item_container .list_items .item.col2 .data h4.strong {
  display: block;
  padding-bottom: 0;
  border-bottom: none;
  background-color: #FAF0E4;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item.col2sp {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item.col2sp .img {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item.col2sp .data {
    width: 50%;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item.col2sp .data h4 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #121517;
  font-size: 18px;
}
#wrapper .list_gift .gift .item_container .list_items .item.col2sp .data h4.strong {
  padding-bottom: 0;
  border-bottom: none;
}
#wrapper .list_gift .gift .item_container .list_items .item.col2sp .data .description {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item.col2sp .data .description {
    text-align: left;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item.mgnBs {
  margin-bottom: 1rem;
}
#wrapper .list_gift .gift .item_container .list_items .item.campaign {
  position: relative;
}
#wrapper .list_gift .gift .item_container .list_items .item.campaign::before {
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  width: 130px;
  height: 130px;
  background: url(../img/badge_campaign01.png) no-repeat center center;
  background-size: cover;
}
#wrapper .list_gift .gift .item_container .list_items .item.campaign.campaignR::before {
  right: 5px;
}
#wrapper .list_gift .gift .item_container .list_items .item.campaign.campaignL::before {
  left: 5px;
}
#wrapper .list_gift .gift .item_container .list_items .item.campaign.campaignS::before {
  width: 110px;
  height: 110px;
}
#wrapper .list_gift .gift .item_container .list_items .item .img {
  margin-bottom: 8px;
}
#wrapper .list_gift .gift .item_container .list_items .item .data {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data {
    font-size: 13px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data .reserve_period {
  padding: 10px 24px 10px 10px;
  margin-bottom: 1rem;
  font-size: 19px;
  line-height: 1.4;
  font-weight: bold;
  background: url(../img/obi.png) no-repeat right center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .reserve_period {
    padding: 9px 12px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data .reserve_period strong {
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .reserve_period strong {
    font-size: 18px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data h4 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: normal;
}
#wrapper .list_gift .gift .item_container .list_items .item .data h4.strong {
  display: block;
  padding: 4px 0;
  background-color: #FAF5F2;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data h4.strong {
    font-size: 16px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data h4.strong.bgPink {
  background-color: rgba(242, 182, 167, 0.32);
  color: #7B4D18;
}
#wrapper .list_gift .gift .item_container .list_items .item .data h4.bdrB {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #7B4D18;
  font-size: 19px;
  font-weight: bold;
}
#wrapper .list_gift .gift .item_container .list_items .item .data .price {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .price {
    font-size: 11px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data .price strong {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .price strong {
    font-size: 18px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data .price.large {
  font-size: 18px;
}
#wrapper .list_gift .gift .item_container .list_items .item .data .price .tax {
  margin-left: 0.2em;
  font-size: 13px;
}
#wrapper .list_gift .gift .item_container .list_items .item .data .alergen {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .alergen {
    margin-bottom: 8px;
    font-size: 11px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data .description {
  margin: 1rem 0 1.5rem;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .description {
    margin-bottom: 8px;
    font-size: 13px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data .description.mgnT0 {
  margin-top: 0;
}
#wrapper .list_gift .gift .item_container .list_items .item .data .desc {
  margin: 1rem 0 1.5rem;
  font-size: 15px;
  line-height: 1.6;
}
#wrapper .list_gift .gift .item_container .list_items .item .data .desc.center {
  text-align: center;
}
#wrapper .list_gift .gift .item_container .list_items .item .data .desc.mgnT0 {
  margin-top: 0;
}
#wrapper .list_gift .gift .item_container .list_items .item .data .size {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .size {
    font-size: 13px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data .footnote {
  font-size: 12px;
  line-height: 1.6;
}
#wrapper .list_gift .gift .item_container .list_items .item .data .btn_link {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .btn_link {
    margin-top: 12px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data .img_bnr {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .img_bnr.close_edge {
    margin-right: -4vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .list_gift .gift .item_container .list_items .item .data .img_bnr.close_edge {
    margin-right: -48px;
  }
}
#wrapper .list_gift .gift .item_container .list_items .item .data .img_bnr img {
  width: 100%;
}
#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 #7B4D18;
}
@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 #7B4D18;
  }
}
#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 .bnr {
  margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
  #wrapper .bnr {
    margin: 0 0 4vw;
  }
}
#wrapper .bnr img {
  width: 100%;
}
#wrapper .bnr.mgnLR {
  margin-left: 48px;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  #wrapper .bnr.mgnLR {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
#wrapper .bnr a {
  display: block;
}
#wrapper .bnr a:hover {
  opacity: 0.5;
}
#wrapper .list_ranking {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 48px;
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking {
    display: block;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
#wrapper .list_ranking .item {
  position: relative;
  width: calc((100% - 60px) / 3);
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking .item {
    width: auto;
    margin-bottom: 20px;
  }
}
#wrapper .list_ranking .item.campaign {
  position: relative;
}
#wrapper .list_ranking .item.campaign::before {
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  width: 130px;
  height: 130px;
  background: url(../img/badge_campaign01.png) no-repeat center center;
  background-size: cover;
}
#wrapper .list_ranking .item.campaign.campaignR::before {
  right: 5px;
}
#wrapper .list_ranking .item.campaign.campaignL::before {
  left: 5px;
}
#wrapper .list_ranking .item.campaign.campaignS::before {
  width: 110px;
  height: 110px;
}
#wrapper .list_ranking .item.btn_row2 {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking .item.btn_row2 {
    padding-bottom: 20px;
  }
}
#wrapper .list_ranking .item.btn_row2 .btn_link {
  height: 108px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking .item.btn_row2 .btn_link {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
#wrapper .list_ranking .item .img {
  margin-bottom: 8px;
}
#wrapper .list_ranking .item .img img {
  width: 100%;
}
#wrapper .list_ranking .item .data h4 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking .item .data h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
#wrapper .list_ranking .item .data .description {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking .item .data .description {
    margin-bottom: 16px;
    font-size: 13px;
  }
}
#wrapper .list_ranking .item .data .price {
  margin-bottom: 12px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking .item .data .price {
    margin-bottom: 8px;
    font-size: 11px;
  }
}
#wrapper .list_ranking .item .data .price strong {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking .item .data .price strong {
    font-size: 18px;
  }
}
#wrapper .list_ranking .item .btn_link {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #wrapper .list_ranking .item .btn_link {
    position: relative;
    bottom: auto;
    left: auto;
  }
}
#wrapper .link_price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 48px;
}
@media screen and (max-width: 767px) {
  #wrapper .link_price {
    display: block;
    margin: 0 4vw;
  }
}
#wrapper .link_price .btn_link {
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 767px) {
  #wrapper .link_price .btn_link {
    width: auto;
    margin-bottom: 12px;
  }
}
#wrapper .link_price .btn_link a {
  font-family: YakuHanMPs, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: bold;
}
#wrapper .list_wrapping {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #wrapper .list_wrapping {
    display: block;
  }
}
#wrapper .list_wrapping li {
  width: calc((100% - 54px) / 4);
  margin: 0 0 30px 0;
}
@media screen and (max-width: 767px) {
  #wrapper .list_wrapping li {
    width: auto;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .list_wrapping li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
#wrapper .list_wrapping li:nth-child(3n) {
  margin-right: 0;
}
#wrapper .list_wrapping li .img {
  margin-bottom: 8px;
}
#wrapper .list_wrapping li .img img {
  width: 100%;
}
#wrapper .list_wrapping li .data h3 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #wrapper .list_wrapping li .data h3 {
    font-size: 15px;
  }
}
#wrapper .list_wrapping li .data .description {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .list_wrapping li .data .description {
    font-size: 13px;
  }
}
#wrapper .banner {
  width: 710px;
  margin: 1rem auto;
}
#wrapper .banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wrapper .banner {
    width: auto;
    margin: 1rem 20px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .banner.wide {
    width: 860px;
  }
}
#wrapper .banner_col2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  #wrapper .banner_col2 {
    display: block;
    margin: 1rem 20px;
  }
}
#wrapper .banner_col2 .banner {
  width: calc(50% - 1rem);
  margin: 0;
}
@media screen and (max-width: 767px) {
  #wrapper .banner_col2 .banner {
    width: auto;
    margin-bottom: 1rem;
  }
}
#wrapper .banner_col2 .banner .notice {
  margin: 8px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #626264;
}
@media screen and (max-width: 767px) {
  #wrapper .banner_col2 .banner .notice {
    font-size: 12px;
  }
}
#wrapper .banner_col2 .banner.w5 {
  width: calc((100% - 2rem) / 9 * 5);
}
@media screen and (max-width: 767px) {
  #wrapper .banner_col2 .banner.w5 {
    width: auto;
  }
}
#wrapper .banner_col2 .banner.w4 {
  width: calc((100% - 2rem) / 9 * 4);
}
@media screen and (max-width: 767px) {
  #wrapper .banner_col2 .banner.w4 {
    width: auto;
  }
}
#wrapper .notice {
  margin-left: 48px;
  margin-right: 48px;
  padding: 40px 0;
  border-top: 1px dashed #7B4D18;
  font-family: YakuHanJPs, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#wrapper .notice.nobdr {
  border-top: none;
}
#wrapper .notice:last-child {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #wrapper .notice {
    width: auto;
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
#wrapper .notice .ttl_notice {
  width: 100%;
  margin: 0 auto 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #wrapper .notice .ttl_notice {
    font-size: 15px;
  }
}
#wrapper .notice .ttl_notice.mgnT {
  margin-top: 2rem;
}
#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 .shipping_area {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #wrapper .notice .shipping_area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .notice .shipping_area:before {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    min-height: 100%;
    content: "";
    border-left: 1px dashed #7B4D18;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .notice .shipping_area .item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 767px) {
  #wrapper .notice .shipping_area .item:first-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #7B4D18;
  }
}
#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: 0 0 40px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  footer .btn_link {
    width: 360px;
    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: rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  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;
  text-decoration: none;
  background-color: #F0E0C2;
  border: 1px solid #58340A;
  color: #58340A;
  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_br.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;
  }
}