@charset "UTF-8";
@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", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
  color: #231815;
  background: #fff;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 20px;
  }
}

/* ===== 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 {
  transition: all 600ms;
}

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

hr {
  margin: 40px 0;
  border: none;
  border-top: 1px dashed #121517;
}
@media screen and (max-width: 767px) {
  hr {
    margin-left: 4vw;
    margin-right: 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%;
  font-family: YakuHanJPs, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn_link a {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin: 12px auto 0;
  background-color: #FFF5F2;
  border: 1px solid #DE9DA2;
  color: #231815;
  font-size: 15px;
  font-weight: bold;
  line-height: 48px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_link a {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.05em;
  }
}
.btn_link a:first-child {
  margin-top: 0;
}
.btn_link a:hover {
  background-color: #DE9DA2;
}
.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;
  }
}
@media screen and (min-width: 768px) {
  .btn_link.col2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .btn_link.col2 a {
    width: 40%;
    margin-top: 0;
  }
}

/* ===== header =============== */
header .inner-frame {
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  header .inner-frame {
    overflow: hidden;
    margin-bottom: 0;
  }
}
header .inner-frame .page-title {
  position: relative;
  font-family: YakuHanMPs, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 32px;
  line-height: 1.3;
  margin: 0 -48px;
}
@media screen and (max-width: 767px) {
  header .inner-frame .page-title {
    margin: 0;
    font-size: 21px;
  }
}
header .inner-frame .page-title img {
  width: 100%;
}
header .inner-frame .header-lead {
  margin: 1em auto;
  font-family: YakuHanJPs, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .inner-frame .header-lead {
    font-size: 3.5vw;
  }
}
header .inner-frame .header_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  gap: 0 20px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  header .inner-frame .header_nav {
    flex-wrap: wrap;
    margin: 0 4vw;
    gap: 2vw;
  }
}
header .inner-frame .header_nav li {
  width: calc((100% - 48px) / 4);
}
@media screen and (max-width: 767px) {
  header .inner-frame .header_nav li {
    width: calc((100% - 4vw) / 2);
    margin-bottom: 4vw;
  }
}
header .inner-frame .header_nav li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background: #FACFD1;
  border-radius: 9px;
  text-align: center;
  text-decoration: none;
  color: #231815;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  header .inner-frame .header_nav li a {
    height: auto;
    min-height: 3em;
    font-size: 4vw;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  header .inner-frame .header_nav li a:hover {
    background-color: #E9979B;
  }
}
header .inner-frame .header_nav li a:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 69px;
  height: 60px;
  background: url(../img/img-anchorbtn.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  header .inner-frame .header_nav li a:after {
    width: 3.45em;
    height: 3em;
  }
}
header .inner-frame .header_nav li a span {
  position: absolute;
  display: block;
  top: 50%;
  left: calc(50% + 1em);
  width: 100%;
  transform: translate(-50%, -50%);
}

/* ===== contents =============== */
#wrapper {
  /* ttl */
}
#wrapper .section {
  position: relative;
  padding: 40px 0 0;
}
#wrapper .ttl-section {
  position: relative;
  margin: 0 48px 60px;
  padding-right: -0.15em;
  text-align: center;
  font-size: 42px;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .ttl-section {
    margin: 0 4vw 8vw;
    font-size: 6vw;
  }
}
#wrapper .ttl-section:after {
  position: absolute;
  display: block;
  bottom: -0.5em;
  left: 41%;
  width: 18%;
  height: 3px;
  content: "";
  background-color: #EBB2B2;
}
#wrapper .ttl-section ruby {
  font-size: smaller;
}
#wrapper .ttl-section_img {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #wrapper .ttl-section_img {
    margin: 0 0 2vw;
  }
}
#wrapper .ttl-section_img img {
  width: 100%;
}
#wrapper .lead-section {
  margin: 0 0 1.5rem;
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #wrapper .lead-section {
    margin: 0 4vw 1.5rem;
    font-size: 3.6vw;
  }
}
#wrapper .campaign {
  margin: 0 0 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px dashed #121517;
}
@media screen and (max-width: 767px) {
  #wrapper .campaign {
    margin: 0 4vw 12vw;
    padding-bottom: 12vw;
  }
}
#wrapper .campaign.nobdr {
  padding-bottom: 0;
  border-bottom: none;
}
#wrapper .campaign .present {
  display: flex;
  flex-wrap: nowrap;
  justify-content: !important;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #wrapper .campaign .present {
    display: block;
  }
}
#wrapper .campaign .present .winners-num {
  position: relative;
  width: 240px;
  margin-right: 2rem;
  border-right: 1px dotted #231815;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #wrapper .campaign .present .winners-num {
    width: auto;
    margin: 0 0 1rem;
    border-right: none;
    text-align: center;
  }
}
#wrapper .campaign .present .winners-num .inner {
  font-size: 45px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #wrapper .campaign .present .winners-num .inner {
    margin-bottom: 2vw;
    border-bottom: 1px dotted #231815;
    font-size: 5vw;
  }
}
#wrapper .campaign .present .winners-num .inner .num {
  font-size: 100px;
}
@media screen and (max-width: 767px) {
  #wrapper .campaign .present .winners-num .inner .num {
    font-size: 10vw;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .campaign .present .desc {
    text-align: center;
  }
}
#wrapper .banner figure img {
  width: 100%;
}
#wrapper .banner figure figcaption {
  text-align: center;
  font-size: 35px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .banner figure figcaption {
    font-size: 4.8vw;
  }
}
#wrapper .banner figure figcaption.lineup {
  margin-bottom: 3em;
  text-align: left;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  #wrapper .banner figure figcaption.lineup {
    margin-left: 4vw;
    margin-right: 4vw;
    font-size: 1em;
  }
}
#wrapper .banner figure figcaption.lineup .add_info {
  margin: 1em 0;
  color: #786A57;
  font-size: 11px;
}
#wrapper .banner figure figcaption.lineup .itemname {
  margin: 1em 0 1em;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrapper .banner figure figcaption.lineup .itemname {
    font-size: 13px;
  }
}
#wrapper .banner figure figcaption.lineup .desc {
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #wrapper .banner figure figcaption.lineup .desc {
    font-size: 13px;
  }
}
#wrapper .banner .desc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper .banner .desc.mgnLR {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
#wrapper .banner .desc,
#wrapper .present .desc {
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #wrapper .banner .desc,
  #wrapper .present .desc {
    font-size: 3.5vw;
  }
}
#wrapper .banner .desc strong,
#wrapper .present .desc strong {
  display: inline-block;
  padding: 0 0.4em;
  background-color: #FFEE90;
  font-family: YakuHanJPs, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 25px;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  #wrapper .banner .desc strong,
  #wrapper .present .desc strong {
    font-size: 3.8vw;
  }
}
#wrapper .area-img {
  margin-bottom: 2rem;
  font-family: YakuHanJPs, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#wrapper .area-img figure img {
  width: 100%;
  margin-bottom: 0.2rem;
}
#wrapper .area-img figure figcaption {
  font-size: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  #wrapper .area-img figure figcaption {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
#wrapper .banner-mekiki {
  width: 480px;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  #wrapper .banner-mekiki {
    width: auto;
  }
}
#wrapper .banner-mekiki a {
  display: block;
}
#wrapper .banner-mekiki a:hover {
  opacity: 0.4;
}
#wrapper .banner-mekiki a img {
  width: 100%;
}
#wrapper .notice {
  padding-left: 50px;
  padding-right: 50px;
  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: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%;
  padding-top: 40px;
  border-top: 1px dashed #484747;
  margin-bottom: 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 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 .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;
  color: #484747;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #484747;
  font-size: 16px;
  font-weight: bold;
  line-height: 48px;
  transition: 0.3s linear;
}
#footer_link_online li a:hover {
  background-color: #FA8F8F;
}
@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.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;
  }
}

.LME-list_tart {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.LME-list_tart .item {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  width: 300px;
  margin: 0 10px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .LME-list_tart .item {
    width: auto;
    margin: 0 20px 20px;
  }
}
.LME-list_tart .item.new:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  content: "";
  background: url(/files/img/icon-new.svg) no-repeat 0 0;
  background-size: 60px 60px;
}
.LME-list_tart .item a {
  color: #231815;
  text-decoration: none;
}
.LME-list_tart .item a .img {
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #786A57;
  overflow: hidden;
}
.LME-list_tart .item a .img .campaign {
  position: absolute;
  display: block;
  bottom: 14px;
  left: 14px;
  width: 75px;
  height: 75px;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .LME-list_tart .item a .img .campaign {
    width: 64px;
    height: 64px;
  }
}
.LME-list_tart .item a .img .campaign img {
  width: 100%;
}
.LME-list_tart .item a img {
  position: relative;
  width: 100%;
}
.LME-list_tart .item a:hover .tartname {
  text-decoration: underline;
}
.LME-list_tart .item a:hover .img > img {
  transform: scale(1.1);
  opacity: 0.75;
}
.LME-list_tart .item a .tartname {
  margin: 10px 0 16px;
  font-size: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .LME-list_tart .item a .tartname {
    font-size: 13px;
  }
}
.LME-list_tart .item a .price-area {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .LME-list_tart .item a .price-area {
    font-size: 12px;
  }
}
.LME-list_tart .item a .price-area .piece,
.LME-list_tart .item a .price-area .whole {
  display: inline-block;
  margin: 0 3px;
}
.LME-list_tart .item a .price-area .piece {
  margin-right: 8px;
}
.LME-list_tart .item a .price-area .type {
  font-size: 11px;
  margin-right: 8px;
  padding: 4px 8px;
  border-radius: 4px;
}
.LME-list_tart .item a .price-area .piece .type {
  background-color: #f5e9b5;
}
.LME-list_tart .item a .price-area .whole .type {
  background-color: #f0cdb1;
}
.LME-list_tart .item a .add_info {
  margin-bottom: 10px;
  color: #786A57;
  font-size: 11px;
}

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