/* setting */
/*----- layout.css -----*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*----- pc/sp -----*/
.g-container {
  overflow: hidden;
}

.g-main {
  padding-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.g-main a:link,
.g-main a:visited,
.g-main a:active {
  color: #222;
  outline: none;
  text-decoration: none;
}

.pc {
  display: block;
}
@media (width <= 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (width <= 767px) {
  .sp {
    display: block;
  }
}

.firstview {
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: url(../img/bg-green.png) center center/100% auto;
  position: relative;
  padding: 3vw 0 5vw;
}
.firstview .bg-left {
  position: absolute;
  width: 27%;
  max-width: clamp(12.5rem, 0.54rem + 24.92vw, 31.375rem);
  height: auto;
  top: 10%;
  left: 7.5%;
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.firstview .bg-right {
  position: absolute;
  width: 32%;
  max-width: clamp(15rem, 0.663rem + 29.87vw, 37.625rem);
  top: 7%;
  right: 2%;
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.logo-area h1 {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.logo-area h1::after {
  content: "";
  position: absolute;
  background: url(../img/img-reservation.png) center center/100% auto no-repeat;
  width: 8%;
  max-width: clamp(3.75rem, 0.186rem + 7.43vw, 9.375rem);
  height: 100%;
  left: 43%;
  top: -16%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (width <= 767px) {
  .logo-area h1::after {
    width: 100%;
    max-width: 22%;
    left: 29%;
    top: -20%;
  }
}
.logo-area .main-logo {
  position: relative;
  width: 100%;
  max-width: clamp(13.25rem, 0.656rem + 26.24vw, 33.125rem);
  height: auto;
  margin: 0 auto;
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@media (width <= 767px) {
  .logo-area .main-logo {
    max-width: 90vw;
  }
}

.firstview-lead {
  text-align: center;
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.firstview-lead .img-maincatch {
  width: 40%;
  max-width: 660px;
  height: auto;
}
@media (width <= 767px) {
  .firstview-lead .img-maincatch {
    width: 90%;
  }
}

@-webkit-keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contents-container {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url(../img/bg-paper.jpg) top center/100% auto repeat-y;
  padding: 100px 0 150px;
}
@media (width <= 767px) {
  .contents-container {
    padding: 50px 0;
  }
}

.fukubukuro-link {
  width: 100%;
  max-width: 980px;
  margin: 100px auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media (width <= 767px) {
  .fukubukuro-link {
    max-width: calc(100% - 10vw);
    margin: 0 auto 50px;
  }
}

.fukubukuro-link_list {
  width: 22%;
  position: relative;
}
@media (width <= 767px) {
  .fukubukuro-link_list {
    width: 47%;
    margin-bottom: 20px;
  }
}
.fukubukuro-link_list.-yokoku::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/cover_yokoku.png) center center/100% auto no-repeat;
  top: 67%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fukubukuro-link_list.-coming::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/cover_coming.png) center center/100% auto no-repeat;
  top: 67%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.fukubukuro-link_list img {
  width: 100%;
  height: auto;
}

.contents-area {
  max-width: 980px;
  margin: 0 auto 150px;
  background: #fff;
  position: relative;
  padding: 105px 80px 45px;
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
}
.contents-area.-last {
  margin: 0 auto 30px;
}
@media (width <= 767px) {
  .contents-area {
    max-width: calc(100% - 10vw);
    padding: 40px 20px;
    margin: 0 auto 60px;
  }
}
.contents-area::before, .contents-area::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 100px;
  left: 0;
}
.contents-area::before {
  background: url(../img/contents_top.png) center top/contain no-repeat;
  top: 0;
}
.contents-area::after {
  background: url(../img/contents_bottom.png) center bottom/contain no-repeat;
  bottom: 0;
}
.contents-area h2 {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media (width <= 767px) {
  .contents-area h2 {
    top: 15px;
    width: 100%;
  }
}
.contents-area .contents-title {
  width: 100%;
  height: auto;
}
@media (width <= 767px) {
  .contents-area .contents-title {
    max-height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.contents-area .contents-title.-fashion {
  aspect-ratio: 5/1;
}
.contents-area .contents-title.-goods {
  aspect-ratio: 71/12;
}
.contents-area .contents-title.-lifestyle {
  aspect-ratio: 43/6;
}
.contents-area .contents-title.-service {
  aspect-ratio: 55/12;
}
.contents-area .contents-title.-food {
  aspect-ratio: 25/6;
}
.contents-area .contents-header {
  position: absolute;
  width: 75%;
  height: 2px;
  background: #D4B966;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 15px;
  z-index: 2;
}
@media (width <= 767px) {
  .contents-area .contents-header {
    top: 35px;
  }
}
.contents-area .contents-title img {
  width: 100%;
  height: auto;
  max-height: 30px;
}

.contents-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 735px;
  margin: 40px auto 0;
  position: relative;
  z-index: 4;
}
@media (width <= 767px) {
  .contents-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.contents-block.-first {
  margin: 0 auto;
}

.contents-imgarea {
  width: 170px;
  margin: 0 auto;
}
@media (width <= 767px) {
  .contents-imgarea {
    margin: 40px auto;
  }
}
.contents-imgarea img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #707070;
}

.info-area {
  width: calc(100% - 170px);
  padding-left: 50px;
}
@media (width <= 767px) {
  .info-area {
    padding: 0;
    width: 100%;
  }
}

.luckybag,
.howtoorder,
.orderinfo {
  border-bottom: 1px dashed #D4B966;
}

.luckybag {
  padding: 0 0 20px;
}

.luckybag-list .luckybag-listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.luckybag-list .bag-name {
  width: 40%;
  font-weight: 600;
  font-size: 1.125rem;
}
@media (width <= 767px) {
  .luckybag-list .bag-name {
    width: 100%;
  }
}
.luckybag-list .bag-price {
  width: 60%;
  color: #D25546;
  font-weight: 600;
  text-align: left;
  font-size: 1.125rem;
}
@media (width <= 767px) {
  .luckybag-list .bag-price {
    width: 100%;
  }
}
.luckybag-list.-s5382 .luckybag-listitem .bag-name {
  width: 47%;
}
@media (width <= 767px) {
  .luckybag-list.-s5382 .luckybag-listitem .bag-name {
    width: 65%;
  }
}
.luckybag-list.-s5382 .luckybag-listitem .bag-price {
  width: 53%;
}
@media (width <= 767px) {
  .luckybag-list.-s5382 .luckybag-listitem .bag-price {
    width: 35%;
  }
}
.luckybag-list.-s6179 .luckybag-listitem .bag-name {
  width: 40%;
}
@media (width <= 767px) {
  .luckybag-list.-s6179 .luckybag-listitem .bag-name {
    width: 50%;
  }
}
.luckybag-list.-s6179 .luckybag-listitem .bag-price {
  width: 60%;
}
@media (width <= 767px) {
  .luckybag-list.-s6179 .luckybag-listitem .bag-price {
    width: 50%;
  }
}
.luckybag-list.-s6471 .bag-name {
  width: 20%;
}
@media (width <= 767px) {
  .luckybag-list.-s6471 .bag-name {
    width: 50%;
  }
}
.luckybag-list.-s6471 .bag-price {
  width: 80%;
}
@media (width <= 767px) {
  .luckybag-list.-s6471 .bag-price {
    width: 50%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s6023 .bag-name {
    width: 40%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s6023 .bag-price {
    width: 60%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s6102 .luckybag-listitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .luckybag-list.-s6102 .luckybag-listitem:not(:last-of-type) {
    margin-bottom: 10px;
    line-height: 1.6em;
  }
}
.luckybag-list.-s6102 .luckybag-listitem .bag-name {
  width: 70%;
}
@media (width <= 767px) {
  .luckybag-list.-s6102 .luckybag-listitem .bag-name {
    width: 100%;
  }
}
.luckybag-list.-s6102 .luckybag-listitem .bag-price {
  width: 30%;
}
@media (width <= 767px) {
  .luckybag-list.-s6102 .luckybag-listitem .bag-price {
    width: 100%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s5414 .bag-name {
    width: 50%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s5414 .bag-price {
    width: 50%;
  }
}
.luckybag-list.-s5299 .luckybag-listitem .bag-name {
  width: 56%;
}
@media (width <= 767px) {
  .luckybag-list.-s5299 .luckybag-listitem .bag-name {
    width: 75%;
  }
}
.luckybag-list.-s5299 .luckybag-listitem .bag-price {
  width: 44%;
}
@media (width <= 767px) {
  .luckybag-list.-s5299 .luckybag-listitem .bag-price {
    width: 25%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s5891 .bag-name {
    width: 50%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s5891 .bag-price {
    width: 50%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s6319 .luckybag-listitem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.luckybag-list.-s6319 .luckybag-listitem .bag-name {
  width: 50%;
}
@media (width <= 767px) {
  .luckybag-list.-s6319 .luckybag-listitem .bag-name {
    width: 100%;
  }
}
.luckybag-list.-s6319 .luckybag-listitem .bag-price {
  width: 50%;
}
@media (width <= 767px) {
  .luckybag-list.-s6319 .luckybag-listitem .bag-price {
    width: 100%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s6481 .bag-name {
    width: 50%;
  }
}
@media (width <= 767px) {
  .luckybag-list.-s6481 .bag-price {
    width: 50%;
  }
}
.luckybag-list li:last-of-type p.bag-note {
  margin: 5px 0 0;
}

p.bag-note {
  font-size: 0.875rem;
  margin: 5px 0 20px;
}
p.bag-note.-all {
  margin: 5px 0 0;
}

.howtoorder {
  color: #D25546;
  font-weight: 600;
  font-size: 1rem;
  padding: 20px 0;
}

.orderinfo {
  font-size: 0.875rem;
  line-height: 2em;
  padding: 20px 0;
}
.orderinfo p {
  margin: 0;
}

.order-note {
  font-size: 0.75rem;
  margin: 20px 0;
  line-height: 1.8em;
}

.shopinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shop-place {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  width: 26%;
  text-align: center;
  background: #D4B966;
  color: #ffffff;
  padding: 6px 0;
  border-radius: 25px;
}
@media (width <= 767px) {
  .shop-place {
    width: 34%;
  }
}

.shop-detail {
  width: 70%;
  line-height: 1.2em;
  padding-top: 5px;
}
@media (width <= 767px) {
  .shop-detail {
    width: 62%;
  }
}

.shop-name {
  font-size: 1.125rem;
  font-weight: 800;
}

.shop-tel {
  font-size: 0.875rem;
  font-weight: 600;
}

.contents-middle {
  position: absolute;
  width: 75%;
  height: 2px;
  background: #D4B966;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (width <= 767px) {
  .contents-middle {
    width: calc(100% - 10vw + 20px);
  }
}

.contents-footer {
  position: absolute;
  width: 75%;
  height: 2px;
  background: #D4B966;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
}

.bottom-contents {
  font-size: 0.75rem;
  line-height: 2em;
  max-width: 980px;
  margin: 80px auto 0;
}
@media (width <= 767px) {
  .bottom-contents {
    width: calc(100% - 10vw);
    margin: 40px auto 0;
  }
}/*# sourceMappingURL=style.css.map */