@import url(//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
@import url(//fonts.googleapis.com/css2?family=Damion&display=swap);
@import url(//fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  background: #fff;
  color: #262626;
  line-height: 1.5;
  letter-spacing: .08em;
}

a {
  color: #262626;
  text-decoration: none;
}
a.hvop {
  transition: opacity .3s ease;
}
a.hvop:hover {
  opacity: .6;
  transition: opacity .2s ease;
}

.disp-tab {
  display: none;
}

.disp-sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .disp-tab {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  a.hvop:hover {
    opacity: 1;
  }
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}

/*------------------------------------------
  modules
------------------------------------------*/
.l-grid {
  display: -moz-flex;
  display:      flex;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}

.l-grid-col-2 .l-grid-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.l-grid-col-2 .l-grid-item:nth-child(2n) {
  margin-right: 0;
}

.l-grid-col-3 .l-grid-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.l-grid-col-3 .l-grid-item:nth-child(3n) {
  margin-right: 0;
}

.l-grid-col-4 .l-grid-item {
  width: 23%;
  margin-right: 2.6666%;
  margin-bottom: 4%;
}
.l-grid-col-4 .l-grid-item:nth-child(4n) {
  margin-right: 0;
}

/*------------------------------------------
  header
------------------------------------------*/
/*------------------------------------------
  footer
------------------------------------------*/
.page-footer {
  text-align: center;
  color: #968585;
  background: #262626;
  padding: 50px 0;
  position: relative;
  z-index: 20;
}
.page-footer .copyright {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin-top: 20px;
  font-size: 1.2rem;
}
.page-footer .pagetop {
  position: absolute;
  right: 30px;
  bottom: 100%;
}
.page-footer .footer-logo a {
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .page-footer {
    padding: 30px 0 40px;
  }
  .page-footer .footer-logo img {
    width: 200px;
  }
  .page-footer .copyright {
    font-size: 1rem;
  }
  .page-footer .pagetop {
    width: 50px;
    right: 0;
  }
}

/*------------------------------------------
  contents
------------------------------------------*/
.wrapper {
  overflow: hidden;
}

.page-mv {
  text-align: center;
  position: relative;
  height: 100vh;
}

.loading-logo {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.loading-contents {
  opacity: 0;
  background: url(../images/bg-loading.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}
.loading-contents:before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg-loading-snow.png) no-repeat center;
}
.loading-contents.is-active:before {
  opacity: 1;
  transition: 2s;
}

.loading .story-text {
  opacity: 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.loading .story-text p {
  margin-bottom: 1em;
}
.loading .story-text p:last-child {
  margin-bottom: 0;
}

.loading-parts {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

.loading .parts-logo {
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
}
.loading .parts-logo a {
  pointer-events: none;
}

.loading .parts-title {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  margin-top: -60px;
  opacity: 0;
}
.loading .parts-title .title-main {
  width: 47.333vw;
  margin: auto;
}
.loading .parts-title .title-sub {
  width: 25.4vw;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -31.333vw;
}

.loading .parts-image {
  position: absolute;
  opacity: 0;
}

.loading .parts-image01 {
  width: 45.2vw;
  left: 0;
  bottom: 0;
  transform: translate3d(-50%, 50%, 0);
  text-align: left;
}

.loading .parts-image02 {
  width: 47.4666vw;
  right: 0;
  bottom: 0;
  transform: translate3d(50%, 50%, 0);
  text-align: right;
}

.loading .parts-image03 {
  width: 39.4vw;
  top: 0;
  right: 0;
  transform: translate3d(50%, -50%, 0);
  text-align: right;
}

.loading .loading-parts.is-active .parts-image {
  opacity: 1;
  transition: opacity 1s 4s ease,  transform 1s 4s ease;
}

.loading .loading-parts.is-active .parts-image01, .loading .loading-parts.is-active .parts-image02, .loading .loading-parts.is-active .parts-image03 {
  transform: translate3d(0, 0, 0);
}

.loading .loading-parts.is-active .parts-title, .loading .loading-parts.is-active .parts-logo {
  opacity: 1;
  transition: 2s 5s;
}

.loading-connect .loading-contents {
  opacity: 1;
}
.loading-connect .loading-contents:before {
  opacity: 1;
}

.loading-connect .loading-parts .parts-image {
  opacity: 1;
}

.loading-connect .loading-parts .parts-image01, .loading-connect .loading-parts .parts-image02, .loading-connect .loading-parts .parts-image03 {
  transform: translate3d(0, 0, 0);
}

.loading-connect .loading-parts .parts-title, .loading-connect .loading-parts .parts-logo {
  opacity: 1;
}

.page-main {
  padding: 0 40px 90px;
  position: relative;
}
.page-main-inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding-top: 60px;
}

.page-nav {
  text-align: center;
  margin-bottom: 70px;
}
.page-nav .nav-list {
  justify-content: center;
}
.page-nav .nav-item {
  width: 370px;
}
.page-nav a {
  display: table;
  width: 100%;
  height: 120px;
  color: #fff;
  font-size: 3.4rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.page-nav a.current {
  background: #fff !important;
  pointer-events: none;
}
.page-nav a.current:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.page-nav span {
  display: table-cell;
  vertical-align: middle;
}

.main-contents {
  background: #fff;
  padding: 70px 8% 90px;
  position: relative;
}
.main-contents .contents-head {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 30px;
}
.main-contents .head-title {
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
}

.contents-bg {
  position: absolute;
  z-index: 10;
  max-width: 340px;
  width: 22.666vw;
  height: 100%;
  top: 0;
  padding-top: 30px;
}
.contents-bg:before {
  content: "";
  max-width: 118px;
  width: 7.8666vw;
  height: 100%;
  background-repeat: repeat-y;
  background-size: 100%;
  position: absolute;
  top: 35.333vw;
}
.contents-bg .tree {
  background-repeat: no-repeat;
  width: 100%;
  height: 384px;
  background-size: 100%;
}
.contents-bg-l {
  left: -15px;
}
.contents-bg-l:before {
  background-image: url(../images/bg-l.png);
  left: 12%;
}
.contents-bg-l .tree {
  background-image: url(../images/tree-l.png);
}
.contents-bg-r {
  right: -15px;
}
.contents-bg-r:before {
  background-image: url(../images/bg-r.png);
  right: 12%;
}
.contents-bg-r .tree {
  background-image: url(../images/tree-r.png);
}

.item-section {
  margin-bottom: 35px;
}
.item-section:last-child {
  margin-bottom: 0;
}
.item-section .sec-header {
  text-align: center;
  margin-bottom: 30px;
}
.item-section .sec-icon {
  margin-bottom: 5px;
}
.item-section .sec-title {
  font-family: "Damion", cursive;
  font-size: 4rem;
  color: #bf1717;
  line-height: 1.2;
}
.item-section .sec-title-sub {
  color: #bf1717;
  font-weight: 700;
  margin-bottom: 15px;
}
.item-section .sec-lead {
  max-width: 880px;
  margin: auto;
  font-size: 1.4rem;
}
.item-section.js-scr {
  opacity: 0;
  transform: translateY(40px);
}
.item-section.js-scr-active {
  opacity: 1;
  transition: .6s;
  transform: translateY(0);
}

.gift-item-list .gift-item {
  width: 23%;
  margin-right: 2.666%;
  margin-bottom: 30px;
}
.gift-item-list .gift-item:nth-child(4n) {
  margin-right: 0;
}

.gift-item-list .item-inner {
  display: block;
}

.gift-item-list .item-image {
  margin-bottom: 15px;
}

.gift-item-list .item-contents {
  font-weight: 500;
}
.gift-item-list .item-contents .shop {
  font-size: 1.3rem;
  display: inline-block;
  color: #fff;
  background: #128d3f;
  padding: 3px .8em 4px;
  margin-bottom: 10px;
}
.gift-item-list .item-contents .name {
  margin-bottom: 10px;
}
.gift-item-list .item-contents .price {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}

/* fallback for IE */
.gift-item-list .item-contents .name {
  overflow: hidden;
  height: 48px;
}

.gift-item-list .item-contents .price {
  overflow: hidden;
  height: 42px;
}

@supports (-webkit-line-clamp: 6) {
  .gift-item-list .item-contents .name, .gift-item-list .item-contents .price {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.menu-item {
  margin-bottom: 70px;
  align-items: center;
}
.menu-item .menu-slider {
  position: relative;
}
.menu-item .menu-slider .slick-dots {
  text-align: center;
  padding-top: 10px;
  z-index: 10;
  position: absolute;
  width: 100%;
  top: 100%;
}
.menu-item .menu-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.menu-item .menu-slider .slick-dots button {
  margin: 0;
  padding: 0;
  display: block;
  background: none;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline-style: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e3e3e3;
}
.menu-item .menu-slider .slick-dots .slick-active button {
  background: #262626;
}
.menu-item .menu-slider .slick-arrow {
  position: absolute;
  z-index: 15;
  top: calc( 100% + 14px);
  margin: 0;
  padding: 0;
  background: none;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border: none;
  cursor: pointer;
  outline-style: none;
}
.menu-item .menu-slider .slick-prev {
  left: 50%;
  margin-left: -70px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}
.menu-item .menu-slider .slick-next {
  right: 50%;
  margin-right: -70px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.menu-item:last-child {
  margin-bottom: 0;
}
.menu-item:nth-child(2n) .item-contents:before {
  left: auto;
  right: -40px;
}
.menu-item .item-image {
  width: 40%;
}
.menu-item .item-contents {
  width: 60%;
  position: relative;
  background: rgba(255, 248, 224, .7);
  box-sizing: border-box;
  padding: 35px;
}
.menu-item .item-contents:before {
  content: "";
  width: 40px;
  height: 100%;
  background: rgba(255, 248, 224, .7);
  position: absolute;
  top: 0;
  left: -40px;
  z-index: 1;
}
.menu-item .item-name {
  font-weight: 500;
  margin-bottom: 10px;
}
.menu-item .item-price {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.menu-item .item-text {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.menu-item .item-text p {
  margin-bottom: 1em;
}
.menu-item .item-text p:last-child {
  margin-bottom: 0;
}
.menu-item .shop-info {
  align-items: center;
}
.menu-item .shop-logo {
  width: 100px;
}
.menu-item .shop-text {
  width: calc(100% - 120px);
  margin-left: auto;
  font-size: 1.4rem;
  color: #bf1717;
}
.menu-item .shop-name {
  font-weight: 500;
}
.menu-item .shop-link a {
  text-decoration: underline;
  color: #bf1717;
}
.menu-item.js-scr {
  opacity: 0;
  transform: translateY(40px);
}
.menu-item.js-scr-active {
  opacity: 1;
  transition: .6s;
  transform: translateY(0);
}

.BD-gift .page-main {
  background: #128d3f;
}

.BD-gift .nav-list a {
  background: #0d632c;
}

.BD-gift .nav-list .current {
  color: #128d3f;
}

.BD-gift .main-contents .head-title {
  color: #128d3f;
}

.BD-cakeandparty .page-main {
  background: #bf1717;
}

.BD-cakeandparty .nav-list a {
  background: #861010;
}

.BD-cakeandparty .nav-list .current {
  color: #bf1717;
}

.BD-cakeandparty .main-contents .contents-head {
  margin-bottom: 50px;
}

.BD-cakeandparty .main-contents .head-title {
  color: #bf1717;
}

.bnr-list {
  max-width: 640px;
  margin: 60px auto 0;
  justify-content: space-between;
}
.bnr-list li {
  margin-bottom: 20px;
}
.bnr-list li:last-child {
  margin-bottom: 0;
}
.bnr-list a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  padding: 40px 1em;
  background: #fff;
  font-weight: bold;
}

.BD-gift .bnr-list a {
  color: #128d3f;
}

.BD-cakeandparty .bnr-list a {
  color: #bf1717;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
}
.modal-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-overflow-y: auto;
      overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 40px;
}
.modal-contents {
  display: table-cell;
  vertical-align: middle;
}

.js-modal-close {
  cursor: pointer;
  position: absolute;
  top: -35px;
  right: -35px;
}

.modal-gift-item {
  background: #fff;
  max-width: 980px;
  padding: 85px 60px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}
.modal-gift-item .item-image {
  width: 49%;
}
.modal-gift-item .gift-slider .slick-dots {
  text-align: center;
  padding-top: 10px;
}
.modal-gift-item .gift-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.modal-gift-item .gift-slider .slick-dots button {
  margin: 0;
  padding: 0;
  display: block;
  background: none;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline-style: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e3e3e3;
}
.modal-gift-item .gift-slider .slick-dots .slick-active button {
  background: #262626;
}
.modal-gift-item .gift-slider .slick-arrow {
  position: absolute;
  z-index: 15;
  bottom: 7px;
  margin: 0;
  padding: 0;
  background: none;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border: none;
  cursor: pointer;
  outline-style: none;
}
.modal-gift-item .gift-slider .slick-prev {
  left: 50%;
  margin-left: -80px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}
.modal-gift-item .gift-slider .slick-next {
  right: 50%;
  margin-right: -80px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.modal-gift-item .gift-item-slider .slick-dots {
  text-align: center;
  padding-top: 10px;
}
.modal-gift-item .gift-item-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.modal-gift-item .gift-item-slider .slick-dots button {
  margin: 0;
  padding: 0;
  display: block;
  background: none;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline-style: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e3e3e3;
}
.modal-gift-item .gift-item-slider .slick-dots .slick-active button {
  background: #262626;
}
.modal-gift-item .gift-item-slider .slick-arrow {
  position: absolute;
  z-index: 15;
  bottom: 7px;
  margin: 0;
  padding: 0;
  background: none;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border: none;
  cursor: pointer;
  outline-style: none;
}
.modal-gift-item .gift-item-slider .slick-prev {
  left: 50%;
  margin-left: -70px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}
.modal-gift-item .gift-item-slider .slick-next {
  right: 50%;
  margin-right: -70px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.modal-gift-item .item-contents {
  width: 46%;
  margin-left: auto;
}
.modal-gift-item .item-name {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
}
.modal-gift-item .item-price {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.modal-gift-item .item-text {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.modal-gift-item .shop-info {
  background: #f4f0e1;
  padding: 20px;
}
.modal-gift-item .shop-logo {
  width: 35%;
}
.modal-gift-item .shop-text {
  width: 60%;
  margin-left: auto;
}
.modal-gift-item .shop-name {
  font-weight: 500;
  color: #fff;
  background: #128d3f;
  margin-bottom: 20px;
  padding: 5px .5em;
  text-align: justify;
}
.modal-gift-item .shop-link {
  font-weight: bold;
  font-size: 1.2rem;
}
.modal-gift-item .shop-link a {
  display: inline-block;
  border-bottom: 2px solid #262626;
  padding-right: 16px;
  background: url(../images/ico-home.svg) no-repeat right center;
  background-size: 15px;
}

@media only screen and (max-width: 1024px) {
  .page-main {
    padding: 0 25px 90px;
  }
  .contents-bg {
    display: none;
  }
  .page-nav .nav-item {
    width: 45%;
  }
  .main-contents {
    padding: 70px 25px 90px;
  }
  .gift-item-list .gift-item {
    width: 32%;
    margin-right: 2%;
  }
  .gift-item-list .gift-item:nth-child(4n) {
    margin-right: 2%;
  }
  .gift-item-list .gift-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-mv {
    height: 148vw;
  }
  .loading-logo {
    width: 80%;
    margin-top: -20px;
  }
  .loading-contents {
    height: 148vw;
  }
  .loading-contents:before {
    background-size: 750px;
  }
  .loading-parts {
    height: 148vw;
  }
  .loading .story-text {
    font-size: 1.8rem;
    width: 80%;
  }
  .loading .parts-logo {
    width: 92px;
    top: 20px;
    left: 15px;
  }
  .loading .parts-title .title-main {
    width: 76vw;
  }
  .loading .parts-title .title-sub {
    width: 44.8vw;
    margin-left: -48vw;
  }
  .loading .parts-image01 {
    width: 78vw;
  }
  .loading .parts-image02 {
    width: 82vw;
  }
  .loading .parts-image03 {
    width: 60.26vw;
  }
  .page-main {
    padding: 30px 0 80px;
  }
  .page-main-inner {
    padding: 0;
  }
  .page-nav {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .page-nav .nav-item {
    width: 50%;
  }
  .page-nav a {
    height: 70px;
    font-size: 2.2rem;
  }
  .page-nav a.current:after {
    border-width: 10px 8px 0 8px;
    margin-left: -8px;
  }
  .page-nav .nav-item02 a {
    font-size: 1.8rem;
  }
  .main-contents {
    padding: 45px 20px 40px;
  }
  .main-contents .contents-head {
    margin-bottom: 35px !important;
  }
  .main-contents .head-title {
    font-size: 3.8rem;
    margin-bottom: 15px;
  }
  .main-contents .head-lead {
    text-align: left;
  }
  .item-section {
    margin-bottom: 25px;
  }
  .item-section .sec-header {
    margin-bottom: 25px;
  }
  .item-section .sec-icon img {
    width: 79px;
  }
  .gift-item-list .gift-item {
    width: 48%;
    margin-right: 0 !important;
  }
  .gift-item-list .gift-item:nth-child(2n) {
    margin-left: auto;
  }
  .gift-item-list .item-image {
    margin-bottom: 10px;
  }
  .gift-item-list .item-contents .shop {
    font-size: 1.2rem;
  }
  .gift-item-list .item-contents .name {
    font-size: 1.4rem;
  }
  .menu-item {
    margin-bottom: 30px;
  }
  .menu-item .menu-slider .slick-dots {
    padding-top: 0;
    margin-top: -25px;
  }
  .menu-item:nth-child(2n) .item-contents:before {
    right: auto;
  }
  .menu-item .item-image {
    width: 100%;
    -ms-order: 1;
        order: 1;
  }
  .menu-item .item-contents {
    width: 94%;
    -ms-order: 2;
        order: 2;
    margin: auto;
    padding: 20px 30px 30px;
  }
  .menu-item .item-contents:before {
    width: 100%;
    height: 30px;
    left: 0 !important;
    top: -30px;
    z-index: 1;
  }
  .menu-item .item-name {
    font-weight: 500;
    margin-bottom: 10px;
  }
  .menu-item .item-price {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .menu-item .item-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .menu-item .shop-info {
    align-items: center;
  }
  .menu-item .shop-logo {
    width: 100px;
  }
  .menu-item .shop-text {
    width: calc(100% - 120px);
    margin-left: auto;
    font-size: 1.4rem;
    color: #bf1717;
  }
  .menu-item .shop-name {
    font-weight: 500;
  }
  .menu-item .shop-link a {
    text-decoration: underline;
    color: #bf1717;
  }
  .menu-item.js-scr {
    opacity: 0;
    transform: translateY(40px);
  }
  .menu-item.js-scr-active {
    opacity: 1;
    transition: .6s;
    transform: translateY(0);
  }
  .bnr-list {
    margin-top: 30px;
    padding: 0 20px;
  }
  .bnr-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .bnr-list li:last-child {
    margin-bottom: 0;
  }
  .modal-inner {
    padding: 60px 20px;
  }
  .js-modal-close {
    width: 59px;
    top: -30px;
    right: -20px;
  }
  .modal-gift-item {
    padding: 30px;
  }
  .modal-gift-item .item-image {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .modal-gift-item .item-image img {
    display: inline;
  }
  .modal-gift-item .item-contents {
    width: 100%;
  }
  .modal-gift-item .item-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .modal-gift-item .shop-info {
    position: relative;
    padding-bottom: 70px;
  }
  .modal-gift-item .shop-logo {
    width: 48%;
  }
  .modal-gift-item .shop-text {
    width: 48%;
  }
  .modal-gift-item .shop-name {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .modal-gift-item .shop-link {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}