@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
/*文字シャギーを解消*/
h3, 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-1500 {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.content-1200 {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.font-w800 {
  font-weight: 800;
}

.bg-cream {
  background-color: #fffae2;
}

.bg-red {
  background-color: #ff0000;
}

.bg-red-darken {
  background-color: #e8030b;
}

.bg-yeellow {
  background-color: #ffff00;
}

.bg-yeellow-lighten {
  background-color: #ffff80;
}

.bg-blue {
  background-color: #0e25a0;
}

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

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

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

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

.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;
}

.bg-blue-right {
  background-color: #1454d4;
}

.oneArea {
  background: linear-gradient(180deg, #3b61ca 0%, #3b61ca 38%, #0e25a0 38%, #0e25a0 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 2% 2% 2%;
}
@media all and (max-width: 1200px) {
  .oneArea {
    padding: 0 2% 2% 0%;
  }
}

@media all and (max-width: 1200px) {
  .undameshi-main {
    width: 90%;
  }
  .undameshi-main img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .undameshi-main {
    width: 100%;
    margin-bottom: 1%;
  }
}

@media all and (max-width: 1200px) {
  .undameshi-main-neko {
    width: 90%;
  }
  .undameshi-main-neko img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .undameshi-main-neko {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .undameshi-main-neko {
    display: none;
  }
}

.bg-voice--variety {
  background-color: #fcdbdc;
}
.bg-voice--premium {
  background-color: #e4d3e5;
}
.bg-voice--tea {
  background-color: #d9ecbf;
}
.bg-voice--regular {
  background-color: #ddc6a1;
}

.color-red {
  color: #ff0000;
}

.color-blue {
  color: #1e50a2;
}

.color-blue-right {
  color: #1454d4;
}

.color-yellow {
  color: #ffff00;
}

.color-red-darken {
  color: #e8030b;
}

.color-purple {
  color: #93278f;
}

.color-green {
  color: #009245;
}

.color-brown {
  color: #905805;
}

.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;
  }
}

.border-radius5 {
  border-radius: 5px;
}

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

.border-radius20 {
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .border-radius20 {
    border-radius: 10px;
  }
}

.border-radius30 {
  border-radius: 30px;
}
@media all and (max-width: 1200px) {
  .border-radius30 {
    border-radius: 20px;
  }
}
@media all and (max-width: 768px) {
  .border-radius30 {
    border-radius: 10px;
  }
}

.border-radius35 {
  border-radius: 35px;
}
@media all and (max-width: 768px) {
  .border-radius35 {
    border-radius: 15px;
  }
}

.border-radius50 {
  border-radius: 50px;
}
@media all and (max-width: 768px) {
  .border-radius50 {
    border-radius: 20px;
  }
}

.border-gold {
  border-color: #e89e03 !important;
}

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

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

.border-dotted-red {
  border-top: 6px dotted #f6989b !important;
  margin: 0;
  padding: 0;
}

.border-dotted-purple {
  border-top: 6px dotted #ccaccf !important;
  margin: 0;
  padding: 0;
}

.border-dotted-green {
  border-top: 6px dotted #68b300 !important;
  margin: 0;
  padding: 0;
}

.border-dotted-brown {
  border-top: 6px dotted #c79f62 !important;
  margin: 0;
  padding: 0;
}

.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;
}

/*--------------------------------------------------
 余白
-------------------------------------------------*/
.box-space {
  padding-top: 70px;
}
@media screen and (max-width: 1200px) {
  .box-space {
    padding: 5% 1% 0;
  }
}
@media screen and (max-width: 767px) {
  .box-space {
    padding: 30px 5px 0;
  }
}

/*--------------------------------------------------
 装飾
-------------------------------------------------*/
.original-box-shadow {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes fuwafuwa-shake {
  0% {
    transform: translate(0, 0) rotate(7deg);
  }
  100% {
    transform: translate(0, 0) rotate(-7deg);
  }
}

@keyframes fuwafuwa-shake {
  0% {
    transform: translate(0, 0) rotate(7deg);
  }
  100% {
    transform: translate(0, 0) rotate(-7deg);
  }
}
/*--------------------------------------------------
 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;
  }
}

/*=============================================>>>>>
= 特典 =
===============================================>>>>>*/
.banner-senkou {
  position: relative;
  z-index: 11;
  margin-top: -18px;
}
@media all and (max-width: 1200px) {
  .banner-senkou {
    margin-top: -1%;
  }
}
@media all and (max-width: 767px) {
  .banner-senkou {
    margin-top: 0;
  }
}

.banner-undameshi-area {
  position: relative;
  text-align: center;
  z-index: 12;
}

.banner-undameshi img {
  margin: -14px 0 -4px 0px;
}
@media all and (max-width: 1500px) {
  .banner-undameshi {
    width: 79%;
    margin: 0 auto;
  }
  .banner-undameshi img {
    width: 100%;
    height: auto;
  }
  .banner-undameshi img {
    margin: -1.1% 0 -0.4% 0px;
  }
}

/*=============================================>>>>>
= 背景 =
===============================================>>>>>*/
.bg-mainvisual--red {
  background: url(images/mainvisual-logo-bg.png), url(images/bg-pattern--red.gif);
  background-repeat: no-repeat, repeat;
  background-position: top -80px center, center 0;
  background-color: #e8030b;
  border-top: 20px solid #FFF;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .bg-mainvisual--red {
    background-position: top;
    background-attachment: scroll;
    background-size: 90%, auto;
    border: 0;
    margin-top: 0;
  }
}

.bg-mainvisual--red--1201 {
  margin-top: -5px !important;
}
@media screen and (max-width: 767px) {
  .bg-mainvisual--red--1201 {
    margin-top: 2px !important;
  }
}

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

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

.bg-pattern--variety {
  background: url(images/bg-kumo.png), url(images/bg-pattern--variety.gif);
  background-repeat: no-repeat, repeat;
  background-position: center 0;
  background-attachment: fixed, scroll;
  background-color: #e80222;
}

.bg-pattern--premium {
  background: url(images/bg-kumo.png), url(images/bg-pattern--premium.gif);
  background-repeat: no-repeat, repeat;
  background-position: center 0;
  background-attachment: fixed, scroll;
  background-color: #9f64a5;
}

.bg-pattern--tea {
  background: url(images/bg-kumo.png), url(images/bg-pattern--tea.gif);
  background-repeat: no-repeat, repeat;
  background-position: center 0;
  background-attachment: fixed, scroll;
  background-color: #97b524;
}

.bg-pattern--regular {
  background: url(images/bg-kumo.png), url(images/bg-pattern--regular.gif);
  background-repeat: no-repeat, repeat;
  background-position: center 0;
  background-attachment: fixed, scroll;
  background-color: #905805;
}

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

.bg-gradient--obi {
  width: 100%;
  background-image: linear-gradient(90deg, rgb(178, 119, 14), rgb(145, 100, 18) 15%, rgb(205, 188, 22) 30%, rgb(205, 148, 22) 50%, rgb(205, 175, 21) 70%, rgb(145, 99, 18) 85%, rgb(178, 122, 17));
}

.bg-gradient--variety {
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 208, 192));
}
.bg-gradient--premium {
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 240, 217));
}
.bg-gradient--tea {
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(243, 231, 185));
}
.bg-gradient--regular {
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 232, 184));
}

.bg-coin {
  background: url(../24fuku/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: 5px;
}
.navigation-list li {
  width: 100%;
  margin: 0 0.5rem;
  padding: 7px 10px 15px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.navigation-list li a {
  color: #FFF;
}
.navigation-list li a:hover {
  text-decoration: none;
}
.navigation-list li::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent transparent #FFF #FFF;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.navigation-list li:hover::after {
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .navigation-list li {
    margin: 0 0.15rem;
    padding: 3px 0 16px 0;
    font-size: 13px;
    line-height: 1;
  }
  .navigation-list li span {
    letter-spacing: -2px;
  }
  .navigation-list li::after {
    width: 9px;
    height: 9px;
    border-width: 2px;
  }
}

.navigation-list--variety {
  background-color: #da4024;
}
.navigation-list--variety:hover {
  filter: brightness(1.2);
}
.navigation-list--premium {
  background-color: #97609f;
}
.navigation-list--premium:hover {
  filter: brightness(1.2);
}
.navigation-list--tea {
  background-color: #005900;
}
.navigation-list--tea:hover {
  filter: brightness(1.4);
}
.navigation-list--regular {
  background-color: #683307;
}
.navigation-list--regular:hover {
  filter: brightness(1.4);
}

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

.mainvisual-area2501 {
  position: relative;
  text-align: center;
  margin: -41px auto 0 auto;
  width: 100%;
  overflow: hidden;
  padding: 40px 0 5px 0;
}
@media all and (max-width: 767px) {
  .mainvisual-area2501 {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .mainvisual-area2501 .content-1200 {
    padding: 0;
  }
}

.mainvisual-img {
  /* Animation */
}
.mainvisual-img--logo {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: -39px auto -60px;
}
@media screen and (max-width: 1500px) {
  .mainvisual-img--logo {
    width: 46%;
    margin: -3% auto -5%;
  }
  .mainvisual-img--logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--logo {
    width: 105%;
    margin: -3% 3% 0 -1%;
  }
}
.mainvisual-img--logo2501 {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: -56px auto -60px;
}
@media screen and (max-width: 1500px) {
  .mainvisual-img--logo2501 {
    width: 46%;
    margin: -3% auto -5%;
  }
  .mainvisual-img--logo2501 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--logo2501 {
    width: 105%;
    margin: -3% 3% 0 -1%;
  }
}
.mainvisual-img--kikan {
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1500px) {
  .mainvisual-img--kikan {
    width: 17%;
  }
  .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: relative;
  z-index: 12;
}
@media screen and (max-width: 1500px) {
  .mainvisual-img--souryou {
    width: 17%;
  }
  .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--souryou2501 {
  position: absolute;
  left: 340px;
  top: 229px;
  z-index: 11;
}
@media screen and (max-width: 1500px) {
  .mainvisual-img--souryou2501 {
    left: 22%;
    top: 45%;
    width: 13%;
  }
  .mainvisual-img--souryou2501 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--souryou2501 {
    width: 44%;
    left: -2%;
    right: 0;
    top: 45%;
  }
}
.mainvisual-img--kongetukagiri {
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1500px) {
  .mainvisual-img--kongetukagiri {
    width: 25%;
  }
  .mainvisual-img--kongetukagiri img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--kongetukagiri {
    width: 32%;
    left: 21%;
    top: auto;
    bottom: -1%;
  }
}
.mainvisual-img--delivery {
  position: absolute;
  left: 342px;
  top: 187px;
  z-index: 11;
  width: 15%;
}
.mainvisual-img--delivery img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .mainvisual-img--delivery {
    left: 22%;
    top: 34%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--delivery {
    width: 44%;
    left: -2%;
    right: 0;
    top: 45%;
  }
}
.mainvisual-img--tokuten {
  position: relative;
  z-index: 12;
  margin-bottom: -10px;
}
@media screen and (max-width: 1500px) {
  .mainvisual-img--tokuten {
    margin: 0 auto -1% auto;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img--tokuten {
    margin: -28% auto 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-img-otoku {
    margin: -4% auto -2% auto;
  }
}
.mainvisual-img--sp {
  margin-top: -66%;
}
.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: 9;
}
@media screen and (max-width: 1500px) {
  .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: -132px;
  top: 28px;
  z-index: 9;
}
@media screen and (max-width: 1500px) {
  .mainvisual-photo-variety {
    left: -9%;
    top: 5%;
    width: 39%;
  }
  .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: -117px;
  top: 58px;
  z-index: 8;
}
@media screen and (max-width: 1500px) {
  .mainvisual-photo-premium {
    right: -6%;
    top: 14%;
    width: 43%;
  }
  .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: 164px;
  top: -49px;
  z-index: 6;
}
@media screen and (max-width: 1500px) {
  .mainvisual-photo-regular {
    left: 12%;
    top: -9%;
    width: 26%;
  }
  .mainvisual-photo-regular img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-photo-regular {
    display: none;
  }
}
.mainvisual-photo-tea {
  position: absolute;
  right: 145px;
  top: -38px;
  z-index: 6;
}
@media screen and (max-width: 1500px) {
  .mainvisual-photo-tea {
    right: 11%;
    top: -7%;
    width: 25%;
  }
  .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;
  left: 135px;
  top: 336px;
  z-index: 9;
}
@media screen and (max-width: 1500px) {
  .mainvisual-cap-coffee-gold {
    left: 9%;
    width: 24%;
    top: 61%;
  }
  .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;
  right: 157px;
  top: 284px;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .mainvisual-cap-coffee {
    right: 10%;
    width: 18%;
    top: 52%;
  }
  .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: -11px;
  top: -74px;
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .mainvisual-cap-tea {
    right: 2%;
    width: 14%;
    top: -12%;
  }
  .mainvisual-cap-tea img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cap-tea {
    display: none;
  }
}
.mainvisual-cap-greentea {
  position: absolute;
  right: 358px;
  top: 232px;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .mainvisual-cap-greentea {
    right: 23%;
    width: 10%;
    top: 43%;
  }
  .mainvisual-cap-greentea img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cap-greentea {
    display: none;
  }
}
.mainvisual-cap-cantafe {
  position: absolute;
  left: -28px;
  top: -70px;
  z-index: 5;
}
@media screen and (max-width: 1500px) {
  .mainvisual-cap-cantafe {
    left: 0%;
    width: 20%;
    top: -13%;
  }
  .mainvisual-cap-cantafe img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cap-cantafe {
    display: none;
  }
}

.mainvisual-name--variety {
  position: absolute;
  bottom: 0;
  left: 42px;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .mainvisual-name--variety {
    bottom: 0;
    left: 3%;
    width: 12%;
  }
  .mainvisual-name--variety img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-name--variety {
    top: 57%;
    left: 30%;
    width: 29%;
    transform: rotate(7deg) !important;
  }
}
.mainvisual-name--pre {
  position: absolute;
  bottom: -11px;
  right: 37px;
  z-index: 12;
}
@media screen and (max-width: 1500px) {
  .mainvisual-name--pre {
    bottom: 0;
    right: 1%;
    width: 12%;
  }
  .mainvisual-name--pre img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-name--pre {
    top: 64%;
    right: 17%;
    width: 28%;
  }
}
.mainvisual-name--tea {
  position: absolute;
  top: 208px;
  right: 296px;
  z-index: 10;
}
@media screen and (max-width: 1500px) {
  .mainvisual-name--tea {
    top: 36%;
    right: 19%;
    width: 11%;
  }
  .mainvisual-name--tea img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-name--tea {
    display: none;
  }
}
.mainvisual-name--regular {
  position: absolute;
  top: 177px;
  left: 259px;
  z-index: 9;
}
@media screen and (max-width: 1500px) {
  .mainvisual-name--regular {
    top: 31%;
    left: 17%;
    width: 11%;
  }
  .mainvisual-name--regular img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-name--regular {
    display: none;
  }
}

.mainvisual-cloud--left {
  position: absolute;
  left: -370px;
  top: 30px;
}
@media screen and (max-width: 1400px) {
  .mainvisual-cloud--left {
    left: -7%;
    top: 4%;
    width: 29%;
  }
  .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--left2501 {
  position: absolute;
  left: 440px;
  top: 26px;
}
@media screen and (max-width: 1500px) {
  .mainvisual-cloud--left2501 {
    left: 29%;
    top: 5%;
    width: 13%;
  }
  .mainvisual-cloud--left2501 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cloud--left2501 {
    left: -42%;
    top: 43%;
    width: 85%;
  }
}

.mainvisual-cloud--right {
  position: absolute;
  right: -220px;
  top: 39px;
}
@media screen and (max-width: 1500px) {
  .mainvisual-cloud--right {
    right: -7%;
    top: 5%;
    width: 19%;
  }
  .mainvisual-cloud--right img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cloud--right {
    width: 100%;
    right: -23%;
    top: 2%;
  }
}

.mainvisual-cloud--right2501 {
  position: absolute;
  right: 434px;
  top: 15px;
}
@media screen and (max-width: 1500px) {
  .mainvisual-cloud--right2501 {
    right: 29%;
    top: 3%;
    width: 10%;
  }
  .mainvisual-cloud--right2501 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-cloud--right2501 {
    width: 100%;
    right: -23%;
    top: 2%;
  }
}

/*= End of ファーストビュー =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= プレゼント =
===============================================>>>>>*/
.present-h1 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width: 1200px) {
  .present-h1 {
    width: 23%;
    top: -9%;
  }
  .present-h1 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .present-h1 {
    width: 41%;
    top: -20px;
  }
  .present-h1 img {
    width: 100%;
    height: auto;
  }
}

.present-text {
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .present-text {
    margin-top: -50px;
  }
}

.present-attention {
  font-size: 13px;
}

/*= プレゼント =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= 2個以上でお得 =
===============================================>>>>>*/
.otoku-img {
  width: 119%;
  float: right;
}
.otoku-img img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .otoku-img {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
}

.otoku-h1 {
  position: relative;
  padding-bottom: 4%;
}
@media all and (max-width: 1200px) {
  .otoku-h1 {
    padding-bottom: 5%;
  }
}
@media all and (max-width: 767px) {
  .otoku-h1 {
    padding-bottom: 7%;
  }
}
.otoku-h1 img {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (max-width: 1200px) {
  .otoku-h1 img {
    width: 60%;
  }
  .otoku-h1 img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .otoku-h1 img {
    width: 66%;
    top: -72%;
  }
}
@media all and (max-width: 767px) {
  .otoku-h1 img {
    width: 94%;
  }
}

.otoku-h2 {
  margin-top: -53px;
}
@media all and (max-width: 1200px) {
  .otoku-h2 {
    width: 33%;
    margin: -3% auto 0;
  }
  .otoku-h2 img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .otoku-h2 {
    width: 47%;
    margin: -6% auto 0;
  }
}

@media all and (max-width: 767px) {
  .otoku-text {
    font-size: 12px;
  }
}

/*= 2個以上でお得 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= 福袋セット共通クラス =
===============================================>>>>>*/
.set-obi {
  position: relative;
  padding-bottom: 5%;
}
@media all and (max-width: 1200px) {
  .set-obi {
    padding-bottom: 5%;
  }
}
@media all and (max-width: 767px) {
  .set-obi {
    padding-bottom: 7%;
  }
}
.set-obi img {
  position: absolute;
  top: -43px;
  left: 0;
}
@media all and (max-width: 767px) {
  .set-obi img {
    top: -1px;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
  }
}

.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 {
  margin-top: 80px;
  border-radius: 30px;
}
@media all and (max-width: 1200px) {
  .set-area {
    border-radius: 15px;
  }
}
@media all and (max-width: 767px) {
  .set-area {
    margin-top: 0;
  }
}

.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;
  }
}

.fuku-set-detail-h3 {
  font-size: clamp(1rem, 0.636rem + 1.818vi, 2rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 10px;
}
.fuku-set-detail-h3 b {
  font-size: clamp(1.25rem, 0.568rem + 3.409vi, 3.125rem);
  font-weight: 700;
  vertical-align: text-bottom;
}
@media all and (max-width: 768px) {
  .fuku-set-detail-h3 {
    left: 15px;
  }
}

.fuku-set-detail {
  position: relative;
  z-index: 2;
  margin: 0 30px;
  padding: 15px 30px 20px 30px;
}
.fuku-set-detail dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: clamp(0.938rem, 0.869rem + 0.341vi, 1.125rem);
}
.fuku-set-detail dt {
  width: 25%;
  color: #FFF;
  margin: 0 0 0.5rem 0;
  line-height: 1;
}
.fuku-set-detail dt:last-child {
  margin-bottom: 0;
}
.fuku-set-detail dd {
  width: 75%;
  font-weight: 500;
  font-size: clamp(0.938rem, 0.847rem + 0.455vi, 1.188rem);
  margin: 0 0 0.5rem 0;
  padding-left: 0.5rem;
}
.fuku-set-detail dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .fuku-set-detail {
    margin: 0 2%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .fuku-set-detail dd {
    margin: 0.2rem 0 0.5rem 0;
  }
  .fuku-set-detail dt, .fuku-set-detail dd {
    width: 100%;
    margin: 0 0 0.5% 0;
  }
}

.price-left {
  width: 45%;
  float: left;
}
@media all and (max-width: 768px) {
  .price-left {
    width: 100%;
    padding-right: 1%;
    margin-left: -2%;
  }
}

.price-right {
  width: 55%;
  float: right;
  padding: 0 20px;
}
@media all and (max-width: 768px) {
  .price-right {
    width: 100%;
    padding-right: -2%;
    margin-left: 0;
    padding: 0 10px;
  }
}

.text-last-attention {
  font-size: clamp(1.313rem, 1.131rem + 0.909vi, 1.813rem);
  font-weight: 800;
}

.text-last-attention--1201 {
  font-size: clamp(1.125rem, -0.097rem + 2.546vi, 1.813rem);
  font-weight: 800;
}
.text-last-attention--1201 .badge {
  font-size: 84%;
}
@media all and (max-width: 768px) {
  .text-last-attention--1201 {
    font-size: clamp(1.125rem, -0.008rem + 4.835vi, 2.313rem);
  }
}

.text-last-attention--0101 {
  font-size: clamp(1.125rem, -0.097rem + 2.546vi, 1.813rem);
  font-weight: 800;
  line-height: 1;
}
.text-last-attention--0101 .badge {
  font-size: 84%;
}
@media all and (max-width: 768px) {
  .text-last-attention--0101 {
    font-size: clamp(1.125rem, -0.008rem + 4.835vi, 2.313rem);
  }
}

/*--------------------------------------------------
　福袋説明書き
-------------------------------------------------*/
.position-warning-note {
  font-size: clamp(0.75rem, 0.682rem + 0.341vi, 0.938rem);
  line-height: 1.2;
}
.position-warning-note dt {
  float: left;
  margin-right: 1.5rem;
  font-weight: normal;
}
@media all and (max-width: 991px) {
  .position-warning-note dt {
    float: none;
  }
}
.position-warning-note dd {
  margin-bottom: 0;
  padding: 0;
}
.position-warning-note ul {
  margin: 0;
  padding: 0 0 0 1.8rem;
}
.position-warning-note li {
  float: left;
  margin-left: 0;
  margin-right: 1.5rem;
}
.position-warning-note a {
  color: #666666;
  text-decoration: underline;
}
.position-warning-note a:hover {
  text-decoration: none;
}

.bg-kirakira, .bg-kirakira--regular, .bg-kirakira--tea, .bg-kirakira--premium, .bg-kirakira--variety {
  background-position: 100% 9%;
  background-repeat: no-repeat;
}
@media all and (max-width: 1200px) {
  .bg-kirakira, .bg-kirakira--regular, .bg-kirakira--tea, .bg-kirakira--premium, .bg-kirakira--variety {
    background-position: 100% 6%;
    background-size: 100% auto;
  }
}
@media all and (max-width: 767px) {
  .bg-kirakira, .bg-kirakira--regular, .bg-kirakira--tea, .bg-kirakira--premium, .bg-kirakira--variety {
    background-position: top 55px left -167px;
    background-size: 248% auto;
  }
}

.bg-kirakira--variety {
  background-image: url(images/bg-kirakira--variety.png);
}
.bg-kirakira--premium {
  background-image: url(images/bg-kirakira--premium.png);
}
.bg-kirakira--tea {
  background-image: url(images/bg-kirakira--tea.png);
}
@media all and (max-width: 767px) {
  .bg-kirakira--tea {
    background-position: top 111px left -167px !important;
    background-size: 250% auto !important;
  }
}
.bg-kirakira--regular {
  background-image: url(images/bg-kirakira--regular.png);
}
@media all and (max-width: 767px) {
  .bg-kirakira--regular {
    background-position: top 115px left -267px !important;
    background-size: 318% auto !important;
  }
}

/*= End of 福袋セット共通クラス =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= バラエティ福袋 =
===============================================>>>>>*/
.variety-area {
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .variety-area {
    border-radius: 10px;
  }
}

.variety-logo {
  position: relative;
  z-index: 7;
  width: 43%;
}
.variety-logo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .variety-logo {
    width: 40%;
  }
  .variety-logo img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .variety-logo {
    width: 88%;
    margin-left: -5px;
    margin-top: 16%;
    z-index: 1;
  }
}

.variety-text {
  position: absolute;
  top: 1%;
  right: -1%;
}
@media all and (max-width: 1200px) {
  .variety-text {
    width: 62%;
  }
  .variety-text img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .variety-text {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    margin-top: -10px;
  }
}

.variety-img {
  position: absolute;
  top: 5%;
  right: -4%;
}
@media all and (max-width: 1300px) {
  .variety-img {
    width: 54%;
  }
  .variety-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .variety-img {
    width: 111%;
    top: 7%;
    right: -6%;
  }
}

.variety-nakami {
  position: relative;
  margin-top: -20px;
  z-index: 5;
}
@media all and (max-width: 1200px) {
  .variety-nakami {
    width: 81%;
  }
  .variety-nakami img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .variety-nakami {
    width: 109%;
    margin: 68% -2% 0 -5%;
  }
}
@media all and (max-width: 576px) {
  .variety-nakami {
    margin: 72% -2% 0 -5%;
  }
}

.variety-icon {
  position: absolute;
  z-index: 10;
  top: 62%;
  right: -2%;
  -webkit-animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
          animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1300px) {
  .variety-icon {
    width: 26%;
    right: -2%;
    top: 62%;
  }
  .variety-icon img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  .variety-icon {
    width: 28%;
    right: -24%;
    top: 66%;
  }
  .variety-icon img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 992px) {
  .variety-icon {
    top: 70%;
  }
  .variety-icon img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .variety-icon {
    top: -125%;
    right: -1%;
    width: 41%;
  }
}

/*= End of バラエティ福袋  =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= 2023プレミアム福袋 =
===============================================>>>>>*/
.premium-area {
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .premium-area {
    border-radius: 10px;
  }
}

.premium-logo {
  position: relative;
  z-index: 7;
  margin: 16px 0 0 0;
  width: 43%;
}
.premium-logo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .premium-logo {
    width: 40%;
  }
  .premium-logo img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .premium-logo {
    width: 88%;
    margin-left: -5px;
    margin-top: 16%;
    z-index: 1;
  }
}

.premium-text {
  position: absolute;
  top: 3%;
  right: 1%;
  z-index: 4;
}
@media all and (max-width: 1200px) {
  .premium-text {
    width: 51%;
    right: 10%;
  }
  .premium-text img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .premium-text {
    position: relative;
    width: 101%;
    top: auto;
    right: auto;
    margin-top: -10px;
  }
}

.premium-img {
  position: absolute;
  top: 9%;
  right: -8%;
  z-index: 1;
}
@media all and (max-width: 1200px) {
  .premium-img {
    width: 68%;
    top: 5%;
  }
  .premium-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .premium-img {
    width: 111%;
    top: 19%;
    right: -14%;
  }
}

.premium-img02 {
  position: absolute;
  top: 39%;
  left: -2%;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .premium-img02 {
    width: 35%;
  }
  .premium-img02 img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .premium-img02 {
    display: none;
  }
}

.premium-nakami {
  position: relative;
  margin: -22px 0 0 -53px;
  z-index: 5;
}
@media all and (max-width: 1200px) {
  .premium-nakami {
    width: 78%;
    margin: 0 0 0 -2%;
    z-index: 7;
  }
  .premium-nakami img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .premium-nakami {
    width: 102%;
    margin: 49% 0 0 -4%;
  }
}

.premium-icon {
  position: absolute;
  top: 79%;
  right: 0%;
  z-index: 5;
  -webkit-animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
          animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1200px) {
  .premium-icon {
    width: 22%;
    top: 85%;
    right: -1%;
  }
  .premium-icon img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .premium-icon {
    top: 12%;
    right: -6%;
    width: 45%;
    z-index: 8;
  }
}

.premium-icon02 {
  position: absolute;
  top: 22%;
  right: 35%;
  z-index: 5;
  -webkit-animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
          animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1200px) {
  .premium-icon02 {
    width: 19%;
    top: 21%;
    right: 40%;
  }
  .premium-icon02 img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .premium-icon02 {
    top: 23%;
    right: 61%;
    width: 40%;
    z-index: 8;
  }
}

.premium-icon03 {
  position: absolute;
  top: 64%;
  left: -1%;
  z-index: 5;
  -webkit-animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
          animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1200px) {
  .premium-icon03 {
    width: 14%;
    top: 48%;
    right: 37%;
  }
  .premium-icon03 img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .premium-icon03 {
    top: 63%;
    right: -2%;
    width: 23%;
    z-index: 4;
  }
}

/*= End of プレミアム2023福袋 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= お茶の福袋 =
===============================================>>>>>*/
.tea-area {
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .tea-area {
    border-radius: 10px;
  }
}

.tea-logo {
  position: relative;
  z-index: 7;
  width: 43%;
}
.tea-logo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .tea-logo {
    width: 40%;
  }
  .tea-logo img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .tea-logo {
    width: 88%;
    margin-left: -5px;
    margin-top: 16%;
    z-index: 1;
  }
}

.tea-text {
  position: absolute;
  top: 1%;
  right: -1%;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .tea-text {
    width: 62%;
  }
  .tea-text img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .tea-text {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    margin-top: -10px;
  }
}

.tea-img {
  position: absolute;
  top: 4%;
  right: -4%;
}
@media all and (max-width: 1300px) {
  .tea-img {
    width: 59%;
    right: -5%;
  }
  .tea-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .tea-img {
    width: 114%;
    top: 7%;
    right: -8%;
  }
}

.tea-nakami {
  position: relative;
  margin-top: -83px;
  z-index: 8;
}
@media all and (max-width: 1200px) {
  .tea-nakami {
    width: 67%;
    margin: -8% 0 0 0;
  }
  .tea-nakami img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .tea-nakami {
    width: 109%;
    margin: 54% 0 0 -4%;
  }
}

.tea-icon {
  position: absolute;
  position: absolute;
  top: 36%;
  right: -2%;
  z-index: 3;
  -webkit-animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
          animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1200px) {
  .tea-icon {
    width: 29%;
    right: -2%;
    top: 32%;
  }
  .tea-icon img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .tea-icon {
    top: 5%;
    right: -6%;
    width: 46%;
    z-index: 8;
  }
}

.tea-icon02 {
  position: absolute;
  top: 30%;
  right: 19%;
  z-index: 5;
  -webkit-animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
          animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1200px) {
  .tea-icon02 {
    width: 19%;
    top: 27%;
    right: 18%;
  }
  .tea-icon02 img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .tea-icon02 {
    top: 21%;
    right: -7%;
    width: 34%;
    z-index: 8;
  }
}
@media all and (max-width: 468px) {
  .tea-icon02 {
    top: 20%;
  }
}

/*= End of お茶の福袋 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= レギュラーコーヒー福袋 =
===============================================>>>>>*/
.regular-area {
  border-radius: 20px;
}
@media all and (max-width: 768px) {
  .regular-area {
    border-radius: 10px;
  }
}

.regular-logo {
  position: relative;
  z-index: 7;
  width: 43%;
}
.regular-logo img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 1200px) {
  .regular-logo {
    width: 40%;
  }
  .regular-logo img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .regular-logo {
    width: 88%;
    margin-left: -5px;
    margin-top: 20%;
    z-index: 1;
  }
}

.regular-text {
  position: absolute;
  top: 0.5%;
  right: 4%;
  z-index: 2;
}
@media all and (max-width: 1200px) {
  .regular-text {
    width: 60%;
    right: 0%;
  }
  .regular-text img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .regular-text {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    margin-top: -10px;
  }
}

.regular-img {
  position: absolute;
  top: 10%;
  right: -8%;
}
@media all and (max-width: 1300px) {
  .regular-img {
    width: 65%;
    right: -8%;
    top: 12%;
  }
  .regular-img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .regular-img {
    width: 137%;
    top: 9%;
    right: -11%;
  }
}

.regular-nakami {
  position: relative;
  margin: -32px 0 0 -18px;
  z-index: 8;
}
@media all and (max-width: 1200px) {
  .regular-nakami {
    width: 77%;
    margin: -2% 0 0 -1%;
  }
  .regular-nakami img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .regular-nakami {
    width: 106%;
    margin: 83% 0 0 -3%;
  }
}

.regular-icon {
  position: absolute;
  position: absolute;
  top: 43%;
  right: 0%;
  z-index: 3;
  -webkit-animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
          animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1200px) {
  .regular-icon {
    width: 27%;
    right: -2%;
    top: 40%;
  }
  .regular-icon img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .regular-icon {
    top: 4%;
    right: -5%;
    width: 46%;
    z-index: 8;
  }
}

.regular-icon02 {
  position: absolute;
  top: 15%;
  right: 32%;
  z-index: 5;
  -webkit-animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
          animation: fuwafuwa-shake 3s ease-in-out infinite alternate;
}
@media all and (max-width: 1200px) {
  .regular-icon02 {
    width: 14%;
    top: 17%;
  }
  .regular-icon02 img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  .regular-icon02 {
    top: 7%;
    right: auto;
    width: 37%;
    z-index: 8;
    left: -4%;
  }
}

/*= End of レギュラーコーヒー福袋 =*/
/*=============================================<<<<<*/
/*=============================================>>>>>
= 注意書きリンク =
===============================================>>>>>*/
.text-attention {
  text-align: right;
  font-size: clamp(0.75rem, 0.659rem + 0.455vi, 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;
  }
}

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

.voice-title {
  font-size: clamp(1.438rem, 1.324rem + 0.568vi, 1.75rem);
  font-weight: 800;
  list-style: 1;
}

.voice-box p {
  margin: 0;
}
.voice-box ul {
  margin: 0;
  padding: 0.8rem 0;
}
.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: clamp(0.875rem, 0.807rem + 0.341vi, 1.063rem);
  font-weight: 500;
  line-height: 1.2;
}
.voice-box li i {
  font-size: 1.4rem;
}
.voice-box li p {
  padding-left: 2em;
  text-indent: -1em;
}
.voice-box li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .voice-box ul {
    margin: 0;
    padding: 2%;
  }
}

/*= 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;
  line-height: 1.2;
}
@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 li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.attention-area li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px !important;
  content: "\f111";
  left: -18px;
  top: 3px;
}
.attention-area li li::before {
  font-size: 9px !important;
}
.attention-area .att_txt {
  font-size: 13px;
}
@media all and (max-width: 767px) {
  .attention-area ul {
    padding-left: 9%;
  }
}

@media all and (max-width: 767px) {
  .nisugata-01 {
    width: 49%;
    float: left;
  }
  .nisugata-01:first-child {
    margin-right: 2%;
  }
}

/* --------------------------------------------------
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;
}