@charset "utf-8";

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

/* @media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1326px) {
  html {
    font-size: calc(16 / 1326 * 100vw);
  }
} */

.rb2019---main {
  position: relative;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
summary {
  font-family:
    "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}

#contents {
  width: 750px;
  height: auto;
  margin: 0px 0px 0px3px;
  padding: 0px 0px 10px;
  color: #262626;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  font-family:
    "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#contents li {
  list-style: none;
}
#contents a:hover img {
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
  filter: brightness(0.6);
}
#contents img {
  border: none;
  vertical-align: bottom;
}
#contents a {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  display: inline-block;
}
* + html .clearfix {
  display: inline-block;
}

.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/*-----------------------------------------------------------
TOP
-----------------------------------------------------------*/
#hoshihitomi-osechi {
  padding-bottom: 200px;
}
#hoshihitomi-osechi > .notes {
  font-size: 14px;
  line-height: 1.6em;
  display: flex;
  justify-content: center;
  margin-top: 140px;
}
#hoshihitomi-osechi-bg {
  /* min-width: 1738px; */
  width: 100%;
  height: 1377px;
  margin: 0 auto;
  /* padding-bottom: 180px; */
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
#hoshihitomi-osechi-bg::before {
  content: "";
  display: block;
  height: 1377px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/mv-bg.jpg);
  background-position: center top 45%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
#hoshihitomi-osechi-bg::after {
  content: "";
  display: block;
  height: 460px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-image: url(../img/mv-mask.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 460px;
}
.hoshihitomi-mv {
  height: 1000px;
  margin-bottom: 160px;
}
.hoshihitomi-mv__inner {
  position: relative;
  padding-top: 120px;
  padding-left: calc(50% + 200px);
}
.mv-title {
  width: 505px;
  margin-bottom: 60px;
}
.mv-title img {
  width: 100%;
  height: auto;
}
.mv-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 40px;
  white-space: nowrap;
}
.mv-logo {
  display: flex;
  align-items: center;
}
.mv-logo img {
  width: 300px;
  height: auto;
  margin-left: 210px;
}
.hoshihitomi-osechi-message {
  width: 1230px;
  margin: 0 auto;
  background-image: url(./../img/hoshihitomi-img.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 501px auto;
  /* min-height: 845px; */
  padding-top: 70px;
  margin-top: -80px;
  padding-bottom: 180px;
}
.hoshihitomi-osechi-message .message-text {
  width: 680px;
}
.hoshihitomi-osechi-message .message-text h2 {
  margin-bottom: 50px;
}
.hoshihitomi-osechi-message .message-text p {
  font-size: 18px;
  line-height: 2.1em;
  font-weight: bold;
}

.hoshihitomi-osechi-cart {
  width: 1230px;
  margin: 0 auto 200px;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner figure {
  width: 780px;
  position: relative;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner figure img {
  width: 100%;
  height: auto;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div {
  width: 380px;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.lead {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 20px;
  font-weight: bold;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.name {
  font-size: 48px;
  line-height: 1.16em;
  font-weight: bold;
  margin-bottom: 16px;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.name small {
  font-size: 30px;
  display: block;
  margin-top: -0.1em;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.price {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.price small {
  font-size: 28px;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div ul li {
  height: 40px;
  padding: 0 20px;
  background-color: #a8934c;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div .cart-btn {
  background-color: #25544d;
  height: 80px;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 40px;
  opacity: 1;
  transition: opacity 0.3s;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div .cart-btn:hover {
  opacity: 0.5;
}
.hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div .shipping-box {
  width: 130px;
  height: 42px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-color: #d51110;
  margin-bottom: 20px;
}
.kodawari-point .osechi-ttl {
  width: 1200px;
  position: relative;
  margin: 0 auto 80px;
  background-image: url(../img/head-ttl-01-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kodawari-point .osechi-ttl img {
  width: 537px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.kodawari-point .point-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.kodawari-point .point-inner .point-img {
  margin-left: -40px;
  width: 550px;
  position: relative;
  z-index: -1;
}
.kodawari-point .point-inner .point-img img {
  width: 100%;
  height: auto;
}
.kodawari-point .point-inner:nth-of-type(even) {
  flex-direction: row-reverse;
  margin: 50px auto;
  gap: 30px;
}
.kodawari-point .point-inner:nth-of-type(even) .point-img {
  margin-left: 0;
  margin-right: -40px;
}
.kodawari-point .point-inner p {
  font-size: 21px;
  line-height: 42px;
  font-weight: bold;
  margin-top: 35px;
}
.kodawari-point .point-inner:nth-of-type(even) p {
  margin-left: 40px;
}
.kodawari-point .point-inner:nth-of-type(even) a {
  height: 48px;
  background-color: #25544d;
  color: #fff;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-left: 40px;
  width: 260px;
  font-size: 18px;
  font-weight: bold;
  transition: opacity 0.3s;
}
.kodawari-point .point-inner:nth-of-type(even) a:hover {
  opacity: 0.5;
}

.hoshihitomi-intro h2 {
  color: #25544d;
  font-weight: bold;
  font-size: 52px;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 60px;
}
.hoshihitomi-intro p {
  color: #25544d;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 2em;
  margin-bottom: 50px;
}
.kodawari-menu {
  background-image: url(../img/pickup-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
  position: relative;
  padding-bottom: 230px;
  padding-top: 250px;
}
.kodawari-menu::before {
  content: "";
  display: block;
  background-image: url(../img/pickup-item-mask01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 136px;
  height: 136px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.kodawari-menu::after {
  content: "";
  display: block;
  background-image: url(../img/pickup-item-mask02.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 95px;
  height: 95px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.kodawari-menu .hoshihitomi-osechi-inner .osechi-ttl {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
/* .kodawari-menu .hoshihitomi-osechi-inner .osechi-ttl::after {
  content: '';
  display: block;
  width: 100%;
  background-image: url(../img/head-ttl-01-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

} */
.kodawari-menu .hoshihitomi-osechi-inner .osechi-ttl img {
  width: 784px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-slider {
  /* width: 1230px; */
  margin: 0 auto;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-slider {
  width: 100%;
  padding-bottom: 70px;
}
.kodawari-menu .hoshihitomi-osechi-inner .slick-slide {
  margin: 0 30px;
  transition: opacity 0.3s;
  transition-duration: 0;
}
.kodawari-menu .hoshihitomi-osechi-inner .slick-dots {
  bottom: 0;
}
.kodawari-menu .hoshihitomi-osechi-inner .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 15px;
}
.kodawari-menu .hoshihitomi-osechi-inner .slick-dots li button {
  width: 12px;
  height: 12px;
}
.kodawari-menu .hoshihitomi-osechi-inner .slick-dots li button::before {
  font-size: 1px;
  color: transparent;
  background-color: #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.kodawari-menu
  .hoshihitomi-osechi-inner
  .slick-dots
  li.slick-active
  button::before {
  opacity: 1;
  background-color: #25544d;
}
.menu-slider .slide-item {
  width: 380px;
  margin: 0px;
  opacity: 0 !;
  /* transition: opacity 0.6s ease; */
}
.menu-slider .slide-item img {
  display: block;
  width: 99%;
  margin: 0 auto;
  height: auto;
  /* object-fit: cover; */
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-slider .slick-slide {
  width: 380px;
  transition: all 0.6s ease;
  transition-duration: 0;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-slider .slide-item figure {
  margin-bottom: 40px;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-slider .slide-item h3 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  min-height: 50px;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-slider .slide-item p {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.65em;
  color: #fff;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-kozara {
  width: 1230px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 120px auto 0;
  row-gap: 40px;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-kozara .kozara-item {
  width: 220px;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-kozara .kozara-item figure {
  margin-bottom: 24px;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-kozara .kozara-item .menu-name {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  min-height: 50px;
  line-height: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.kodawari-menu .hoshihitomi-osechi-inner .menu-kozara .kozara-item p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6em;
  color: #fff;
}
.hoshihitomi-osechi-contents {
  width: 1200px;
  margin: 180px auto 180px;
}
.hoshihitomi-osechi-contents .osechi-subttl {
  border-bottom: 3px solid #529b94;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 80px;
}
.hoshihitomi-osechi-contents .osechi-subttl::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  background-color: #529b94;
  left: 0;
  bottom: -15px;
}
.hoshihitomi-osechi-contents .osechi-subttl img {
  display: block;
  margin: 0 auto;
}
.hoshihitomi-osechi-contents > p {
  text-align: center;
  font-size: 22px;
  line-height: 2em;
  font-weight: bold;
}

.osechi-goods {
  width: 1200px;
  margin: 0 auto;
}
.osechi-goods .osechi-subttl {
  border-bottom: 3px solid #a8934c;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 90px;
}
.osechi-goods .osechi-subttl::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  background-color: #a8934c;
  left: 0;
  bottom: -15px;
}
.osechi-goods .osechi-subttl img {
  display: block;
  margin: 0 auto;
}
.osechi-goods > p {
  text-align: center;
  font-size: 22px;
  line-height: 2em;
  font-weight: bold;
  margin-bottom: 90px;
}
.osechi-goods .osechi-goods-inner {
  border-top: 3px solid #a8934c;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}
.osechi-goods .osechi-goods-inner .goods01,
.osechi-goods .osechi-goods-inner .goods02,
.osechi-goods .osechi-goods-inner .goods03,
.osechi-goods .osechi-goods-inner .goods04 {
  width: 50%;
  border-bottom: 3px solid #a8934c;
  padding: 60px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.osechi-goods .osechi-goods-inner .goods01 figure,
.osechi-goods .osechi-goods-inner .goods02 figure,
.osechi-goods .osechi-goods-inner .goods03 figure,
.osechi-goods .osechi-goods-inner .goods04 figure {
  margin-bottom: 30px;
}
.osechi-goods .osechi-goods-inner .goods01 h3,
.osechi-goods .osechi-goods-inner .goods02 h3,
.osechi-goods .osechi-goods-inner .goods03 h3,
.osechi-goods .osechi-goods-inner .goods04 h3 {
  font-size: 40px;
  font-weight: bold;
  color: #a8934c;
  line-height: 1.2em;
  margin-bottom: 16px;
}
.osechi-goods .osechi-goods-inner .goods01 h3 small,
.osechi-goods .osechi-goods-inner .goods02 h3 small,
.osechi-goods .osechi-goods-inner .goods03 h3 small,
.osechi-goods .osechi-goods-inner .goods04 h3 small {
  font-size: 26px;
  font-weight: bold;
  display: block;
  line-height: 1.1em;
  margin-bottom: 7px;
}
.osechi-goods .osechi-goods-inner .goods01 h3 span,
.osechi-goods .osechi-goods-inner .goods02 h3 span,
.osechi-goods .osechi-goods-inner .goods03 h3 span,
.osechi-goods .osechi-goods-inner .goods04 h3 span {
  font-size: 30px;
  font-weight: bold;
}
.osechi-goods .osechi-goods-inner .goods01 p,
.osechi-goods .osechi-goods-inner .goods02 p,
.osechi-goods .osechi-goods-inner .goods03 p,
.osechi-goods .osechi-goods-inner .goods04 p {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: normal;
}
.osechi-goods .osechi-goods-inner .goods01,
.osechi-goods .osechi-goods-inner .goods03 {
  border-right: 3px solid #a8934c;
}
.osechi-goods .osechi-goods-inner .goods05 {
  width: 100%;
  border-bottom: 3px solid #a8934c;
  padding: 60px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.osechi-goods .osechi-goods-inner .goods05 h3 {
  font-size: 40px;
  font-weight: bold;
  color: #a8934c;
  line-height: 1.2em;
  margin-bottom: 16px;
}
.osechi-goods .osechi-goods-inner .goods05 h3 span {
  font-size: 30px;
}
.osechi-goods .osechi-goods-inner .goods05 h3 small {
  font-size: 26px;
}
.osechi-goods .osechi-goods-inner .goods05 p {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: normal;
}
.osechi-goods .osechi-goods-inner .goods05 p small {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
.osechi-goods .osechi-goods-inner .goods05 > div {
  display: flex;
  align-items: flex-start;
}
.osechi-goods .osechi-goods-inner .goods05 figure {
  margin-left: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.osechi-goods .osechi-goods-inner .goods05 figure img {
  margin: 0 6px;
  position: relative;
}
.osechi-goods .osechi-goods-inner .goods05 figure span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
  color: #333;
  line-height: 1em;
}
.osechi-goods .osechi-goods-inner .goods01 img {
  height: 260px;
  width: auto;
}

.osechi-goods .osechi-goods-inner .goods03 img,
.osechi-goods .osechi-goods-inner .goods04 img {
  height: 186px;
  width: auto;
}

.oggi-message {
  background-color: #eaf5f5;
  padding: 150px 0;
  margin-top: 160px;
}
.oggi-message .message-osechi-inner .osechi-subttl {
  margin: 0 auto 90px;
  width: 852px;
}
.oggi-message .message-osechi-inner .oggi-message-inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 76px;
  width: 1000px;
  margin: 0 auto;
}
.oggi-message .message-osechi-inner .oggi-message-inner p {
  font-size: 20px;
  line-height: 2em;
}
.oggi-message .message-osechi-inner .oggi-message-inner p.oggi-name {
  text-align: center;
  color: #529b94;
  font-size: 26px;
  font-weight: bold;
  margin-top: 36px;
  line-height: 1em;
}
.oggi-message .message-osechi-inner .oggi-message-inner p.oggi-name span {
  font-size: 20px;
  margin-right: 20px;
}
.osechi-wrapping {
  width: 980px;
  margin: 160px auto 0;
  border: 2px solid #a8934c;
  border-radius: 20px;
  padding: 60px 100px;
}
.osechi-wrapping .wrapping-osechi-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.osechi-wrapping .wrapping-osechi-inner section h3 {
  font-size: 52px;
  font-weight: bold;
  color: #a8934c;
  line-height: 1.3em;
  margin-bottom: 40px;
}
.osechi-wrapping .wrapping-osechi-inner section p {
  font-size: 20px;
  line-height: 2em;
}

.hoshihitomi-osechi-lowcart {
  width: 1230px;
  margin: 160px auto 0;
}
.hoshihitomi-osechi-lowcart h2 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1em;
  border-bottom: 3px solid #a8934c;
  color: #a8934c;
  text-align: center;
  margin-bottom: 60px;
}
.hoshihitomi-osechi-lowcart .cart-inner {
  width: 1230px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hoshihitomi-osechi-lowcart .cart-inner a {
  display: block;
  transition: opacity 0.3s;
}
.hoshihitomi-osechi-lowcart .cart-inner a:hover {
  opacity: 0.6;
}
.hoshihitomi-osechi-lowcart .cart-inner figure {
  width: 620px;
}
.hoshihitomi-osechi-lowcart .cart-inner figure img {
  width: 100%;
  height: auto;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text h3 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text h3 small {
  display: block;
  font-size: 24px;
  line-height: 1em;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text .osechi-name a {
  color: inherit;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text .osechi-lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65em;
  margin-bottom: 20px;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text ul li {
  height: 40px;
  padding: 0 20px;
  background-color: #a8934c;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text p.price {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.1em;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text p.price small {
  font-size: 20px;
}

.hoshihitomi-osechi-lowcart .cart-inner .cart-text p.shipping {
  color: #c13d42;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1em;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text .cart-btn {
  width: 520px;
  height: 90px;
  border-radius: 45px;
  background-color: #25544d;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-top: 40px;
  background-image: url(../img/cart-btn-arrow.png);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 15px auto;
  transition: opacity 0.3s;
}
.hoshihitomi-osechi-lowcart .cart-inner .cart-text .cart-btn:hover {
  opacity: 0.5;
}

/* @media screen and (min-width: 1589px) {
  #hoshihitomi-osechi {
    padding-bottom: calc((180 / 1588) * 100vw);
  }
  .hoshihitomi-mv {
    height: calc((629 / 1588) * 100vw);
    margin-bottom: calc((820 / 1588) * 100vw);
  }
  .hoshihitomi-mv__inner {
    width: calc((1200 / 1588) * 100vw);
    margin: 0 auto;
    position: relative;
    padding-top: calc((110 / 1588) * 100vw);
  }
  .mv-title {
    width: calc((700 / 1588) * 100vw);
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
    padding-bottom: calc((40 / 1588) * 100vw);
    margin-bottom: calc((40 / 1588) * 100vw);
  }
  .mv-title img {
    width: calc((700 / 1588) * 100vw);
    height: auto;
  }
  .mv-date {
    width: calc((700 / 1588) * 100vw);
  }
  .mv-date img {
    width: calc((700 / 1588) * 100vw);
    height: auto;
  }
  .mv-goods {
    position: absolute;
    right: 0;
    top: calc((80 / 1588) * 100vw);
    width: calc((450 / 1588) * 100vw);
  }
  .mv-goods img {
    width: calc((450 / 1588) * 100vw);
    height: auto;
  }
} */

@media screen and (max-width: 767px) {
  #hoshihitomi-osechi {
    padding-bottom: 20vw;
  }
  #hoshihitomi-osechi > .notes {
    font-size: 3vw;
    width: 90vw;
    margin: 16vw auto 0;
  }
  #hoshihitomi-osechi-bg {
    /* min-width: 1738px; */
    width: 100%;
    height: 100vw;
    margin: 0 auto;
    /* padding-bottom: 180px; */
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
  }
  #hoshihitomi-osechi-bg::before {
    content: "";
    display: block;
    height: 100vw;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/mv-bg.jpg);
    background-position: left -5vw top -11vw;
    background-repeat: no-repeat;
    background-size: 174%;
    z-index: 1;
  }
  #hoshihitomi-osechi-bg::after {
    content: "";
    display: block;
    height: 27vw;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-image: url(../img/mv-mask.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto 27vw;
  }
  .hoshihitomi-mv {
    height: 200vw;
    margin-bottom: 12vw;
  }
  .hoshihitomi-mv__inner {
    position: relative;
    padding-top: 85vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .mv-title {
    width: 80%;
    margin: 0 auto 9vw;
  }
  .mv-title img {
    width: 100%;
    height: auto;
  }
  .mv-text {
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 6vw;
    text-align: center;
  }
  .mv-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mv-logo img {
    width: 36vw;
    height: auto;
    margin-left: 0;
  }
  .hoshihitomi-osechi-message {
    width: 100%;
    padding: 0 6vw;
    margin: 0 auto;
    background-image: url(./../img/hoshihitomi-img.png);
    background-position: right 4vw top;
    background-repeat: no-repeat;
    background-size: 46vw auto;
    /* min-height: 845px; */
    padding-top: 25vw;
    margin-top: 0;
    padding-bottom: 20vw;
    box-sizing: border-box;
  }
  .hoshihitomi-osechi-message .message-text {
    width: 100%;
  }
  .hoshihitomi-osechi-message .message-text h2 {
    margin-bottom: 30vw;
  }
  .hoshihitomi-osechi-message .message-text h2 img {
    width: 42vw;
  }
  .hoshihitomi-osechi-message .message-text p {
    font-size: 3.4vw;
    line-height: 1.8em;
    font-weight: bold;
  }

  .hoshihitomi-osechi-cart {
    width: 100%;
    margin: 0 auto 22vw;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner figure {
    width: 86vw;
    position: relative;
    margin: 0 auto 6vw;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner figure img {
    width: 100%;
    height: auto;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div {
    width: 88vw;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.lead {
    font-size: 4vw;
    line-height: 1.4em;
    margin-bottom: 5vw;
    font-weight: bold;
    text-align: center;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.name {
    font-size: 6vw;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 2vw;
    text-align: center;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.name small {
    font-size: 4.5vw;
    display: block;
    margin-top: 0em;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.price {
    font-size: 7vw;
    font-weight: bold;
    margin-bottom: 4vw;
    line-height: 1.2em;
    text-align: center;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div p.price small {
    font-size: 4vw;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 6vw;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div ul li {
    height: 8vw;
    padding: 0 3vw;
    background-color: #a8934c;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
  }

  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div .cart-btn {
    background-color: #25544d;
    height: 16vw;
    border-radius: 8vw;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    margin-bottom: 8vw;
    transition: none;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div .shipping-box {
    width: 26vw;
    height: 8vw;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    background-color: #d51110;
    margin-bottom: 3vw;
  }
  .hoshihitomi-osechi-cart .hoshihitomi-osechi-inner > div .notes {
    font-size: 3vw;
  }
  .kodawari-point .osechi-ttl {
    width: 100%;
    position: relative;
    margin: 0 auto 8vw;
    background-image: none;
  }
  .kodawari-point .osechi-ttl img {
    width: 76vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .kodawari-point .point-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    width: 84vw;
    margin: 0 auto;
  }
  .kodawari-point .point-inner h3 img {
    width: 84vw;
    height: auto;
  }
  .kodawari-point .point-inner .point-img {
    margin-left: 0;
    margin-bottom: -7vw;
    width: 100%;
    position: relative;
    z-index: -1;
  }
  .kodawari-point .point-inner .point-img img {
    width: 100%;
    height: auto;
  }
  .kodawari-point .point-inner:nth-of-type(even) {
    flex-direction: column-reverse;
    margin: 12vw auto;
    gap: 0;
  }
  .kodawari-point .point-inner:nth-of-type(even) .point-img {
    margin-left: 0;
    margin-right: 0;
  }
  .kodawari-point .point-inner p {
    font-size: 3.4vw;
    line-height: 1.8em;
    font-weight: bold;
    margin-top: 6vw;
  }
  .kodawari-point .point-inner p br {
    display: none;
  }
  .kodawari-point .point-inner:nth-of-type(even) p {
    margin-left: 0;
  }
  .kodawari-point .point-inner:nth-of-type(even) a {
    height: 10vw;
    background-color: #25544d;
    color: #fff;
    border-radius: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70vw;
    font-size: 3.6vw;
    font-weight: bold;
    transition: none;
    margin: 5vw auto 0;
    transition: none;
  }
  .kodawari-point .point-inner:nth-of-type(even) a:hover {
    opacity: 1;
  }
  /* .hoshihitomi-intro h2 {
    color: #25544d;
    font-weight: bold;
    font-size: 52px;
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 60px;
  }
  .hoshihitomi-intro p {
    color: #25544d;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: 2em;
    margin-bottom: 50px;
  } */
  .kodawari-menu {
    background-image: url(../img/pickup-item-bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20vw;
    position: relative;
    padding-bottom: 20vw;
    padding-top: 22vw;
  }
  .kodawari-menu::before {
    content: "";
    display: block;
    background-image: url(../img/pickup-item-mask01.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    height: 14vw;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .kodawari-menu::after {
    content: "";
    display: block;
    background-image: url(../img/pickup-item-mask02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    height: 14vw;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .osechi-ttl {
    width: 100%;
    position: relative;
    margin-bottom: 10vw;
  }
  /* .kodawari-menu .hoshihitomi-osechi-inner .osechi-ttl::after {
  content: '';
  display: block;
  width: 100%;
  background-image: url(../img/head-ttl-01-line.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

} */
  .kodawari-menu .hoshihitomi-osechi-inner .osechi-ttl img {
    width: 80vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-slider {
    /* width: 1230px; */
    margin: 0 auto;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-slider {
    width: 100%;
    padding-bottom: 10vw;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .slick-slide {
    margin: 0 30px;
    transition: opacity 0.3s;
    transition-duration: 0;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .slick-dots {
    bottom: 0;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .slick-dots li {
    width: 3vw;
    height: 3vw;
    margin: 0 3vw;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .slick-dots li button {
    width: 3vw;
    height: 3vw;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .slick-dots li button::before {
    font-size: 1px;
    color: transparent;
    background-color: #fff;
    border-radius: 50%;
    width: 3vw;
    height: 3vw;
    opacity: 1;
  }
  .kodawari-menu
    .hoshihitomi-osechi-inner
    .slick-dots
    li.slick-active
    button::before {
    opacity: 1;
    background-color: #25544d;
  }
  .menu-slider .slide-item {
    width: 84vw;
    margin: 0px;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
  }
  .menu-slider .slide-item img {
    display: block;
    width: 99%;
    margin: 0 auto;
    height: auto;
    /* object-fit: cover; */
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-slider .slick-slide {
    width: 74vw;
    transition: opacity 0.3s;
    transition-duration: 0;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-slider .slide-item figure {
    margin-bottom: 5vw;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-slider .slide-item h3 {
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    text-align: center;
    min-height: 10vw;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-slider .slide-item p {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.65em;
    color: #fff;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-kozara {
    width: 90vw;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 17vw auto 0;
    row-gap: 5vw;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-kozara .kozara-item {
    width: 42vw;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-kozara .kozara-item figure {
    margin-bottom: 4vw;
    width: 100%;
  }
  .kodawari-menu
    .hoshihitomi-osechi-inner
    .menu-kozara
    .kozara-item
    figure
    img {
    width: auto;
    height: 42vw;
    display: block;
    margin: 0 auto;
  }
  .kodawari-menu
    .hoshihitomi-osechi-inner
    .menu-kozara
    .kozara-item
    .menu-name {
    color: #fff;
    font-weight: bold;
    font-size: 3.6vw;
    text-align: center;
    min-height: 9vw;
    line-height: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
  }
  .kodawari-menu
    .hoshihitomi-osechi-inner
    .menu-kozara
    .kozara-item
    .menu-name.name07 {
    font-size: 3.5vw;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  .kodawari-menu .hoshihitomi-osechi-inner .menu-kozara .kozara-item p {
    font-size: 3vw;
    font-weight: normal;
    line-height: 1.6em;
    color: #fff;
  }
  .hoshihitomi-osechi-contents {
    width: 90vw;
    margin: 18vw auto 18vw;
  }
  .hoshihitomi-osechi-contents .osechi-subttl {
    border-bottom: 2px solid #529b94;
    padding-bottom: 5vw;
    position: relative;
    margin-bottom: 10vw;
  }
  .hoshihitomi-osechi-contents .osechi-subttl::after {
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    background-color: #529b94;
    left: 0;
    bottom: -3vw;
  }
  .hoshihitomi-osechi-contents .osechi-subttl img {
    display: block;
    margin: 0 auto;
    width: 70vw;
  }
  .hoshihitomi-osechi-contents > p {
    text-align: left;
    font-size: 3.4vw;
    line-height: 1.8em;
    font-weight: bold;
  }

  .osechi-goods {
    width: 90vw;
    margin: 0 auto;
  }
  .osechi-goods .osechi-subttl {
    border-bottom: 3px solid #a8934c;
    padding-bottom: 5vw;
    position: relative;
    margin-bottom: 10vw;
  }
  .osechi-goods .osechi-subttl::after {
    width: 100%;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    background-color: #a8934c;
    left: 0;
    bottom: -3vw;
  }
  .osechi-goods .osechi-subttl img {
    display: block;
    margin: 0 auto;
    width: 70vw;
  }
  .osechi-goods > p {
    text-align: left;
    font-size: 3.4vw;
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: 8vw;
  }
  .osechi-goods .osechi-goods-inner {
    border-top: 3px solid #a8934c;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10vw;
  }
  .osechi-goods .osechi-goods-inner .goods01,
  .osechi-goods .osechi-goods-inner .goods02,
  .osechi-goods .osechi-goods-inner .goods03,
  .osechi-goods .osechi-goods-inner .goods04 {
    width: 100%;
    border-bottom: 3px solid #a8934c;
    padding: 8vw 2vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .osechi-goods .osechi-goods-inner .goods01 figure,
  .osechi-goods .osechi-goods-inner .goods02 figure,
  .osechi-goods .osechi-goods-inner .goods03 figure,
  .osechi-goods .osechi-goods-inner .goods04 figure {
    margin-bottom: 30px;
  }
  .osechi-goods .osechi-goods-inner .goods01 h3,
  .osechi-goods .osechi-goods-inner .goods02 h3,
  .osechi-goods .osechi-goods-inner .goods03 h3,
  .osechi-goods .osechi-goods-inner .goods04 h3 {
    font-size: 6vw;
    font-weight: bold;
    color: #a8934c;
    line-height: 1.1em;
    margin-bottom: 3vw;
  }
  .osechi-goods .osechi-goods-inner .goods01 h3 small,
  .osechi-goods .osechi-goods-inner .goods02 h3 small,
  .osechi-goods .osechi-goods-inner .goods03 h3 small,
  .osechi-goods .osechi-goods-inner .goods04 h3 small {
    font-size: 3.8vw;
    font-weight: bold;
    display: block;
    line-height: 1.1em;
    margin-bottom: 7px;
  }
  .osechi-goods .osechi-goods-inner .goods01 h3 span,
  .osechi-goods .osechi-goods-inner .goods02 h3 span,
  .osechi-goods .osechi-goods-inner .goods03 h3 span,
  .osechi-goods .osechi-goods-inner .goods04 h3 span {
    font-size: 4vw;
    font-weight: bold;
  }
  .osechi-goods .osechi-goods-inner .goods01 p,
  .osechi-goods .osechi-goods-inner .goods02 p,
  .osechi-goods .osechi-goods-inner .goods03 p,
  .osechi-goods .osechi-goods-inner .goods04 p {
    font-size: 3.4vw;
    line-height: 1.65em;
    font-weight: normal;
  }
  .osechi-goods .osechi-goods-inner .goods01,
  .osechi-goods .osechi-goods-inner .goods03 {
    border-right: none;
    border-bottom: 3px solid #a8934c;
  }
  .osechi-goods .osechi-goods-inner .goods05 {
    width: 100%;
    border-bottom: 3px solid #a8934c;
    padding: 8vw 6vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .osechi-goods .osechi-goods-inner .goods05 h3 {
    font-size: 6vw;
    font-weight: bold;
    color: #a8934c;
    line-height: 1.1em;
    margin-bottom: 3vw;
    text-align: center;
  }
  .osechi-goods .osechi-goods-inner .goods05 h3 span {
    font-size: 4vw;
    /* display: block; */
  }
  .osechi-goods .osechi-goods-inner .goods05 h3 small {
    font-size: 3.8vw;
    display: block;
  }
  .osechi-goods .osechi-goods-inner .goods05 p {
    font-size: 3.4vw;
    line-height: 1.65em;
    font-weight: normal;
    text-align: center;
  }
  .osechi-goods .osechi-goods-inner .goods05 p small {
    font-size: 3vw;
    display: block;
    margin-top: 2.6vw;
    text-align: left;
  }
  .osechi-goods .osechi-goods-inner .goods05 > div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6vw;
  }
  .osechi-goods .osechi-goods-inner .goods05 figure {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .osechi-goods .osechi-goods-inner .goods05 figure img {
    margin: 0 3vw;
    position: relative;
    width: 18vw;
    height: auto;
  }
  .osechi-goods .osechi-goods-inner .goods05 figure span {
    display: block;
    font-size: 3vw;
    font-weight: normal;
    text-align: center;
    margin-top: 3vw;
    color: #333;
    line-height: 1em;
  }
  .osechi-goods .osechi-goods-inner .goods01 img,
  .osechi-goods .osechi-goods-inner .goods02 img {
    height: 40vw;
    width: auto;
  }

  .osechi-goods .osechi-goods-inner .goods03 img,
  .osechi-goods .osechi-goods-inner .goods04 img {
    height: 32vw;
    width: auto;
  }
  .osechi-goods > figure {
    width: 100%;
  }
  .osechi-goods > figure img {
    width: 100%;
    height: auto;
  }
  .oggi-message {
    background-color: #eaf5f5;
    padding: 14vw 5vw;
    margin-top: 18vw;
  }
  .oggi-message .message-osechi-inner .osechi-subttl {
    margin: 0 auto 8vw;
    width: 100%;
  }
  .oggi-message .message-osechi-inner .osechi-subttl img {
    width: 74vw;
    display: block;
    margin: 0 auto;
  }
  .oggi-message .message-osechi-inner .oggi-message-inner {
    background-color: #fff;
    border-radius: 4vw;
    padding: 8vw 8vw 10vw;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .oggi-message .message-osechi-inner .oggi-message-inner p {
    font-size: 3.6vw;
    line-height: 1.8em;
  }
  .oggi-message .message-osechi-inner .oggi-message-inner p.oggi-name {
    text-align: center;
    color: #529b94;
    font-size: 4vw;
    font-weight: bold;
    margin-top: 6vw;
    line-height: 1em;
  }
  .oggi-message .message-osechi-inner .oggi-message-inner p.oggi-name span {
    font-size: 3.4vw;
    margin-right: 4vw;
  }
  .osechi-wrapping {
    width: 90vw;
    margin: 18vw auto 0;
    border: 1px solid #a8934c;
    border-radius: 6vw;
    padding: 10vw 6vw;
    box-sizing: border-box;
  }
  .osechi-wrapping .wrapping-osechi-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8vw;
    flex-direction: column;
  }
  .osechi-wrapping .wrapping-osechi-inner section h3 {
    font-size: 5vw;
    font-weight: bold;
    color: #a8934c;
    line-height: 1.4em;
    margin-bottom: 4vw;
    text-align: center;
  }
  .osechi-wrapping .wrapping-osechi-inner section h3 br {
    display: none;
  }
  .osechi-wrapping .wrapping-osechi-inner section p {
    font-size: 3.4vw;
    line-height: 1.8em;
    text-align: center;
  }
  .osechi-wrapping .wrapping-osechi-inner img {
    width: 84%;
    height: auto;
  }
  .hoshihitomi-osechi-lowcart {
    width: 90vw;
    margin: 16vw auto 0;
  }
  .hoshihitomi-osechi-lowcart h2 {
    font-size: 5vw;
    font-weight: bold;
    padding-bottom: 4vw;
    line-height: 1.3em;
    border-bottom: 3px solid #a8934c;
    color: #a8934c;
    text-align: center;
    margin-bottom: 8vw;
  }
  .hoshihitomi-osechi-lowcart .cart-inner {
    width: 90vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
  }
  .hoshihitomi-osechi-lowcart .cart-inner figure {
    width: 100%;
    margin-bottom: 5vw;
  }
  .hoshihitomi-osechi-lowcart .cart-inner figure img {
    width: 100%;
    height: auto;
  }
  .hoshihitomi-osechi-lowcart .cart-inner .cart-text h3 {
    font-size: 5.4vw;
    font-weight: bold;
    margin-bottom: 4vw;
  }
  .hoshihitomi-osechi-lowcart .cart-inner .cart-text h3 small {
    display: block;
    font-size: 4vw;
    line-height: 1.6em;
  }
  .hoshihitomi-osechi-lowcart .cart-inner .cart-text .osechi-lead {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.65em;
    margin-bottom: 20px;
  }
  .hoshihitomi-osechi-lowcart .cart-inner .cart-text ul {
    display: flex;
    align-items: center;
    gap: 2vw;
    margin-bottom: 4vw;
  }
  .hoshihitomi-osechi-lowcart .cart-inner .cart-text ul li {
    height: 8vw;
    padding: 0 3vw;
    background-color: #a8934c;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
  }
  .hoshihitomi-osechi-lowcart .cart-inner .cart-text p.price {
    font-size: 7vw;
    font-weight: bold;
    margin-bottom: 4vw;
    line-height: 1.2em;
    /* text-align: center; */
  }
  .hoshihitomi-osechi-lowcart .cart-inner .cart-text p.price small {
    font-size: 4vw;
  }

  .hoshihitomi-osechi-lowcart .cart-inner .cart-text p.shipping {
    color: #c13d42;
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 3vw;
    line-height: 1em;
  }
  .hoshihitomi-osechi-lowcart .cart-inner .cart-text p.notes {
    font-size: 3vw;
  }
  .hoshihitomi-osechi-lowcart .cart-inner .cart-text .cart-btn {
    width: 100%;
    height: 16vw;
    border-radius: 8vw;
    background-color: #25544d;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5vw;
    margin-top: 7vw;
    background-image: url(../img/cart-btn-arrow.png);
    background-repeat: no-repeat;
    background-position: right 5vw center;
    background-size: 2.6vw auto;
    transition: none;
  }
  .slick-next {
    width: 8vw;
    height: 15vw;

    left: auto;
    right: 3vw;
    z-index: 1000;
  }
  .slick-prev {
    width: 8vw;
    height: 15vw;
    left: 3vw;
    z-index: 1000;
  }
  .slick-next::before {
    width: 8vw;
    height: 15vw;
    background-image: url(../img/arrow-next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: auto;
    right: 3vw;
    z-index: 1000;
    opacity: 0.6;
    content: "";
    display: block;
  }
  .slick-prev::before {
    width: 8vw;
    height: 15vw;
    background-image: url(../img/arrow-prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 3vw;
    z-index: 1000;
    opacity: 0.6;
    content: "";
    display: block;
  }
}

.rb-search-panel__button {
  display: none !important;
}

.js-fade {
  opacity: 0;
  transform: translate(0, 100px);
  pointer-events: none;
  user-select: none;
  transition: all 0.5s ease-out;
}

.js-fade.js-fade-active {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: unset;
  user-select: unset;
}

.menu-slider.js-fadeslide .slide-item {
  opacity: 0 !important;
  transition-property: transform;
  transform: translate(120%, 0);
  pointer-events: none;
  user-select: none;
  /* transition: all 0.5s ease-out; */
  transition:
    opacity 0.4s ease,
    transform 1s cubic-bezier(0.04, 0.41, 0.2, 1);
}

.menu-slider.js-fadeslide.js-fade-active .slide-item {
  opacity: 1 !important;
  transform: translate(0, 0);
  pointer-events: unset;
  user-select: unset;
  transition: all 0.8s;
}
#slick-slide00 {
  transition-delay: 0.1s;
}
#slick-slide01 {
  transition-delay: 0.2s;
}
#slick-slide02 {
  transition-delay: 0.3s;
}
#slick-slide03 {
  transition-delay: 0.4s;
}
#slick-slide04 {
  transition-delay: 0.5s;
}

#slick-slide00.slick-active,
#slick-slide01.slick-active,
#slick-slide02.slick-active,
#slick-slide03.slick-active,
#slick-slide04.slick-active {
  transition-delay: 0;
}
