@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}

html,
body {
  background: #fbf9ec;
  color: #665442;
  font-size: 18px;
  line-height: 1.7em;
  line-break: strict;
  width: 100%;
}
body:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/bg.jpg) center center repeat #fbf9ec;
}

a {
  color: #db123a;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
}

a:hover {
  text-decoration: none;
}

a, img {
  border: none;
}

h1 {
  border-radius: 8px;
  font-size: 200%;
  text-align: center;
  color: #fbf9ec;
  background-color: #c69c6d;
  font-weight: bold;
  padding: 0.5em;
  margin: 3em 0 0.5em 0;
}

li {
  list-style-type: none;
}

::selection {
  background: #ccc;
}

::-moz-selection {
  background: #ccc;
}

.noselect,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.anchor {
  height: 100px;
  margin-top: -40px;
  display: block;
}

.legacy_ie {
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 640px;
  margin-left: -320px;
  padding: 10px 0;
  background: #fff;
  z-index: 1000;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

i.fa {
  margin: 0 0.2em;
}

/*-----------------------*/
/* over */
/*-----------------------*/
.over {
  width: 100%;
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9000;
  display: none;
  padding-bottom: 60px;
  background: rgba(0, 0, 0, 0.8);
}
.over > .inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.over .over_contents {
  background: #000;
  margin: 0 auto;
}
.over .over_youtube {
  background-color: #000;
}
.over .over_youtube > div {
  margin: 0 auto;
}
.over .over_youtube iframe {
  width: 100%;
  height: 100%;
}
.over .over_image a,
.over .over_image img {
  display: block;
  width: 100%;
  height: 100%;
}
.over .over_image a:hover {
  opacity: 0.8;
}
.over .over_controller {
  height: 96px;
  width: 100%;
  position: relative;
}
.over .over_close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 96px;
  width: 96px;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
}
.over .over_close:after {
  content: " ";
  width: 100%;
  height: 100%;
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/close.svg);
  position: absolute;
  top: 0;
  left: 0;
  transition-property: transform;
  transition-duration: 120ms;
  transition-timing-function: ease-out;
}
.over .over_close:hover:after {
  transform: rotate(90deg);
}

/*-----------------------*/
/* page_top */
/*-----------------------*/
section.page_top {
  position: relative;
  background: #fff;
  min-width: 900px;
  max-width: 1920px;
  margin: 0 auto;
}
section.page_top img {
  display: block;
  width: 100%;
  margin-bottom: 10em;
  border-bottom: 4px solid #c69c6d;
}
section.top {
  padding-top: 3em;
  padding-bottom: 1em;
}
section.top h1 img {
  display: block;
  max-width: 100%;
  margin: 1em auto;
}

/*-----------------------*/
/* container */
/*-----------------------*/
.container {
  overflow: hidden;
  position: relative;
  min-width: 1024px;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
}
.container:before {
  content: " ";
  display: block;
  height: 90px;
  background: #c69c6d;
}

h2.title {
  display: block;
  margin-bottom: 0.1em;
}
h2.title img {
  display: block;
  margin: 0 auto;
}

/*-----------------------*/
/* top */
/*-----------------------*/
header {
  height: 50px;
  width: 100%;
  min-width: 1080px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header > .inner {
  position: relative;
  height: 100%;
  z-index: 100;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  background-size: 100% auto;
}
header nav {
  height: 100%;
  width: 100%;
}
header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-color: #acdce6;
  border-bottom: 4px solid #c69c6d;
  padding: 3px;
}
header nav ul li {
}
header nav ul li a {
  padding: 0 40px;
  display: block;
}
header nav a div {
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-image: url(../img/nav.png);
  background-size: 770px auto;
}
header nav a.nav_top div {
  width: 46px;
  background-position: 0 0;
}
header nav a.nav_top:hover div {
  background-position: -385px 0;
}
header nav a.nav_story div {
  width: 77px;
  background-position: 0 -59px;
}
header nav a.nav_story:hover div {
  background-position: -385px -59px;
}

/*-----------------------*/
/* global_footer */
/*-----------------------*/
footer.global_footer {
  position: relative;
  background: #fbf9ec;
  color: #665442;
  padding: 14px;
  text-align: center;
}
footer.global_footer small {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 1em 0;
}

aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}
aside a {
  width: 150px;
  display: block;
  margin: 50px;
  overflow: hidden;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease-out;
  opacity: 1;
}
aside a:hover {
  opacity: 0.6;
}
aside a img {
  display: block;
  width: 100%;
}

/*-----------------------*/
/* page_sub */
/*-----------------------*/
section.page_sub {
  position: relative;
  width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 150px;
}
section.page_sub > img {
  display: block;
  max-width: 100%;
}
section.page_sub > .inner {
  background: 0 0 repeat-y;
  background-size: 100% auto;
  padding: 30px 120px;
}
section.page_sub img.image {
  display: block;
  margin: 0.8em auto;
}
section.page_sub img.image:last-child {
  margin-bottom: 0;
}
section.page_sub img.image:first-child {
  margin-top: 0;
}
section.page_sub h3 {
  background: #000;
  text-align: center;
  color: #000;
  padding: 0.2em;
  margin: 0.8em 0;
}
section.page_sub h3:last-child {
  margin-bottom: 0;
}
section.page_sub h3:first-child {
  margin-top: 0;
}
section.page_sub hr {
  border: none;
  border-bottom: 4px dotted #c69c6d;
  margin: 2em 0;
}
section.page_sub hr:last-child {
  margin-bottom: 0;
}
section.page_sub hr:first-child {
  margin-top: 0;
}
section.page_sub p {
  padding: 0 1em;
  margin: 0.8em 0;
  margin-bottom: 1em;
}
section.page_sub p:last-child {
  margin-bottom: 0;
}
section.page_sub p:first-child {
  margin-top: 0;
}
section.page_sub p span {
  display: inline-block;
}

section.page_sub dl.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em 0;
}
section.page_sub dl.table:first-child {
  margin-top: 0;
}
section.page_sub dl.table:last-child {
  margin-bottom: 0;
}
section.page_sub dl.table dt, section.page_sub dl.table dd {
  margin-bottom: 0.3em;
  padding: 0.2em;
}
section.page_sub dl.table dt {
  text-align: center;
  width: 20%;
  background: #eb0c38;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.page_sub dl.table dd {
  width: 70%;
  padding-left: 0.6em;
}
section.page_sub ul.attention {
  padding-left: 1em;
  padding-right: 1em;
  margin: 1em 0;
  text-align: left;
}
section.page_sub ul.attention:first-child {
  margin-top: 0;
}
section.page_sub ul.attention:last-child {
  margin-bottom: 0;
}
section.page_sub ul.attention li {
  list-style-type: disc;
  margin-bottom: 0.6em;
  font-size: 80%;
  line-height: 1.6em;
  word-break: break-all;
}
section.page_sub ul.attention li:last-child {
  margin-bottom: 0;
}
section.page_sub ul.attention li span {
  display: inline-block;
}
section.page_sub ul.goods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.page_sub ul.goods li {
  width: calc(50% - 20px);
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  margin: 10px;
}
section.page_sub ul.goods li:nth-child(1), section.page_sub ul.goods li:nth-child(4), section.page_sub ul.goods li:nth-child(5), section.page_sub ul.goods li:nth-child(8), section.page_sub ul.goods li:nth-child(9), section.page_sub ul.goods li:nth-child(12), section.page_sub ul.goods li:nth-child(13) {
  background: #f0ecd3 0 0 repeat;
  border-radius: 10px;
}
section.page_sub ul.goods li:nth-child(2), section.page_sub ul.goods li:nth-child(3), section.page_sub ul.goods li:nth-child(6), section.page_sub ul.goods li:nth-child(7), section.page_sub ul.goods li:nth-child(10), section.page_sub ul.goods li:nth-child(11), section.page_sub ul.goods li:nth-child(14) {
  background: #f0ecd3 0 0 repeat;
  border-radius: 10px;
}
section.page_sub ul.goods li > h3 {
  text-align: center;
  color: #665442;
  padding: 0;
  margin: 0.5em 0;
  font-size: 100%;
  font-weight: bold;
  background: transparent;
  text-shadow: none;
  line-height: 1.7em;
}
section.page_sub ul.goods li > hr {
  border: none;
  border-bottom: 2px solid #b39447;
  margin: 0.5em 0;
}
section.page_sub ul.goods li > .price {
  border-radius: 4px;
  padding: 0.2em 0;
  margin-bottom: 0.5em;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  color: #fbf9ec;
  background: #e55151;
}
section.page_sub ul.goods li > .price_sticker {
  border-radius: 4px;
  padding: 0.2em 0;
  margin-bottom: 0.5em;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: #fbf9ec;
  background: #e55151;
}
section.page_sub ul.goods li > .shop {
  padding: 0.2em 0;
  margin-bottom: 0.4em;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #262626;
  background: #fff;
}
section.page_sub ul.goods li > p {
  margin: 0;
  padding: 0;
  font-size: 90%;
  line-height: 1.75em;
}
section.page_sub ul.goods li > p.privilege {
  margin: 0 0 0.75em 0;
  padding: 0;
  font-size: 90%;
  line-height: 1.75em;
}
section.page_sub ul.goods li > p:last-child {
  margin-bottom: 0;
}
section.page_sub ul.goods .images {
}
section.page_sub ul.goods .images img {
  border-radius: 4px;
  width: 100%;
  display: block;
}
section.page_sub ul.goods .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: 2px solid;
  border-color: #665442;
  background: transparent;
  opacity: 1;
  margin: 0 6px;
}
section.page_sub ul.goods .swiper-pagination-bullet-active {
  background: #665442;
}

/*-----------------------*/
/* scroll animation */
/*-----------------------*/
.fadeInDown {
  -webkit-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:2s;
  -ms-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*-----------------------*/
/* story */
/*-----------------------*/
.text_tap {
  font-weight: bold;
  font-size: 250%;
  line-height: 1.7em;
  color: #e55151;
}


.open-btn {
  background-color: #fbf9ec;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: 5px 15px 0 15px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 200%;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(79, 79, 79, 0.5);
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  overflow: scroll;
  z-index: 9999;
}

.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  position: absolute;
  transform: scale(0.8);
  transition: all 0.3s ease;
  height: 80vh;
  width: 80%;
  font-size: 130%;
  text-align: left;
  line-height: 2.0em;
  letter-spacing: -1px;
  padding: 2rem;
  border-radius: 8px;
  border: 4px solid #c69c6d;
  background-color: #fbf9ec;
  overflow: scroll;
}
.modal-content img {
  max-width: 95%;
  margin: 2rem 0 4rem 0;
  vertical-align: top;
  box-shadow: 0px 0px 10px #e5dfb8;
}

.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

p.big {
  font-weight: 700;
  font-size: 150%;
  line-height: 1.75em;
}