@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;800;900&display=swap");
/*文字シャギーを解消*/
h4, h5, h6, p, li, ol, dt, dd, label, select, button, span, table, .no-shaggy {
  transform: rotate(0.03deg);
}

/* 画像 hover:半透明 ＿＿＿＿＿＿＿＿＿＿＿*/
.tra:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s ease;
}

/*--------------------------------------------------
　分岐　サンプル
-------------------------------------------------*/
/*--------------------------------------------------
 変数
-------------------------------------------------*/
/*--------------------------------------------------
 *共通設定*
-------------------------------------------------*/
#wrapper {
  color: #603813;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.2;
  width: 100%;
}

.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .content-1200 {
    padding: 0 0.8rem;
  }
}

.font-w800 {
  font-weight: 800;
}

.bg-maroon {
  background-color: #6e0603;
}

.bg-orage {
  background-color: #ee9712;
}

.bg-pink {
  background-color: #ff5271;
}

.bg-green {
  background-color: #39a400;
}

.bg-violet {
  background-color: #9659b1;
}

.bg-navy {
  background-color: #192f60;
}

.bg-firebrick {
  background-color: #6e0603;
}

.bg-rose {
  background-color: #d82340;
}

.bg-tea-rose {
  background-color: #e14c3c;
}

.bg-purple {
  background-color: #b43d88;
}

.bg-salmon-pink {
  background-color: #e9856c;
}

.bg-yellow-green {
  background-color: #b6c347;
}

.bg-mauve {
  background-color: #a985aa;
}

.bg-sienna {
  background-color: #905805;
}

.bg-sienna-dark {
  background-color: #572e12;
}

.color-red {
  color: #ff0000;
}

.color-yellow {
  color: #ffff00;
}

.color-blue {
  color: #0b45b8;
}

.color-green {
  color: #2ba139;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}
@media all and (max-width: 767px) {
  .border-4 {
    border-width: 3px !important;
  }
}

.border-5 {
  border-width: 5px !important;
}
@media all and (max-width: 767px) {
  .border-5 {
    border-width: 3px !important;
  }
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-14 {
  border-radius: 14px;
}

.rounded-30 {
  border-radius: 30px;
}

.border-red {
  border-color: #e3030b !important;
}

.border-blue {
  border-color: #2a4073 !important;
}

.border-blown {
  border-color: #e8a503 !important;
}

.border-dark-blown {
  border-color: #603813 !important;
}

.border-green {
  border-color: #2ba139 !important;
}

.border-sienna {
  border-color: #905805 !important;
}

.btn-green {
  color: #fff;
  background-color: #39a400;
  border-color: #39a400;
}
.btn-green:hover {
  color: #fff !important;
  background-color: #42be00;
  border-color: #42be00;
}

#lineup {
  overflow: hidden;
}

/*--------------------------------------------------
 comming
-------------------------------------------------*/
#comming {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.comming-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 1000;
}
.comming-box p {
  margin: 14% 3%;
  font-size: clamp(1.375rem, 1.034rem + 1.7vw, 2.313rem);
  color: #FFF;
  font-weight: 500;
}
@media all and (max-width: 767px) {
  .comming-box p {
    margin: 37% 3%;
    color: #FFF;
  }
}

/*=============================================>>>>>
= 背景 =
===============================================>>>>>*/
.bg-mainvisual--red {
  background: url(images/bg-pattern--red-small.gif);
  /*背景固定*/
  background-color: #e8030b;
  width: 100%;
  margin: 0px auto;
  text-align: center;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top;
}
@media screen and (max-width: 767px) {
  .bg-mainvisual--red {
    background-position: 50%;
    background-attachment: scroll;
    background-size: auto;
  }
}

.bg-pattern--gold {
  background: url(images/bg-pattern--gold.gif);
  background-repeat: repeat;
  background-color: #fbcd0a;
}

.bg-pattern--red {
  background: url(images/bg-pattern--red.gif);
  background-color: #e8030b;
}

.bg-pattern--blue {
  background: url(images/bg-pattern--blue.gif);
  background-color: #2a4073;
}

.bg-pattern--green {
  background: url(images/bg-pattern--green.gif);
  background-color: #2a4073;
}

.bg-pattern--yellow {
  background: url(images/bg-pattern--yellow.gif);
  background-color: #ffeaad;
}

.bg-pattern--blown-small {
  background: url(images/bg-pattern--blown-small.gif);
  background-color: #e8a503;
}

.bg-pattern--blown {
  background: url(images/bg-pattern--blown.gif);
  background-color: #905805;
}

.bg-pattern--white {
  background: url(images/bg-pattern--white.gif);
  background-color: #f2f1ed;
}

.bg-coin {
  background: url(images/present-undameshi--bg@2x.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-color: #e8030b;
  border: 5px solid #ad2819;
}
@media screen and (max-width: 767px) {
  .bg-coin {
    border-width: 3px;
  }
}

/*= End of 背景 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= navigation--ページ内リンク =
===============================================>>>>>*/
.navigation-list ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 1rem;
}
.navigation-list li {
  margin: 0 0.5rem;
  padding: 0 0 13px 0;
  background-color: #FFF;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
  transition: 0.3s;
}
.navigation-list li::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 10px;
  width: 13px;
  height: 13px;
  border: 4px solid;
  border-color: transparent transparent #bdc3c7 #bdc3c7;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.navigation-list li:hover::after {
  bottom: 5px;
}
.navigation-list li:hover {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .navigation-list ul {
    padding: 0.5rem;
  }
  .navigation-list li {
    margin: 0 0.25rem;
    padding: 0 0 12px 0;
  }
  .navigation-list li::after {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }
}

/*= End of navigation--ページ内リンク =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= ファーストビュー =
===============================================>>>>>*/
.mainvisual-area {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .mainvisual-area .content-1200 {
    padding: 0;
  }
}

.mainvisual-text-obi--sp {
  background-color: #39a400;
  text-align: left;
  padding: 6px;
  color: #FFF;
  font-size: clamp(1rem, -0.002rem + 5.01vw, 2.4rem);
  font-weight: 800;
}

.mainvisual-img {
  /* Animation */
}
.mainvisual-img--logo {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: -20px auto 0;
}
@media screen and (max-width: 1200px) {
  .mainvisual-img--logo {
    width: 42%;
  }
  .mainvisual-img--logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--logo {
    position: absolute;
    width: 95%;
    margin: 35% 0 0 0;
    left: 51%;
    transform: translateX(-50%);
  }
}
.mainvisual-img--kikan {
  position: absolute;
  left: 5px;
  top: -15px;
  z-index: 12;
}
@media screen and (max-width: 1200px) {
  .mainvisual-img--kikan {
    width: 19%;
    left: 1.5%;
    top: -2%;
  }
  .mainvisual-img--kikan img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--kikan {
    width: 25%;
    left: 0%;
    bottom: -1%;
    top: auto;
  }
}
.mainvisual-img--souryou {
  position: absolute;
  left: 191px;
  top: -20px;
  z-index: 13;
}
@media screen and (max-width: 1200px) {
  .mainvisual-img--souryou {
    width: 21%;
    left: 17%;
    top: -4%;
  }
  .mainvisual-img--souryou img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--souryou {
    width: 32%;
    left: 21%;
    top: auto;
    bottom: -1%;
  }
}
.mainvisual-img--delivery {
  position: absolute;
  left: 257px;
  bottom: -5px;
  z-index: 11;
  width: 246px;
  transform: rotate(-3deg) !important;
}
.mainvisual-img--delivery img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .mainvisual-img--delivery {
    width: 19%;
    left: 23%;
    bottom: -1%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--delivery {
    transform: rotate(0deg) !important;
    width: 51%;
    left: auto;
    bottom: -6%;
    right: 0;
  }
}
.mainvisual-img--matu {
  position: absolute;
  left: 28%;
  bottom: 19%;
  z-index: 8;
  width: 62px;
}
.mainvisual-img--matu img {
  width: 100%;
  height: auto;
}
.mainvisual-img--matu img {
  transform: rotate(-9deg) !important;
}
@media screen and (max-width: 1200px) {
  .mainvisual-img--matu {
    width: 6%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--matu {
    display: none;
  }
}
.mainvisual-img--ougi {
  position: absolute;
  left: 222px;
  bottom: -50px;
  z-index: 11;
  width: 300px;
}
.mainvisual-img--ougi img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .mainvisual-img--ougi {
    width: 23%;
    left: 22%;
    bottom: -10%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--ougi {
    transform: rotate(0deg) !important;
    width: 58%;
    left: 48%;
    bottom: -14%;
    right: 0;
  }
}
.mainvisual-img .target {
  display: block;
  max-width: 350px;
  width: 70%;
  height: auto;
}
.mainvisual-img .target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@-webkit-keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.mainvisual-img--paper {
  position: absolute;
  top: 0px;
  left: -180px;
  right: 0;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .mainvisual-img--paper {
    top: 0%;
    left: -8%;
    width: 115%;
  }
  .mainvisual-img--paper img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--paper {
    display: none;
  }
}
.mainvisual-img--catch {
  margin: 0.8% auto 0 auto;
  width: 24%;
}
.mainvisual-img--catch img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .mainvisual-img--catch {
    width: 22%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--catch {
    display: none;
  }
}

.mainvisual-photo-variety {
  position: absolute;
  left: -127px;
  top: 161px;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .mainvisual-photo-variety {
    left: -4%;
    top: 40%;
    width: 37%;
  }
  .mainvisual-photo-variety img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-photo-variety {
    display: none;
  }
}
.mainvisual-photo-premium {
  position: absolute;
  right: -127px;
  top: 161px;
  z-index: 8;
}
@media screen and (max-width: 1200px) {
  .mainvisual-photo-premium {
    right: -4%;
    top: 33%;
    width: 39%;
  }
  .mainvisual-photo-premium img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-photo-premium {
    display: none;
  }
}
.mainvisual-photo-regular {
  position: absolute;
  left: 126px;
  top: 79px;
  z-index: 6;
}
@media screen and (max-width: 1200px) {
  .mainvisual-photo-regular {
    left: 11%;
    top: 15%;
    width: 27%;
  }
  .mainvisual-photo-regular img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-photo-regular {
    display: none;
  }
}
.mainvisual-photo-mame {
  position: absolute;
  right: 236px;
  top: 428px;
  z-index: 7;
}
@media screen and (max-width: 1200px) {
  .mainvisual-photo-mame {
    right: 19%;
    top: 79%;
    width: 29%;
  }
  .mainvisual-photo-mame img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-photo-mame {
    display: none;
  }
}
.mainvisual-photo-tea {
  position: absolute;
  right: 124px;
  top: -14px;
  z-index: 6;
}
@media screen and (max-width: 1200px) {
  .mainvisual-photo-tea {
    right: 12%;
    top: -4%;
    width: 29%;
  }
  .mainvisual-photo-tea img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-photo-tea {
    display: none;
  }
}

.mainvisual-cap-coffee-gold {
  position: absolute;
  right: 172px;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .mainvisual-cap-coffee-gold {
    right: 19%;
    width: 19%;
  }
  .mainvisual-cap-coffee-gold img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cap-coffee-gold {
    display: none;
  }
}
.mainvisual-cap-coffee {
  position: absolute;
  left: -64px;
  top: -8px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .mainvisual-cap-coffee {
    left: -5%;
    width: 25%;
    top: 2%;
  }
  .mainvisual-cap-coffee img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cap-coffee {
    display: none;
  }
}
.mainvisual-cap-tea {
  position: absolute;
  right: -102px;
  top: -78px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .mainvisual-cap-tea {
    right: -2%;
    width: 18%;
    top: -17%;
  }
  .mainvisual-cap-tea img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cap-tea {
    display: none;
  }
}

.mainvisual-name--variety {
  position: absolute;
  bottom: 0;
  left: 32px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .mainvisual-name--variety {
    bottom: 0;
    left: 6%;
    width: 15%;
  }
  .mainvisual-name--variety img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-name--variety {
    top: 21%;
    left: 14%;
    width: 26%;
  }
}
.mainvisual-name--pre {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .mainvisual-name--pre {
    bottom: 0;
    right: 5%;
    width: 15%;
  }
  .mainvisual-name--pre img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-name--pre {
    top: 16px;
    right: 32%;
    width: 26%;
  }
}
.mainvisual-name--tea {
  position: absolute;
  top: 200px;
  right: 240px;
  width: 12%;
  z-index: 9;
}
.mainvisual-name--tea img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .mainvisual-name--tea {
    top: 38%;
    right: 21%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-name--tea {
    top: 86%;
    left: 80%;
    width: 19%;
  }
}
.mainvisual-name--tea1218 {
  position: absolute;
  top: 200px;
  right: 240px;
  width: 12%;
  z-index: 9;
}
.mainvisual-name--tea1218 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .mainvisual-name--tea1218 {
    top: 38%;
    right: 21%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-name--tea1218 {
    top: 88%;
    left: 66%;
    width: 19%;
  }
}
.mainvisual-name--regular {
  position: absolute;
  top: 280px;
  left: 223px;
  width: 10%;
  z-index: 9;
}
.mainvisual-name--regular img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .mainvisual-name--regular {
    top: 54%;
    left: 19%;
    width: 11%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-name--regular {
    top: 76%;
    left: 35%;
    width: 19%;
  }
}

.mainvisual-cloud--left {
  position: absolute;
  left: -200px;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .mainvisual-cloud--left {
    left: -24%;
    top: -6%;
    width: 60%;
  }
  .mainvisual-cloud--left img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cloud--left {
    left: -42%;
    top: 43%;
    width: 85%;
  }
}

.mainvisual-cloud--right {
  position: absolute;
  right: -200px;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .mainvisual-cloud--right {
    right: -31%;
    top: 9%;
    width: 65%;
  }
  .mainvisual-cloud--right img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cloud--right {
    width: 100%;
    right: -23%;
    top: 2%;
  }
}

/*= End of ファーストビュー =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= 福袋セット共通クラス =
===============================================>>>>>*/
.title-variety {
  position: relative;
  z-index: 3;
}

.present-block {
  position: relative;
  z-index: 2;
}

.title-sub {
  position: relative;
  z-index: 3;
}
.title-sub h1 {
  font-weight: 800;
  font-size: clamp(39px, 0.864rem + 1.85vw, 2.25rem);
  line-height: 1;
  padding: 5px 0;
}
.title-sub h1 strong {
  font-weight: 800;
  font-size: clamp(3.25rem, 0.575rem + 3.23vw, 3rem);
  color: #ff0000;
}
.title-sub h1 small {
  font-size: clamp(1.75rem, 0.864rem + 1.85vw, 2.25rem);
  font-weight: 800;
}
.title-sub h1 small span {
  font-size: 21px;
}
@media all and (max-width: 1200px) {
  .title-sub h1 {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .title-sub h1 {
    font-size: 19px;
  }
  .title-sub h1 strong {
    font-size: 25px;
  }
  .title-sub h1 small {
    font-size: 16px;
  }
  .title-sub h1 small span {
    font-size: 14px;
  }
}

.banner-mamepresent {
  margin: 0.8rem 0 -1.3rem 0;
  position: relative;
  z-index: 4;
}
@media all and (max-width: 767px) {
  .banner-mamepresent {
    margin: 2% 0 -2% 0;
  }
}

.set-area {
  border-radius: 30px;
}
@media all and (max-width: 1200px) {
  .set-area {
    border-radius: 15px;
  }
}

.set-detail-h3 {
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.1;
}
.set-detail-h3 span {
  font-size: 2.3rem;
}
.set-detail-h3 small {
  font-size: 1.6rem;
  font-weight: 800;
}
@media all and (max-width: 1200px) {
  .set-detail-h3 {
    font-size: 1.2rem;
  }
  .set-detail-h3 span {
    font-size: 2rem;
  }
  .set-detail-h3 small {
    font-size: 1.1rem;
  }
}
@media all and (max-width: 992px) {
  .set-detail-h3 {
    font-size: 1rem;
  }
  .set-detail-h3 span {
    font-size: 1.5rem;
  }
  .set-detail-h3 small {
    font-size: 1rem;
  }
}

.set-detail {
  position: relative;
  z-index: 2;
}
.set-detail p {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #603813;
}
@media all and (max-width: 992px) {
  .set-detail p {
    font-size: 0.9rem;
  }
}
.set-detail dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: 1rem;
}
.set-detail dt {
  width: 24%;
  color: #FFF;
  margin: 0 0 0.5rem 0;
  line-height: 1;
}
.set-detail dt:last-child {
  margin-bottom: 0;
}
.set-detail dd {
  width: 76%;
  font-size: 1.05rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  padding-left: 0.5rem;
}
.set-detail dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .set-detail dt, .set-detail dd {
    width: 100%;
    margin: 0 0 0.5% 0;
  }
}
@media screen and (max-width: 767px) {
  .set-detail dd {
    margin: 0.2rem 0 0.5rem 0;
  }
}

.set-warning-note {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #603813;
}
.set-warning-note dt {
  float: left;
  margin-right: 1.5rem;
  font-weight: normal;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 991px) {
  .set-warning-note dt {
    float: none;
  }
}
.set-warning-note dd {
  margin-bottom: 0;
  padding: 0;
}
.set-warning-note ul {
  margin: 0;
  padding: 0 0 0 1.8rem;
}
.set-warning-note li {
  float: left;
  margin-left: 0;
  margin-right: 1.5rem;
}
.set-warning-note a {
  color: #603813;
  text-decoration: underline;
}
.set-warning-note a:hover {
  color: rgba(34, 34, 34, 0.5);
  text-decoration: none;
}

.delivery-expected-date {
  position: relative;
  display: inline-block;
  width: 97%;
  color: #603813;
  font-size: clamp(1.125rem, 0.682rem + 0.92vw, 1.375rem);
  font-weight: 700;
  background: #FFF;
  border-radius: 25px;
  border: 4px solid #e8a503;
  line-height: 1;
}
.delivery-expected-date strong {
  font-size: 30px;
  font-weight: 800;
}
.delivery-expected-date:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e8a503;
}
.delivery-expected-date i {
  font-size: 30px;
  margin-right: 5px;
}
.delivery-expected-date br {
  display: none;
}
@media all and (max-width: 1075px) {
  .delivery-expected-date br {
    display: block;
  }
  .delivery-expected-date i {
    font-size: 37px;
    margin-right: 10px;
  }
}
@media all and (max-width: 1200px) {
  .delivery-expected-date {
    border-radius: 15px;
    width: 97%;
  }
  .delivery-expected-date p {
    font-size: 20px;
  }
  .delivery-expected-date strong {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .delivery-expected-date {
    width: 100%;
    border-width: 3px;
  }
}

.badge-web-limited {
  background-color: #e8030b;
  border-radius: 25px;
  color: #FFF;
  padding: 0.1rem 0.8rem;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .badge-web-limited {
    border-radius: 8px;
    padding: 5px 7px;
    font-size: 19px;
    display: block;
    line-height: 1;
  }
}

/*= End of 福袋セット共通クラス =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= バラエティ福袋 =
===============================================>>>>>*/
.nakami-variety {
  position: relative;
  margin: -8rem -7rem -10rem -4rem;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .nakami-variety {
    margin: -21% -25% -31% -13%;
  }
}

.bg-narabi-variety {
  background-image: url(images/bg-narabi-variety.png);
  background-position: 100% 9%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .bg-narabi-variety {
    background-position: 100% 6%;
    background-size: 81% auto;
  }
}
@media all and (max-width: 767px) {
  .bg-narabi-variety {
    background-position: 100% 31%;
    background-size: 140% auto;
  }
}
@media all and (max-width: 576px) {
  .bg-narabi-variety {
    background-position: 100% 22%;
  }
}

.set-narabi-variety-bg {
  background-image: url(images/set-narabi-variety--bg.png);
  background-position: 90% -5%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .set-narabi-variety-bg {
    background-position: 103% -2%;
    background-size: 109% auto;
  }
}
@media all and (max-width: 767px) {
  .set-narabi-variety-bg {
    background-position: 130% 0%;
  }
}

.set-narabi-variety {
  position: relative;
  margin: -2% -7% 18% -3%;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .set-narabi-variety {
    margin: 0 0 20% 0;
  }
}
@media all and (max-width: 767px) {
  .set-narabi-variety {
    z-index: 2;
    margin: -5% -5% 12%;
  }
}

.icon-set-variety {
  position: absolute;
  top: 6%;
  right: -1%;
  z-index: 3;
  width: 25%;
}
.icon-set-variety img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .icon-set-variety {
    top: 4%;
    right: 1%;
  }
}
@media all and (max-width: 767px) {
  .icon-set-variety {
    right: -4px;
    width: 26%;
    top: 80px;
  }
}
@media all and (max-width: 567px) {
  .icon-set-variety {
    top: 2%;
  }
}

/*= End of バラエティ福袋  =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= 2023プレミアム福袋 =
===============================================>>>>>*/
.nakami-premium {
  position: relative;
  margin: -6rem -4rem -12rem -7rem;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .nakami-premium {
    margin: -16% -25% -22% -13%;
    width: 121%;
  }
  .nakami-premium img {
    width: 100%;
    height: auto;
  }
}

.bg-narabi-premium {
  background-image: url(images/bg-narabi-premium.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .bg-narabi-premium {
    background-position: 110% 2%;
    background-size: 68% auto;
  }
}
@media all and (max-width: 767px) {
  .bg-narabi-premium {
    background-position: 100% 31%;
    background-size: 140% auto;
  }
}
@media all and (max-width: 576px) {
  .bg-narabi-premium {
    background-position: 100% 22%;
  }
}

.set-narabi-premium-bg {
  background-image: url(images/set-narabi-premium--bg.png);
  background-position: 36% -3%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .set-narabi-premium-bg {
    background-position: 107% -8%;
    background-size: 103% auto;
  }
}
@media all and (max-width: 767px) {
  .set-narabi-premium-bg {
    background-position: 94% -3%;
  }
}

.set-narabi-premium {
  position: relative;
  margin: -2% -7% 16% -3%;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .set-narabi-premium {
    margin: -3% -4% 12% -1%;
  }
}
@media all and (max-width: 767px) {
  .set-narabi-premium {
    z-index: 2;
    margin: -11% -5% 6%;
  }
}

.icon-set-premium {
  position: absolute;
  right: -5%;
  width: 33%;
  top: 4%;
  z-index: 3;
}
.icon-set-premium img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .icon-set-premium {
    right: -3%;
    width: 31%;
    top: 3%;
  }
}
@media all and (max-width: 767px) {
  .icon-set-premium {
    right: -2%;
    width: 34%;
    top: 0%;
  }
}

/*= End of プレミアム2023福袋 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= お茶の福袋 =
===============================================>>>>>*/
.nakami-tea {
  position: relative;
  margin: -7% 0% -23% -4%;
  width: 112%;
}
.nakami-tea img {
  width: 100%;
  height: auto;
}

.bg-narabi-tea {
  background-image: url(images/bg-narabi-tea.png);
  background-position: 100% 6%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .bg-narabi-tea {
    background-position: 110% 4%;
    background-size: 72% auto;
  }
}
@media all and (max-width: 767px) {
  .bg-narabi-tea {
    background-position: 100% 31%;
    background-size: 140% auto;
  }
}
@media all and (max-width: 576px) {
  .bg-narabi-tea {
    background-size: 126% auto;
    background-position: 103% 25%;
  }
}

.set-narabi-tea-bg {
  background-image: url(images/set-narabi-tea--bg.png);
  background-position: 36% 0;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .set-narabi-tea-bg {
    background-position: 103% 1%;
    background-size: 108% auto;
  }
}
@media all and (max-width: 767px) {
  .set-narabi-tea-bg {
    background-position: 126% 0%;
  }
}

.set-narabi-tea {
  position: relative;
  margin: 1% -4% 5% -1%;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .set-narabi-tea {
    margin: 2% -4% 5% -1%;
  }
}
@media all and (max-width: 767px) {
  .set-narabi-tea {
    z-index: 2;
    margin: 0 0 8% 0;
  }
}

.icon-set-tea {
  position: absolute;
  top: 7px;
  right: -31px;
  z-index: 3;
  width: 210px;
}
.icon-set-tea img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .icon-set-tea {
    width: 32%;
    right: -3%;
    top: 1%;
  }
}
@media all and (max-width: 767px) {
  .icon-set-tea {
    right: -19px;
    width: 33%;
    top: 1%;
  }
}

/*= End of お茶の福袋 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= レギュラーコーヒー福袋 =
===============================================>>>>>*/
.nakami-regular {
  position: relative;
  margin: -2rem -4rem -8rem -4rem;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .nakami-regular {
    margin: -8% -16% -31% -7%;
  }
}

.bg-narabi-regular {
  background-image: url(images/bg-narabi-regular.png);
  background-position: 100% 6%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .bg-narabi-regular {
    background-position: 119% 6%;
    background-size: 76% auto;
  }
}
@media all and (max-width: 767px) {
  .bg-narabi-regular {
    background-position: 100% 31%;
    background-size: 140% auto;
  }
}
@media all and (max-width: 576px) {
  .bg-narabi-regular {
    background-position: 100% 31%;
  }
}

.set-narabi-regular-bg {
  background-image: url(images/set-narabi-regular--bg.png);
  background-position: 112% 3%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .set-narabi-regular-bg {
    background-position: 103% -2%;
    background-size: 109% auto;
  }
}
@media all and (max-width: 767px) {
  .set-narabi-regular-bg {
    background-position: 126% 0%;
  }
}

.set-narabi-regular {
  position: relative;
  margin: 0 -4% 10% -1%;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .set-narabi-regular {
    margin: -3% -4% 13% -1%;
  }
}
@media all and (max-width: 767px) {
  .set-narabi-regular {
    z-index: 2;
    margin: 6% -4% 13% 0;
  }
}

.icon-set-regular {
  position: absolute;
  top: 3%;
  right: -3%;
  z-index: 3;
  width: 35%;
}
.icon-set-regular img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .icon-set-regular {
    width: 39%;
    right: -3%;
    top: 2%;
  }
}
@media all and (max-width: 767px) {
  .icon-set-regular {
    right: -15px;
    width: 40%;
    top: 4%;
  }
}

/*= End of レギュラーコーヒー福袋 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= 注意書きリンク =
===============================================>>>>>*/
.text-attention {
  text-align: right;
  font-size: 1rem;
}
.text-attention a {
  color: #42210b;
  text-decoration: underline;
}
.text-attention a:hover, .text-attention a:focus {
  color: rgba(34, 34, 34, 0.5);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .text-attention {
    margin-top: 10px;
    text-align: left;
    font-size: 0.9rem;
  }
}

/*= End of 注意書きリンク =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= voice　お客様の声 =
===============================================>>>>>*/
.voice {
  overflow: hidden;
  font-size: 2rem;
  font-weight: 800;
}
.voice small {
  font-size: 1rem;
}
@media all and (max-width: 767px) {
  .voice {
    font-size: 1.1rem;
  }
  .voice small {
    font-size: 0.9rem;
  }
}

.voice-box p {
  margin: 0;
}
.voice-box ul {
  margin: 1rem 1rem 0.5rem;
  padding: 0.8rem;
}
.voice-box li {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #603813;
  font-size: 1.1rem;
  font-weight: 500;
}
.voice-box li i {
  font-size: 1.4rem;
}
.voice-box li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .voice-box ul {
    margin: 0.5rem 0;
  }
  .voice-box li {
    font-size: 0.9rem;
  }
}

/*= End of voice　お客様の声 =*/
/*=============================================<<<<<*/
/*--------------------------------------------------
　ボタン
-------------------------------------------------*/
/*矢印ボタン_____________*/
.arrow-btn {
  color: #fff !important;
  position: relative;
  transition: 0.5s;
}

.arrow-btn::after {
  transition: 0.3s;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transform: rotate(45deg);
}

.arrow-btn:hover::after {
  right: 22px;
}

.btn-cart {
  font-size: 1.8rem;
  padding: 1rem;
  font-weight: 500;
}
@media all and (max-width: 1200px) {
  .btn-cart {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 992px) {
  .btn-cart {
    font-size: 1.3rem;
  }
  .btn-cart-long {
    line-height: 1.2;
    padding: 0.5rem;
  }
}
@media all and (max-width: 767px) {
  .btn-cart-long {
    line-height: 1.5;
    padding: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .btn-cart {
    font-size: 1.2rem;
  }
  .btn-cart-long {
    line-height: 1.2;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 320px) {
  .btn-cart {
    font-size: 1rem;
  }
}

/*---------------------------------------
    概要
--------------------------------------*/
.attention-area {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.4;
}
.attention-area h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: -16px;
}
.attention-area h5 img {
  position: relative;
  top: -1px;
}
.attention-area h6 {
  font-size: 1.2rem;
  color: #ec1c24;
}
.attention-area ul {
  padding-left: 3.5%;
}
.attention-area .att_txt {
  font-size: 13px;
}
@media all and (max-width: 767px) {
  .attention-area ul {
    padding-left: 9%;
  }
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(128, 128, 128, 0.6);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 20;
}

/* --------------------------------------------------
完売
-------------------------------------------------*/
.sold-out {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 97%;
  height: 110%;
  z-index: 50;
  top: 22px;
  right: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .sold-out {
    width: 96%;
    height: 103%;
  }
}
@media screen and (max-width: 767px) {
  .sold-out {
    top: -30%;
    width: 100%;
    height: 133%;
  }
}
.sold-out--text {
  color: #FFF;
  font-size: 38px;
  font-weight: 700;
  position: absolute;
  z-index: 51;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .sold-out--text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sold-out--text {
    font-size: 1.6rem;
    top: 33%;
  }
}

/* --------------------------------------------------
 遅延
-------------------------------------------------*/
.alert--delay {
  border: 3px solid #ff0000 !important;
  font-size: 1.1rem !important;
  font-weight: 700;
  color: #ff0000 !important;
  background-color: #FFF !important;
}