@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  text-size-adjust: 100%;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  cursor: pointer;
}
label {
  cursor: pointer;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
picture {
  display: block;
  line-height: 0;
}
:root {
  --col-main: #530000;
  --col-main-aplha: rgba(145,200,217,0.933);
  --col-white: #dfe3ec;
  --col-text: #530000;
  --col-text-alpha: rgba(83,0,0,0.2);
  --col-base1: #007285;
  --col-test2: #dfe3ec;
  --col-test3: #530000;
  --col-test4: #530000;
  --col-test5: #dfe3ec;
  --col-test6: #007285;
}
html {
  overflow-x: hidden;
}
body {
  position: relative;
  overflow: hidden;
  background: #dfe3ec url("../images/common/bg_main.webp") center top;
  color: var(--col-text);
  font-family: "ten-mincho-text","游明朝", "ヒラギノ明朝 ProN", "MS P明朝", serif;
  font-style: normal;
  font-weight: 400;
}
a {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: var(--col-text);
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
a::-moz-selection {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
}
a:focus,
a:active,
a:visited,
a::selection {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  outline: none;
}
.ten {
  font-family: "Times New Roman", "ten-mincho-text", serif;
  font-style: normal;
  font-weight: 400;
}
.han,
.main-area .main-logo h1,
.page-notes,
.product-info .prices li .price .tax,
.product-notes li a,
.product-notes li span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.tnr,
#footer .copyright,
#global-nav .menu li a .en,
.base-btn.tnr {
  font-family: "Times New Roman";
}
#header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: -133px;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  background: url("../images/common/bg_header_sp.webp") no-repeat center center;
  background-size: cover;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
html.headerDisplay #header {
  top: 0;
}
#header .logo {
  width: 8.1875rem;
  margin-left: 5.33%;
  line-height: 0;
}
#header .logo h1 {
  width: 100%;
}
#header .logo h1 img {
  width: 100%;
}
#header .menu_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .menu_btns .menu_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 60px;
}
#header .menu_btns .menu_btn img {
  width: 28px;
}
#header .menu_btns .menu_btn:nth-child(1) {
  padding: 0 13px 0 13px;
}
#header .menu_btns .menu_btn:nth-child(2) {
  padding: 0 13px 0 13px;
}
#header .menu_btns .menu_btn:nth-child(3) {
  padding: 0 21px 0 10px;
}
#footer {
  position: relative;
  padding: 33px 3% 23px 3%;
}
#footer ul.contact {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 269px;
  margin: 0 auto;
}
#footer ul.contact li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 28.5px;
}
#footer ul.contact li a.qa {
  padding-left: 37px;
  background: url("../images/common/ico_contact.svg") no-repeat left center;
  background-size: 23px;
  font-size: 1rem;
}
#footer ul.contact li a.ig {
  padding-left: 28px;
  background: url("../images/common/ico_ig.svg") no-repeat left center;
  background-size: 22px;
  font-size: 1rem;
}
#footer .copyright {
  z-index: 2;
  position: relative;
  margin-top: 27px;
  font-size: 0.6875rem;
  text-align: center;
}
#footer .notes {
  font-size: 0.75rem;
  text-align: center;
}
#footer .page-top {
  display: block;
  z-index: 2;
  position: relative;
  margin-top: 24px;
  text-align: center;
}
#footer .page-top a {
  display: inline-block;
  width: 42px;
  height: 22px;
}
#footer .page-top a:hover {
  opacity: 0.7;
}
#footer .page-top img,
#footer .page-top svg {
  width: 100%;
}
#footer .foot-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer .foot-bg img,
#footer .foot-bg picture {
  -o-object-fit: cover;
  -o-object-position: 50% 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0;
}
.frame {
  -webkit-transform: translate(0, 0);
  z-index: 2;
  position: relative;
  margin: 0 5.06% 0 5.06%;
  padding: 50px 0 55px 0;
  transform: translate(0, 0);
}
.frame:before {
  -webkit-border-image: url("../../common/images/top/frm_shop_sp.svg") 20/20px;
  -o-border-image: url("../../common/images/top/frm_shop_sp.svg") 20/20px;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-image: url("../../common/images/top/frm_shop_sp.svg") 20/20px;
  content: "";
  pointer-events: none;
}
.frame.brand:before {
  -webkit-border-image: url("../../common/images/top/frm_brand_sp.svg") 20/20px;
  -o-border-image: url("../../common/images/top/frm_brand_sp.svg") 20/20px;
  border-image: url("../../common/images/top/frm_brand_sp.svg") 20/20px;
}
#global-nav {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#global-nav:before {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--col-main-aplha);
  content: "";
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
html.menuOpen #global-nav:before {
  height: 100%;
}
html.menuOpen #global-nav {
  display: block;
  visibility: visible;
  z-index: 100;
  opacity: 1;
}
#global-nav .close {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 15px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
#global-nav .nav-scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 0;
  overflow: auto;
}
#global-nav .logo {
  display: block;
  width: 41.06%;
  margin: 0 auto;
}
#global-nav .logo img {
  width: 100%;
}
#global-nav .menu {
  width: 80%;
  margin: 31px auto 0 auto;
  letter-spacing: 0;
}
#global-nav .menu li {
  padding: 22px 14px 7px 14px;
  border-bottom: 1px solid var(--col-main);
}
#global-nav .menu li a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  color: var(--col-main);
}
#global-nav .menu li a .ja {
  font-size: 0.8125rem;
  text-align: right;
  white-space: nowrap;
}
#global-nav .btns {
  width: 53.33%;
  margin: 30px auto 0 auto;
}
#global-nav .btns .shop-btn {
  color: var(--col-main);
}
#global-nav .btns .shop-btn:hover {
  opacity: 0.7;
}
#global-nav .btns .shop-btn span:before {
  background-color: var(--col-white);
}
#global-nav .btns .shop-btn span:after {
  border-color: var(--col-white);
}
#global-nav .contact {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 59.33%;
  margin: 25px auto 0 auto;
}
#global-nav .contact li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 23.5px;
  color: var(--col-main);
}
#global-nav .contact li a.qa {
  padding-left: 28px;
  background: url("../../common/images/common/ico_contact.svg") no-repeat left center;
  background-size: 23px 22px;
  font-size: 0.8125rem;
}
#global-nav .contact li a.ig {
  padding-left: 26px;
  background: url("../../common/images/common/ico_ig.svg") no-repeat left center;
  background-size: 19px 19px;
  font-size: 0.9375rem;
}
.main-area {
  aspect-ratio: 375/965;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-area .main-img {
  height: 320px;
  margin-bottom: -17px;
  overflow: hidden;
  background-color: #0f0101;
}
.main-area .main-img picture {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.main-area .main-img picture img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-area .main-logo-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.main-area .main-logo {
  position: relative;
  width: 44.6%;
  margin: 0 5px 73px 0;
}
.main-area .main-logo a {
  display: block;
}
.main-area .main-logo picture {
  display: block;
  line-height: 0;
}
.main-area .main-logo picture img {
  width: 100%;
}
.main-area .main-logo h1 {
  margin-top: 17px;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
}
.main-img_wc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-img_wc img {
  width: 100%;
}
.main-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-img-bg img {
  width: 100%;
}
.main-img-bg li {
  -webkit-transform-origin: 50% 50%;
  position: absolute;
  transform-origin: 50% 50%;
}
.main-img-bg li .img {
  -webkit-mask-image: url("/merchee/common/images/top/main_img/mask_main01.webp");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url("/merchee/common/images/top/main_img/mask_main01.webp");
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.main-img-bg li .img picture,
.main-img-bg li .img img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-img-bg li .img .swiper-wrapper .swiper-slide-active picture {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.main-img-bg li:nth-child(1) {
  z-index: 2;
  top: 0;
  left: -10.7%;
  width: 112.69%;
}
.main-img-bg li:nth-child(1) .img {
  -webkit-mask-image: url("/merchee/common/images/top/main_img/mask_main01.webp");
  mask-image: url("/merchee/common/images/top/main_img/mask_main01.webp");
}
.main-img-bg li:nth-child(2) {
  z-index: 1;
  top: 0;
  right: -42.9%;
  width: 88.2%;
}
.main-img-bg li:nth-child(3) {
  z-index: 2;
  bottom: 7.5%;
  left: -28%;
  width: 78.7%;
}
.main-img-bg li:nth-child(4) {
  z-index: 3;
  right: -15%;
  bottom: 2%;
  width: 97%;
}
.main-img-bg li:nth-child(4) .img {
  -webkit-mask-image: url("/merchee/common/images/top/main_img/mask_main04.webp");
  mask-image: url("/merchee/common/images/top/main_img/mask_main04.webp");
}
.main-img-bg li:nth-child(5) {
  z-index: 1;
  bottom: 0;
  left: 11%;
  width: 51%;
}
.logo-anim .water {
  -webkit-transform-origin: 20% 10%;
  transform-origin: 20% 10%;
}
.logo-merchee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@-webkit-keyframes main-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes main-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.cafe {
  position: relative;
  margin-top: 52px;
}
.cafe-area {
  position: relative;
}
.cafe-area .cafe-bg {
  z-index: 2;
  position: relative;
  width: 100%;
}
.cafe-area .cafe-bg img {
  width: 100%;
}
.cafe-area .open li {
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: open-anim 2s infinite linear;
  z-index: 2;
  position: absolute;
  top: 19.2%;
  left: 55%;
  width: 12%;
  transform-origin: 50% 100%;
  animation: open-anim 2s infinite linear;
}
.cafe-area .open li:nth-child(1) {
  -webkit-animation-delay: 0;
  top: 21.6%;
  left: 60.5%;
  width: 10%;
  animation-delay: 0;
}
.cafe-area .open li:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  top: 21.4%;
  left: 69%;
  width: 8.5%;
  animation-delay: 1.2s;
}
.cafe-area .open li:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  top: 19.3%;
  left: 81.6%;
  width: 12.6%;
  animation-delay: 0.5s;
  animation-direction: reverse;
}
.cafe-area .open li img {
  width: 100%;
}
.cafe-area .cafe-item {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 29.7%;
  left: 6.7%;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 44%;
}
.cafe-area .cafe-item li {
  aspect-ratio: 117/61;
  -webkit-animation: snack-anim 3s infinite;
  width: 27%;
  animation: snack-anim 3s infinite;
}
.cafe-area .cafe-item li:nth-child(n + 4) {
  width: 33%;
  margin-top: 4.5vw;
}
.cafe-area .cafe-item li:nth-child(1) {
  -webkit-animation-delay: 0;
  margin-left: 3%;
  animation-delay: 0;
}
.cafe-area .cafe-item li:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cafe-area .cafe-item li:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  margin-right: 3%;
  animation-delay: 0.5s;
  animation-direction: reverse;
}
.cafe-area .cafe-item li:nth-child(4) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.cafe-area .cafe-item li:nth-child(5) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.cafe-area .cafe-item li:nth-child(6) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  animation-direction: reverse;
}
.cafe-area .cafe-item li:nth-child(7) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.cafe-area .cafe-item li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  animation-direction: reverse;
}
.cafe-area .cafe-item li:nth-child(9) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.cafe-area .cafe-item li img {
  width: 100%;
}
.story {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  text-align: center;
}
.story .story-main {
  position: relative;
  width: 80.26%;
  margin: 44px auto 0 auto;
  padding: 38px 0;
}
.story .story-main .story-bg {
  -webkit-border-image: url("../../common/images/top/bg_item.svg") 21 fill/21px 21px/0;
  -o-border-image: url("../../common/images/top/bg_item.svg") 21 fill/21px 21px/0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-image: url("../../common/images/top/bg_item.svg") 21 fill/21px 21px/0;
  opacity: 0.8;
}
.story .story-inner {
  -webkit-background-clip: text;
  position: relative;
  width: 93.41%;
  margin: 0 auto;
  padding: 18px 0 22px 0;
  background-clip: text;
  background-image: -webkit-linear-gradient(347deg, var(--col-text) 0%, var(--col-text) 45%, var(--col-text-alpha) 55%, var(--col-text-alpha) 100%);
  background-image: linear-gradient(103deg, var(--col-text) 0%, var(--col-text) 45%, var(--col-text-alpha) 55%, var(--col-text-alpha) 100%);
  background-repeat: no-repeat;
  background-size: 0;
  color: var(--col-text-alpha);
  line-height: 1.7;
  text-shadow: none;
}
.story .story-inner.is_anim {
  -webkit-animation: text-anim 2s forwards linear;
  animation: text-anim 2s forwards linear;
}
.story .story-inner.is_anim.is_anim_end {
  -webkit-animation: text-anim-k 1s forwards linear;
  color: var(--col-text);
  animation: text-anim-k 1s forwards linear;
}
.story .story-inner span {
  letter-spacing: 0.015em;
}
.story .story-inner .line1,
.story .story-inner .line2 {
  position: absolute;
  right: 0;
  left: 0;
  width: 82%;
  margin: auto;
}
.story .story-inner .line1 img,
.story .story-inner .line2 img {
  width: 100%;
}
.story .story-inner .line1 {
  top: 0;
}
.story .story-inner .line2 {
  bottom: 0;
}
.cafe-bg-wc {
  z-index: 1;
  position: absolute;
  top: 1.8%;
  left: -6%;
  width: 110%;
  overflow: hidden;
}
.cafe-bg-wc .water {
  -webkit-transform-origin: 15% 25%;
  transform-origin: 15% 25%;
}
.cafe-bg-wc svg {
  -webkit-transform: translateY(-13%);
  width: 100%;
  transform: translateY(-13%);
}
.cafe-bg-wc2 {
  z-index: 1;
  position: absolute;
  bottom: 21%;
  left: 2%;
  width: 111%;
}
.cafe-bg-wc2 .water {
  -webkit-transform-origin: 15% 25%;
  transform-origin: 15% 25%;
}
.cafe-bg-wc2 svg {
  width: 100%;
}
.cafe-bg-wc svg.loaded .water {
  -webkit-animation: water-anim 1.7s infinite linear;
  animation: water-anim 1.7s infinite linear;
}
.cafe-bg-wc svg.loaded .water:nth-child(1) {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0.1s;
  animation-duration: 1.5s;
  animation-delay: 0.1s;
}
.cafe-bg-wc svg.loaded .water:nth-child(2) {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0.2s;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}
.cafe-bg-wc svg.loaded .water:nth-child(3) {
  -webkit-animation-duration: 1.45s;
  -webkit-animation-delay: 0.3s;
  animation-duration: 1.45s;
  animation-delay: 0.3s;
}
.cafe-bg-wc svg.loaded .water:nth-child(4) {
  -webkit-animation-duration: 1.4s;
  -webkit-animation-delay: 0.4s;
  animation-duration: 1.4s;
  animation-delay: 0.4s;
}
.cafe-bg-wc svg.loaded .water:nth-child(5) {
  -webkit-animation-duration: 1.35s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 1.35s;
  animation-delay: 0.5s;
}
.cafe-bg-wc svg.loaded .water:nth-child(6) {
  -webkit-animation-duration: 1.5s;
  -webkit-animation-delay: 0.6s;
  animation-duration: 1.5s;
  animation-delay: 0.6s;
}
.cafe-bg-wc svg.loaded .water:nth-child(7) {
  -webkit-animation-duration: 1.45s;
  -webkit-animation-delay: 0.7s;
  animation-duration: 1.45s;
  animation-delay: 0.7s;
}
.cafe-bg-wc svg.loaded .water:nth-child(8) {
  -webkit-animation-duration: 1.4s;
  -webkit-animation-delay: 0.8s;
  animation-duration: 1.4s;
  animation-delay: 0.8s;
}
.cafe-bg-wc svg.loaded .water:nth-child(9) {
  -webkit-animation-duration: 1.35s;
  -webkit-animation-delay: 0.9s;
  animation-duration: 1.35s;
  animation-delay: 0.9s;
}
.cafe-bg-wc2 svg.loaded .water {
  -webkit-animation: water-anim 1.7s infinite linear;
  animation: water-anim 1.7s infinite linear;
}
.cafe-bg-wc2 svg.loaded .water:nth-child(1) {
  -webkit-animation-duration: 2.5s;
  -webkit-animation-delay: 0.1s;
  animation-duration: 2.5s;
  animation-delay: 0.1s;
}
.cafe-bg-wc2 svg.loaded .water:nth-child(2) {
  -webkit-animation-duration: 2.5s;
  -webkit-animation-delay: 0.2s;
  animation-duration: 2.5s;
  animation-delay: 0.2s;
}
.cafe-bg-wc2 svg.loaded .water:nth-child(3) {
  -webkit-animation-duration: 2.45s;
  -webkit-animation-delay: 0.3s;
  animation-duration: 2.45s;
  animation-delay: 0.3s;
}
.cafe-bg-wc2 svg.loaded .water:nth-child(4) {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-delay: 0.4s;
  animation-duration: 2.4s;
  animation-delay: 0.4s;
}
.cafe-bg-wc2 svg.loaded .water:nth-child(5) {
  -webkit-animation-duration: 2.35s;
  -webkit-animation-delay: 0.5s;
  animation-duration: 2.35s;
  animation-delay: 0.5s;
}
.cafe-bg-wc2 svg.loaded .water:nth-child(6) {
  -webkit-animation-duration: 2.5s;
  -webkit-animation-delay: 0.6s;
  animation-duration: 2.5s;
  animation-delay: 0.6s;
}
.cafe-bg-wc2 svg.loaded .water:nth-child(7) {
  -webkit-animation-duration: 2.45s;
  -webkit-animation-delay: 0.7s;
  animation-duration: 2.45s;
  animation-delay: 0.7s;
}
.cafe-bg-wc2 svg.loaded .water:nth-child(8) {
  -webkit-animation-duration: 2.4s;
  -webkit-animation-delay: 0.8s;
  animation-duration: 2.4s;
  animation-delay: 0.8s;
}
.cafe-bg-wc2 svg.loaded .water:nth-child(9) {
  -webkit-animation-duration: 2.35s;
  -webkit-animation-delay: 0.9s;
  animation-duration: 2.35s;
  animation-delay: 0.9s;
}
@-webkit-keyframes water-anim {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes water-anim {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes open-anim {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@keyframes open-anim {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
}
@-webkit-keyframes snack-anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  10% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes snack-anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  10% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  20% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes text-anim {
  0% {
    background-size: 0;
  }
  100% {
    background-size: 250%;
  }
}
@keyframes text-anim {
  0% {
    background-size: 0;
  }
  100% {
    background-size: 250%;
  }
}
@-webkit-keyframes text-anim-k {
  0% {
    text-shadow: 5px 5px 3px rgba(255,255,255,0), -5px 5px 3px rgba(255,255,255,0), 5px 5px -5px 3px rgba(255,255,255,0), -5px -5px 3px rgba(255,255,255,0), 5px 5px 3px rgba(255,255,255,0), -5px 5px 3px rgba(255,255,255,0), 5px -5px 3px rgba(255,255,255,0), -5px -5px 3px rgba(255,255,255,0), 5px 5px 3px rgba(255,255,255,0), -5px 5px 3px rgba(255,255,255,0), 5px -5px 3px rgba(255,255,255,0), -5px -5px 3px rgba(255,255,255,0), 5px 5px 3px rgba(255,255,255,0), -5px 5px 3px rgba(255,255,255,0), 5px -5px 3px rgba(255,255,255,0), -5px -5px 3px rgba(255,255,255,0);
  }
  100% {
    text-shadow: 5px 5px 3px #fff, -5px 5px 3px #fff, 5px -5px 3px #fff, -5px -5px 3px #fff, 5px 5px 3px #fff, -5px 5px 3px #fff, 5px -5px 3px #fff, -5px -5px 3px #fff, 5px 5px 3px #fff, -5px 5px 3px #fff, 5px -5px 3px #fff, -5px -5px 3px #fff, 5px 5px 3px #fff, -5px 5px 3px #fff, 5px -5px 3px #fff, -5px -5px 3px #fff;
  }
}
@keyframes text-anim-k {
  0% {
    text-shadow: 5px 5px 3px rgba(255,255,255,0), -5px 5px 3px rgba(255,255,255,0), 5px 5px -5px 3px rgba(255,255,255,0), -5px -5px 3px rgba(255,255,255,0), 5px 5px 3px rgba(255,255,255,0), -5px 5px 3px rgba(255,255,255,0), 5px -5px 3px rgba(255,255,255,0), -5px -5px 3px rgba(255,255,255,0), 5px 5px 3px rgba(255,255,255,0), -5px 5px 3px rgba(255,255,255,0), 5px -5px 3px rgba(255,255,255,0), -5px -5px 3px rgba(255,255,255,0), 5px 5px 3px rgba(255,255,255,0), -5px 5px 3px rgba(255,255,255,0), 5px -5px 3px rgba(255,255,255,0), -5px -5px 3px rgba(255,255,255,0);
  }
  100% {
    text-shadow: 5px 5px 3px #fff, -5px 5px 3px #fff, 5px -5px 3px #fff, -5px -5px 3px #fff, 5px 5px 3px #fff, -5px 5px 3px #fff, 5px -5px 3px #fff, -5px -5px 3px #fff, 5px 5px 3px #fff, -5px 5px 3px #fff, 5px -5px 3px #fff, -5px -5px 3px #fff, 5px 5px 3px #fff, -5px 5px 3px #fff, 5px -5px 3px #fff, -5px -5px 3px #fff;
  }
}
#news {
  margin-top: 72px;
}
#news .inner {
  padding: 47px 35px 40px 35px;
}
#news .inner h2 {
  z-index: 2;
  position: relative;
  width: 100%;
  text-align: center;
}
#news .news-list {
  z-index: 2;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#news .news-list li {
  margin-top: 3px;
}
#news .news-list li:nth-child(n + 2) {
  margin-top: 9px;
}
#news .news-list li a,
#news .news-list li .nolink {
  font-size: 0.75rem;
}
#news .news-list li a time,
#news .news-list li .nolink time {
  display: block;
  margin-right: 0.3rem;
  margin-bottom: 0;
  font-size: 1rem;
}
#news .news-list li a .text,
#news .news-list li .nolink .text {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: justify;
}
#news .news-list li a .text span,
#news .news-list li .nolink .text span {
  display: block;
}
#news .news-list li a:hover {
  text-decoration: underline;
}
#news .bird_singing_wrap {
  -webkit-transform: translateY(-97.5%);
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 33px;
  width: 63px;
  height: 66px;
  overflow: hidden;
  transform: translateY(-97.5%);
}
#news .bird_singing_wrap img,
#news .bird_singing_wrap svg {
  width: 100%;
}
#news .bird_singing_wrap svg path {
  stroke-width: 1.3px;
  stroke: #530000;
}
.bg-terrace {
  aspect-ratio: 375/327;
  position: relative;
  margin-top: 32px;
}
.bg-terrace .terrace img {
  width: 100%;
}
.bg-terrace .bird {
  -webkit-transform: scaleX(-1);
  position: absolute;
  top: 29%;
  right: -8%;
  width: 48.5333%;
  transform: scaleX(-1);
}
.bg-terrace .cup {
  position: absolute;
  top: 2.5%;
  left: 6.2%;
  width: 33.6%;
}
section#amann {
  margin-top: 63px;
}
section#amann .product-notes {
  margin-top: 2.1875rem;
}
section#amann .title_ico {
  top: -18px;
  left: -2%;
}
section#amann .product-item {
  aspect-ratio: 5/4;
}
section#amann .product-item picture {
  padding: 30px 30px 15px 30px;
}
section#amann .sub-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
section#amann .sub-slider .swiper-button-prev:after,
section#amann .sub-slider .swiper-button-next:after {
  font-size: 20px;
}
section#amann .sub-slider .swiper-button-prev:after,
section#amann .sub-slider .swiper-button-next:after {
  color: var(--col-text);
}
section#amann .sub-slider .swiper-pagination-bullet-active {
  background: var(--col-text);
}
section#merchee {
  margin-top: 54px;
}
section#merchee .product-title_m {
  margin-top: 38px;
  letter-spacing: 0.1em;
}
section#merchee .product-item picture {
  padding: 20px 41px 10px 41px;
}
section#assort {
  margin-top: 67px;
}
section#assort .product-title h2 {
  line-height: 1;
}
section#assort .product-main {
  margin-top: 1.0625rem;
}
section#assort .product-info {
  margin-top: 1.375rem;
}
section#assort .product-set {
  width: 58%;
  margin-top: 16px;
}
section#gift {
  -webkit-animation: gift-anim 8s infinite linear;
  position: relative;
  width: 89%;
  margin: 49px auto 0 auto;
  background: -webkit-linear-gradient(340deg, #9bdaff 0%, #c6dea9 30%, #fff294 50%, #c6dea9 70%, #9bdaff 100%) 0/200% 200%;
  background: linear-gradient(110deg, #9bdaff 0%, #c6dea9 30%, #fff294 50%, #c6dea9 70%, #9bdaff 100%) 0/200% 200%;
  animation: gift-anim 8s infinite linear;
}
section#gift:before {
  -webkit-animation: gift-anim 4.4s infinite linear;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(240deg, #9bdaff 0%, #c6dea9 30%, #fff294 50%, #c6dea9 70%, #9bdaff 100%) 0/200% 200%;
  background: linear-gradient(-150deg, #9bdaff 0%, #c6dea9 30%, #fff294 50%, #c6dea9 70%, #9bdaff 100%) 0/200% 200%;
  animation: gift-anim 4.4s infinite linear;
  content: "";
  opacity: 0.5;
  pointer-events: none;
}
section#gift:after {
  -webkit-animation: gift-anim 6.5s infinite linear;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-radial-gradient(#fff294 0%, #c6dea9 50%, #9bdaff 100%);
  background: radial-gradient(#fff294 0%, #c6dea9 50%, #9bdaff 100%);
  animation: gift-anim 6.5s infinite linear;
  content: "";
  opacity: 0.5;
  pointer-events: none;
}
section#gift .gift-wrap {
  z-index: 2;
  position: relative;
}
section#gift .product-main {
  margin-top: 0.8125rem;
  padding-bottom: 1.625rem;
}
section#gift .product-title h2 {
  margin-top: 0.75rem;
}
section#gift .product-title_m {
  margin-top: 0.875rem;
}
section#gift .product-info {
  width: 100%;
  margin-top: 0;
}
section#gift .product-info .prices {
  display: block;
  width: 78%;
  margin: 1.3125rem auto 0 auto;
}
section#gift .product-text-s {
  margin-top: 1.125rem;
  font-size: 0.75rem;
  letter-spacing: -0.04em;
  line-height: 1.67;
  text-align: justify;
}
section#gift .title_ico {
  top: -0.25rem;
  left: 1.375rem;
}
section#gift .btns {
  width: 200px;
}
section#gift .product-item picture {
  padding: 20px 41px 10px 41px;
}
@-webkit-keyframes gift-anim {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  75% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes gift-anim {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  75% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
#shop {
  margin-top: 32px;
}
#shop .inner {
  padding: 41px 2.34375rem 55px 2.34375rem;
}
#shop h2 {
  z-index: 2;
  position: relative;
  text-align: center;
}
#shop h2 img {
  height: 26px;
}
#shop .shop-main {
  margin-top: 1.5625rem;
}
#shop .shop-main h3 {
  font-size: 1.125rem;
  text-align: left;
}
#shop .shop-main .photo {
  aspect-ratio: 540/399;
  display: block;
  width: 100%;
  margin: 0 auto 0 auto;
  line-height: 0;
}
#shop .shop-main .photo img {
  width: 100%;
}
#shop .shop-main p {
  margin-top: 23px;
  font-size: 0.9375rem;
}
#shop .shop-main p .note {
  display: block;
  position: relative;
  margin-top: 1.125rem;
  padding-left: 1.3125rem;
}
#shop .shop-main p .note:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: -13px;
  border-radius: 50%;
  background-color: #530000;
  content: "";
}
#shop .shop-main hr {
  margin: 1.1875rem auto;
  color: #530000;
}
#shop .shop-main .shop-info {
  width: 78.34%;
  margin: 19px auto 0 auto;
}
#shop .shop-main .btns {
  width: 100%;
  padding-left: 0.25rem;
}
#shop .shop-main .btns .base-btn {
  margin-top: 1.75rem;
}
#shop .shop-main .btns .base-btn:nth-child(2) {
  margin-top: 1.125rem;
}
#shop .shop-main .btns .base-btn:nth-child(4) {
  margin-top: 1.125rem;
}
#shop .title_ico2 {
  -webkit-transform: translate(-48%, -60%);
  top: 0.9375rem;
  width: 140px;
  transform: translate(-48%, -60%);
}
#brand {
  margin-top: 60px;
}
#brand .inner {
  padding-top: 40px;
  padding-bottom: 53px;
}
#brand .inner h2 {
  position: relative;
  width: 100%;
  line-height: 0;
  text-align: center;
}
#brand .inner h3 {
  margin-top: 24px;
  padding-bottom: 0.5625rem;
  border-bottom: 1px solid #530000;
  font-size: 1.375rem;
  line-height: 1.2;
  text-align: left;
}
#brand .product-title img.tit {
  height: 25px;
}
#brand .brand-info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.75rem;
}
#brand .left-area {
  width: 77%;
  margin: 0 auto;
}
#brand .left-area img {
  width: 100%;
}
#brand .left-area .logo {
  width: 75%;
  margin: 1.4375rem auto 0 1.5rem;
}
#brand .right-area {
  width: 100%;
}
#brand .right-area img {
  width: 100%;
}
#brand .btns {
  width: 100%;
  margin-left: 0.1875rem;
}
#brand .btns .base-btn {
  aspect-ratio: 4/1;
  margin-top: 1.5rem;
}
#brand .photo-slide {
  aspect-ratio: 599/444;
}
#brand .swiper-pagination {
  bottom: 0;
}
#brand .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  margin: 0 4px;
  border-radius: 0;
  background-color: #808080;
  opacity: 1;
}
#brand .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ececec;
}
.product-title {
  z-index: 2;
  position: relative;
  padding: 0.5rem;
  color: var(--col-main);
  font-size: 1.375rem;
  text-align: center;
}
.gift .product-title {
  padding: 77% 0.5rem 0.5rem 0.5rem;
}
.product-title .tit_wrap {
  z-index: 2;
  position: relative;
}
.product-title img.tit {
  z-index: 2;
  position: relative;
}
.amann .product-title img.tit,
.assort .product-title img.tit {
  height: 21px;
}
.merchee .product-title img.tit {
  height: 2.525rem;
}
.gift .product-title img.tit {
  height: 4.5rem;
}
.product-title h2 {
  -webkit-font-feature-settings: 'palt';
  z-index: 2;
  position: relative;
  margin-top: 1px;
  font-feature-settings: 'palt';
  font-size: 0.9375rem;
}
.amann .product-title h2 {
  line-height: 1;
}
.merchee .product-title h2 {
  line-height: 1;
}
.product-title h2 span {
  display: inline-block;
  margin-right: 0.3rem;
  font-size: 0.625rem;
}
.product-title-main {
  display: inline-block;
  position: relative;
}
.title_ico {
  z-index: 1;
  position: absolute;
  top: -18px;
  left: -3.3125rem;
  width: 95px;
  height: 74px;
}
.merchee .title_ico {
  top: -0.125rem;
  left: -3.25rem;
}
.title_ico img {
  width: 100%;
}
.title_ico .title1 {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
}
.title_ico .title2 {
  z-index: 2;
  position: absolute;
  bottom: -1px;
  left: 7px;
  width: 63px;
}
.title_ico .title3 {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 0;
  width: 60px;
}
.title_ico .title1,
.title_ico .title2,
.title_ico .title3 {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.title_ico2 {
  -webkit-transform: translate(-50%, -60%);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.4375rem;
  height: 4.625rem;
  transform: translate(-50%, -60%);
}
.merchee .title_ico2 {
  top: -2.75rem;
  left: -9.3125rem;
}
.gift .title_ico2 {
  top: -3.3125rem;
  left: -5.375rem;
}
.title_ico2 img {
  width: 100%;
}
.title_ico2 .title1 {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
}
.title_ico2 .title2 {
  z-index: 2;
  position: absolute;
  top: 1.3125rem;
  right: 0;
  width: 57%;
}
.page-notes {
  -webkit-font-feature-settings: 'palt';
  margin-top: 58px;
  padding: 0 10%;
  font-feature-settings: 'palt';
  font-size: 0.6875rem;
}
.page-notes li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.page-notes li:before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "※";
}
.page-notes li + li {
  margin-top: 0.1rem;
}
.footer-logo {
  -webkit-transform: translateX(-0.5625rem);
  width: 31%;
  margin: 69px auto 61px auto;
  transform: translateX(-0.5625rem);
}
.footer-logo a {
  display: block;
}
.footer-logo a img {
  width: 100%;
}
.news-modal {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  overflow: auto;
  background-color: rgba(255,255,255,0);
  opacity: 0;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
html.newsOpen .news-modal {
  visibility: visible;
  z-index: 100;
  opacity: 1;
}
.news-modal .news-modal-main {
  position: relative;
  width: 89.33%;
  margin: 0 auto;
  padding: 68px 42px 48px;
  background-color: var(--col-main-aplha);
}
.news-modal .news-modal-main picture {
  -webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.133);
  border: 8.5px solid #fff;
  background-color: #fffeff;
  box-shadow: 3px 3px 8px rgba(0,0,0,0.133);
}
.news-modal .news-modal-main picture img {
  width: 100%;
}
.news-modal .news-modal-main p,
.news-modal .news-modal-main .content {
  display: block;
  color: var(--col-main);
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: justify;
}
.news-modal .news-modal-main p a,
.news-modal .news-modal-main .content a {
  color: var(--col-main);
  text-decoration: underline;
}
.news-modal .news-modal-main p ul li,
.news-modal .news-modal-main .content ul li {
  position: relative;
  padding-left: 1rem;
  text-align: justify;
}
.news-modal .news-modal-main p ul li:before,
.news-modal .news-modal-main .content ul li:before {
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--col-main);
  content: "";
}
.news-modal .news-modal-main p:nth-child(n + 2),
.news-modal .news-modal-main .content:nth-child(n + 2) {
  margin: 1rem 0;
}
.news-modal .news-modal-main .close {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
}
.news-modal .news-modal-main .close-foot {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 5px;
  color: var(--col-main);
  font-size: 0.8125rem;
}
.news-modal .news-modal-main .close-foot img {
  display: inline-block;
  width: 15px;
  margin-right: 6px;
  vertical-align: middle;
}
html.pre {
  visibility: hidden;
}
html.menuOpen,
html.newsOpen {
  overflow: hidden;
}
html.menuOpen body,
html.newsOpen body {
  overflow: hidden;
}
#container {
  max-width: 1220px;
  margin: 0 auto;
}
.menuOpen body,
.newsOpen body {
  overflow: hidden;
}
.inner {
  padding: 0 2.34375rem;
}
.gift .inner {
  padding: 0 2.125rem;
}
.base-btn {
  aspect-ratio: 193/37;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  color: var(--col-white);
  font-size: 0.8125rem;
  text-align: center;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.base-btn.green span:before {
  border: 1px solid #007285;
  background-color: #007285;
}
.base-btn.green span:after {
  border-color: #007285;
}
.base-btn.tnr {
  font-size: 0.9375rem;
}
.base-btn span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.base-btn span:before {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  z-index: -1;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 1px solid var(--col-main);
  background-color: var(--col-main);
  content: "";
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.base-btn span:after {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  z-index: -1;
  position: absolute;
  top: -2.5px;
  right: -2.5px;
  bottom: -2.5px;
  left: -2.5px;
  border: 1px solid var(--col-main);
  content: "";
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.base-btn span .marker {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 5%;
  width: 18px;
  transform: translateY(-50%);
}
.base-btn span .blank {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5%;
  width: 18px;
  transform: translateY(-50%);
}
.base-btn.cart:before {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
  -webkit-mask-image: url("../images/common/ico_cart.svg");
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 7%;
  width: 9.326%;
  padding-top: 10%;
  transform: translateY(-50%);
  background-color: var(--col-white);
  content: "";
  mask-image: url("../images/common/ico_cart.svg");
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.base-btn.marker:before {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
  -webkit-mask-image: url("../images/common/ico_marker.svg");
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 9.326%;
  padding-top: 9%;
  transform: translateY(-50%);
  background-color: var(--col-white);
  content: "";
  mask-image: url("../images/common/ico_marker.svg");
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.base-btn.blank:after {
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  aspect-ratio: 1/1;
  -webkit-transform: translateY(-50%);
  -webkit-mask-image: url("../images/common/ico_blank.svg");
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 6%;
  width: 9.326%;
  padding-top: 10%;
  transform: translateY(-50%);
  background-color: var(--col-white);
  content: "";
  mask-image: url("../images/common/ico_blank.svg");
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.title {
  text-align: center;
}
.product-title_m {
  -webkit-font-feature-settings: 'palt';
  margin-top: 37px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--col-text);
  font-feature-settings: 'palt';
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  text-align: left;
}
.assort .product-title_m {
  margin-top: 37px;
  padding-bottom: 0.5625rem;
}
.product-photo {
  aspect-ratio: 375/260;
  display: block;
  margin-top: 0.75rem;
}
.merchee .product-photo {
  margin-top: 0.9375rem;
}
.product-photo img {
  width: 100%;
}
.product-main {
  z-index: 2;
}
.product-item {
  aspect-ratio: 300/207;
  position: relative;
  width: 80.26%;
  height: 100%;
  margin: 28px auto 0 auto;
  padding-top: 55.728%;
  line-height: 0;
}
.product-item:before {
  -webkit-border-image: url("../../common/images/top/bg_item.svg") 21 fill/21px 21px;
  -o-border-image: url("../../common/images/top/bg_item.svg") 21 fill/21px 21px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-image: url("../../common/images/top/bg_item.svg") 21 fill/21px 21px;
  content: "";
  opacity: 0.8;
}
.assort .product-item {
  aspect-ratio: 300/295;
  margin-top: 3px;
  padding-top: 74.393%;
}
.gift .product-item {
  aspect-ratio: 300/207;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 91.26%;
  height: auto;
  margin: 8.8vw auto 0 auto;
  padding-top: 63.393%;
}
.product-item picture {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 10px 18px;
}
.product-item picture img {
  -o-object-fit: contain;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
h3 {
  text-align: center;
}
.product-text {
  margin: 0.6875rem 0 0 0;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: justify;
}
.gift .product-text {
  margin-top: 0.5625rem;
  font-size: 1rem;
  line-height: 1.75;
}
.product-set {
  width: 64%;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  text-align: justify;
}
.gift .product-set {
  margin-top: 11px;
}
.product-set li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.product-set li +li {
  margin-top: 2px;
}
.product-set li span {
  display: inline-block;
  margin-right: 0.2rem;
}
.product-info {
  width: 52.5%;
  margin: 18px auto 0 auto;
}
.gift .product-info {
  width: 75%;
  margin-top: 0;
}
.product-info .prices {
  display: inline-block;
  width: 100%;
  font-family: "Times New Roman", "ten-mincho-text", serif;
  letter-spacing: 0;
}
.product-info .prices li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0.12rem 0 0.12rem 0;
  border-bottom: 1px solid var(--col-text);
  font-size: 0.875rem;
}
.gift .product-info .prices li {
  padding-right: 0;
  padding-left: 0;
}
.product-info .prices li + li {
  margin-top: 0.1875rem;
}
.product-info .prices li .set strong {
  display: inline-block;
  margin-right: 0.1em;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
}
.product-info .prices li .set span {
  -webkit-transform: translateY(-1px);
  display: inline-block;
  transform: translateY(-1px);
}
.product-info .prices li .price strong {
  margin-right: 0.1em;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
}
.product-info .prices li .price .yen {
  -webkit-transform: translateY(-1px);
  display: inline-block;
  transform: translateY(-1px);
  font-size: 0.875rem;
}
.product-info .prices li .price .tax {
  -webkit-transform: translateY(-1px);
  display: inline-block;
  margin-left: 0.1em;
  transform: translateY(-1px);
  font-size: 0.875rem;
}
.product-notes {
  margin-top: 5px;
}
.amann .product-notes {
  margin-top: 2.1875rem;
}
.merchee .product-notes {
  margin-top: 1.6875rem;
}
.assort .product-notes {
  margin-top: 30px;
  line-height: 1;
}
.gift .product-notes {
  margin-top: 32px;
  line-height: 1;
}
.product-notes li {
  line-height: 1;
  text-align: right;
}
.product-notes li + li {
  margin-top: 20px;
}
.product-notes li + li a:after {
  background: url("../../common/images/common/ico_modal_w.png") no-repeat center center;
  background-size: 10px 10px;
}
.product-notes li a,
.product-notes li span {
  font-size: 0.6875rem;
}
.product-notes li a:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-bottom: -1px;
  margin-left: 0.3rem;
  background: url("../../common/images/common/ico_modal.png") no-repeat center center;
  background-size: 10px 10px;
  content: "";
}
.wrap-notes {
  margin-top: 10px;
  font-size: 0.8125rem;
  text-align: center;
}
.product-recipe {
  position: relative;
  left: 31px;
  width: 92%;
  margin-top: 18px;
}
.merchee .product-recipe {
  left: 16px;
  width: 93%;
  margin-top: 22px;
}
.product-recipe picture {
  display: block;
  line-height: 0;
}
.product-recipe picture img {
  width: 100%;
}
.product-recipe .recipe {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.icon-type {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.icon-type div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0.1rem 0.3rem;
  background-color: #57b0e3;
  color: #dfe3ec;
  font-size: 0.9375rem;
}
.btns .base-btn {
  margin-top: 18px;
}
.center {
  z-index: 2;
  position: relative;
  width: 18.75rem;
  margin-right: auto;
  margin-left: auto;
}
.swiper-wrapper {
  aspect-ratio: 15/16;
}
@media only screen and (min-width: 751px) {
  body {
    -webkit-font-feature-settings: 'pwid';
    font-feature-settings: 'pwid';
    letter-spacing: 0;
  }
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #header {
    height: 90px;
    background: url("../images/common/bg_header.webp") no-repeat center center;
    background-size: cover;
  }
  #header .logo {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    margin-left: 0;
    transform: translate(-50%, -50%);
  }
  #header .menu_btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    height: 90px;
  }
  #header .menu_btns .menu_btn img {
    width: 42px;
  }
  #footer {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
  #footer ul.contact {
    max-width: 28.5rem;
    padding-left: 1.1875rem;
  }
  #footer ul.contact li a {
    height: 43px;
  }
  #footer ul.contact li a.qa {
    padding-left: 50px;
    background-size: 32px;
    font-size: 1.1875rem;
    letter-spacing: 0.09em;
  }
  #footer ul.contact li a.ig {
    padding-left: 52px;
    background-size: 30px;
    font-size: 1.3125rem;
  }
  #footer .copyright {
    margin-top: 3.5625rem;
    padding-left: 1rem;
    font-size: 0.875rem;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  #footer .page-top {
    margin-top: 4rem;
  }
  #footer .page-top a {
    width: 4rem;
    height: 2.125rem;
  }
  .frame {
    margin: 0 3.75rem 0 3.75rem;
    padding: 58px 5rem;
  }
  .frame:before {
    -webkit-border-image: url("../../common/images/top/frm_shop.svg") 35/35px;
    -o-border-image: url("../../common/images/top/frm_shop.svg") 35/35px;
    border-image: url("../../common/images/top/frm_shop.svg") 35/35px;
  }
  .frame.brand:before {
    -webkit-border-image: url("../../common/images/top/frm_brand.svg") 35/35px;
    -o-border-image: url("../../common/images/top/frm_brand.svg") 35/35px;
    border-image: url("../../common/images/top/frm_brand.svg") 35/35px;
  }
  #global-nav {
    bottom: auto;
    height: 100%;
    max-height: 741px;
  }
  #global-nav .global-nav-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 49.375rem;
  }
  #global-nav .close {
    top: 23px;
    right: 23px;
  }
  #global-nav .close img {
    width: 29px;
  }
  #global-nav .nav-scroll {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
  }
  #global-nav .logo {
    width: 33.41%;
    margin: 0;
  }
  #global-nav .menu-wrap {
    width: 56.96%;
  }
  #global-nav .menu {
    width: 100%;
    margin-top: 0;
  }
  #global-nav .menu li {
    padding: 33px 17px 7px 17px;
  }
  #global-nav .menu li a .en {
    font-size: 1.375rem;
  }
  #global-nav .menu li a .ja {
    font-size: 1.125rem;
  }
  #global-nav .btns {
    width: 66.66%;
    margin-top: 40px;
  }
  #global-nav .contact {
    width: 66.66%;
  }
  #global-nav .contact li a {
    height: 35px;
  }
  #global-nav .contact li a.qa {
    padding-left: 40px;
    background-size: 35px 33px;
    font-size: 1rem;
  }
  #global-nav .contact li a.ig {
    padding-left: 40px;
    background-size: 29px 29px;
    font-size: 1.125rem;
  }
  .main-area {
    aspect-ratio: 1920/1080;
  }
  .main-area .main-img {
    height: auto;
    margin-bottom: 0;
  }
  .main-area .main-logo {
    width: 15.2%;
    margin: 0 10px 47px 0;
  }
  .main-area .main-logo h1 {
    margin-top: 27px;
    font-size: 0.875rem;
    letter-spacing: -0.05em;
  }
  .main-img-bg li:nth-child(1) {
    left: -6.1%;
    width: 41.19%;
  }
  .main-img-bg li:nth-child(2) {
    top: 40%;
    right: auto;
    left: -11%;
    width: 30.26%;
  }
  .main-img-bg li:nth-child(3) {
    top: -10%;
    right: -7%;
    bottom: auto;
    left: auto;
    width: 28.59%;
  }
  .main-img-bg li:nth-child(4) {
    top: 31%;
    right: -3.5%;
    bottom: auto;
    width: 34.42%;
  }
  .main-img-bg li:nth-child(5) {
    top: 54%;
    right: -10%;
    bottom: auto;
    left: auto;
    width: 20.67%;
  }
  .cafe {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -ms-flex-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 90.16%;
    margin: 0 auto;
  }
  .cafe-area {
    width: 54.54%;
  }
  .cafe-area .cafe-bg {
    width: 325%;
    margin-left: -71%;
  }
  .cafe-area .open li:nth-child(1) {
    top: 20.4%;
    left: 58%;
    width: 9%;
  }
  .cafe-area .open li:nth-child(2) {
    top: 20.2%;
    left: 65%;
    width: 7.5%;
  }
  .cafe-area .open li:nth-child(3) {
    top: 18.3%;
    left: 76.6%;
    width: 10%;
  }
  .cafe-area .cafe-item {
    top: 28.7%;
    left: 12.5%;
    width: 37%;
  }
  .cafe-area .cafe-item li:nth-child(n + 4) {
    width: 33%;
    margin-top: 1.6875rem;
  }
  .story {
    position: static;
    width: 41.1%;
    font-size: 1rem;
    line-height: 2;
  }
  .story .story-main {
    width: 100%;
    margin-top: 0;
    margin-bottom: 11.875rem;
    margin-left: 3.2%;
    padding: 0;
  }
  .story .story-main .story-bg {
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
  }
  .story .story-inner {
    width: 100%;
    padding: 3.5625rem 0rem 3.5625rem 0rem;
    letter-spacing: 0;
    line-height: 2.13;
    text-shadow: none !important;
  }
  .story .story-inner .sp {
    display: none;
  }
  .story .story-inner span {
    letter-spacing: 0;
  }
  .story .story-inner .line1,
  .story .story-inner .line2 {
    -webkit-box-shadow: none;
    width: 100%;
    height: 1.88px;
    box-shadow: none;
  }
  .story .story-inner .line2 {
    bottom: 0.6rem;
  }
  .cafe-bg-wc {
    top: -2.3%;
    left: 1%;
    width: 94%;
  }
  .cafe-bg-wc svg {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cafe-bg-wc2 {
    bottom: 19%;
    left: 8%;
    width: 95%;
  }
  #news {
    margin-top: 11rem;
  }
  #news .inner {
    padding: 5.3125rem 5rem 5.625rem 5rem;
  }
  #news .inner h2 img {
    height: 2.8125rem;
  }
  #news .news-list {
    width: 70%;
    margin-top: 3.25rem;
  }
  #news .news-list li {
    margin-top: 18px;
    line-height: 1.8;
  }
  #news .news-list li:nth-child(n + 2) {
    margin-top: 1.9375rem;
  }
  #news .news-list li a,
  #news .news-list li .nolink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #news .news-list li a time,
  #news .news-list li .nolink time {
    margin-right: 17px;
    font-size: 1rem;
  }
  #news .news-list li a .text,
  #news .news-list li .nolink .text {
    padding-top: 4px;
    font-size: 0.875rem;
  }
  #news .news-list li a .text span,
  #news .news-list li .nolink .text span {
    margin-left: -0.5em;
  }
  #news .bird_singing_wrap {
    -webkit-transform: translateY(-94.5%);
    left: -0.5%;
    width: 7.0625rem;
    height: 7.6875rem;
    overflow: hidden;
    transform: translateY(-94.5%);
  }
  #news .bird_singing_wrap svg path {
    stroke: none;
  }
  .bg-terrace {
    aspect-ratio: 1220/333;
    margin-top: 10rem;
  }
  .bg-terrace .terrace {
    width: 130.5%;
    margin-top: 0;
    margin-left: -13.2%;
  }
  .bg-terrace .bird {
    -webkit-transform: scaleX(1);
    top: 38%;
    right: auto;
    left: 20.2%;
    width: 19.5333%;
    transform: scaleX(1);
  }
  .bg-terrace .cup {
    top: 2.2%;
    left: 45%;
    width: 13.6%;
  }
  section#amann {
    margin-top: 12.1875rem;
  }
  section#amann .product-notes {
    margin-top: 2.875rem;
  }
  section#amann .title_ico {
    top: -4.6875rem;
    left: -8.8125rem;
  }
  section#amann .product-item picture {
    padding: 30px 40px 15px 40px;
  }
  section#merchee {
    margin-top: 14.3125rem;
  }
  section#merchee .product-title_m {
    margin-top: 0;
    padding-bottom: 11px;
    letter-spacing: -0.01em;
  }
  section#merchee .product-item picture {
    padding: 20px 41px 10px 41px;
  }
  section#assort {
    margin-top: 14.3125rem;
  }
  section#assort .product-title h2 {
    margin-top: 12px;
  }
  section#assort .product-main {
    margin-top: 3.375rem;
    padding-bottom: 9.0625rem;
  }
  section#assort .product-main .product-left {
    margin-top: 0;
  }
  section#assort .product-info {
    margin-top: 1.9375rem;
  }
  section#assort .product-text {
    margin-top: 0.5rem;
    line-height: 1.7;
  }
  section#assort .product-set {
    width: 51%;
    margin-top: 13px;
  }
  section#gift {
    width: 100%;
    margin: 13.3125rem auto 0 auto;
  }
  section#gift .gift-wrap {
    padding: 5rem 0 9.6875rem 0;
  }
  section#gift .product-main {
    position: static;
    margin-top: 2.625rem;
  }
  section#gift .product-main .product-left {
    margin-top: 0;
  }
  section#gift .product-title h2 {
    margin-top: 1.5625rem;
  }
  section#gift .product-title_m {
    margin-top: 0.4375rem;
    padding-bottom: 0.5rem;
    letter-spacing: 0.05em;
  }
  section#gift .product-info {
    margin-top: 4rem;
    margin-left: 0;
  }
  section#gift .product-info .prices {
    display: inline-block;
    width: 12rem;
    min-width: 192px;
  }
  section#gift .product-text-s {
    width: 75%;
  }
  section#gift .title_ico {
    top: -3.3125rem;
    left: -5.375rem;
  }
  section#gift .btns {
    position: absolute;
    right: 0;
    bottom: 3.5625rem;
    left: 0;
    width: auto;
  }
  section#gift .product-item picture {
    padding: 20px 41px 10px 41px;
  }
  #shop {
    margin-top: 10.25rem;
  }
  #shop .inner {
    padding: 6.1875rem 4.5625rem 5.5rem 5.625rem;
  }
  #shop h2 {
    text-align: center;
  }
  #shop h2 img {
    height: 2.8125rem;
  }
  #shop .shop-main {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2.625rem;
  }
  #shop .shop-main h3 {
    font-size: 1.3125rem;
    line-height: 1.3;
  }
  #shop .shop-main .photo {
    aspect-ratio: 27/20;
    width: 58%;
    margin: 0.3125rem 0 0 0;
    line-height: 0;
  }
  #shop .shop-main .photo img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
  }
  #shop .shop-main p {
    margin-top: 1.1875rem;
    font-size: 1rem;
    line-height: 1.3;
  }
  #shop .shop-main p .note {
    margin-top: 2.5rem;
  }
  #shop .shop-main hr {
    margin: 1.8125rem auto;
  }
  #shop .shop-main .shop-info {
    width: 35.2%;
    margin: 0;
  }
  #shop .shop-main .btns {
    width: 88%;
  }
  #shop .shop-main .btns .base-btn:nth-child(2) {
    margin-top: 1.625rem;
  }
  #shop .shop-main .btns .base-btn:nth-child(4) {
    margin-top: 1.75rem;
  }
  #shop .title_ico2 {
    -webkit-transform: translate(-57%, -56%);
    top: 1.3125rem;
    width: 15.4375rem;
    transform: translate(-57%, -56%);
  }
  #brand {
    margin-top: 4.25rem;
  }
  #brand .inner {
    padding: 4.4375rem 6.25rem 5.3125rem 6.25rem;
  }
  #brand .inner h2 img {
    height: 2.6875rem;
  }
  #brand .inner h3 {
    margin-top: 0;
    padding-bottom: 0.6875rem;
    font-size: 2.0625rem;
  }
  #brand .product-title img.tit {
    height: 2.625rem;
  }
  #brand .brand-info {
    -ms-flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 2rem;
  }
  #brand .left-area {
    width: 32.77%;
    margin: 0;
  }
  #brand .left-area .logo {
    width: 75%;
    margin: 2.125rem auto 0 2rem;
  }
  #brand .right-area {
    width: 60%;
    margin-top: 0.3125rem;
  }
  #brand .btns {
    width: 97.5%;
    margin-left: 0.1875rem;
  }
  #brand .btns .base-btn {
    aspect-ratio: 193/37;
    margin-top: 2.1875rem;
  }
  #brand .photo-slide {
    aspect-ratio: 540/399;
  }
  #brand .swiper-pagination {
    bottom: 4px;
  }
  #brand .swiper-pagination-bullet {
    width: 41px;
    margin: 0 8px;
  }
  .gift .product-title {
    padding: 0.5rem;
  }
  .gift .product-title img.tit {
    height: 5.3125rem;
  }
  .amann .product-title img.tit,
  .assort .product-title img.tit {
    height: 2.785rem;
  }
  .merchee .product-title img.tit {
    height: 5.369525rem;
  }
  .gift .product-title img.tit {
    height: 5.369525rem;
  }
  .product-title h2 {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
  .amann .product-title h2 {
    line-height: initial;
  }
  .merchee .product-title h2 {
    line-height: initial;
  }
  .product-title h2 span {
    font-size: 1.375rem;
  }
  .title_ico {
    top: -5.1875rem;
    left: -8.625rem;
    width: 15.3125rem;
    height: 12.1875rem;
  }
  .merchee .title_ico {
    top: -2.75rem;
    left: -9.3125rem;
  }
  .title_ico .title1 {
    top: 0;
    left: 0;
    width: 10.8830375rem;
  }
  .title_ico .title2 {
    top: 2.4rem;
    right: 4.4rem;
    bottom: auto;
    left: auto;
    width: 9.29714375rem;
  }
  .title_ico .title3 {
    top: 1.3rem;
    right: 0;
    width: 9.55085rem;
  }
  .title_ico2 {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 15.25rem;
    height: 9.6875rem;
    transform: translate(-50%, -50%);
  }
  .title_ico2 .title1 {
    width: 10.06383125rem;
  }
  .title_ico2 .title2 {
    width: 8.82004375rem;
  }
  .page-notes {
    -webkit-font-feature-settings: inherit;
    width: 31.25rem;
    margin: 13.125rem auto 0 auto;
    padding: 0;
    font-feature-settings: inherit;
    font-size: 0.75rem;
  }
  .page-notes li:before {
    margin-right: 0.3rem;
  }
  .page-notes li + li {
    margin-top: 0;
  }
  .footer-logo {
    -webkit-transform: translateX(-0.9375rem);
    width: 17.62%;
    margin-top: 5.8125rem;
    margin-bottom: 6.6875rem;
    transform: translateX(-0.9375rem);
  }
  .news-modal {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
  .news-modal .news-modal-main {
    max-width: 1100px;
    padding: 91px 42px 81px;
  }
  .news-modal .news-modal-main .news-modal-content {
    max-width: 654px;
    margin: 0 auto;
  }
  .news-modal .news-modal-main p,
  .news-modal .news-modal-main .content {
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .news-modal .news-modal-main p ul li:before,
  .news-modal .news-modal-main .content ul li:before {
    top: 13px;
  }
  .news-modal .news-modal-main p:nth-child(n + 2),
  .news-modal .news-modal-main .content:nth-child(n + 2) {
    margin: 50px 0 0;
  }
  .news-modal .news-modal-main .close {
    top: 35px;
    right: 35px;
    width: 29px;
    height: 29px;
  }
  .news-modal .news-modal-main .close img {
    width: 100%;
  }
  .news-modal .news-modal-main .close-foot {
    margin-top: 49px;
    font-size: 1rem;
  }
  .news-modal .news-modal-main .close-foot img {
    width: 23px;
    margin-right: 10px;
  }
  .inner {
    padding: 20px 3.75rem 0 3.75rem;
  }
  .base-btn {
    aspect-ratio: 50/11;
    min-height: auto;
    margin-top: 25px;
    font-size: 1rem;
  }
  .base-btn:hover {
    opacity: 1;
  }
  .base-btn:hover span {
    color: var(--col-main);
  }
  .base-btn:hover span:before {
    background-color: transparent;
  }
  .base-btn:hover.blank:after,
  .base-btn:hover.marker:before,
  .base-btn:hover.cart:before {
    background-color: var(--col-main);
  }
  .base-btn.green:hover {
    opacity: 1;
  }
  .base-btn.green:hover span {
    color: #007285;
  }
  .base-btn.green:hover span:before {
    background-color: transparent;
  }
  .base-btn.green:hover.blank:after,
  .base-btn.green:hover.marker:before,
  .base-btn.green:hover.cart:before {
    background-color: #007285;
  }
  .base-btn.tnr {
    font-size: 1.3125rem;
  }
  .base-btn span {
    min-height: auto;
    padding: 2.1875rem 0;
  }
  .base-btn span:before {
    top: 2.5px;
    right: 2.5px;
    bottom: 2.5px;
    left: 2.5px;
  }
  .base-btn span .marker {
    width: 1.875rem;
  }
  .base-btn span .blank {
    width: 22px;
  }
  .base-btn.cart:before {
    left: 5%;
    width: 7.385%;
    padding-top: 0;
  }
  .base-btn.marker:before {
    width: 1.875rem;
    padding-top: 0;
  }
  .base-btn.blank:after {
    right: 5.6%;
    width: 1.625rem;
    padding-top: 0;
  }
  .product-title_m {
    -webkit-font-feature-settings: inherit;
    margin-top: 0;
    padding-bottom: 0.5625rem;
    font-feature-settings: inherit;
    font-size: 1.25rem;
    letter-spacing: -0.01em;
  }
  .assort .product-title_m {
    margin-top: 0;
    padding-bottom: 1.25rem;
    letter-spacing: 0.05em;
  }
  .product-photo {
    aspect-ratio: 122/60;
    margin-top: 2.25rem;
  }
  .merchee .product-photo {
    margin-top: 2.25rem;
  }
  .product-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-top: 4.25rem;
    padding: 0 5.4375rem 8.4375rem 5.125rem;
  }
  .product-main .product-left {
    width: 50%;
  }
  .product-main .inner {
    width: 41.4%;
    margin: 0;
    padding: 0;
  }
  .product-item {
    aspect-ratio: 523/377;
    height: auto;
    margin: 30px auto 0 auto;
    padding-top: 0;
  }
  .product-item:before {
    -webkit-border-image: url("../../common/images/top/bg_item.svg") 21 fill/23px 23px;
    -o-border-image: url("../../common/images/top/bg_item.svg") 21 fill/23px 23px;
    border-image: url("../../common/images/top/bg_item.svg") 21 fill/23px 23px;
  }
  .product-item {
    width: 100%;
    margin: 0;
  }
  .assort .product-item {
    aspect-ratio: 523/510;
    margin-top: 6px;
    padding-top: 0;
  }
  .gift .product-item {
    aspect-ratio: 523/377;
    position: static;
    width: 100%;
    margin-top: 6px;
    padding-top: 0;
  }
  .product-item picture {
    padding: 41px 41px;
  }
  .tarte .product-item picture {
    padding: 44px 21px;
  }
  .product-text {
    margin: 0.375rem 0 0 0;
    font-size: 1rem;
    letter-spacing: -0.04em;
    line-height: 1.8;
    text-align: justify;
  }
  .gift .product-text {
    margin-top: 0.625rem;
    line-height: 1.7;
  }
  .product-set {
    width: 51%;
    font-size: 0.875rem;
  }
  .product-set li +li {
    margin-top: 0;
  }
  .product-info {
    width: 100%;
    margin: 15px auto 0 auto;
    margin-top: 1.625rem;
    margin-left: 0.4375rem;
  }
  .gift .product-info {
    margin-top: 5.375rem;
    margin-left: 0;
  }
  .product-info .prices {
    width: 13.9375rem;
    min-width: 223px;
  }
  .product-info .prices li {
    padding: 0.12rem 0.9375rem;
  }
  .product-info .prices li + li {
    margin-top: 0.5rem;
  }
  .product-info .prices li .set {
    white-space: nowrap;
  }
  .product-info .prices li .price {
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  .product-info .btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .product-info .btns .base-btn {
    width: 100%;
    max-width: 18.1875rem;
    margin: 0 auto;
  }
  .product-notes {
    margin-top: 3rem;
  }
  .amann .product-notes {
    margin-top: 2.1875rem;
  }
  .merchee .product-notes {
    margin-top: 1.875rem;
  }
  .assort .product-notes {
    margin-top: 18rem;
    line-height: 1.2;
  }
  .gift .product-notes {
    margin-top: 30px;
    line-height: 1.2;
  }
  .product-notes li a,
  .product-notes li span {
    font-size: 0.875rem;
  }
  .wrap-notes {
    width: 36.36%;
    min-width: 150px;
  }
  .product-recipe {
    left: 0;
    width: 100%;
    margin-top: 1.75rem;
  }
  .merchee .product-recipe {
    left: 0;
    width: 100%;
    margin-top: 1.75rem;
  }
  .icon-type div {
    height: 32px;
    padding: 0.3rem 0.5rem;
    font-size: 1.1125rem;
  }
  .btns .base-btn {
    margin-top: 26px;
  }
  .swiper-wrapper {
    aspect-ratio: 1920/617;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1220px) {
  html {
    font-size: 1.311475vw;
  }
}
@media only screen and (min-width: 751px) and (min-width: 751px) {
  .product-main .product-left {
    margin-top: 8px;
  }
}
